From bcfb599b404559904ee9e79ea225371d69568c4a Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Thu, 10 Sep 2026 12:45:57 +0200 Subject: [PATCH 01/17] feat(portal): invite participants to run their own event The thank you page ends on a card: three reasons to run an event with dembrane, and one button. A participant who has just spent ten minutes talking into their phone is the one person in the room who knows what the tool feels like, and this is the moment to ask them. The button opens the intake form the pricing configurator and the website's needs form already use, on a new `portal` mount: - the opening asks for an email and nothing else, and that click alone writes the row as submitted. Somebody who leaves there has still asked us to get in touch. - the five questions come after, offered rather than required, with a "Done, reach out to me" exit on every step. - the calendar is cal.com's event intake call rather than the configurator's "discuss your needs", and it is the eager path, not the only way through. - no voice input: transcription needs a session a participant has not got. On the phone the form is a full sheet, the ask sits in the middle where a thumb can reach it, and the controls sit along the bottom. Server: - `POST /v2/pricing-configurations/portal`, anonymous, gated by a project that exists and is open for participation, rate limited per client address. Rows carry `mount = "portal"`, the project id, and a `PTL-` reference. - the booking forward payload carries `mount` and `project_id`, so a portal lead reads as one wherever bookings are announced. Nothing announces an email-only lead yet: those rows are `submitted` with an email and no booking, waiting on a pipeline of their own. Hosts on a paid plan can switch the card off per project (`is_dembrane_event_cta_enabled`, on by default). The free tier cannot: the participant API forces it on and the project PATCH refuses it. The cal.com embed mechanics move out of PricingBookingStep into `components/booking/calEmbed.ts`, shared by both calendars. Co-Authored-By: Claude Opus 5 --- .../is_dembrane_event_cta_enabled.json | 46 ++ .../src/components/booking/calEmbed.ts | 295 +++++++++ .../participant/DembraneEventCta.test.tsx | 112 ++++ .../participant/DembraneEventCta.tsx | 132 ++++ .../components/pricing/PricingBookingStep.tsx | 313 ++------- .../pricing/PricingConfigurator.test.tsx | 123 +++- .../pricing/PricingConfigurator.tsx | 612 ++++++++++++++---- .../components/pricing/PricingTextInput.tsx | 7 +- .../components/pricing/configuratorState.ts | 3 + echo/frontend/src/components/pricing/index.ts | 1 + .../components/pricing/submitConfiguration.ts | 27 +- .../project/PortalSettingsOverview.tsx | 7 +- .../project/ProjectPortalEditor.tsx | 89 +++ .../components/workspace/FeatureGate.test.tsx | 2 + .../src/components/workspace/gateWalls.ts | 3 + echo/frontend/src/lib/links.ts | 31 + echo/frontend/src/lib/typesDirectus.d.ts | 4 + echo/frontend/src/locales/cs-CZ.po | 493 +++++++++----- echo/frontend/src/locales/cs-CZ.ts | 2 +- echo/frontend/src/locales/de-DE.po | 493 +++++++++----- echo/frontend/src/locales/de-DE.ts | 2 +- echo/frontend/src/locales/en-US.po | 493 +++++++++----- echo/frontend/src/locales/en-US.ts | 2 +- echo/frontend/src/locales/es-ES.po | 493 +++++++++----- echo/frontend/src/locales/es-ES.ts | 2 +- echo/frontend/src/locales/fr-FR.po | 493 +++++++++----- echo/frontend/src/locales/fr-FR.ts | 2 +- echo/frontend/src/locales/it-IT.po | 493 +++++++++----- echo/frontend/src/locales/it-IT.ts | 2 +- echo/frontend/src/locales/nl-NL.po | 493 +++++++++----- echo/frontend/src/locales/nl-NL.ts | 2 +- echo/frontend/src/locales/uk-UA.po | 493 +++++++++----- echo/frontend/src/locales/uk-UA.ts | 2 +- .../ParticipantPostConversation.tsx | 247 +++---- .../src/routes/project/ProjectHomeRoute.tsx | 1 + .../src/routes/project/ProjectRoutes.tsx | 1 + echo/server/dembrane/api/participant.py | 29 + echo/server/dembrane/api/v2/bff/tags.py | 15 + .../dembrane/api/v2/pricing_configurations.py | 82 ++- echo/server/dembrane/free_tier.py | 13 + echo/server/dembrane/legal_basis.py | 3 + echo/server/dembrane/tasks.py | 8 +- echo/server/tests/test_event_cta.py | 229 +++++++ .../tests/test_pricing_configurations.py | 104 +++ 44 files changed, 4591 insertions(+), 1908 deletions(-) create mode 100644 echo/directus/sync/snapshot/fields/project/is_dembrane_event_cta_enabled.json create mode 100644 echo/frontend/src/components/booking/calEmbed.ts create mode 100644 echo/frontend/src/components/participant/DembraneEventCta.test.tsx create mode 100644 echo/frontend/src/components/participant/DembraneEventCta.tsx create mode 100644 echo/server/tests/test_event_cta.py diff --git a/echo/directus/sync/snapshot/fields/project/is_dembrane_event_cta_enabled.json b/echo/directus/sync/snapshot/fields/project/is_dembrane_event_cta_enabled.json new file mode 100644 index 000000000..19e8c295b --- /dev/null +++ b/echo/directus/sync/snapshot/fields/project/is_dembrane_event_cta_enabled.json @@ -0,0 +1,46 @@ +{ + "collection": "project", + "field": "is_dembrane_event_cta_enabled", + "type": "boolean", + "meta": { + "collection": "project", + "conditions": null, + "display": "boolean", + "display_options": null, + "field": "is_dembrane_event_cta_enabled", + "group": null, + "hidden": false, + "interface": "boolean", + "note": "Portal thank you page ends on the dembrane event invitation (book an intake call). Free tier cannot switch it off.", + "options": null, + "readonly": false, + "required": false, + "searchable": true, + "sort": 101, + "special": [ + "cast-boolean" + ], + "translations": null, + "validation": null, + "validation_message": null, + "width": "full" + }, + "schema": { + "name": "is_dembrane_event_cta_enabled", + "table": "project", + "data_type": "boolean", + "default_value": true, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "is_generated": false, + "generation_expression": null, + "has_auto_increment": false, + "foreign_key_table": null, + "foreign_key_column": null + } +} diff --git a/echo/frontend/src/components/booking/calEmbed.ts b/echo/frontend/src/components/booking/calEmbed.ts new file mode 100644 index 000000000..988e1e361 --- /dev/null +++ b/echo/frontend/src/components/booking/calEmbed.ts @@ -0,0 +1,295 @@ +import { useCallback, useEffect, useRef, useState } from "react"; +import { BookingLinks } from "@/lib/links"; + +/** The cal.com inline embed, as a hook, and the plain link when it does not come. + * + * Two places book a call with the same mechanics: the pricing configurator's + * booking step ("discuss your needs") and the participant portal's closing card + * ("plan an event"). They differ in the event type, the prefill and the words + * around the calendar, so those are the caller's; everything cal.com needs to + * land is here, once. + * + * The embed is the primary route and the plain link is a first class fallback, + * not an error state. `embed.js` is loaded once for the page; each caller gets + * its own namespace so two calendars never share a queue. + * + * The wait is 8 seconds. Measured on a cold load, `linkReady` arrives at about + * 1.8 seconds, so 8 is generous rather than tight. + */ + +export const CAL_ORIGIN = "https://app.cal.com"; +export const EMBED_TIMEOUT_MS = 8000; + +export type BookingSignal = { + signal: "postmessage" | "redirect"; + /** cal.com's own booking status. Only `accepted` earns "your call is booked". */ + status: string | null; + startTime: string | null; + secondsAfterOpen: number; + /** cal.com's own id for the booking. It is the one value that joins their + * record to ours, so it travels up and lands on the row. Null when the + * payload carried none, and then there is nothing to report. */ + uid: string | null; +}; + +/** One queued call: the arguments exactly as they were passed. */ +type CalCall = unknown[]; + +type CalNamespaceApi = ((...args: unknown[]) => void) & { q?: CalCall[] }; + +type CalApi = ((...args: unknown[]) => void) & { + /** cal.com's own flag: the embed script has been asked for. */ + loaded?: boolean; + q?: CalCall[]; + ns?: Record; +}; + +const calApi = (): CalApi | undefined => + (globalThis as { Cal?: CalApi }).Cal ?? undefined; + +const queue = (target: { q?: CalCall[] }, args: CalCall) => { + target.q = target.q ?? []; + target.q.push(args); +}; + +const makeNamespaceApi = (): CalNamespaceApi => { + const api: CalNamespaceApi = (...args: unknown[]) => queue(api, args); + api.q = []; + return api; +}; + +/** cal.com's own inline queue stub, from + * https://cal.com/docs/developing/guides/embeds, and quoted in `@/lib/links`. + * + * It defines `window.Cal` synchronously and pushes every call onto a queue that + * embed.js drains when it arrives. This is the fix for `Uncaught Error: Cal is + * not defined`: the step used to append embed.js and then + * call `Cal(...)` from the script's own `load` handler, so a call that beat the + * script threw from inside an event handler, where the `try` below could never + * reach it. With the stub there is no window in which `Cal` does not exist. + * + * One deliberate difference from cal.com's published snippet: appending + * embed.js is left to the effect rather than done inside the stub. The script's + * `load` event is the only honest signal that the embed really arrived, and + * both the route report and the fallback rest on it, so the effect keeps the + * element. Everything the fix depends on, defining `Cal` and queueing, is the + * snippet unchanged. + */ +const installCalStub = (): CalApi => { + const existing = calApi(); + if (existing) return existing; + const scope = globalThis as { Cal?: CalApi }; + + const cal: CalApi = (...args: unknown[]) => { + if (!cal.loaded) { + cal.ns = {}; + cal.q = []; + cal.loaded = true; + } + const namespace = args[1]; + if (args[0] === "init" && typeof namespace === "string") { + const ns = cal.ns ?? {}; + cal.ns = ns; + const api = ns[namespace] ?? makeNamespaceApi(); + ns[namespace] = api; + queue(api, args); + queue(cal, ["initNamespace", namespace]); + return; + } + queue(cal, args); + }; + + scope.Cal = cal; + return cal; +}; + +/** Pull the three fields out of a payload whose exact shape cal.com owns. + * + * Two of them are what the confirmation reads. The third, `uid`, is what the + * row learns: it is cal.com's own id for the booking, so a row and a booking + * can be read as one thing afterwards. + * + * Everything is optional on purpose: a missing status is read as "not + * accepted", which is the safe side, and a missing uid means nothing is + * reported rather than a row learning a blank. + */ +const readBooking = ( + payload: unknown, +): { status: string | null; startTime: string | null; uid: string | null } => { + if (typeof payload !== "object" || payload === null) { + return { startTime: null, status: null, uid: null }; + } + const record = payload as Record; + const nested = + typeof record.booking === "object" && record.booking !== null + ? (record.booking as Record) + : {}; + const status = record.status ?? nested.status; + const startTime = record.startTime ?? nested.startTime ?? record.date; + const uid = record.uid ?? nested.uid; + return { + startTime: typeof startTime === "string" ? startTime : null, + status: typeof status === "string" ? status : null, + uid: typeof uid === "string" && uid.trim() !== "" ? uid : null, + }; +}; + +export type CalEmbedOptions = { + /** The event type as the embed names it, e.g. `team/dembrane/plan-event`. */ + calLink: string; + /** Keeps this embed's queue separate from any other embed on the page. */ + namespace: string; + /** The id of the element the calendar renders into. */ + elementId: string; + /** What cal.com is told, in its own prefill keys. Read through a ref, so a + * caller passing a fresh object on every render cannot remount the embed + * underneath the person. The layout is added here, last, so a prefill key + * can never take it with it. */ + prefill: Record; + onBooked: (booking: BookingSignal) => void; + /** Which route the person actually got. */ + onOpened: (route: "embed" | "fallback_link") => void; + onUnavailable: (reason: "timeout" | "blocked", secondsWaited: number) => void; +}; + +export const useCalEmbed = ({ + calLink, + elementId, + namespace, + onBooked, + onOpened, + onUnavailable, + prefill, +}: CalEmbedOptions): { isUnavailable: boolean } => { + const [isUnavailable, setIsUnavailable] = useState(false); + const openedAtRef = useRef(Date.now()); + const settledRef = useRef(false); + const routeReportedRef = useRef(false); + const bookedRef = useRef(false); + + const prefillRef = useRef(prefill); + prefillRef.current = prefill; + + const reportRoute = useCallback( + (route: "embed" | "fallback_link") => { + if (routeReportedRef.current) return; + routeReportedRef.current = true; + onOpened(route); + }, + [onOpened], + ); + + const handleBooking = useCallback( + (payload: unknown) => { + if (bookedRef.current) return; + bookedRef.current = true; + const { startTime, status, uid } = readBooking(payload); + onBooked({ + secondsAfterOpen: Math.round((Date.now() - openedAtRef.current) / 1000), + signal: "postmessage", + startTime, + status, + uid, + }); + }, + [onBooked], + ); + + // The raw channel. The origin and the originator are both checked, because + // any page can post a message at this window. + useEffect(() => { + const onMessage = (event: MessageEvent) => { + if (event.origin !== CAL_ORIGIN) return; + const data = event.data as + | { originator?: string; type?: string; data?: unknown } + | undefined; + if (data?.originator !== "CAL") return; + settledRef.current = true; + if (data.type === "bookingSuccessfulV2") handleBooking(data.data); + }; + globalThis.addEventListener("message", onMessage); + return () => globalThis.removeEventListener("message", onMessage); + }, [handleBooking]); + + // The embed. The script is appended once; the CSP decides whether it lands. + useEffect(() => { + const openedAt = openedAtRef.current; + let cancelled = false; + + // The stub first, so `Cal` exists before anything calls it. The three + // calls below then run against the real API when embed.js is already + // here, and are queued for it when it is not. + try { + const Cal = installCalStub(); + Cal("init", namespace, { origin: CAL_ORIGIN }); + Cal.ns?.[namespace]?.("inline", { + calLink, + config: { ...prefillRef.current, layout: "month_view" }, + elementOrSelector: `#${elementId}`, + }); + Cal("on", { + action: "bookingSuccessfulV2", + callback: (event: { detail?: { data?: unknown } }) => { + settledRef.current = true; + handleBooking(event?.detail?.data); + }, + }); + } catch { + // A changed API must not take the step with it. The timer below still + // turns this into the fallback. + } + + // The script, and its `load` is the one honest signal that the embed + // really arrived. A stub that queues forever is not something a person + // can see, so the route is reported here and nowhere else. + let script = document.querySelector( + `script[src="${BookingLinks.EMBED_SCRIPT}"]`, + ); + if (!script) { + const created = document.createElement("script"); + created.async = true; + created.src = BookingLinks.EMBED_SCRIPT; + // The marker outlives this effect on purpose: a step that mounts again + // after the script landed must not sit out the eight seconds waiting + // for a `load` event that already fired. + created.addEventListener( + "load", + () => { + created.dataset.calEmbedLoaded = "true"; + }, + { once: true }, + ); + document.head.appendChild(created); + script = created; + } + const element = script; + const announceEmbed = () => { + if (cancelled) return; + reportRoute("embed"); + }; + if (element.dataset.calEmbedLoaded === "true") announceEmbed(); + else element.addEventListener("load", announceEmbed); + + const timer = setTimeout(() => { + if (cancelled || settledRef.current) return; + setIsUnavailable(true); + reportRoute("fallback_link"); + onUnavailable("timeout", Math.round((Date.now() - openedAt) / 1000)); + }, EMBED_TIMEOUT_MS); + + return () => { + cancelled = true; + clearTimeout(timer); + element.removeEventListener("load", announceEmbed); + }; + }, [ + calLink, + elementId, + handleBooking, + namespace, + onUnavailable, + reportRoute, + ]); + + return { isUnavailable }; +}; diff --git a/echo/frontend/src/components/participant/DembraneEventCta.test.tsx b/echo/frontend/src/components/participant/DembraneEventCta.test.tsx new file mode 100644 index 000000000..2609721f5 --- /dev/null +++ b/echo/frontend/src/components/participant/DembraneEventCta.test.tsx @@ -0,0 +1,112 @@ +// @vitest-environment jsdom +import { i18n } from "@lingui/core"; +import { I18nProvider } from "@lingui/react"; +import { MantineProvider } from "@mantine/core"; +import { cleanup, fireEvent, render, screen } from "@testing-library/react"; +import { MemoryRouter } from "react-router"; +import { afterEach, beforeAll, expect, it, vi } from "vitest"; +import { DembraneEventCta } from "./DembraneEventCta"; + +const capture = vi.fn(); + +vi.mock("posthog-js", () => ({ + default: { + capture: (...args: unknown[]) => capture(...args), + // The configurator's price anchor reads a flag. Unresolved here. + getFeatureFlag: () => undefined, + getFeatureFlagPayload: () => undefined, + onFeatureFlags: () => () => {}, + }, +})); + +beforeAll(() => { + i18n.load("en", {}); + i18n.activate("en"); + + window.matchMedia = + window.matchMedia || + ((query: string) => ({ + addEventListener: () => {}, + addListener: () => {}, + dispatchEvent: () => false, + matches: false, + media: query, + onchange: null, + removeEventListener: () => {}, + removeListener: () => {}, + })); + + if (!globalThis.ResizeObserver) { + globalThis.ResizeObserver = class { + disconnect() {} + observe() {} + unobserve() {} + }; + } + globalThis.scrollTo = globalThis.scrollTo ?? (() => {}); +}); + +afterEach(() => { + cleanup(); + capture.mockClear(); + sessionStorage.clear(); +}); + +const wrap = (node: React.ReactNode) => + render( + + + + {node} + + + , + ); + +it("makes the case in three reasons and one button, and asks nothing yet", () => { + wrap(); + + expect(screen.getByTestId("portal-finish-event-cta").textContent).toContain( + "Want to run an event with dembrane?", + ); + expect(screen.getByTestId("portal-finish-event-cta").textContent).toContain( + "1000+ events", + ); + expect( + screen + .getByTestId("portal-finish-event-cta-reasons") + .querySelectorAll("li"), + ).toHaveLength(3); + expect(screen.getByTestId("portal-finish-event-cta-button").textContent).toBe( + "Get in touch", + ); + // The form waits for the click: no opening step, nothing reported. + expect(screen.queryByTestId("pricing-configurator-opening")).toBeNull(); + expect(capture).not.toHaveBeenCalled(); +}); + +it("opens the intake form on the click, and its opening asks for an email, not for a plan", async () => { + wrap(); + + fireEvent.click(screen.getByTestId("portal-finish-event-cta-button")); + + expect(capture).toHaveBeenCalledWith("portal_event_cta_clicked", { + project_id: "p1", + }); + const opening = await screen.findByTestId("pricing-configurator-opening"); + expect(opening.textContent).toBe( + "Leave your email so we can get in touch with you.", + ); + expect(screen.getByTestId("pricing-configurator-email")).toBeTruthy(); + const modal = screen.getByTestId("pricing-configurator-modal"); + expect(modal.textContent).not.toMatch(/free plan|paid plan/i); + // The configurator's own events ride on the portal's PostHog, tagged. + expect(capture).toHaveBeenCalledWith( + "pricing_config_started", + expect.objectContaining({ + mount: "portal", + project_id: "p1", + surface: "participant_portal", + }), + ); +}); diff --git a/echo/frontend/src/components/participant/DembraneEventCta.tsx b/echo/frontend/src/components/participant/DembraneEventCta.tsx new file mode 100644 index 000000000..f145e17d7 --- /dev/null +++ b/echo/frontend/src/components/participant/DembraneEventCta.tsx @@ -0,0 +1,132 @@ +import { Trans } from "@lingui/react/macro"; +import { + Button, + List, + Paper, + Stack, + Text, + ThemeIcon, + Title, +} from "@mantine/core"; +import { IconArrowRight, IconCheck } from "@tabler/icons-react"; +import posthog from "posthog-js"; +import { useCallback } from "react"; +import { + PricingConfigurator, + submitPortalConfiguration, + usePricingConfigurator, +} from "@/components/pricing"; +import { useLanguage } from "@/hooks/useLanguage"; +import { testId } from "@/lib/testUtils"; + +/** The last card on the thank you page: run your own event with dembrane. + * + * A participant has just spent ten minutes talking into their phone at + * somebody else's event. This is the one moment they are a lead, so the card + * makes the case in three lines and one button. The button opens the same + * intake form the pricing configurator and the website's needs form use: an + * email, six questions, then the event intake calendar, inside the portal + * rather than on another site. The answers land on a `pricing_configuration` + * row with a PTL- reference and the project the participant was in. + * + * Hosts on a paid plan can switch the card off per project + * (`is_dembrane_event_cta_enabled`); the free tier always shows it. That + * decision is the server's: the portal only reads the resolved flag. + */ +export const DembraneEventCta = ({ projectId }: { projectId: string }) => { + const { language } = useLanguage(); + const configurator = usePricingConfigurator(); + + // The configurator's events, on the portal's own PostHog. `surface` tells + // the funnels apart from the dashboard's gates without a workspace. + const onEvent = useCallback( + (name: string, props: Record) => { + posthog.capture(name, { + ...props, + project_id: projectId, + surface: "participant_portal", + }); + }, + [projectId], + ); + + const handleOpen = () => { + posthog.capture("portal_event_cta_clicked", { project_id: projectId }); + configurator.open(); + }; + + return ( + + + + + <Trans>Want to run an event with dembrane?</Trans> + + + + We bring the tool and the crew, from the intake call to the + report. Proven across 1000+ events. + + + + + + + } + {...testId("portal-finish-event-cta-reasons")} + > + + + No app, no hardware. Participants scan a QR code and their phones + become the portal. + + + + + Results before people leave. We run the analysis live and present + it in the room. + + + + + Every insight traceable. The report links each finding back to + what was actually said. + + + + + + + + ); +}; diff --git a/echo/frontend/src/components/pricing/PricingBookingStep.tsx b/echo/frontend/src/components/pricing/PricingBookingStep.tsx index 7f332413b..75529a7be 100644 --- a/echo/frontend/src/components/pricing/PricingBookingStep.tsx +++ b/echo/frontend/src/components/pricing/PricingBookingStep.tsx @@ -1,145 +1,33 @@ import { t } from "@lingui/core/macro"; import { Trans } from "@lingui/react/macro"; import { Box, Button, Stack, Text } from "@mantine/core"; -import { useCallback, useEffect, useMemo, useRef, useState } from "react"; -import { BookingHost, BookingLinks } from "@/lib/links"; +import { useMemo } from "react"; +import { type BookingSignal, useCalEmbed } from "@/components/booking/calEmbed"; +import { + BookingHost, + type BookingHostInfo, + type BookingLinkSet, + BookingLinks, +} from "@/lib/links"; import { testId } from "@/lib/testUtils"; import { bookingLinkWithPrefill } from "./bookingPrefill"; +export type { BookingSignal }; + /** The booking step: the cal.com embed, and the plain link when it does not come. * - * The embed is the primary route and the plain link is a first class fallback, - * not an error state. Today the frontend CSP lists cal.com in none of - * `frame-src`, `script-src` or `connect-src`, so every person lands on the - * fallback until that changes. That is expected, and the screen says something - * true either way because the row is written before this step renders. - * - * The wait is 8 seconds. Measured on a cold load, `linkReady` arrives at about - * 1.8 seconds, so 8 is generous rather than tight. + * The mechanics (the stub, the script, the eight second fallback clock) live in + * `@/components/booking/calEmbed`, shared with the participant portal's closing + * card. This file is what is particular to the configurator: the "discuss your + * needs" event type, the answers as prefill, the reference, and the words. * * Both routes carry the answers. The embed gets them in its `config`, the plain * link gets the same map on its query string. See `bookingPrefill.ts` for the * keys and where each one is documented. */ -const CAL_ORIGIN = "https://app.cal.com"; -const EMBED_TIMEOUT_MS = 8000; const EMBED_ELEMENT_ID = "dembrane-cal-booking"; -export type BookingSignal = { - signal: "postmessage" | "redirect"; - /** cal.com's own booking status. Only `accepted` earns "your call is booked". */ - status: string | null; - startTime: string | null; - secondsAfterOpen: number; - /** cal.com's own id for the booking. It is the one value that joins their - * record to ours, so it travels up and lands on the row. Null when the - * payload carried none, and then there is nothing to report. */ - uid: string | null; -}; - -/** One queued call: the arguments exactly as they were passed. */ -type CalCall = unknown[]; - -type CalNamespaceApi = ((...args: unknown[]) => void) & { q?: CalCall[] }; - -type CalApi = ((...args: unknown[]) => void) & { - /** cal.com's own flag: the embed script has been asked for. */ - loaded?: boolean; - q?: CalCall[]; - ns?: Record; -}; - -const calApi = (): CalApi | undefined => - (globalThis as { Cal?: CalApi }).Cal ?? undefined; - -const queue = (target: { q?: CalCall[] }, args: CalCall) => { - target.q = target.q ?? []; - target.q.push(args); -}; - -const makeNamespaceApi = (): CalNamespaceApi => { - const api: CalNamespaceApi = (...args: unknown[]) => queue(api, args); - api.q = []; - return api; -}; - -/** cal.com's own inline queue stub, from - * https://cal.com/docs/developing/guides/embeds, and quoted in `@/lib/links`. - * - * It defines `window.Cal` synchronously and pushes every call onto a queue that - * embed.js drains when it arrives. This is the fix for `Uncaught Error: Cal is - * not defined`: the step used to append embed.js and then - * call `Cal(...)` from the script's own `load` handler, so a call that beat the - * script threw from inside an event handler, where the `try` below could never - * reach it. With the stub there is no window in which `Cal` does not exist. - * - * One deliberate difference from cal.com's published snippet: appending - * embed.js is left to the effect rather than done inside the stub. The script's - * `load` event is the only honest signal that the embed really arrived, and - * both the route report and the fallback rest on it, so the effect keeps the - * element. Everything the fix depends on, defining `Cal` and queueing, is the - * snippet unchanged. - */ -const installCalStub = (): CalApi => { - const existing = calApi(); - if (existing) return existing; - const scope = globalThis as { Cal?: CalApi }; - - const cal: CalApi = (...args: unknown[]) => { - if (!cal.loaded) { - cal.ns = {}; - cal.q = []; - cal.loaded = true; - } - const namespace = args[1]; - if (args[0] === "init" && typeof namespace === "string") { - const ns = cal.ns ?? {}; - cal.ns = ns; - const api = ns[namespace] ?? makeNamespaceApi(); - ns[namespace] = api; - queue(api, args); - queue(cal, ["initNamespace", namespace]); - return; - } - queue(cal, args); - }; - - scope.Cal = cal; - return cal; -}; - -/** Pull the three fields out of a payload whose exact shape cal.com owns. - * - * Two of them are what the confirmation reads. The third, `uid`, is what the - * row learns: it is cal.com's own id for the booking, so a row and a booking - * can be read as one thing afterwards. - * - * Everything is optional on purpose: a missing status is read as "not - * accepted", which is the safe side, and a missing uid means nothing is - * reported rather than a row learning a blank. - */ -const readBooking = ( - payload: unknown, -): { status: string | null; startTime: string | null; uid: string | null } => { - if (typeof payload !== "object" || payload === null) { - return { startTime: null, status: null, uid: null }; - } - const record = payload as Record; - const nested = - typeof record.booking === "object" && record.booking !== null - ? (record.booking as Record) - : {}; - const status = record.status ?? nested.status; - const startTime = record.startTime ?? nested.startTime ?? record.date; - const uid = record.uid ?? nested.uid; - return { - startTime: typeof startTime === "string" ? startTime : null, - status: typeof status === "string" ? status : null, - uid: typeof uid === "string" && uid.trim() !== "" ? uid : null, - }; -}; - /** The name the two booking lines say. * * `BookingHost` is the one source, and null is a supported state: with no host @@ -148,16 +36,26 @@ const readBooking = ( * Call it during a render. A `t` macro at module scope freezes the string * before a locale is active. */ -export const bookingHostName = (): string => - BookingHost?.name ?? t`the dembrane team`; +export const bookingHostName = ( + host: BookingHostInfo | null = BookingHost, +): string => host?.name ?? t`the dembrane team`; export const PricingBookingStep = ({ + host: hostInfo = BookingHost, + links = BookingLinks, onBooked, onOpened, onUnavailable, prefill, reference, + showReference = true, }: { + /** Who the call is with. Goes with `links`: each event type has its own + * people, and the line above the calendar names them. */ + host?: BookingHostInfo | null; + /** Which event type the calendar books. The configurator's own "discuss + * your needs" by default; the portal passes the event intake call. */ + links?: BookingLinkSet; onBooked: (booking: BookingSignal) => void; /** Which route the person actually got. */ onOpened: (route: "embed" | "fallback_link") => void; @@ -165,138 +63,23 @@ export const PricingBookingStep = ({ /** The reference and the plain summary, in cal.com's own prefill keys. */ prefill: Record; reference: string; + /** The portal hides the code: a participant has nobody to quote it to. */ + showReference?: boolean; }) => { - const [isUnavailable, setIsUnavailable] = useState(false); - const openedAtRef = useRef(Date.now()); - const settledRef = useRef(false); - const routeReportedRef = useRef(false); - const bookedRef = useRef(false); - - // Read through a ref so a caller passing a fresh object on every render - // cannot remount the embed underneath the person. - const prefillRef = useRef(prefill); - prefillRef.current = prefill; - const fallbackHref = useMemo( - () => bookingLinkWithPrefill(BookingLinks.BOOK_A_CALL, prefill), - [prefill], + () => bookingLinkWithPrefill(links.BOOK_A_CALL, prefill), + [links, prefill], ); - const reportRoute = useCallback( - (route: "embed" | "fallback_link") => { - if (routeReportedRef.current) return; - routeReportedRef.current = true; - onOpened(route); - }, - [onOpened], - ); - - const handleBooking = useCallback( - (payload: unknown) => { - if (bookedRef.current) return; - bookedRef.current = true; - const { startTime, status, uid } = readBooking(payload); - onBooked({ - secondsAfterOpen: Math.round((Date.now() - openedAtRef.current) / 1000), - signal: "postmessage", - startTime, - status, - uid, - }); - }, - [onBooked], - ); - - // The raw channel. The origin and the originator are both checked, because - // any page can post a message at this window. - useEffect(() => { - const onMessage = (event: MessageEvent) => { - if (event.origin !== CAL_ORIGIN) return; - const data = event.data as - | { originator?: string; type?: string; data?: unknown } - | undefined; - if (data?.originator !== "CAL") return; - settledRef.current = true; - if (data.type === "bookingSuccessfulV2") handleBooking(data.data); - }; - globalThis.addEventListener("message", onMessage); - return () => globalThis.removeEventListener("message", onMessage); - }, [handleBooking]); - - // The embed. The script is appended once; the CSP decides whether it lands. - useEffect(() => { - const openedAt = openedAtRef.current; - let cancelled = false; - - // The stub first, so `Cal` exists before anything calls it. The three - // calls below then run against the real API when embed.js is already - // here, and are queued for it when it is not. - try { - const Cal = installCalStub(); - Cal("init", BookingLinks.EMBED_NAMESPACE, { origin: CAL_ORIGIN }); - Cal.ns?.[BookingLinks.EMBED_NAMESPACE]?.("inline", { - calLink: BookingLinks.CAL_LINK, - // The prefill rides in the same `config` the layout does. Our own - // keys go last so a prefill key can never take the layout with it. - config: { ...prefillRef.current, layout: "month_view" }, - elementOrSelector: `#${EMBED_ELEMENT_ID}`, - }); - Cal("on", { - action: "bookingSuccessfulV2", - callback: (event: { detail?: { data?: unknown } }) => { - settledRef.current = true; - handleBooking(event?.detail?.data); - }, - }); - } catch { - // A changed API must not take the step with it. The timer below still - // turns this into the fallback. - } - - // The script, and its `load` is the one honest signal that the embed - // really arrived. A stub that queues forever is not something a person - // can see, so the route is reported here and nowhere else. - let script = document.querySelector( - `script[src="${BookingLinks.EMBED_SCRIPT}"]`, - ); - if (!script) { - const created = document.createElement("script"); - created.async = true; - created.src = BookingLinks.EMBED_SCRIPT; - // The marker outlives this effect on purpose: a step that mounts again - // after the script landed must not sit out the eight seconds waiting - // for a `load` event that already fired. - created.addEventListener( - "load", - () => { - created.dataset.calEmbedLoaded = "true"; - }, - { once: true }, - ); - document.head.appendChild(created); - script = created; - } - const element = script; - const announceEmbed = () => { - if (cancelled) return; - reportRoute("embed"); - }; - if (element.dataset.calEmbedLoaded === "true") announceEmbed(); - else element.addEventListener("load", announceEmbed); - - const timer = setTimeout(() => { - if (cancelled || settledRef.current) return; - setIsUnavailable(true); - reportRoute("fallback_link"); - onUnavailable("timeout", Math.round((Date.now() - openedAt) / 1000)); - }, EMBED_TIMEOUT_MS); - - return () => { - cancelled = true; - clearTimeout(timer); - element.removeEventListener("load", announceEmbed); - }; - }, [handleBooking, onUnavailable, reportRoute]); + const { isUnavailable } = useCalEmbed({ + calLink: links.CAL_LINK, + elementId: EMBED_ELEMENT_ID, + namespace: links.EMBED_NAMESPACE, + onBooked, + onOpened, + onUnavailable, + prefill, + }); if (isUnavailable) { // The screen is true rather than reassuring: the row is written before @@ -320,9 +103,11 @@ export const PricingBookingStep = ({ write to us at info@dembrane.com. - - Reference {reference} - + {showReference && ( + + Reference {reference} + + )} - ) : ( - + + {asksEmail && phase.step > OPENING_STEP && ( + + + )} - {phase.step > OPENING_STEP + 1 && phase.step < STEP_COUNT && ( + + {( + asksEmail + ? phase.step === OPENING_STEP + : phase.step <= OPENING_STEP + 1 + ) ? ( + + ) : ( + + )} + {(asksEmail + ? phase.step > OPENING_STEP + : phase.step > OPENING_STEP + 1) && + phase.step < STEP_COUNT && ( + + )} - )} - - + + )} + {/* The portal's thanks screen: the lead is in, the questions are a + favour, and saying so is the whole point of the screen. */} + {phase.kind === "thanks" && ( + + + + Got two minutes? Five optional questions help us prepare. + + + + + + + + )} {/* The reference is the guard, not a formality: the row is written and the answers are saved before this step can render at all. */} {phase.kind === "book" && reference && ( + {isConfirmed ? ( // The time is shown in the modal title, not here: "Your call is // booked: {time}." @@ -908,6 +1211,20 @@ export const PricingConfigurator = ({ info@dembrane.com + ) : asksEmail ? ( + + + We will be in touch within a day. Prefer to pick a time + yourself? + + ) : ( @@ -917,18 +1234,34 @@ export const PricingConfigurator = ({ )} - - Reference {reference} - - + {!asksEmail && ( + + Reference {reference} + + )} + + {asksEmail && !isConfirmed && ( + + )} )} @@ -957,7 +1290,9 @@ const QuestionBody = ({ projectId, question, showExactError, + touch, updateAnswers, + voice, }: { answers: Answers; headingId: string; @@ -976,17 +1311,28 @@ const QuestionBody = ({ projectId?: string; question: Question; showExactError: boolean; + /** Phone sizing: helper text one step up, example buttons full height. */ + touch: boolean; updateAnswers: (patch: Partial) => void; + /** Whether the free text boxes offer the record button. */ + voice: boolean; }) => { // The rhythm is the onboarding questionnaire's, which is the app's other // question-per-step form: 4px between the question and its helper line, 12px // from there to the options, 8px between options, and `size="md"` controls. const heading = ( - + {/* The question is the conversation; the options are labels. On the + portal the two sit further apart: h2 over the 16px options. */} + <Title + id={headingId} + order={touch ? 2 : 4} + ref={headingRef} + tabIndex={-1} + > {question.label} - {question.hint && {question.hint}} + {question.hint && {question.hint}} ); @@ -1032,6 +1378,7 @@ const QuestionBody = ({ {option.reveals === "text" && selected.includes(option.key) && ( @@ -1066,7 +1413,9 @@ const QuestionBody = ({ onSubmit={onSubmit} projectId={projectId} question={question.follow} + touch={touch} updateAnswers={updateAnswers} + voice={voice} /> )} @@ -1167,6 +1516,8 @@ const QuestionBody = ({ projectId={projectId} question={question} updateAnswers={updateAnswers} + voice={voice} + touch={touch} /> ); @@ -1190,7 +1541,9 @@ const FreeTextAnswer = ({ onSubmit, projectId, question, + touch, updateAnswers, + voice, }: { answers: Answers; ariaLabelledBy: string; @@ -1206,12 +1559,15 @@ const FreeTextAnswer = ({ onSubmit: () => void; projectId?: string; question: TextQuestion; + touch: boolean; updateAnswers: (patch: Partial) => void; + voice: boolean; }) => { const isTiming = question.key === "timing"; return ( @@ -1240,7 +1596,7 @@ const FreeTextAnswer = ({ : { context: example.label }, ); }} - size="compact-md" + size={touch ? "md" : "compact-md"} type="button" variant="outline" {...testId(`pricing-${question.key}-example-${example.key}`)} diff --git a/echo/frontend/src/components/pricing/PricingTextInput.tsx b/echo/frontend/src/components/pricing/PricingTextInput.tsx index dc4992d42..ac1c00e6c 100644 --- a/echo/frontend/src/components/pricing/PricingTextInput.tsx +++ b/echo/frontend/src/components/pricing/PricingTextInput.tsx @@ -51,6 +51,7 @@ const BLOCKED_KINDS = new Set([ ]); export const PricingTextInput = ({ + allowVoice = true, ariaLabelledBy, minRows = 3, onAudioRetained, @@ -63,6 +64,10 @@ export const PricingTextInput = ({ testIdPrefix, value, }: { + /** Off on the participant portal: the transcription endpoint needs a + * session the participant does not have, so no record button and no + * nudge, rather than a button that fails on the first press. */ + allowVoice?: boolean; ariaLabelledBy?: string; minRows?: number; /** Called with the recording that never became text, or null once it did. @@ -217,7 +222,7 @@ export const PricingTextInput = ({ const isBlocked = errorKind !== null && BLOCKED_KINDS.has(errorKind); const isVoiceActive = recorder.isRecording || isTranscribing; - const voiceAvailable = !isBlocked; + const voiceAvailable = allowVoice && !isBlocked; const showRetry = pending !== null && errorKind !== null && attempt < 2; const showFailure = errorKind !== null && !isBlocked; // The voice nudge line, which also demonstrates the feature. It sits above diff --git a/echo/frontend/src/components/pricing/configuratorState.ts b/echo/frontend/src/components/pricing/configuratorState.ts index c2ec08927..517a879f1 100644 --- a/echo/frontend/src/components/pricing/configuratorState.ts +++ b/echo/frontend/src/components/pricing/configuratorState.ts @@ -156,6 +156,8 @@ export type StoredConfiguration = { question_set_version: string; answers: Answers; furthest_step: number; + /** The participant portal's opening asks for one; nothing else sets it. */ + email?: string; }; /** A fresh id for one attempt. `crypto.randomUUID` where it exists; the @@ -196,6 +198,7 @@ export const readStoredConfiguration = (): StoredConfiguration | null => { return { answers: (parsed.answers ?? {}) as Answers, config_session_id: parsed.config_session_id, + email: typeof parsed.email === "string" ? parsed.email : undefined, furthest_step: typeof parsed.furthest_step === "number" ? parsed.furthest_step : 1, question_set_version: diff --git a/echo/frontend/src/components/pricing/index.ts b/echo/frontend/src/components/pricing/index.ts index 9c7ed50c9..cf37e464f 100644 --- a/echo/frontend/src/components/pricing/index.ts +++ b/echo/frontend/src/components/pricing/index.ts @@ -62,5 +62,6 @@ export { PRICING_CONFIGURATION_PATH, submitConfiguration, submitFailureOf, + submitPortalConfiguration, } from "./submitConfiguration"; export { usePricingConfigurator } from "./usePricingConfigurator"; diff --git a/echo/frontend/src/components/pricing/submitConfiguration.ts b/echo/frontend/src/components/pricing/submitConfiguration.ts index dca164db3..d36c4fa41 100644 --- a/echo/frontend/src/components/pricing/submitConfiguration.ts +++ b/echo/frontend/src/components/pricing/submitConfiguration.ts @@ -1,5 +1,5 @@ import axios from "axios"; -import { api } from "@/lib/api"; +import { api, apiNoAuth } from "@/lib/api"; import type { Answers, PricingConfig } from "./configuratorState"; /** The write that turns an attempt into a row, and the row into a reference. @@ -28,8 +28,9 @@ export type PricingConfigurationPayload = { config_session_id: string; question_set_version: string; config_shape_version: number; - /** `app` in v1. `site` when the website version lands. */ - mount: "app" | "site"; + /** `app` from the dashboard, `site` from the website, `portal` from the + * participant portal's closing card. */ + mount: "app" | "site" | "portal"; locale: string; /** Which wall started this session. Comes from the gate. */ wall_key?: string; @@ -43,6 +44,10 @@ export type PricingConfigurationPayload = { config: PricingConfig; /** `in_progress` on a step write, `submitted` on the send. */ status: "in_progress" | "submitted"; + /** The participant portal asks for it on the opening, because it has no + * session to read one from. The app never sends it: the server reads the + * email from the session there and ignores the payload's. */ + email?: string; /** Audio that failed to transcribe twice. It travels with the answers rather * than being lost. Absent on almost every send. */ voice_audio?: VoiceAttachment[]; @@ -118,3 +123,19 @@ export const submitConfiguration = async ( }; export type SubmitConfiguration = typeof submitConfiguration; + +/** The participant portal's route: anonymous, gated by the project. */ +export const PORTAL_PRICING_CONFIGURATION_PATH = + "/v2/pricing-configurations/portal"; + +/** The portal's send. No session, so the unauthenticated client; no voice on + * the portal, so JSON only. Same result shape, with a PTL- reference. */ +export const submitPortalConfiguration: SubmitConfiguration = async ( + payload, +) => { + const { voice_audio: _unused, ...body } = payload; + return apiNoAuth.post( + PORTAL_PRICING_CONFIGURATION_PATH, + body, + ); +}; diff --git a/echo/frontend/src/components/project/PortalSettingsOverview.tsx b/echo/frontend/src/components/project/PortalSettingsOverview.tsx index 51159c184..d0de3d09c 100644 --- a/echo/frontend/src/components/project/PortalSettingsOverview.tsx +++ b/echo/frontend/src/components/project/PortalSettingsOverview.tsx @@ -39,7 +39,7 @@ const SECTIONS = [ }, { key: "advanced", - rowKeys: ["anonymisation"], + rowKeys: ["anonymisation", "event_cta"], title: Advanced Settings, }, ] as const; @@ -168,6 +168,11 @@ export const PortalSettingsOverview = ({ Anonymize Transcripts}> + dembrane event invitation}> + + ) : ( diff --git a/echo/frontend/src/components/project/ProjectPortalEditor.tsx b/echo/frontend/src/components/project/ProjectPortalEditor.tsx index 58c056347..732580054 100644 --- a/echo/frontend/src/components/project/ProjectPortalEditor.tsx +++ b/echo/frontend/src/components/project/ProjectPortalEditor.tsx @@ -39,13 +39,17 @@ import { Controller, useForm, useWatch } from "react-hook-form"; import { z } from "zod"; import { ConfirmModal } from "@/components/common/ConfirmModal"; import { ProjectLegalBasisSection } from "@/components/project/ProjectLegalBasisSection"; +import { UpgradeModal } from "@/components/workspace/FeatureGate"; +import { FeatureGatePopover } from "@/components/workspace/FeatureGatePopover"; import { useAutoSave } from "@/hooks/useAutoSave"; import { useLanguage } from "@/hooks/useLanguage"; +import { useWorkspace } from "@/hooks/useWorkspace"; import type { VerificationTopicMetadata, VerificationTopicsResponse, } from "@/lib/api"; import { testId } from "@/lib/testUtils"; +import type { Tier } from "@/lib/tiers"; import { toast } from "../common/Toaster"; import { FormLabel } from "../form/FormLabel"; import { MarkdownWYSIWYG } from "../form/MarkdownWYSIWYG/MarkdownWYSIWYG"; @@ -74,6 +78,7 @@ const FormSchema = z.object({ enable_ai_title_and_tags: z.boolean(), get_reply_mode: z.string(), get_reply_prompt: z.string(), + is_dembrane_event_cta_enabled: z.boolean(), is_get_reply_enabled: z.boolean(), is_project_notification_subscription_allowed: z.boolean(), is_verify_enabled: z.boolean(), @@ -296,6 +301,8 @@ const ProjectPortalEditorComponent: React.FC = ({ enable_ai_title_and_tags: project.enable_ai_title_and_tags ?? false, get_reply_mode: project.get_reply_mode ?? "summarize", get_reply_prompt: project.get_reply_prompt ?? "", + is_dembrane_event_cta_enabled: + project.is_dembrane_event_cta_enabled ?? true, is_get_reply_enabled: project.is_get_reply_enabled ?? false, is_project_notification_subscription_allowed: project.is_project_notification_subscription_allowed ?? false, @@ -350,6 +357,17 @@ const ProjectPortalEditorComponent: React.FC = ({ }); const updateProjectMutation = useUpdateProjectByIdMutation(); + + // The event invitation switch is a paid-plan control. On the free tier it + // stays on and opens the upgrade path instead of toggling, the way the + // custom logo does in workspace settings. + const { workspace } = useWorkspace(); + const eventCtaLocked = workspace?.tier === "free"; + const canRequestUpgrade = + workspace?.role === "owner" || + workspace?.role === "admin" || + workspace?.role === "billing"; + const [upgradeModalOpened, upgradeModalHandlers] = useDisclosure(false); const createCustomTopicMutation = useCreateCustomTopicMutation(); const updateCustomTopicMutation = useUpdateCustomTopicMutation(); const deleteCustomTopicMutation = useDeleteCustomTopicMutation(); @@ -1417,6 +1435,66 @@ const ProjectPortalEditorComponent: React.FC = ({ )} /> + + + + + + The thank you page ends on a card inviting + participants to run their own event with dembrane. + + + {eventCtaLocked ? ( + + {({ onClick }) => ( + { + e.preventDefault(); + onClick(); + }} + {...testId("portal-editor-event-cta-switch")} + /> + )} + + ) : ( + ( + + field.onChange(e.currentTarget.checked) + } + {...testId("portal-editor-event-cta-switch")} + /> + )} + /> + )} + @@ -1697,6 +1775,17 @@ const ProjectPortalEditorComponent: React.FC = ({ )} + { "chat_turn_cap", "chat_voice_cap", "custom_logo", + "event_cta", "private_workspace", "report_cap", "transcription_cap", diff --git a/echo/frontend/src/components/workspace/gateWalls.ts b/echo/frontend/src/components/workspace/gateWalls.ts index 5534eca33..0680f3ad5 100644 --- a/echo/frontend/src/components/workspace/gateWalls.ts +++ b/echo/frontend/src/components/workspace/gateWalls.ts @@ -28,6 +28,7 @@ export type WallKey = | "chat_turn_cap" | "chat_voice_cap" | "custom_logo" + | "event_cta" | "private_workspace" | "report_cap" | "transcription_cap" @@ -84,6 +85,7 @@ export function wallPopoverLine(wall: WallKey): string { chat_turn_cap: t`The free plan includes one chat with three questions.`, chat_voice_cap: "", custom_logo: t`Your own logo comes with a paid plan.`, + event_cta: t`Hiding the dembrane event invitation comes with a paid plan.`, private_workspace: t`Private workspaces come with a paid plan.`, report_cap: t`The free plan includes one report.`, transcription_cap: "", @@ -122,6 +124,7 @@ export function wallActionLine(wall: WallKey | string | undefined): string { chat_turn_cap: t`ask more in chat`, chat_voice_cap: t`use your voice in chat`, custom_logo: t`add your logo`, + event_cta: t`hide the dembrane event invitation`, private_workspace: t`make a workspace private`, report_cap: t`create another report`, // The one locked data wall. Nothing was blocked in the room: the diff --git a/echo/frontend/src/lib/links.ts b/echo/frontend/src/lib/links.ts index b021850ff..402a02437 100644 --- a/echo/frontend/src/lib/links.ts +++ b/echo/frontend/src/lib/links.ts @@ -28,6 +28,30 @@ export const BookingLinks = { EMBED_SCRIPT: "https://app.cal.com/embed/embed.js", } as const; +/** + * Where the participant portal's closing card books a call. + * + * The website's event intake call, the same event type dembrane.com/events + * books. Not `BookingLinks`: that one is the pricing configurator's "discuss + * your needs", this one is "plan an event". Same embed, own namespace. + */ +/** What a booking step needs to know about one event type. Both sets below + * satisfy it; the configurator picks one by mount. */ +export type BookingLinkSet = { + BOOK_A_CALL: string; + CAL_LINK: string; + EMBED_NAMESPACE: string; +}; + +export const EventBookingLinks = { + /** Fallback route: the plain page, opened in a new tab. */ + BOOK_A_CALL: "https://cal.com/team/dembrane/plan-event", + /** Primary route: the same event type, as the embed names it. */ + CAL_LINK: "team/dembrane/plan-event", + /** Keeps this embed separate from the configurator's on the same page. */ + EMBED_NAMESPACE: "plan-event", +} as const; + /** * Who the person books with. * @@ -49,3 +73,10 @@ export const BookingHost: BookingHostInfo | null = { name: "Eve", photo: null, }; + +/** Who answers the event intake call: the events crew, so the portal's + * booking step names both of them. Same rules as `BookingHost`. */ +export const EventBookingHost: BookingHostInfo | null = { + name: "Eve or Pauline", + photo: null, +}; diff --git a/echo/frontend/src/lib/typesDirectus.d.ts b/echo/frontend/src/lib/typesDirectus.d.ts index 1448f33fb..0eaafcbcf 100644 --- a/echo/frontend/src/lib/typesDirectus.d.ts +++ b/echo/frontend/src/lib/typesDirectus.d.ts @@ -299,6 +299,10 @@ interface Project { // Per-project opt-in for the living canvas beta. Null or false = off; // canvas APIs 404 unless this AND the global ENABLE_CANVAS flag are on. is_canvas_enabled: boolean | null; + // The dembrane event invitation at the foot of the portal's thank you + // page. Null reads as on. The free tier cannot switch it off: the + // participant API forces it on there whatever this says. + is_dembrane_event_cta_enabled: boolean | null; is_verify_on_finish_enabled: boolean | null; selected_verification_key_list: string | null; conversations: string[] | Conversation[]; diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index fdbbfa6e2..2efc6fe5b 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -66,7 +66,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Submit" @@ -261,7 +261,7 @@ msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -792,8 +792,8 @@ msgstr "A project holds everything for one topic. Share its link with participan msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1029,7 +1029,7 @@ msgstr "" msgid "Add a project goal before saving." msgstr "" -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "" @@ -1070,7 +1070,7 @@ msgstr "" msgid "Add images" msgstr "Přidat obrázky" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Add key terms or proper nouns to improve transcript quality and accuracy." @@ -1119,7 +1119,7 @@ msgstr "Add to this chat" msgid "Add to workspaces" msgstr "Add to workspaces" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Add Topic" @@ -1140,7 +1140,7 @@ msgstr "Add Webhook" msgid "Add Your First Webhook" msgstr "Add Your First Webhook" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "" @@ -1154,7 +1154,7 @@ msgstr "Added" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "Added emails" @@ -1255,11 +1255,11 @@ msgstr "Admins can reach every workspace in this organisation. Members and exter msgid "Advanced" msgstr "Advanced" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Advanced (Tips and best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Advanced Settings" @@ -1501,7 +1501,7 @@ msgstr "" msgid "Anonymize transcript" msgstr "Anonymize transcript" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Anonymize Transcripts" @@ -1640,7 +1640,7 @@ msgstr "Are you sure you want to delete this chat? This action cannot be undone. msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Are you sure you want to delete this conversation? This action cannot be undone." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Are you sure you want to delete this custom topic? This cannot be undone." @@ -1714,12 +1714,12 @@ msgstr "" msgid "Ask about your conversations..." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "Ask for Email?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Ask for Name?" @@ -1728,8 +1728,8 @@ msgstr "Ask for Name?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "" -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "" @@ -1777,7 +1777,7 @@ msgstr "" msgid "At least 8 characters" msgstr "At least 8 characters" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "At least one topic must be selected to enable Verify" @@ -1843,11 +1843,11 @@ msgstr "Audit logs exported to JSON" msgid "Authenticator code" msgstr "Authenticator code" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Auto-generate titles" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Auto-generate Titles" @@ -1859,7 +1859,7 @@ msgstr "Auto-generated or enter manually" msgid "Automatic titles and draft tags" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." @@ -1898,7 +1898,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "" @@ -1951,11 +1951,11 @@ msgstr "Back to your workspaces" msgid "Base" msgstr "Base" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Basic (Essential tutorial slides)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Basic Settings" @@ -1973,8 +1973,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1985,12 +1985,12 @@ msgid "Beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Beta" @@ -2060,7 +2060,11 @@ msgstr "Book a call with us" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Domluvit úvodní hovor" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Brainstorm Ideas" @@ -2111,7 +2115,7 @@ msgstr "can edit" msgid "can read" msgstr "can read" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "" @@ -2555,6 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2744,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3174,7 +3179,7 @@ msgstr "Create an account" msgid "Create an account to join" msgstr "Create an account to join" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "" @@ -3297,7 +3302,7 @@ msgid "Current rate" msgstr "" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Custom" @@ -3309,7 +3314,7 @@ msgstr "Custom Filename" msgid "Custom Logo" msgstr "Custom Logo" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Custom title prompt" @@ -3321,7 +3326,7 @@ msgstr "Custom workspace logo shown to participants." msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "" @@ -3394,12 +3399,12 @@ msgstr "" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Default" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Default - No tutorial (Only privacy statements)" @@ -3410,7 +3415,7 @@ msgstr "Delegate multi-step analysis with live tool execution" #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3447,7 +3452,7 @@ msgstr "Delete conversation" msgid "Delete Conversation" msgstr "Delete Conversation" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Delete custom topic" @@ -3537,6 +3542,11 @@ msgstr "dembrane can make mistakes. Please double-check responses." msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "pozvánka na akci dembrane" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3703,7 +3713,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3734,6 +3744,10 @@ msgstr "" msgid "Done" msgstr "Done" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Hotovo, ozvěte se mi" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "" @@ -3814,7 +3828,7 @@ msgstr "Duplicate" msgid "Duration" msgstr "Duration" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Dutch" @@ -3827,7 +3841,7 @@ msgstr "" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" @@ -3959,7 +3973,7 @@ msgstr "Email verification" msgid "Email verification | dembrane" msgstr "Email verification | dembrane" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@work.com" @@ -3996,7 +4010,7 @@ msgstr "" msgid "Enable 2FA" msgstr "Enable 2FA" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Enable Explore" @@ -4004,20 +4018,20 @@ msgstr "Enable Explore" msgid "Enable participation" msgstr "Enable participation" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Enable Report Notifications" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Enable this feature to allow participants to verify and approve \"outcomes\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Enable transcript anonymization" @@ -4025,7 +4039,7 @@ msgstr "Enable transcript anonymization" msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Enable Verify" @@ -4043,12 +4057,12 @@ msgstr "" msgid "Ends on {endDate}, then moves to Free" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "English" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Enter a key term or proper noun" @@ -4129,8 +4143,8 @@ msgstr "Error creating report" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Error loading project" @@ -4189,6 +4203,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Každý poznatek je dohledatelný. Zpráva propojuje každé zjištění s tím, co skutečně zaznělo." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4257,7 +4275,7 @@ msgstr "Expires" msgid "Expiring soon" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explore" @@ -4637,6 +4655,10 @@ msgstr "" msgid "First name" msgstr "First name" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Pět rychlých otázek, poté si vyberete čas s týmem dembrane. Vaše odpovědi si před hovorem přečteme a přineseme plán, který sedí." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4736,7 +4758,7 @@ msgstr "" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "French" @@ -4820,7 +4842,7 @@ msgstr "Generating the summary. Please wait..." msgid "Generating your report..." msgstr "Generating your report..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "German" @@ -4833,6 +4855,10 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Ozvěte se nám" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4943,6 +4969,14 @@ msgstr "" msgid "Good response" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Máte dvě minuty? Pět nepovinných otázek nám pomůže s přípravou." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Máte dvě minuty? Pět rychlých otázek nám pomůže přijít připravení a kteroukoli z nich můžete přeskočit." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "" @@ -4951,7 +4985,7 @@ msgstr "" msgid "Group by" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." @@ -4974,7 +5008,7 @@ msgstr "Has verified artifacts" msgid "Have you completed a training?" msgstr "" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "" @@ -5040,6 +5074,14 @@ msgstr "" msgid "Hide the changes" msgstr "" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "skrýt pozvánku na akci dembrane" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Skrytí pozvánky na akci dembrane je součástí placeného plánu." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Highlight specific Concept" @@ -5060,7 +5102,7 @@ msgstr "" msgid "host guide" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5461,7 +5503,7 @@ msgstr "It sounds like more than one person is speaking. Taking turns will help msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italian (only ECHO features, Transcription and Summaries)" @@ -5548,7 +5590,7 @@ msgstr "" msgid "Joined the conversation" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "Jump to" @@ -5654,7 +5696,7 @@ msgstr "Kickback %" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Language" @@ -5700,7 +5742,7 @@ msgstr "" msgid "Latest" msgstr "Latest" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "Latest report" @@ -5731,6 +5773,14 @@ msgstr "" msgid "Leave workspace" msgstr "Leave workspace" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Nechte nám svůj e-mail a do jednoho dne se vám ozveme ohledně akce s dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Nechte nám svůj e-mail, ať se vám můžeme ozvat." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "" @@ -5752,7 +5802,7 @@ msgstr "Právní základ uložen" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "" @@ -5864,7 +5914,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "" @@ -5893,7 +5943,7 @@ msgstr "" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Live Preview" @@ -5991,7 +6041,7 @@ msgstr "" msgid "Loading transcript..." msgstr "Loading transcript..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Loading verify topics…" @@ -6092,7 +6142,7 @@ msgstr "" msgid "Low battery" msgstr "" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "" @@ -6335,7 +6385,7 @@ msgstr "" msgid "mo" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6610,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6635,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "" @@ -6669,6 +6719,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Žádná aplikace, žádný hardware. Účastníci naskenují QR kód a jejich telefon se stane portálem." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "No audit logs match the current filters." @@ -6917,7 +6971,7 @@ msgstr "No results" msgid "No selectable conversations" msgstr "No selectable conversations" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "No summary yet" @@ -6966,7 +7020,7 @@ msgstr "No valid audio files were selected. Please select audio files only (MP3, msgid "No verification topics are configured for this project." msgstr "No verification topics are configured for this project." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "No verify topics available." @@ -7026,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7121,7 +7175,7 @@ msgstr "" msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Notify participants when a report is published." @@ -7233,7 +7287,7 @@ msgstr "" msgid "One-off" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "Ongoing" @@ -7310,7 +7364,7 @@ msgstr "" msgid "Open account actions" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "Open all" @@ -7422,14 +7476,24 @@ msgstr "Optional" msgid "Optional (falls back to English)" msgstr "Optional (falls back to English)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Optional field on the start page" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Optional field on the thank you page" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Nepovinná otázka {0} z {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Nepovinná otázka {0} z {1}. Klidně přeskočte." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "Optional. What this workspace is for." @@ -7593,7 +7657,7 @@ msgstr "Ownership is locked. Contact support to transfer." msgid "Owning organisation" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Page Content" @@ -7602,7 +7666,7 @@ msgstr "Page Content" msgid "Page not found" msgstr "Page not found" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Page Title" @@ -7630,7 +7694,7 @@ msgstr "Participant Email" msgid "Participant Emails" msgstr "Participant Emails" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Participant Features" @@ -7842,11 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Pick a date" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Vybrat čas hned" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "" @@ -7940,7 +8008,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8011,7 +8079,7 @@ msgstr "" msgid "Popular" msgstr "Popular" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Portal Content" @@ -8023,12 +8091,12 @@ msgstr "" msgid "portal editor" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "Portal editor" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Portal Editor" @@ -8065,7 +8133,7 @@ msgstr "" msgid "praise" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "" @@ -8141,7 +8209,7 @@ msgstr "Private project" msgid "Private workspace" msgstr "Private workspace" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "" @@ -8391,6 +8459,10 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Ozvěte se mi" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "" @@ -8528,13 +8600,13 @@ msgstr "" msgid "participant.button.record" msgstr "Record" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Record another conversation" @@ -8594,10 +8666,10 @@ msgid "Recurring Themes" msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "" @@ -8605,7 +8677,7 @@ msgstr "" msgid "References" msgstr "References" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8692,7 +8764,7 @@ msgstr "Reload Page" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Remind users to verify before finishing" @@ -8734,7 +8806,7 @@ msgstr "Remove {0} from this workspace? They'll lose access to all projects insi msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "Remove Email" @@ -8826,7 +8898,7 @@ msgstr "" msgid "Reply mode" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Reply Prompt" @@ -8834,7 +8906,7 @@ msgstr "Reply Prompt" msgid "report" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8878,7 +8950,7 @@ msgstr "Report generation was cancelled. You can start a new report below." msgid "Report limit reached" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Report Notifications" @@ -8990,7 +9062,7 @@ msgstr "Requesting microphone access to detect available devices..." msgid "Required" msgstr "Required" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Requires \"Ask for Email?\" to be enabled" @@ -9047,6 +9119,10 @@ msgstr "Reset to default" msgid "Response feedback" msgstr "" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Výsledky dřív, než lidé odejdou. Analyzujeme naživo a prezentujeme přímo v sále." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9218,7 +9294,7 @@ msgstr "Role updated" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "" @@ -9230,6 +9306,10 @@ msgstr "Rows per page" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Uspořádat akci s dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "" @@ -9532,7 +9612,7 @@ msgstr "Secret" msgid "Secret copied" msgstr "Secret copied" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "" @@ -9600,7 +9680,7 @@ msgstr "Select all visible ({remainingCount})" msgid "Select at least one event" msgstr "Select at least one event" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Select at least one other topic before deleting this one" @@ -9644,15 +9724,15 @@ msgstr "Select Project" msgid "Select tags" msgstr "Select tags" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Select the instructions that will be shown to participants when they start a conversation" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Select the type of feedback or engagement you want to encourage." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Select tutorial" @@ -9661,7 +9741,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Select up to 2 focus areas for your report" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Select which topics participants can use for \"Verify\"." @@ -9868,7 +9948,7 @@ msgstr "" msgid "Share report" msgstr "Share report" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "Share the project, watch live activity, and jump into the main tools from one place." @@ -9881,7 +9961,7 @@ msgstr "Share with someone" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Share your details here" @@ -9993,6 +10073,11 @@ msgstr "" msgid "Show the full text" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Zobrazit pozvánku" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10034,7 +10119,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10064,6 +10149,10 @@ msgstr "" msgid "Slack community" msgstr "Slack community" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Abychom vám mohli poslat podrobnosti k hovoru." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "" @@ -10183,11 +10272,11 @@ msgstr "Source {0}" msgid "Sources" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Spanish" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Specific Context" @@ -10225,7 +10314,7 @@ msgstr "Standard access. Collaborates in the workspaces they're added to." msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "Start a chat" @@ -10305,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10314,7 +10403,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "Still stuck? Email <0>support@dembrane.com." #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10329,7 +10418,7 @@ msgstr "Stop" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10470,6 +10559,10 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Jasně" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "" @@ -10484,6 +10577,10 @@ msgstr "" msgid "participant.link.switch.text" msgstr "Switch to text input" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Vypnutí je součástí placeného plánu." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "System" @@ -10542,6 +10639,10 @@ msgstr "Take some time to create an outcome that makes your contribution concret msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Řekněte nám o akci, kterou máte na mysli." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10595,43 +10696,51 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Thank you for participating!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Děkujeme, do jednoho dne se vám ozveme." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Tohle nevypadá jako e-mailová adresa." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10639,6 +10748,10 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "To je vše, díky" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." @@ -10659,6 +10772,10 @@ msgstr "" msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "Kalendář se zde nenačetl. Vyberte si čas na cal.com, nebo nám napište na info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10680,7 +10797,7 @@ msgstr "The conversation could not be loaded. Please try again or contact suppor msgid "participant.conversation.error.loading" msgstr "The conversation could not be loaded. Please try again or contact support." -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "" @@ -10692,16 +10809,16 @@ msgstr "The endpoint where we'll send the data. Get this from your receiving ser msgid "The following conversations were automatically added to the context" msgstr "The following conversations were automatically added to the context" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "" -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "" -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "" @@ -10713,7 +10830,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10741,7 +10858,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "" @@ -10758,7 +10875,7 @@ msgstr "The organisation this invite was for has been deleted. There's nothing t msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -10791,6 +10908,10 @@ msgstr "The summary is being generated. Please wait for it to be available." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "The summary is being regenerated. Please wait for it to be available." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "Děkovná stránka končí kartou, která účastníky zve k uspořádání vlastní akce s dembrane." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "" @@ -10925,7 +11046,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -10977,7 +11098,7 @@ msgstr "This invite link isn't valid for this account" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." @@ -11010,7 +11131,7 @@ msgstr "This is your project library. Create views to analyse your entire projec msgid "This isn't available to you" msgstr "This isn't available to you" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "This language will be used for the Participant's Portal." @@ -11052,11 +11173,11 @@ msgstr "This organisation no longer exists" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "This page is shown after the participant has completed the conversation." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "This page is shown to participants when they start a conversation after they successfully complete the tutorial." @@ -11094,7 +11215,7 @@ msgstr "This project is visible to everyone in the workspace." msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Tento projekt se pak bude řídit zděděným nastavením: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." @@ -11152,7 +11273,7 @@ msgstr "" msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "This title is shown to participants when they start a conversation" @@ -11461,7 +11582,7 @@ msgstr "" msgid "Transcription error" msgstr "" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "" @@ -11536,7 +11657,7 @@ msgstr "Trouble logging in? Contact support@dembrane.com." #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "Try again" @@ -11565,7 +11686,7 @@ msgid "Trying to join an existing organization?" msgstr "Trying to join an existing organization?" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Turn off" @@ -11573,7 +11694,7 @@ msgstr "Turn off" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Turn off anonymization?" @@ -11595,7 +11716,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution." @@ -11643,7 +11764,7 @@ msgstr "Type your response here" msgid "Typing" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ukrainian (only ECHO features, Transcription and Summaries)" @@ -11883,7 +12004,7 @@ msgstr "Upgrade your workspace to view this conversation" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "Upgrade your workspace to view transcripts for new conversations." -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11930,7 +12051,7 @@ msgstr "Upload limit reached. Upgrade your workspace." msgid "Upload logo" msgstr "Upload logo" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "" @@ -11948,7 +12069,7 @@ msgstr "Uploading audio..." msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "" @@ -12015,11 +12136,11 @@ msgstr "Použít zděděnou hodnotu" msgid "Use Shift + Enter to add a new line" msgstr "Use Shift + Enter to add a new line" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "" @@ -12110,7 +12231,7 @@ msgid "Verified artifacts" msgstr "Verified artifacts" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verify" @@ -12136,7 +12257,7 @@ msgstr "Verify code" msgid "Verify email" msgstr "Verify email" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Verify Topics" @@ -12231,10 +12352,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Chcete uspořádat akci s dembrane?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Přineseme nástroj i tým, od úvodního hovoru až po zprávu. Ověřeno na více než 1000 akcích." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12313,7 +12442,15 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami? Kalendář je hned tady." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "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." @@ -12373,7 +12510,7 @@ msgstr "Webhooks are automated messages sent from one app to another when someth msgid "Webhooks are not enabled for this environment." msgstr "Webhooks are not enabled for this environment." -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "" @@ -12449,7 +12586,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Co se stalo? Vložte sem snímek obrazovky a přiložte ho" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "" @@ -12517,11 +12654,11 @@ msgstr "When are webhooks triggered?" msgid "When do you need dembrane?" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" @@ -12546,6 +12683,10 @@ msgstr "" msgid "When the summary is ready (includes both transcript and summary)" msgstr "When the summary is ready (includes both transcript and summary)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Kde vás můžeme zastihnout?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "Where would you like to go?" @@ -12763,7 +12904,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "" @@ -12894,7 +13035,7 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "You left the workspace" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "You may also choose to record another conversation." @@ -12914,7 +13055,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "" @@ -13034,6 +13175,10 @@ msgstr "You've reached your transcript limit" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "vy@priklad.cz" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "Your access" @@ -13057,11 +13202,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "" @@ -13078,6 +13223,10 @@ msgstr "Your details" msgid "Your draft won't be saved." msgstr "Your draft won't be saved." +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Váš e-mail" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "Your email is already verified" @@ -13099,7 +13248,7 @@ msgstr "" msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "" @@ -13153,7 +13302,7 @@ msgstr "Your organisation or company" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "" @@ -13202,15 +13351,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "" #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Your response has been recorded. You may now close this tab." diff --git a/echo/frontend/src/locales/cs-CZ.ts b/echo/frontend/src/locales/cs-CZ.ts index 11cf8cc38..b3127e414 100644 --- a/echo/frontend/src/locales/cs-CZ.ts +++ b/echo/frontend/src/locales/cs-CZ.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Pro zpracování na základě souhlasu je vyžadován odkaz na zásady ochrany osobních údajů. Musí začínat http:// nebo https:// a mít nejvýše 255 znaků.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Výchozí hodnota účtu\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Přidat obrázky\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Zrušit přepsání\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Zkontrolujte text a obrázky a zkuste to znovu\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Zpracování na základě souhlasu je aktivní bez odkazu na zásady ochrany osobních údajů. Přidejte ho tam, kde je právní základ nastaven: účastníci si musí mít možnost zásady přečíst.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Hlášení se nepodařilo odeslat. Zkuste to znovu\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Popište problém\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Určuje, na jakém právním základu GDPR se zpracovávají osobní údaje tohoto projektu.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Pokud jste narazili na data viditelná pro nepovolané osoby, na někoho s přístupem, který by mít neměl, nebo na možnou bezpečnostní zranitelnost, použijte prosím náš <0>formulář pro hlášení bezpečnostních problémů. Dostane se k jinému týmu rychlejší cestou. V naléhavých případech napište na <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Obrázky musí být menší než \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Právní základ\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Právní základ uložen\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Odkaz na zásady ochrany osobních údajů zobrazené účastníkům\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"Není nastavena výchozí hodnota (platí správa klientem)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Přikládat lze jen obrázky\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Právní základ mohou měnit pouze administrátoři workspace.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Přepsáno pro tento projekt\"],\"AR/qbs\":[\"Přepsat pro tento projekt\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL zásad ochrany osobních údajů\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Odebrat přepsání\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Nahlásit problém\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Hlášení odesláno. Děkujeme\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Odeslat hlášení\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systémová výchozí hodnota\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Je nastaveno zpracování na základě souhlasu bez odkazu na zásady ochrany osobních údajů. Přidejte ho, aby nastavení zůstalo platné: účastníci si musí mít možnost zásady přečíst.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Tento projekt se pak bude řídit zděděným nastavením: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Příliš mnoho hlášení. Počkejte několik minut a zkuste to znovu\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Maximálně \",[\"MAX_FILES\"],\" obrázků\"],\"lLehih\":[\"Až \",[\"MAX_MESSAGE_CHARS\"],\" znaků\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Použít zděděnou hodnotu\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"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.\"],\"FXjsEJ\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte <0>Nahlásit problém a pošlete ji se snímky obrazovky.\"],\"XolQc4\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte Nahlásit problém v postranním panelu a pošlete ji se snímky obrazovky.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Co se stalo? Vložte sem snímek obrazovky a přiložte ho\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Výchozí hodnota workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Nastavení workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Přikládáme vaše jméno, e-mail a aktuální stránku, abychom se vám mohli ozvat.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Pro zpracování na základě souhlasu je vyžadován odkaz na zásady ochrany osobních údajů. Musí začínat http:// nebo https:// a mít nejvýše 255 znaků.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Výchozí hodnota účtu\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Přidat obrázky\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Domluvit úvodní hovor\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Zrušit přepsání\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Zkontrolujte text a obrázky a zkuste to znovu\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Zpracování na základě souhlasu je aktivní bez odkazu na zásady ochrany osobních údajů. Přidejte ho tam, kde je právní základ nastaven: účastníci si musí mít možnost zásady přečíst.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Hlášení se nepodařilo odeslat. Zkuste to znovu\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"pozvánka na akci dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Popište problém\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Určuje, na jakém právním základu GDPR se zpracovávají osobní údaje tohoto projektu.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Hotovo, ozvěte se mi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Každý poznatek je dohledatelný. Zpráva propojuje každé zjištění s tím, co skutečně zaznělo.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Pět rychlých otázek, poté si vyberete čas s týmem dembrane. Vaše odpovědi si před hovorem přečteme a přineseme plán, který sedí.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Ozvěte se nám\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"hjZBYK\":[\"Máte dvě minuty? Pět nepovinných otázek nám pomůže s přípravou.\"],\"5sIEgO\":[\"Máte dvě minuty? Pět rychlých otázek nám pomůže přijít připravení a kteroukoli z nich můžete přeskočit.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"skrýt pozvánku na akci dembrane\"],\"V3NvRL\":[\"Skrytí pozvánky na akci dembrane je součástí placeného plánu.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Pokud jste narazili na data viditelná pro nepovolané osoby, na někoho s přístupem, který by mít neměl, nebo na možnou bezpečnostní zranitelnost, použijte prosím náš <0>formulář pro hlášení bezpečnostních problémů. Dostane se k jinému týmu rychlejší cestou. V naléhavých případech napište na <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Obrázky musí být menší než \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Nechte nám svůj e-mail a do jednoho dne se vám ozveme ohledně akce s dembrane.\"],\"J8VWes\":[\"Nechte nám svůj e-mail, ať se vám můžeme ozvat.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Právní základ\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Právní základ uložen\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Odkaz na zásady ochrany osobních údajů zobrazené účastníkům\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Žádná aplikace, žádný hardware. Účastníci naskenují QR kód a jejich telefon se stane portálem.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"Není nastavena výchozí hodnota (platí správa klientem)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Přikládat lze jen obrázky\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Právní základ mohou měnit pouze administrátoři workspace.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Nepovinná otázka \",[\"0\"],\" z \",[\"1\"]],\"S2LyUK\":[\"Nepovinná otázka \",[\"0\"],\" z \",[\"1\"],\". Klidně přeskočte.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Přepsáno pro tento projekt\"],\"AR/qbs\":[\"Přepsat pro tento projekt\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Vybrat čas hned\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL zásad ochrany osobních údajů\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Ozvěte se mi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Odebrat přepsání\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Nahlásit problém\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Hlášení odesláno. Děkujeme\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"Sa5FCh\":[\"Výsledky dřív, než lidé odejdou. Analyzujeme naživo a prezentujeme přímo v sále.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Uspořádat akci s dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Odeslat hlášení\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Zobrazit pozvánku\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Abychom vám mohli poslat podrobnosti k hovoru.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Jasně\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Vypnutí je součástí placeného plánu.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systémová výchozí hodnota\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Řekněte nám o akci, kterou máte na mysli.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Děkujeme, do jednoho dne se vám ozveme.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Tohle nevypadá jako e-mailová adresa.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"To je vše, díky\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Kalendář se zde nenačetl. Vyberte si čas na cal.com, nebo nám napište na info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"Děkovná stránka končí kartou, která účastníky zve k uspořádání vlastní akce s dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Je nastaveno zpracování na základě souhlasu bez odkazu na zásady ochrany osobních údajů. Přidejte ho, aby nastavení zůstalo platné: účastníci si musí mít možnost zásady přečíst.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Tento projekt se pak bude řídit zděděným nastavením: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Příliš mnoho hlášení. Počkejte několik minut a zkuste to znovu\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Maximálně \",[\"MAX_FILES\"],\" obrázků\"],\"lLehih\":[\"Až \",[\"MAX_MESSAGE_CHARS\"],\" znaků\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Použít zděděnou hodnotu\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Chcete uspořádat akci s dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Přineseme nástroj i tým, od úvodního hovoru až po zprávu. Ověřeno na více než 1000 akcích.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami?\"],\"8RY8RU\":[\"Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami? Kalendář je hned tady.\"],\"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.\"],\"FXjsEJ\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte <0>Nahlásit problém a pošlete ji se snímky obrazovky.\"],\"XolQc4\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte Nahlásit problém v postranním panelu a pošlete ji se snímky obrazovky.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Co se stalo? Vložte sem snímek obrazovky a přiložte ho\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Kde vás můžeme zastihnout?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Výchozí hodnota workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Nastavení workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vy@priklad.cz\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Váš e-mail\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Přikládáme vaše jméno, e-mail a aktuální stránku, abychom se vám mohli ozvat.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 9a60a5c55..7b398d079 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "Die Bibliothek wird {duration} dauern." -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Absenden" @@ -262,7 +262,7 @@ msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Unterhaltung ber msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -793,8 +793,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -988,7 +988,7 @@ msgstr "Aktive Filter" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1030,7 +1030,7 @@ msgstr "" msgid "Add a project goal before saving." msgstr "" -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "" @@ -1071,7 +1071,7 @@ msgstr "" msgid "Add images" msgstr "Bilder hinzufügen" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Fügen Sie Schlüsselbegriffe oder Eigennamen hinzu, um die Qualität und Genauigkeit der Transkription zu verbessern." @@ -1120,7 +1120,7 @@ msgstr "Zu diesem Chat hinzufügen" msgid "Add to workspaces" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Thema hinzufügen" @@ -1141,7 +1141,7 @@ msgstr "Webhook hinzufügen" msgid "Add Your First Webhook" msgstr "Ihren ersten Webhook hinzufügen" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "" @@ -1155,7 +1155,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Hinzugefügt" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "Hinzugefügte E-Mails" @@ -1256,11 +1256,11 @@ msgstr "" msgid "Advanced" msgstr "Erweitert" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Erweitert (Tipps und best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" @@ -1502,7 +1502,7 @@ msgstr "" msgid "Anonymize transcript" msgstr "Transkript anonymisieren" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Transkripte anonymisieren" @@ -1641,7 +1641,7 @@ msgstr "Sind Sie sicher, dass Sie diesen Chat löschen möchten? Diese Aktion ka msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Sind Sie sicher, dass Sie dieses Gespräch löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Sind Sie sicher, dass Sie dieses benutzerdefinierte Thema löschen möchten? Dies kann nicht rückgängig gemacht werden." @@ -1715,12 +1715,12 @@ msgstr "" msgid "Ask about your conversations..." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "E-Mail anfragen?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Nach Namen fragen?" @@ -1729,8 +1729,8 @@ msgstr "Nach Namen fragen?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "" -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "" @@ -1778,7 +1778,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "Mindestens ein Thema muss ausgewählt werden, um Verify zu aktivieren" @@ -1844,11 +1844,11 @@ msgstr "Audit-Protokolle als JSON exportiert" msgid "Authenticator code" msgstr "Authentifizierungscode" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Titel automatisch generieren" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Titel automatisch generieren" @@ -1860,7 +1860,7 @@ msgstr "Automatisch generiert oder manuell eingeben" msgid "Automatic titles and draft tags" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Automatisch einen kurzen themenbasierten Titel für jedes Gespräch nach der Zusammenfassung generieren. Der Titel beschreibt, was besprochen wurde, nicht, wer teilgenommen hat. Der ursprüngliche Name des Teilnehmers wird separat gespeichert, wenn er bereitgestellt wurde." @@ -1899,7 +1899,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Zurück" @@ -1914,7 +1914,7 @@ msgstr "Zurück" msgid "participant.button.back" msgstr "Zurück" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "" @@ -1952,11 +1952,11 @@ msgstr "" msgid "Base" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Grundlegend (Wesentliche Tutorial-Folien)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Grundlegende Einstellungen" @@ -1974,8 +1974,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1986,12 +1986,12 @@ msgid "Beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Beta" @@ -2061,7 +2061,11 @@ msgstr "Buchen Sie einen Termin mit uns" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Kennenlerngespräch buchen" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Ideen brainstormen" @@ -2112,7 +2116,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "" @@ -2556,6 +2560,7 @@ msgid "Clone Project" msgstr "Projekt klonen" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2745,7 +2750,7 @@ msgstr "Kontextbezogene Vorschläge" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3175,7 +3180,7 @@ msgstr "" msgid "Create an account to join" msgstr "" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "" @@ -3298,7 +3303,7 @@ msgid "Current rate" msgstr "" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Benutzerdefiniert" @@ -3310,7 +3315,7 @@ msgstr "Benutzerdefinierter Dateiname" msgid "Custom Logo" msgstr "Benutzerdefiniertes Logo" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Benutzerdefinierter Titel-Prompt" @@ -3322,7 +3327,7 @@ msgstr "" msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "" @@ -3395,12 +3400,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Standard" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Standard - Kein Tutorial (Nur Datenschutzbestimmungen)" @@ -3411,7 +3416,7 @@ msgstr "Multistufige Analyse mit live Werkzeugausführung delegieren" #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3448,7 +3453,7 @@ msgstr "Gespräch löschen" msgid "Delete Conversation" msgstr "Gespräch löschen" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Benutzerdefiniertes Thema löschen" @@ -3538,6 +3543,11 @@ msgstr "" msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "dembrane Event-Einladung" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3704,7 +3714,7 @@ msgstr "Benötige ich dies?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Möchten Sie auf dem Laufenden bleiben?" @@ -3735,6 +3745,10 @@ msgstr "" msgid "Done" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Fertig, kontaktieren Sie mich" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "" @@ -3815,7 +3829,7 @@ msgstr "Duplizieren" msgid "Duration" msgstr "Dauer" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Niederländisch" @@ -3828,7 +3842,7 @@ msgstr "" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "z.B. \"Fokus auf Nachhaltigkeitsthemen\" oder \"Was denken die Teilnehmenden über die neue Richtlinie?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "z.B. \"Verwenden Sie kurze Nomen-Phrasen wie 'Stadtbäume' oder 'Jugendliche Arbeitsplätze'. Vermeiden Sie generische Titel.\"" @@ -3960,7 +3974,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@work.com" @@ -3997,7 +4011,7 @@ msgstr "" msgid "Enable 2FA" msgstr "2FA aktivieren" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Explore aktivieren" @@ -4005,20 +4019,20 @@ msgstr "Explore aktivieren" msgid "Enable participation" msgstr "Teilnahme aktivieren" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Benachrichtigungen für Berichte aktivieren" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Aktivieren Sie diese Funktion, um Teilnehmern die Möglichkeit zu geben, KI-gesteuerte Antworten während ihres Gesprächs anzufordern. Teilnehmer können nach Aufnahme ihrer Gedanken auf \"Explore\" klicken, um kontextbezogene Rückmeldungen zu erhalten, die tiefere Reflexion und Engagement fördern. Ein Abkühlungszeitraum gilt zwischen Anfragen." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Aktivieren Sie diese Funktion, damit Teilnehmer \"Ergebnisse\" aus ihren Beiträgen verifizieren und genehmigen können. Dies hilft, Schlüsselideen, Bedenken oder Zusammenfassungen zu konkretisieren. Nach dem Gespräch können Sie nach Diskussionen mit verifizierten Ergebnissen filtern und diese in der Übersicht einsehen." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Transkript anonymisieren aktivieren" @@ -4026,7 +4040,7 @@ msgstr "Transkript anonymisieren aktivieren" msgid "Enable two-factor authentication" msgstr "Zwei-Faktor-Authentifizierung aktivieren" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Verify aktivieren" @@ -4044,12 +4058,12 @@ msgstr "" msgid "Ends on {endDate}, then moves to Free" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "Englisch" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Geben Sie einen Schlüsselbegriff oder Eigennamen ein" @@ -4130,8 +4144,8 @@ msgstr "Fehler beim Erstellen des Berichts" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Fehler beim Laden des Projekts" @@ -4190,6 +4204,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Jede Erkenntnis nachvollziehbar. Der Bericht verknüpft jeden Befund mit dem, was tatsächlich gesagt wurde." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4258,7 +4276,7 @@ msgstr "" msgid "Expiring soon" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explore" @@ -4638,6 +4656,10 @@ msgstr "" msgid "First name" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Fünf kurze Fragen, dann wählen Sie einen Termin mit dem dembrane-Team. Wir lesen Ihre Antworten vor dem Gespräch und bringen einen passenden Plan mit." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4737,7 +4759,7 @@ msgstr "" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "Französisch" @@ -4821,7 +4843,7 @@ msgstr "Zusammenfassung wird erstellt. Kurz warten ..." msgid "Generating your report..." msgstr "Dein Bericht wird erstellt..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "Deutsch" @@ -4834,6 +4856,10 @@ msgstr "Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertief msgid "participant.refine.go.deeper.description" msgstr "Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Kontakt aufnehmen" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4944,6 +4970,14 @@ msgstr "" msgid "Good response" msgstr "Gute Antwort" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Haben Sie zwei Minuten? Fünf optionale Fragen helfen uns bei der Vorbereitung." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Haben Sie zwei Minuten? Fünf kurze Fragen helfen uns, vorbereitet zu kommen, und Sie können jede davon überspringen." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "" @@ -4952,7 +4986,7 @@ msgstr "" msgid "Group by" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Leitfaden, wie Titel generiert werden. Titel beschreiben das Thema des Gesprächs, nicht den Teilnehmer." @@ -4975,7 +5009,7 @@ msgstr "Hat verifizierte Artefakte" msgid "Have you completed a training?" msgstr "" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "" @@ -5041,6 +5075,14 @@ msgstr "" msgid "Hide the changes" msgstr "" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "die dembrane Event-Einladung ausblenden" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Das Ausblenden der dembrane Event-Einladung ist Teil eines bezahlten Plans." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Bestimmtes Konzept hervorheben" @@ -5061,7 +5103,7 @@ msgstr "Host" msgid "host guide" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5462,7 +5504,7 @@ msgstr "Es klingt, als würden mehrere Personen sprechen. Wenn Sie abwechselnd s msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italienisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)" @@ -5549,7 +5591,7 @@ msgstr "" msgid "Joined the conversation" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "" @@ -5655,7 +5697,7 @@ msgstr "" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Sprache" @@ -5701,7 +5743,7 @@ msgstr "" msgid "Latest" msgstr "Neueste" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "" @@ -5732,6 +5774,14 @@ msgstr "" msgid "Leave workspace" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Hinterlassen Sie Ihre E-Mail-Adresse und wir melden uns innerhalb eines Tages wegen eines Events mit dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Hinterlassen Sie Ihre E-Mail-Adresse, damit wir Sie kontaktieren können." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "" @@ -5753,7 +5803,7 @@ msgstr "Rechtsgrundlage gespeichert" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "" @@ -5865,7 +5915,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "" @@ -5894,7 +5944,7 @@ msgstr "" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Live Vorschau" @@ -5992,7 +6042,7 @@ msgstr "" msgid "Loading transcript..." msgstr "Transkript wird geladen ..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Verify Themen werden geladen…" @@ -6093,7 +6143,7 @@ msgstr "" msgid "Low battery" msgstr "" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "" @@ -6336,7 +6386,7 @@ msgstr "Geht nicht auf die Frage ein" msgid "mo" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6611,7 +6661,7 @@ msgstr "Neueste zuerst" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6636,7 +6686,7 @@ msgstr "Weiter" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "" @@ -6670,6 +6720,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Keine App, keine Hardware. Teilnehmende scannen einen QR-Code und ihr Telefon wird zum Portal." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "Keine Audit-Protokolle entsprechen den aktuellen Filtern." @@ -6918,7 +6972,7 @@ msgstr "Keine Ergebnisse" msgid "No selectable conversations" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "" @@ -6967,7 +7021,7 @@ msgstr "Es wurden keine gültigen Audio-Dateien ausgewählt. Bitte wählen Sie n msgid "No verification topics are configured for this project." msgstr "Für dieses Projekt sind keine Verifizierungsthemen konfiguriert." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "Keine Verify Themen verfügbar." @@ -7027,7 +7081,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7122,7 +7176,7 @@ msgstr "" msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Teilnehmer benachrichtigen, wenn ein Bericht veröffentlicht wird." @@ -7234,7 +7288,7 @@ msgstr "" msgid "One-off" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "Laufend" @@ -7311,7 +7365,7 @@ msgstr "" msgid "Open account actions" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "" @@ -7423,14 +7477,24 @@ msgstr "Optional" msgid "Optional (falls back to English)" msgstr "Optional (falls auf Englisch zurückgegriffen wird)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Optionales Feld auf der Startseite" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Optionales Feld auf der Danksagungsseite" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Optionale Frage {0} von {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Optionale Frage {0} von {1}. Überspringen Sie, was Sie möchten." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "" @@ -7594,7 +7658,7 @@ msgstr "" msgid "Owning organisation" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Seiteninhalt" @@ -7603,7 +7667,7 @@ msgstr "Seiteninhalt" msgid "Page not found" msgstr "Seite nicht gefunden" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Seitentitel" @@ -7631,7 +7695,7 @@ msgstr "Teilnehmer-E-Mail" msgid "Participant Emails" msgstr "Teilnehmer-E-Mails" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Teilnehmer-Funktionen" @@ -7843,11 +7907,15 @@ msgstr "Telefon" msgid "Pick a date" msgstr "Wahlen Sie ein Datum" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Jetzt einen Termin wählen" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "" @@ -7941,7 +8009,7 @@ msgstr "Bitte überprüfen Sie Ihre Eingaben auf Fehler." msgid "Please enable participation to enable sharing" msgstr "Bitte aktivieren Sie die Teilnahme, um das Teilen zu ermöglichen" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." @@ -8012,7 +8080,7 @@ msgstr "" msgid "Popular" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Portal Inhalt" @@ -8024,12 +8092,12 @@ msgstr "" msgid "portal editor" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Portal Editor" @@ -8066,7 +8134,7 @@ msgstr "" msgid "praise" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "" @@ -8142,7 +8210,7 @@ msgstr "" msgid "Private workspace" msgstr "" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "" @@ -8392,6 +8460,10 @@ msgstr "Neues Passwort erneut eingeben" msgid "Re-use settings from an existing webhook" msgstr "Einstellungen aus einem bestehenden Webhook wiederverwenden" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Kontaktieren Sie mich" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "" @@ -8529,13 +8601,13 @@ msgstr "" msgid "participant.button.record" msgstr "Aufnehmen" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Ein weiteres Gespräch aufnehmen" @@ -8595,10 +8667,10 @@ msgid "Recurring Themes" msgstr "Wiederkehrende Themen" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "" @@ -8606,7 +8678,7 @@ msgstr "" msgid "References" msgstr "Referenzen" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8693,7 +8765,7 @@ msgstr "Neu laden" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Benutzer daran erinnern, vor dem Abschließen zu überprüfen" @@ -8735,7 +8807,7 @@ msgstr "" msgid "Remove avatar" msgstr "Profilbild entfernen" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "E-Mail entfernen" @@ -8827,7 +8899,7 @@ msgstr "" msgid "Reply mode" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Antwort Prompt" @@ -8835,7 +8907,7 @@ msgstr "Antwort Prompt" msgid "report" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8879,7 +8951,7 @@ msgstr "Die Berichtserstellung wurde abgebrochen. Du kannst unten einen neuen Be msgid "Report limit reached" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Berichtsbenachrichtigungen" @@ -8991,7 +9063,7 @@ msgstr "Mikrofonzugriff wird angefragt..." msgid "Required" msgstr "Erforderlich" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Benötigt \"E-Mail anfordern?\" um aktiviert zu sein" @@ -9048,6 +9120,10 @@ msgstr "Auf Standard zurücksetzen" msgid "Response feedback" msgstr "Feedback zur Antwort" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Ergebnisse, bevor die Leute gehen. Wir analysieren live und präsentieren direkt im Raum." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9219,7 +9295,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "" @@ -9231,6 +9307,10 @@ msgstr "Zeilen pro Seite" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Ein Event mit dembrane durchführen" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "" @@ -9533,7 +9613,7 @@ msgstr "Geheimnis" msgid "Secret copied" msgstr "Geheimnis kopiert" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "" @@ -9601,7 +9681,7 @@ msgstr "" msgid "Select at least one event" msgstr "Mindestens ein Ereignis auswählen" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Mindestens ein anderes Thema auswählen, bevor dieses gelöscht wird" @@ -9645,15 +9725,15 @@ msgstr "Projekt auswählen" msgid "Select tags" msgstr "Tags auswählen" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Wählen Sie die Anweisungen aus, die den Teilnehmern beim Starten eines Gesprächs angezeigt werden" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Wählen Sie den Typ der Rückmeldung oder der Beteiligung, die Sie fördern möchten." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Tutorial auswählen" @@ -9662,7 +9742,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Wahlen Sie bis zu 2 Schwerpunkte fur Ihren Bericht" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Wählen Sie aus, welche Themen Teilnehmer für \"Verifizieren\" verwenden können." @@ -9869,7 +9949,7 @@ msgstr "" msgid "Share report" msgstr "Bericht teilen" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" @@ -9882,7 +9962,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Teilen Sie hier Ihre Daten" @@ -9994,6 +10074,11 @@ msgstr "" msgid "Show the full text" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Einladung anzeigen" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10035,7 +10120,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10065,6 +10150,10 @@ msgstr "" msgid "Slack community" msgstr "Slack-Community" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Damit wir Ihnen die Details zum Gespräch schicken können." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "" @@ -10184,11 +10273,11 @@ msgstr "Quelle {0}" msgid "Sources" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Spanisch" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Spezifischer Kontext" @@ -10226,7 +10315,7 @@ msgstr "" msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "" @@ -10306,7 +10395,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10315,7 +10404,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10330,7 +10419,7 @@ msgstr "Beenden" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10471,6 +10560,10 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Unterstützte Formate: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Gern" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "" @@ -10485,6 +10578,10 @@ msgstr "" msgid "participant.link.switch.text" msgstr "Zur Texteingabe wechseln" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Das Ausschalten ist Teil eines bezahlten Plans." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "System" @@ -10543,6 +10640,10 @@ msgstr "Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag f msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Erzählen Sie uns von dem Event, das Sie im Sinn haben." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10596,43 +10697,51 @@ msgstr "Webhook testen" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Vielen Dank für Ihre Teilnahme!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Danke-Seite Inhalt" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Vielen Dank!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Danke, wir melden uns innerhalb eines Tages." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Der Code hat nicht funktioniert. Versuchen Sie es erneut mit einem neuen Code aus Ihrer Authentifizierungs-App." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Das sieht nicht wie eine E-Mail-Adresse aus." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10640,6 +10749,10 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "Das war's, danke" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "" @@ -10660,6 +10773,10 @@ msgstr "" msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "Der Kalender konnte hier nicht geladen werden. Wählen Sie stattdessen einen Termin auf cal.com oder schreiben Sie uns an info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10681,7 +10798,7 @@ msgstr "Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut msgid "participant.conversation.error.loading" msgstr "Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support." -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "" @@ -10693,16 +10810,16 @@ msgstr "Der Endpunkt, an den wir die Daten senden. Holen Sie sich diesen von Ihr msgid "The following conversations were automatically added to the context" msgstr "Die folgenden Gespräche wurden automatisch zum Kontext hinzugefügt" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "" -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "" -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "" @@ -10714,7 +10831,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10742,7 +10859,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "" @@ -10759,7 +10876,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -10792,6 +10909,10 @@ msgstr "Die Zusammenfassung wird erstellt. Warte, bis sie verfügbar ist." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "Die Zusammenfassung wird neu erstellt. Warte, bis sie verfügbar ist." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "Die Dankeseite endet mit einer Karte, die Teilnehmende einlädt, ein eigenes Event mit dembrane durchzuführen." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "" @@ -10926,7 +11047,7 @@ msgstr "Dieses Gespräch hat die folgenden Kopien:" msgid "conversation.linking_conversations.description" msgstr "Dieses Gespräch ist eine Kopie von" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "Diese E-Mail ist bereits in der Liste." @@ -10978,7 +11099,7 @@ msgstr "" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "Dies ist eine Live-Vorschau des Teilnehmerportals. Sie müssen die Seite aktualisieren, um die neuesten Änderungen zu sehen." @@ -11011,7 +11132,7 @@ msgstr "Bibliothek" msgid "This isn't available to you" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "Diese Sprache wird für das Teilnehmerportal verwendet." @@ -11053,11 +11174,11 @@ msgstr "" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "Diese Seite wird angezeigt, nachdem der Teilnehmer das Gespräch beendet hat." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "Diese Seite wird den Teilnehmern angezeigt, wenn sie nach erfolgreichem Abschluss des Tutorials ein Gespräch beginnen." @@ -11095,7 +11216,7 @@ msgstr "" msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Dieses Projekt folgt dann der übernommenen Einstellung: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "Dieser Prompt leitet ein, wie die KI auf die Teilnehmer reagiert. Passen Sie ihn an, um den Typ der Rückmeldung oder Engagement zu bestimmen, den Sie fördern möchten." @@ -11153,7 +11274,7 @@ msgstr "" msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "Dieser Titel wird den Teilnehmern angezeigt, wenn sie ein Gespräch beginnen" @@ -11462,7 +11583,7 @@ msgstr "" msgid "Transcription error" msgstr "" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "" @@ -11535,7 +11656,7 @@ msgstr "" #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "" @@ -11564,7 +11685,7 @@ msgid "Trying to join an existing organization?" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Ausschalten" @@ -11572,7 +11693,7 @@ msgstr "Ausschalten" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Anonymisierung ausschalten?" @@ -11594,7 +11715,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Das Deaktivieren der Anonymisierung während laufender Aufnahmen kann unbeabsichtigte Folgen haben. Aktive Gespräche werden auch während der Aufnahme betroffen. Bitte verwenden Sie dies mit Vorsicht." @@ -11642,7 +11763,7 @@ msgstr "Geben Sie hier Ihre Antwort ein" msgid "Typing" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ukrainisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)" @@ -11882,7 +12003,7 @@ msgstr "" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11929,7 +12050,7 @@ msgstr "" msgid "Upload logo" msgstr "" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "" @@ -11947,7 +12068,7 @@ msgstr "Audio wird hochgeladen..." msgid "participant.modal.interruption.uploading" msgstr "Audio wird hochgeladen..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "" @@ -12014,11 +12135,11 @@ msgstr "Übernommenen Standard verwenden" msgid "Use Shift + Enter to add a new line" msgstr "Verwenden Sie Shift + Enter, um eine neue Zeile hinzuzufügen" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "" @@ -12109,7 +12230,7 @@ msgid "Verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verifizieren" @@ -12135,7 +12256,7 @@ msgstr "Code verifizieren" msgid "Verify email" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Verify Themen" @@ -12230,10 +12351,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Möchten Sie ein Event mit dembrane durchführen?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Wir bringen das Tool und die Crew mit, vom Intake-Gespräch bis zum Bericht. Bewährt bei über 1000 Events." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12312,7 +12441,15 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen? Der Kalender ist gleich hier." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "Wir werden Ihnen nur eine Nachricht senden, wenn Ihr Gastgeber einen Bericht erstellt. Wir geben Ihre Daten niemals an Dritte weiter. Sie können sich jederzeit abmelden." @@ -12372,7 +12509,7 @@ msgstr "Webhooks sind automatisierte Nachrichten, die von einer App zu einer and msgid "Webhooks are not enabled for this environment." msgstr "" -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "" @@ -12448,7 +12585,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Was ist passiert? Fügen Sie hier einen Screenshot ein, um ihn anzuhängen" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "" @@ -12516,11 +12653,11 @@ msgstr "Wenn werden Webhooks ausgelöst?" msgid "When do you need dembrane?" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "Wenn aktiviert, werden alle neuen Transkripte persönliche Informationen (Namen, E-Mails, Telefonnummern, Adressen) durch Platzhalter ersetzt. Anonymisierte Unterhaltungen deaktivieren auch die Audio-Wiedergabe, den Audio-Download und die Hertranskription, um die Privatsphäre der Teilnehmer zu schützen. Dies kann für bereits verarbeitete Gespräche nicht rückgängig gemacht werden." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "Wenn das Gespräch abgeschlossen wird, werden Teilnehmer, die noch nicht verifiziert haben, aufgefordert, zu verifizieren oder zu überspringen" @@ -12545,6 +12682,10 @@ msgstr "" msgid "When the summary is ready (includes both transcript and summary)" msgstr "Wenn die Zusammenfassung bereit ist (beinhaltet Transkript und Zusammenfassung)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Wie können wir Sie erreichen?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "" @@ -12762,7 +12903,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "" @@ -12893,7 +13034,7 @@ msgstr "Sie haben noch keine Ergebnisse verifiziert. Möchten Sie vor dem Abschl msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "Sie können auch wählen, ein weiteres Gespräch aufzunehmen." @@ -12913,7 +13054,7 @@ msgstr "Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbin msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "" @@ -13033,6 +13174,10 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "sie@beispiel.de" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "" @@ -13056,11 +13201,11 @@ msgstr "Ihre Genehmigung hilft uns zu verstehen, was Sie wirklich denken!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "" @@ -13077,6 +13222,10 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Ihre E-Mail-Adresse" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "" @@ -13098,7 +13247,7 @@ msgstr "Ihr Feedback und diese Antwort gehen an das dembrane-Team." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "" @@ -13152,7 +13301,7 @@ msgstr "" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "" @@ -13201,15 +13350,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "" #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen." diff --git a/echo/frontend/src/locales/de-DE.ts b/echo/frontend/src/locales/de-DE.ts index a625b9064..d0137018c 100644 --- a/echo/frontend/src/locales/de-DE.ts +++ b/echo/frontend/src/locales/de-DE.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Sie sind nicht authentifiziert\"],\"You don't have permission to access this.\":[\"Sie haben keine Berechtigung, darauf zuzugreifen.\"],\"Resource not found\":[\"Ressource nicht gefunden\"],\"Server error\":[\"Serverfehler\"],\"Something went wrong\":[\"Etwas ist schief gelaufen\"],\"We're preparing your workspace.\":[\"Wir bereiten deinen Arbeitsbereich vor.\"],\"Preparing your dashboard\":[\"Dein Dashboard wird vorbereitet\"],\"Welcome back\":[\"Willkommen zurück\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Die Bibliothek wird \",[\"duration\"],\" dauern.\"],\"uDvV8j\":[\" Absenden\"],\"aMNEbK\":[\" Von Benachrichtigungen abmelden\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bald verfügbar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Erkunden\\\" bald verfügbar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Überprüfen\\\" bald verfügbar\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" Tag\"],\"other\":[\"#\",\" Tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Nachricht von dembrane\"],\"other\":[\"Nachrichten von dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" hinzugefügt\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gespräche • Bearbeitet \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" nicht hinzugefügt\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" Aufrufe\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Gespräche • Bearbeitet \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" ausgewählt\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Derzeit ist \",\"#\",\" Unterhaltung bereit zur Analyse.\"],\"other\":[\"Derzeit sind \",\"#\",\" Unterhaltungen bereit zur Analyse.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" liest gerade\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" werden noch verarbeitet.\"],\"ZpJ0wx\":[\"*Transkription wird durchgeführt.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" Unterhaltungen\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspekte\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 Aufruf\"],\"AeSuqs\":[\"1. Sie geben eine URL an, an die Sie Benachrichtigungen erhalten möchten\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Wenn ein Gesprächs- oder Berichtereignis eintritt, senden wir die Daten automatisch an deine URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Ihr System empfängt die Daten und kann darauf reagieren (z.B. in eine Datenbank speichern, eine E-Mail senden, ein Spreadsheet aktualisieren)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Ein freundlicher Name, um diesen Webhook zu identifizieren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Ein neuer Bericht wird automatisch zum geplanten Zeitpunkt erstellt und veröffentlicht.\"],\"zm7GU7\":[\"Für die Verarbeitung auf Basis von Einwilligung ist ein Link zur Datenschutzerklärung erforderlich. Er muss mit http:// oder https:// beginnen und darf höchstens 255 Zeichen lang sein.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Konto\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Konto-Standard\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Konto-Passwort\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Aktion von\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Aktion am\"],\"7L01XJ\":[\"Aktionen\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Aktive Filter\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Hinzufügen\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Zusätzlichen Kontext hinzufügen (Optional)\"],\"Se1KZw\":[\"Alle zutreffenden hinzufügen\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Unterhaltungen zum Kontext hinzufügen\"],\"8T7YRB\":[\"Fugen Sie zuerst Gesprache zu Ihrem Projekt hinzu\"],\"LL1rvo\":[\"Benutzerdefiniertes Thema hinzufügen\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Bilder hinzufügen\"],\"1xDwr8\":[\"Fügen Sie Schlüsselbegriffe oder Eigennamen hinzu, um die Qualität und Genauigkeit der Transkription zu verbessern.\"],\"ndpRPm\":[\"Neue Aufnahmen zu diesem Projekt hinzufügen. Dateien, die Sie hier hochladen, werden verarbeitet und in Gesprächen erscheinen.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Tag hinzufügen\"],\"add.tag.filter.modal.title\":[\"Tag zu Filtern hinzufügen\"],\"IKoyMv\":[\"Tags hinzufügen\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Zu Filtern hinzufügen\"],\"NffMsn\":[\"Zu diesem Chat hinzufügen\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Thema hinzufügen\"],\"AHaRrL\":[\"Übersetzungen hinzufügen\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Webhook hinzufügen\"],\"UZ07em\":[\"Ihren ersten Webhook hinzufügen\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Hinzugefügt\"],\"Na90E+\":[\"Hinzugefügte E-Mails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zum Chat hinzufügen\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" hinzufügen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.loading.title\":[\"Unterhaltungen werden hinzugefügt\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Die Basis-Schriftgröße für die Oberfläche anpassen\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Erweitert\"],\"OaKXud\":[\"Erweitert (Tipps und best practices)\"],\"JiIKww\":[\"Erweiterte Einstellungen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Werkzeuggetriebene Ausführung\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Alle\"],\"cF7bEt\":[\"Alle Aktionen\"],\"O1367B\":[\"Alle Sammlungen\"],\"gvykaX\":[\"Alle Unterhaltungen\"],\"u/fl/S\":[\"Alle Dateien wurden erfolgreich hochgeladen.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Alle Vorlagen\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Teilnehmern erlauben, über den Link neue Gespräche zu beginnen\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Fast geschafft\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Bereits zu diesem Chat hinzugefügt\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Bereits im Kontext\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Eine E-Mail-Benachrichtigung wird an \",[\"0\"],\" Teilnehmer\",[\"1\"],\" gesendet. Möchten Sie fortfahren?\"],\"8q/YVi\":[\"Beim Laden des Portals ist ein Fehler aufgetreten. Bitte kontaktieren Sie das Support-Team.\"],\"XyOToQ\":[\"Ein Fehler ist aufgetreten.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ein unerwarteter Fehler ist aufgetreten. Neu laden oder zur Startseite zurückkehren hilft meistens.\"],\"F4cOH1\":[\"Analyse Sprache\"],\"ZlwDi6\":[\"Analytik\"],\"1x2m6d\":[\"Analyse diese Elemente mit Tiefe und Nuance. Bitte:\\n\\nFokussieren Sie sich auf unerwartete Verbindungen und Gegenüberstellungen\\nGehen Sie über offensichtliche Oberflächenvergleiche hinaus\\nIdentifizieren Sie versteckte Muster, die die meisten Analysen übersehen\\nBleiben Sie analytisch rigoros, während Sie ansprechend bleiben\\nVerwenden Sie Beispiele, die tiefere Prinzipien erhellen\\nStrukturieren Sie die Analyse, um Verständnis zu erlangen\\nZiehen Sie Erkenntnisse hervor, die konventionelle Weisheiten herausfordern\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"Dzr23X\":[\"Ankündigungen\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Transkript anonymisieren\"],\"gd1W+U\":[\"Transkripte anonymisieren\"],\"YdiKaK\":[\"Anonymisierte Unterhaltung\"],\"iPiP6k\":[\"Anonymisierte Unterhaltung\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Noch etwas?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Anwenden\"],\"4TwsNi\":[\"Vorlage anwenden\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Freigeben\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Genehmigt\"],\"tq+4rb\":[\"Sind Sie sicher, dass Sie den Webhook \\\"\",[\"0\"],\"\\\" löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"uqhbrg\":[\"Sind Sie sicher, dass Sie diesen Chat löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"Q5Z2wp\":[\"Sind Sie sicher, dass Sie dieses Gespräch löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"yrk3z3\":[\"Sind Sie sicher, dass Sie dieses benutzerdefinierte Thema löschen möchten? Dies kann nicht rückgängig gemacht werden.\"],\"YF1Re1\":[\"Sind Sie sicher, dass Sie dieses Projekt löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"ELQ+fw\":[\"Bist du sicher, dass du diesen Bericht löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"aUsm4A\":[\"Sind Sie sicher, dass Sie diesen Tag löschen möchten? Dies wird den Tag aus den bereits enthaltenen Gesprächen entfernen.\"],\"e3BGhi\":[\"Möchten Sie diese Vorlage wirklich löschen? Dies kann nicht rückgängig gemacht werden.\"],\"participant.modal.finish.message.text.mode\":[\"Sind Sie sicher, dass Sie das Gespräch beenden möchten?\"],\"sOql0x\":[\"Sind Sie sicher, dass Sie die Bibliothek generieren möchten? Dies wird eine Weile dauern und Ihre aktuellen Ansichten und Erkenntnisse überschreiben.\"],\"UXCOMn\":[\"Sind Sie sicher, dass Sie das Zusammenfassung erneut generieren möchten? Sie werden die aktuelle Zusammenfassung verlieren.\"],\"ZmeZPn\":[\"Sind Sie sicher, dass Sie Ihr Profilbild entfernen möchten?\"],\"wQ5jM6\":[\"Sind Sie sicher, dass Sie Ihr benutzerdefiniertes Logo entfernen möchten? Stattdessen wird das Standard-dembrane-Logo verwendet.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Fragen\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"E-Mail anfragen?\"],\"Rjlwvz\":[\"Nach Namen fragen?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspekt\"],\"HkigHK\":[\"Aspekte\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Mindestens ein Thema muss ausgewählt werden, um Verify zu aktivieren\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Achtung! Wir haben die letzten 60 Sekunden Ihrer Aufnahme aufgrund einer Unterbrechung verloren. Bitte drücken Sie die Schaltfläche unten, um die Verbindung wiederherzustellen.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-Download nicht verfügbar für anonymisierte Unterhaltungen\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio-Wiedergabe nicht verfügbar für anonymisierte Unterhaltungen\"],\"IOBCIN\":[\"Audio-Tipp\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit-Protokolle\"],\"aL1eBt\":[\"Audit-Protokolle als CSV exportiert\"],\"mS51hl\":[\"Audit-Protokolle als JSON exportiert\"],\"z8CQX2\":[\"Authentifizierungscode\"],\"R+PyK8\":[\"Titel automatisch generieren\"],\"voAvDv\":[\"Titel automatisch generieren\"],\"Wrpmw7\":[\"Automatisch generiert oder manuell eingeben\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatisch einen kurzen themenbasierten Titel für jedes Gespräch nach der Zusammenfassung generieren. Der Titel beschreibt, was besprochen wurde, nicht, wer teilgenommen hat. Der ursprüngliche Name des Teilnehmers wird separat gespeichert, wenn er bereitgestellt wurde.\"],\"F95AYw\":[\"Transkripte automatisch in Ihre CRM oder Datenbank speichern\"],\"zUbSgC\":[\"Gesprächdaten automatisch an Ihre anderen Tools und Dienste senden, wenn Ereignisse auftreten.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar entfernt\"],\"jSKImf\":[\"Avatar aktualisiert\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Zurück\"],\"participant.button.back.microphone\":[\"Zurück\"],\"participant.button.back\":[\"Zurück\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Zurück zur Auswahl\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Zurück zu Vorlagen\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Grundlegend (Wesentliche Tutorial-Folien)\"],\"epXTwc\":[\"Grundlegende Einstellungen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Einen Anruf buchen\"],\"KKLfx1\":[\"Buchen Sie einen Termin mit uns\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"YgG3yv\":[\"Ideen brainstormen\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Benutzerdefinierte Dashboards mit realtime Gesprächdaten erstellen\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Durch das Löschen dieses Projekts werden alle damit verbundenen Daten gelöscht. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie absolut sicher?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Abbrechen\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Abbrechen\"],\"participant.concrete.action.button.cancel\":[\"Abbrechen\"],\"participant.concrete.instructions.button.cancel\":[\"Abbrechen\"],\"select.all.modal.cancel\":[\"Abbrechen\"],\"add.tag.filter.modal.cancel\":[\"Abbrechen\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Überschreibung abbrechen\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Planung abbrechen\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Leeres Gespräch kann nicht hinzugefügt werden\"],\"SL9Qao\":[\"Kann nicht innerhalb von 10 Minuten vor dem geplanten Zeitpunkt umgeplant werden\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Karte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Sprache ändern\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Passwort ändern\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Änderungen werden automatisch gespeichert\"],\"xF/jsW\":[\"Das Ändern der Sprache während eines aktiven Chats kann unerwartete Ergebnisse hervorrufen. Es wird empfohlen, ein neues Gespräch zu beginnen, nachdem die Sprache geändert wurde. Sind Sie sicher, dass Sie fortfahren möchten?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat-Name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chat\"],\"project.sidebar.chat.title\":[\"Chat\"],\"+e4Yxz\":[\"Mikrofonzugriff prüfen\"],\"participant.button.check.microphone.access\":[\"Mikrofonzugriff prüfen\"],\"WQUm5N\":[\"Prüfen Sie Text und Bilder und versuchen Sie es erneut\"],\"v4fiSg\":[\"Überprüfen Sie Ihre E-Mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Ein Logo-Datei auswählen\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Aus Ihren anderen Projekten auswählen\"],\"Aoxltn\":[\"Wählen Sie, wann Sie Benachrichtigungen erhalten möchten\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Wähl dein Theme für das Interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Klicken Sie auf \\\"Dateien hochladen\\\", wenn Sie bereit sind, den Upload-Prozess zu starten.\"],\"cwMTjO\":[\"Klicken, um zu bearbeiten\"],\"jcSz6S\":[\"Klicken, um alle \",[\"totalCount\"],\" Unterhaltungen anzuzeigen\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-verwaltet\"],\"+d+tJS\":[\"Von einem anderen Projekt klonen\"],\"nCnTY0\":[\"Von Projekt klonen\"],\"BPrdpc\":[\"Projekt klonen\"],\"9U86tL\":[\"Projekt klonen\"],\"yz7wBu\":[\"Schließen\"],\"select.all.modal.close\":[\"Schließen\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Sammlung\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Häufige Anwendungsfälle:\"],\"Wqc3zS\":[\"Vergleichen & Gegenüberstellen\"],\"CfO59/\":[\"Vergleichen & Gegenüberstellen Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Abgeschlossen\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Weiter\"],\"7VpPHA\":[\"Bestätigen\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Neues Passwort bestätigen\"],\"yjkELF\":[\"Neues Passwort bestätigen\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Veröffentlichung bestätigen\"],\"vz1fGK\":[\"Umplanung bestätigen\"],\"L0k594\":[\"Bestätigen Sie Ihr Passwort, um ein neues Geheimnis für Ihre Authentifizierungs-App zu generieren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbindung zu den Berichtsdiensten wird hergestellt...\"],\"wX/BfX\":[\"Verbindung gesund\"],\"participant.modal.s3check.title\":[\"Verbindungsproblem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbindung ungesund\"],\"l9fkrm\":[\"Einwilligung\"],\"EhtOYz\":[\"Die Verarbeitung auf Basis von Einwilligung ist aktiv, aber es fehlt ein Link zur Datenschutzerklärung. Fügen Sie einen hinzu, wo die Rechtsgrundlage festgelegt ist: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Inhalt\"],\"M73whl\":[\"Kontext\"],\"VHSco4\":[\"Kontext hinzugefügt:\"],\"JX3KT4\":[\"Kontextbezogene Vorschläge\"],\"xGVfLh\":[\"Weiter\"],\"participant.button.continue\":[\"Weiter\"],\"participant.ready.to.begin.button.text\":[\"Weiter\"],\"F1pfAy\":[\"Gespräch\"],\"YyNOE7\":[\"Gespräch\"],\"EiHu8M\":[\"Gespräch zum Chat hinzugefügt\"],\"participant.conversation.ended\":[\"Gespräch beendet\"],\"OtdHFE\":[\"Gespräch aus dem Chat entfernt\"],\"zTKMNm\":[\"Gesprächstatus\"],\"Rdt7Iv\":[\"Gesprächstatusdetails\"],\"7Ljafh\":[\"Gesprächstags\"],\"a7zH70\":[\"Gespräche\"],\"EnJuK0\":[\"Gespräche\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Abkühlung läuft. Verfügbar in \",[\"0\"]],\"6V3Ea3\":[\"Kopiert\"],\"84o0nc\":[\"Von dem ursprünglichen Gespräch kopiert\"],\"PiH3UR\":[\"Kopiert!\"],\"iaPtht\":[\"Kopie\"],\"he3ygx\":[\"Kopieren\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Link kopieren\"],\"H4brGj\":[\"Link in die Zwischenablage kopieren\"],\"AjrNNs\":[\"Berichtsinhalt kopieren\"],\"vAkFou\":[\"Geheimnis kopieren\"],\"v3StFl\":[\"Zusammenfassung kopieren\"],\"/4gGIX\":[\"In die Zwischenablage kopieren\"],\"RTxUjI\":[\"In die Zwischenablage kopieren\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Deine Auswahl konnte nicht übernommen werden. Wähle unten erneut.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Konnte nicht in die Zwischenablage kopiert werden. Bitte versuchen Sie es erneut.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Die Gesprächsliste konnte nicht geöffnet werden. Versuche es erneut.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Feedback wurde nicht gespeichert\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Die Meldung konnte nicht gesendet werden. Versuchen Sie es noch einmal\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Erstellen\"],\"VW1ecc\":[\"Einen neuen Webhook von Grund auf erstellen\"],\"oJfYM5\":[\"Einen Forschungsbrief aus den letzten Gesprächen erstellen\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Bibliothek erstellen\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Neue Ansicht erstellen\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Bericht erstellen\"],\"A5hiCy\":[\"Vorlage erstellen\"],\"library.create.view\":[\"Ansicht erstellen\"],\"3D0MXY\":[\"Ansicht erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Erstellt am\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar zuschneiden\"],\"udBqWc\":[\"Bild zuschneiden\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Logo zuschneiden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Aktuelles Logo\"],\"Pn2B7/\":[\"Aktuelles Passwort\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Benutzerdefiniert\"],\"o1nIYK\":[\"Benutzerdefinierter Dateiname\"],\"GrXJvi\":[\"Benutzerdefiniertes Logo\"],\"iv5fAO\":[\"Benutzerdefinierter Titel-Prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard-URL (direkter Link zur Gesprächsübersicht)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Zeitraum\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standard\"],\"ucTqrC\":[\"Standard - Kein Tutorial (Nur Datenschutzbestimmungen)\"],\"K/78Yl\":[\"Multistufige Analyse mit live Werkzeugausführung delegieren\"],\"cnGeoo\":[\"Löschen\"],\"project.sidebar.chat.delete\":[\"Chat löschen\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Chat löschen\"],\"2GCE3m\":[\"Gespräch löschen\"],\"2DzmAq\":[\"Gespräch löschen\"],\"j5pYC4\":[\"Benutzerdefiniertes Thema löschen\"],\"mp235G\":[\"Projekt löschen\"],\"++iDlT\":[\"Projekt löschen\"],\"rUWrSE\":[\"Bericht löschen\"],\"qr0gpK\":[\"Tag löschen\"],\"DFjdv0\":[\"Vorlage löschen\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Webhook löschen\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Erfolgreich gelöscht\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Beschreiben Sie das Problem\"],\"Fs/0D5\":[\"Beschreiben Sie, was die Sprachmodell aus dem Gespräch extrahieren oder zusammenfassen soll...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Legt fest, unter welcher DSGVO-Rechtsgrundlage personenbezogene Daten für dieses Projekt verarbeitet werden.\"],\"2rgVKb\":[\"Bestimmt, unter welcher GDPR-Rechtsgrundlage personenbezogene Daten verarbeitet werden. Dies beeinflusst die Informationen, die an Teilnehmer und betroffene Personen gezeigt werden und deren Rechte.\"],\"NMz7xK\":[\"Entwickeln Sie ein strategisches Framework, das bedeutende Ergebnisse fördert. Bitte:\\n\\nIdentifizieren Sie die Kernziele und ihre Abhängigkeiten\\nEntwickeln Sie Implementierungspfade mit realistischen Zeiträumen\\nVorhersagen Sie potenzielle Hindernisse und Minderungsstrategien\\nDefinieren Sie klare Metriken für Erfolg, die über Vanity-Indikatoren hinausgehen\\nHervorheben Sie Ressourcenanforderungen und Allokationsprioritäten\\nStrukturieren Sie das Planung für sowohl sofortige Maßnahmen als auch langfristige Vision\\nEntscheidungsgrenzen und Pivot-Punkte einschließen\\n\\nHinweis: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"2FA deaktivieren\"],\"yrMawf\":[\"Zwei-Faktor-Authentifizierung deaktivieren\"],\"E/QGRL\":[\"Deaktiviert\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Anzeigename\"],\"fDGgw4\":[\"Benötige ich dies?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Möchten Sie auf dem Laufenden bleiben?\"],\"TvY/XA\":[\"Dokumentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Herunterladen\"],\"5YVf7S\":[\"Alle Transkripte der Gespräche, die für dieses Projekt generiert wurden, herunterladen.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Herunterladen als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio herunterladen\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"QR-Code herunterladen\"],\"+bBcKo\":[\"Transkript herunterladen\"],\"5XW2u5\":[\"Transkript-Download-Optionen\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Nächste Aktionen erstellen und nach Priorität organisieren\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Ziehen Sie Audio-Dateien hier oder klicken Sie, um Dateien auszuwählen\"],\"KGi3u9\":[\"Ziehen, um umzusortieren\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplizieren\"],\"lkz6PL\":[\"Dauer\"],\"KIjvtr\":[\"Niederländisch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"z.B. \\\"Fokus auf Nachhaltigkeitsthemen\\\" oder \\\"Was denken die Teilnehmenden über die neue Richtlinie?\\\"\"],\"pO9dOq\":[\"z.B. \\\"Verwenden Sie kurze Nomen-Phrasen wie 'Stadtbäume' oder 'Jugendliche Arbeitsplätze'. Vermeiden Sie generische Titel.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"z.B. Wöchentliche Stakeholder-Zusammenfassung\"],\"ffuZIY\":[\"z.B. Slack-Benachrichtigungen, Make-Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bearbeiten\"],\"9WkyHF\":[\"Gespräch bearbeiten\"],\"Y/3VME\":[\"Benutzerdefiniertes Thema bearbeiten\"],\"/8fAkm\":[\"Dateiname bearbeiten\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Bearbeitungsmodus\"],\"niSWGL\":[\"Optionen bearbeiten\"],\"G2KpGE\":[\"Projekt bearbeiten\"],\"DdevVt\":[\"Bericht bearbeiten\"],\"report.editor.description\":[\"Bearbeiten Sie den Berichts-Inhalt mit dem Rich-Text-Editor unten. Sie können Text formatieren, Links, Bilder und mehr hinzufügen.\"],\"nP7CdQ\":[\"Webhook bearbeiten\"],\"O3oNi5\":[\"E-Mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji, das neben dem Thema angezeigt wird, z.B. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Leer\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA aktivieren\"],\"D3AnH0\":[\"Explore aktivieren\"],\"4KKbfZ\":[\"Teilnahme aktivieren\"],\"G3dSLc\":[\"Benachrichtigungen für Berichte aktivieren\"],\"ZUS4uO\":[\"Aktivieren Sie diese Funktion, um Teilnehmern die Möglichkeit zu geben, KI-gesteuerte Antworten während ihres Gesprächs anzufordern. Teilnehmer können nach Aufnahme ihrer Gedanken auf \\\"Explore\\\" klicken, um kontextbezogene Rückmeldungen zu erhalten, die tiefere Reflexion und Engagement fördern. Ein Abkühlungszeitraum gilt zwischen Anfragen.\"],\"dashboard.dembrane.feature.verify.description\":[\"Aktivieren Sie diese Funktion, damit Teilnehmer \\\"Ergebnisse\\\" aus ihren Beiträgen verifizieren und genehmigen können. Dies hilft, Schlüsselideen, Bedenken oder Zusammenfassungen zu konkretisieren. Nach dem Gespräch können Sie nach Diskussionen mit verifizierten Ergebnissen filtern und diese in der Übersicht einsehen.\"],\"C027jd\":[\"Transkript anonymisieren aktivieren\"],\"329BBO\":[\"Zwei-Faktor-Authentifizierung aktivieren\"],\"x35ZEt\":[\"Verify aktivieren\"],\"RxzN1M\":[\"Aktiviert\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Englisch\"],\"GboWYL\":[\"Geben Sie einen Schlüsselbegriff oder Eigennamen ein\"],\"TSHJTb\":[\"Geben Sie einen Namen für das neue Gespräch ein\"],\"KovX5R\":[\"Geben Sie einen Namen für Ihr geklontes Projekt ein\"],\"DRYPFp\":[\"Geheimen Schlüssel eingeben\"],\"34YqUw\":[\"Geben Sie einen gültigen Code ein, um die Zwei-Faktor-Authentifizierung zu deaktivieren.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Aktuelles Passwort eingeben\"],\"2FPsPl\":[\"Dateiname eingeben (ohne Erweiterung)\"],\"VpwcSk\":[\"Neues Passwort eingeben\"],\"oIn7d4\":[\"Geben Sie den 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"q1OmsR\":[\"Geben Sie den aktuellen 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"NgaR6B\":[\"Geben Sie Ihr Passwort ein\"],\"42tLXR\":[\"Geben Sie Ihre Anfrage ein\"],\"HRbyGE\":[\"Von dem Teilnehmer auf dem Portal eingetragen\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Fehler\"],\"Ne0Dr1\":[\"Fehler beim Klonen des Projekts\"],\"AEkJ6x\":[\"Fehler beim Erstellen des Berichts\"],\"edh3aY\":[\"Fehler beim Laden des Projekts\"],\"4kVRov\":[\"Fehler aufgetreten\"],\"hmk+3M\":[\"Fehler beim Hochladen von \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Ereignisse\"],\"VFClUG\":[\"Ereignisse, die beobachtet werden sollen\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Alles sieht gut aus – Sie können fortfahren.\"],\"jqsg/I\":[\"Beispiel-Webhook-Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Vollbild verlassen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimentell\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Erkunden\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[[\"conversationCount\"],\" Gespräche werden analysiert\"],\"GS+Mus\":[\"Exportieren\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Fehlgeschlagen\"],\"bh2Vob\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\"],\"ajvYcJ\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\",[\"0\"]],\"g5wCZj\":[\"Fehler beim Hinzufügen von Unterhaltungen zum Kontext\"],\"pmwvUt\":[\"Ergebnis konnte nicht freigegeben werden. Bitte versuchen Sie es erneut.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Fehler beim Kopieren des Chats. Bitte versuchen Sie es erneut.\"],\"uvu6eC\":[\"Transkript konnte nicht kopiert werden. Versuch es noch mal.\"],\"UQ6LqT\":[\"Benutzerdefiniertes Thema konnte nicht erstellt werden\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Benutzerdefiniertes Thema konnte nicht gelöscht werden\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Fehler beim Löschen der Antwort\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Fehler beim Beenden des Gesprächs. Bitte versuchen Sie es erneut.\"],\"vx5bTP\":[\"Fehler beim Generieren von \",[\"label\"],\". Bitte versuchen Sie es erneut.\"],\"Fa1ewI\":[\"Zusammenfassung konnte nicht erstellt werden. Versuch es später noch mal.\"],\"Z77bMM\":[\"Webhooks konnten nicht geladen werden\"],\"T7KYJY\":[\"Fehler beim Markieren aller Ankündigungen als gelesen\"],\"eGHX/x\":[\"Fehler beim Markieren der Ankündigung als gelesen\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Verbindung fehlgeschlagen. Bitte versuche, die Seite neu zu laden.\"],\"SVtMXb\":[\"Fehler beim erneuten Generieren der Zusammenfassung. Bitte versuchen Sie es erneut.\"],\"h49o9M\":[\"Neu laden fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"rv8mO7\":[\"Avatar konnte nicht entfernt werden\"],\"kE1PiG\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\"],\"+piK6h\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\",[\"0\"]],\"P9wLTJ\":[\"Logo konnte nicht entfernt werden\"],\"IMUHg3\":[\"Neuplanung fehlgeschlagen. Bitte wahlen Sie einen spateren Zeitpunkt und versuchen Sie es erneut.\"],\"SmP70M\":[\"Fehler beim Hertranskribieren des Gesprächs. Bitte versuchen Sie es erneut.\"],\"kClMar\":[\"Ergebnis konnte nicht überarbeitet werden. Bitte versuchen Sie es erneut.\"],\"wMEdO3\":[\"Fehler beim Beenden der Aufnahme bei Änderung des Mikrofons. Bitte versuchen Sie es erneut.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Benutzerdefiniertes Thema konnte nicht aktualisiert werden\"],\"BpuK7o\":[\"Fehler beim Aktualisieren der Rechtsgrundlage\"],\"Avee+B\":[\"Name konnte nicht aktualisiert werden\"],\"gnm1CH\":[\"Anheften konnte nicht aktualisiert werden\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Avatar konnte nicht hochgeladen werden\"],\"RW4V7P\":[\"Logo konnte nicht hochgeladen werden\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Funktion bald verfügbar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback-Portal\"],\"2roTVj\":[\"Feedback gesendet\"],\"87gcCP\":[\"Datei \\\"\",[\"0\"],\"\\\" überschreitet die maximale Größe von \",[\"1\"],\".\"],\"ena+qV\":[\"Datei \\\"\",[\"0\"],\"\\\" hat ein nicht unterstütztes Format. Nur Audio-Dateien sind erlaubt.\"],\"LkIAge\":[\"Datei \\\"\",[\"0\"],\"\\\" ist kein unterstütztes Audio-Format. Nur Audio-Dateien sind erlaubt.\"],\"RW2aSn\":[\"Datei \\\"\",[\"0\"],\"\\\" ist zu klein (\",[\"1\"],\"). Mindestgröße ist \",[\"2\"],\".\"],\"+aBwxq\":[\"Dateigröße: Min \",[\"0\"],\", Max \",[\"1\"],\", bis zu \",[\"MAX_FILES\"],\" Dateien\"],\"UkgMPE\":[\"Dateiname aus hochgeladener Datei\"],\"5g0xbt\":[\"Audit-Protokolle nach Aktion filtern\"],\"9clinz\":[\"Audit-Protokolle nach Sammlung filtern\"],\"O39Ph0\":[\"Nach Aktion filtern\"],\"DiDNkt\":[\"Nach Sammlung filtern\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Finde Widersprüche und vorschlage Folgefragen\"],\"participant.button.stop.finish\":[\"Beenden\"],\"participant.button.finish.text.mode\":[\"Beenden\"],\"participant.button.finish\":[\"Beenden\"],\"participant.modal.finish.title.text.mode\":[\"Gespräch beenden\"],\"4dQFvz\":[\"Beendet\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Fokus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Schriftgröße\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Für erfahrene Benutzer: Ein Geheimnis-Schlüssel, um die Authentizität des Webhooks zu verifizieren. Nur erforderlich, wenn Ihr Empfangs-Dienst Signatur-Verifizierung benötigt.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Passwort vergessen?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Französisch\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Vollständiges Transkript (wenn verfügbar)\"],\"3qkggm\":[\"Vollbild\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generieren\"],\"EIdJgG\":[\"Neuen Bericht erstellen\"],\"QsUhrf\":[\"Bericht erstellen\"],\"GRy59I\":[\"Erstellen Sie zuerst eine Zusammenfassung\"],\"MWSGhX\":[\"Bibliothek generieren\"],\"5SWGxv\":[\"Jetzt erstellen\"],\"GWUJ9X\":[\"Stattdessen jetzt erstellen\"],\"QqIxfi\":[\"Geheimnis generieren\"],\"gitFA/\":[\"Zusammenfassung generieren\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Bericht wird generiert...\"],\"kzY+nd\":[\"Zusammenfassung wird erstellt. Kurz warten ...\"],\"hMOYzR\":[\"Dein Bericht wird erstellt...\"],\"DDcvSo\":[\"Deutsch\"],\"jpNBdT\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"participant.refine.go.deeper.description\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Geben Sie mir eine Liste von 5-10 Themen, die diskutiert werden.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Zurück\"],\"DXr0zk\":[\"Vollbild\"],\"iWpEwy\":[\"Zur Startseite\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Zur neuen Unterhaltung gehen\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Gute Antwort\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Leitfaden, wie Titel generiert werden. Titel beschreiben das Thema des Gesprächs, nicht den Teilnehmer.\"],\"uMjvI3\":[\"Bericht anleiten\"],\"myXGZW\":[\"Angeleitet\"],\"ZqBGoi\":[\"Hat verifizierte Artefakte\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Verborgener Schatz\"],\"vLyv1R\":[\"Verstecken\"],\"eHo/Jc\":[\"Daten verbergen\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Revisionsdaten verbergen\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Bestimmtes Konzept hervorheben\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Startseite\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Feedback des Hosts\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Wie es funktioniert:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Wie würden Sie einem Kollegen beschreiben, was Sie mit diesem Projekt erreichen möchten?\\n* Was ist das übergeordnete Ziel oder die wichtigste Kennzahl\\n* Wie sieht Erfolg aus\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Ich verstehe\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifizieren Sie wiederkehrende Themen, Themen und Argumente, die in Gesprächen konsistent auftreten. Analysieren Sie ihre Häufigkeit, Intensität und Konsistenz. Erwartete Ausgabe: 3-7 Aspekte für kleine Datensätze, 5-12 für mittlere Datensätze, 8-15 für große Datensätze. Verarbeitungsanleitung: Konzentrieren Sie sich auf unterschiedliche Muster, die in mehreren Gesprächen auftreten.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Wenn Sie etwas entdeckt haben, bei dem Daten für Unbefugte sichtbar sind, jemand Zugriff hat, den er nicht haben sollte, oder eine mögliche Sicherheitslücke, nutzen Sie bitte stattdessen unser <0>Meldeformular für Sicherheitsprobleme. Es erreicht ein anderes Team auf einem schnelleren Weg. In dringenden Fällen senden Sie eine E-Mail an <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Wenn Sie mit \",[\"objectLabel\"],\" zufrieden sind, klicken Sie auf \\\"Genehmigen\\\", um zu zeigen, dass Sie sich gehört fühlen.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Wenn Sie nicht sicher sind, möchten Sie es wahrscheinlich noch nicht. Webhooks sind eine fortgeschrittene Funktion, die typischerweise von Entwicklern oder Teams mit benutzerdefinierten Integrationen verwendet wird. Sie können sie jederzeit später einrichten.\"],\"hDVOQQ\":[\"Wenn Sie Webhook-Integrationen einrichten, würden wir uns sehr freuen, Ihr Anwendungsfall kennen zu lernen. Wir entwickeln auch Observability-Funktionen, einschließlich Audit-Protokolle und Lieferungstracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Bilder dürfen höchstens \",[\"MAX_FILE_MB\"],\"MB groß sein\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portal-Link einschließen\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Falsch oder erfunden\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Erkenntnisse\"],\"MSVCjk\":[\"Anweisungen für die Generierung des Verifizierungsergebnisses\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ungültiger Code. Bitte fordern Sie einen neuen an.\"],\"jLr8VJ\":[\"Ungültige Anmeldedaten.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP-Adresse\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Das Gespräch wurde während der Aufnahme gelöscht. Wir haben die Aufnahme beendet, um Probleme zu vermeiden. Sie können jederzeit ein neues Gespräch starten.\"],\"library.not.available.message\":[\"Es scheint, dass die Bibliothek für Ihr Konto nicht verfügbar ist. Bitte fordern Sie Zugriff an, um dieses Feature zu entsperren.\"],\"participant.outcome.error.description\":[\"Wir konnten dieses Ergebnis nicht laden. Dies könnte ein vorübergehendes Problem sein. Sie können versuchen, neu zu laden oder zurückzugehen, um ein anderes Thema auszuwählen.\"],\"5dxEAB\":[\"Es sieht so aus, als hätten Sie noch keinen Bericht für dieses Projekt. Erstellen Sie einen, um eine Übersicht Ihrer Gespräche zu erhalten.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Es klingt, als würden mehrere Personen sprechen. Wenn Sie abwechselnd sprechen, können wir alle deutlich hören.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italienisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Einen Moment bitte\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Sprechen oder schreiben Sie einfach natürlich. Ihr Beitrag geht direkt an unser Produktteam und hilft uns wirklich, dembrane besser zu machen. Wir lesen alles.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Halten Sie den Zugriff sicher mit einem Einmalcode aus Ihrer Authentifizierungs-App. Aktivieren oder deaktivieren Sie die Zwei-Faktor-Authentifizierung für dieses Konto.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Sprache\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Zuletzt gespeichert am \",[\"0\"]],\"K7P0jz\":[\"Zuletzt aktualisiert\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Neueste\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Mehr über Webhooks erfahren\"],\"ffCwpJ\":[\"Leer lassen, um das bestehende zu behalten\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Rechtsgrundlage\"],\"vRXsmZ\":[\"Rechtsgrundlage\"],\"CopiEV\":[\"Rechtsgrundlage gespeichert\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothek\"],\"library.title\":[\"Bibliothek\"],\"T50lwc\":[\"Bibliothekserstellung läuft\"],\"gkv8iG\":[\"Kennzeichen\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link zur Datenschutzerklärung, die Teilnehmenden angezeigt wird\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live Agent Ausführungsmodus\"],\"participant.live.audio.level\":[\"Live Audiopegel:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Vorschau\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Laden\"],\"participant.verify.instructions.loading\":[\"Wird geladen\"],\"yQ9yN3\":[\"Aktionen werden geladen...\"],\"participant.concrete.loading.artefact\":[\"Artefakt wird geladen…\"],\"JOvnq+\":[\"Audit-Protokolle werden geladen…\"],\"y+JWgj\":[\"Sammlungen werden geladen...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Mikrofone werden geladen...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Transkript wird geladen ...\"],\"3SKW0s\":[\"Verify Themen werden geladen…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"wird geladen...\"],\"Z3FXyt\":[\"Laden...\"],\"Pwqkdw\":[\"Laden…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Anmelden\"],\"LM/dWU\":[\"Anmelden | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo entfernt\"],\"MjfaMh\":[\"Logo aktualisiert\"],\"nOhz3x\":[\"Abmelden\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Längste zuerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Vorlagen verwalten\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Alle als gelesen markieren\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Als gelesen markieren\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Besprechungsnotizen\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Nachrichten von \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Der Mikrofonzugriff ist weiterhin verweigert. Bitte überprüfen Sie Ihre Einstellungen und versuchen Sie es erneut.\"],\"azjxk1\":[\"Geht nicht auf die Frage ein\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"weitere\"],\"JcD7qf\":[\"Weitere Aktionen\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Verschieben\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Gespräch verschieben\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Muss mindestens 10 Minuten in der Zukunft liegen\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Meine Vorlagen\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name ist erforderlich\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name aktualisiert\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Neu\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Neuer Gespräch Name\"],\"u2uElg\":[\"Neue Gesprache seit diesem Bericht hinzugefugt\"],\"library.new.conversations\":[\"Seit der Erstellung der Bibliothek wurden neue Gespräche hinzugefügt. Generieren Sie die Bibliothek neu, um diese zu verarbeiten.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Neues Passwort\"],\"7vhWI8\":[\"Neues Passwort\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Neuer Bericht\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Neueste zuerst\"],\"hXzOVo\":[\"Weiter\"],\"participant.button.next\":[\"Weiter\"],\"participant.verify.selection.button.next\":[\"Weiter\"],\"participant.verify.instructions.button.next\":[\"Weiter\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Nein\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Keine Aktionen gefunden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"Keine Audit-Protokolle entsprechen den aktuellen Filtern.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Keine Chats gefunden. Starten Sie einen Chat mit dem \\\"Fragen\\\"-Button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Keine Sammlungen gefunden\"],\"zsslJv\":[\"Kein Inhalt\"],\"1pZsdx\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"library.no.conversations\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"EtMtH/\":[\"Keine Gespräche gefunden.\"],\"BuikQT\":[\"Keine Gespräche gefunden. Starten Sie ein Gespräch über den Teilnahme-Einladungslink aus der <0><1>Projektübersicht.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Es wurden keine Unterhaltungen verarbeitet. Dies kann passieren, wenn alle Unterhaltungen bereits im Kontext sind oder nicht den ausgewählten Filtern entsprechen.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Noch keine Gesprache. Sie konnen jetzt einen Bericht planen und Gesprache werden aufgenommen, sobald sie hinzugefugt werden.\"],\"oaDwXD\":[\"Kein Standard festgelegt (Client-verwaltet gilt)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Noch kein Feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Noch kein neues Feedback erkannt. Bitte fahren Sie mit Ihrer Diskussion fort und versuchen Sie es später erneut.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Noch niemand in der Organisation.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Keine Projekte gefunden \",[\"0\"]],\"y29l+b\":[\"Keine Projekte für den Suchbegriff gefunden\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Kein Bericht gefunden\"],\"1iQvuD\":[\"Noch keine Berichte\"],\"Ev2r9A\":[\"Keine Ergebnisse\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Keine Tags gefunden\"],\"LcBe0w\":[\"Diesem Projekt wurden noch keine Tags hinzugefügt. Fügen Sie ein Tag über die Texteingabe oben hinzu, um zu beginnen.\"],\"KE6RCJ\":[\"Keine Vorlagen für {searchQuery} gefunden\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Kein Transkript verfügbar\"],\"vq+6l+\":[\"Noch kein Transkript für dieses Gespräch vorhanden. Bitte später erneut prüfen.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Es wurden keine gültigen Audio-Dateien ausgewählt. Bitte wählen Sie nur Audio-Dateien (MP3, WAV, OGG, etc.) aus.\"],\"tNWcWM\":[\"Für dieses Projekt sind keine Verifizierungsthemen konfiguriert.\"],\"pdWSGS\":[\"Keine Verify Themen verfügbar.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Keine Webhooks konfiguriert\"],\"/PUkCU\":[\"Keine Webhooks gefunden\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Nicht hinzugefügt\"],\"OJx3wK\":[\"Nicht verfügbar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Teilnehmer benachrichtigen, wenn ein Bericht veröffentlicht wird.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Älteste zuerst\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Sobald Sie diskutiert haben, klicken Sie auf \\\"Überarbeiten\\\", um \",[\"objectLabel\"],\" entsprechend Ihrer Diskussion anzupassen.\"],\"participant.verify.instructions.read.aloud\":[\"Sobald Sie \",[\"objectLabel\"],\" erhalten haben, lesen Sie es laut vor und teilen Sie mit, was Sie gegebenenfalls ändern möchten.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Laufend\"],\"conversation.ongoing\":[\"Laufend\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Ändern Sie diese Einstellung nur in Absprache mit den verantwortlichen Personen für die Datenschutzverantwortung in Ihrer Organisation.\"],\"z7dMhl\":[\"Es können nur Bilder angehängt werden\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Nur Workspace-Administrator*innen können die Rechtsgrundlage ändern.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Ups! Es scheint, dass der Mikrofonzugriff verweigert wurde. Keine Sorge! Wir haben einen praktischen Fehlerbehebungsleitfaden für Sie. Schauen Sie ihn sich an. Sobald Sie das Problem behoben haben, kommen Sie zurück und besuchen Sie diese Seite erneut, um zu überprüfen, ob Ihr Mikrofon bereit ist.\"],\"1TNIig\":[\"Öffnen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Aufzeichnung öffnen\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Fehlerbehebungsleitfaden öffnen\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Öffnen Sie Ihre Authentifizierungs-App und geben Sie den aktuellen 6-stelligen Code ein.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls auf Englisch zurückgegriffen wird)\"],\"V44CS4\":[\"Optionales Feld auf der Startseite\"],\"bkndzy\":[\"Optionales Feld auf der Danksagungsseite\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Optionen\"],\"BzEFor\":[\"oder\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Oder lieber direkt chatten?\"],\"1h45Hu\":[\"Oder schreiben Sie Ihren eigenen\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Sonstiges\"],\"GC75c7\":[\"Ergebnis erfolgreich freigeschaltet!\"],\"QLXrh9\":[\"Ergebnis erfolgreich neu geladen!\"],\"LJg1UW\":[\"Ergebnis erfolgreich überarbeitet!\"],\"df3S+R\":[\"Ergebnis erfolgreich aktualisiert!\"],\"1fjbvD\":[\"Ergebnisse\"],\"ZU3zZC\":[\"Ergebnisse\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Für dieses Projekt überschrieben\"],\"AR/qbs\":[\"Für dieses Projekt überschreiben\"],\"6/dCYd\":[\"Übersicht\"],\"/fAXQQ\":[\"Overview – Themes & Patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Seiteninhalt\"],\"8F1i42\":[\"Seite nicht gefunden\"],\"6+Py7/\":[\"Seitentitel\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Teilnehmer\"],\"h3AUOJ\":[\"Teilnehmer-E-Mail\"],\"WdEzKM\":[\"Teilnehmer-E-Mails\"],\"Uc9fP1\":[\"Teilnehmer-Funktionen\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Teilnehmer-Name und -E-Mail\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Teilnehmer können beim Erstellen von Gesprächen Tags auswählen\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Passwort\"],\"zJx6Vx\":[\"Passwort geändert\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwörter stimmen nicht überein\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Vorlesen pausieren\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Ausstehend\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"zmwvG2\":[\"Telefon\"],\"B8mlc2\":[\"Wahlen Sie ein Datum\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Wähl den Ansatz, der zu deiner Frage passt\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Anheften\"],\"u8qC4w\":[\"Projekt anheften\"],\"S+WiJ3\":[\"Vorlagen hier für schnellen Zugriff anheften.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Angeheftet ist voll (max. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Angeheftete Vorlagen\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Bitte erlauben Sie den Mikrofonzugriff, um den Test zu starten.\"],\"SQSc5o\":[\"Bitte prüfen Sie später erneut oder wenden Sie sich an den Projektbesitzer für weitere Informationen.\"],\"T8REcf\":[\"Bitte überprüfen Sie Ihre Eingaben auf Fehler.\"],\"n6oAnk\":[\"Bitte aktivieren Sie die Teilnahme, um das Teilen zu ermöglichen\"],\"fwrPh4\":[\"Bitte geben Sie eine gültige E-Mail-Adresse ein.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme)\"],\"Lu1j4b\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme).\\nIhre Transkription wird anonymisiert und Ihr Host kann Ihre Aufnahme nicht anhören.\"],\"library.processing.request\":[\"Bibliothek wird verarbeitet\"],\"04DMtb\":[\"Bitte warten Sie, während wir Ihre Hertranskription anfragen verarbeiten. Sie werden automatisch zur neuen Konversation weitergeleitet, wenn fertig.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG oder WebP. Wird zu einem Kreis zugeschnitten.\"],\"jjdudv\":[\"Schlechte Antwort\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Inhalt\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Ihre Erfahrung wird vorbereitet\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vorschau: Der schnelle braune Fuchs springt über den faulen Hund.\"],\"DHhJ7s\":[\"Zurück\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"PDF drucken / speichern\"],\"S8ugMC\":[\"Bericht drucken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL der Datenschutzerklärung\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Fortfahren\"],\"select.all.modal.proceed\":[\"Fortfahren\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" werden verarbeitet und zu Ihrem Chat hinzugefügt\"],\"gzGDMM\":[\"Ihre Hertranskription anfragen werden verarbeitet...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projekt erstellt\"],\"zjTrs1\":[\"Projektstandard: aktiviert. Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Projektbibliothek | dembrane\"],\"QDjWwu\":[\"Projekt Meta Zusammenfassung\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Projektname\"],\"3gh0L6\":[\"Projektname und -ID\"],\"6Z2q2Y\":[\"Der Projektname muss mindestens 4 Zeichen lang sein\"],\"n7JQEk\":[\"Projekt nicht gefunden\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Projektübersicht | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Projekt Einstellungen\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projekte\"],\"DK5DV3\":[\"Projekte | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Bieten Sie eine Übersicht über die Hauptthemen und wiederkehrende Themen\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Veröffentlichen\"],\"vsX8VJ\":[\"Veröffentlichen Sie diesen Bericht, um den Portal-Link anzuzeigen\"],\"IHzoSN\":[\"Veröffentlichen Sie diesen Bericht, um einen Freigabelink zu erhalten\"],\"u3wRF+\":[\"Veröffentlicht\"],\"E7YTYP\":[\"Hol dir die wichtigsten Zitate aus dieser Session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Frage\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Bewertung\"],\"wr9IYa\":[\"Neues Passwort erneut eingeben\"],\"0ZBIgY\":[\"Einstellungen aus einem bestehenden Webhook wiederverwenden\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Vorlesen\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Bereit zum Beginn\"],\"ShoKlK\":[\"Bereit, Ihre Werkzeuge zu verbinden? Fügen Sie einen Webhook hinzu, um automatisch Gesprächdaten zu erhalten, wenn Ereignisse auftreten.\"],\"VJScHU\":[\"Grund\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Empfohlene Apps\"],\"participant.button.s3check.reconnect\":[\"Erneut verbinden\"],\"participant.button.interruption.reconnect\":[\"Erneut verbinden\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Aufnehmen\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Ein weiteres Gespräch aufnehmen\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Aufnahme unterbrochen\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Aufnahme pausiert\"],\"/l7qFE\":[\"Aufnahme gestartet\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Ansicht neu erstellen\"],\"view.recreate.modal.title\":[\"Ansicht neu erstellen\"],\"CqnkB0\":[\"Wiederkehrende Themen\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referenzen\"],\"lCF0wC\":[\"Aktualisieren\"],\"ZMXpAp\":[\"Audit-Protokolle aktualisieren\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Neu generieren\"],\"PpFJd2\":[\"Zusammenfassung neu generieren\"],\"bluvj0\":[\"Zusammenfassung neu generieren\"],\"participant.regenerating.outcome\":[\"Ergebnis wird neu generiert\"],\"oYlYU+\":[\"Zusammenfassung wird neu erstellt. Kurz warten ...\"],\"HPitDS\":[\"Registrieren | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Seite neu laden\"],\"participant.button.reload.page.text.mode\":[\"Seite neu laden\"],\"participant.button.reload\":[\"Seite neu laden\"],\"participant.concrete.artefact.action.button.reload\":[\"Neu laden\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Benutzer daran erinnern, vor dem Abschließen zu überprüfen\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Entfernen\"],\"w61W3L\":[[\"0\"],\" entfernen\"],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Profilbild entfernen\"],\"Kl7//J\":[\"E-Mail entfernen\"],\"cILfnJ\":[\"Datei entfernen\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Aus diesem Chat entfernen\"],\"O90CN2\":[\"Logo entfernen\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Überschreibung entfernen\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Umbenennen\"],\"6PsaMr\":[\"Chat umbenennen\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Aufzeichnung\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Antwort Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Bericht\"],\"e/MQa5\":[\"Bericht wird bereits erstellt\"],\"Q3LOVJ\":[\"Problem melden\"],\"DUmD+q\":[\"Bericht erstellt - \",[\"0\"]],\"hh/mvZ\":[\"Berichtserstellung abgebrochen\"],\"sSy8vA\":[\"Bericht wird erstellt...\"],\"v7O77U\":[\"Die Berichtserstellung wurde abgebrochen. Du kannst unten einen neuen Bericht starten.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Berichtsbenachrichtigungen\"],\"M9snPp\":[\"Bericht geplant\"],\"6g+4DA\":[\"Meldung gesendet. Danke\"],\"u9r3Di\":[\"Report-Vorlagen stehen auf unserer Roadmap.\"],\"lNo4U2\":[\"Bericht aktualisiert - \",[\"0\"]],\"t9yxlZ\":[\"Berichte\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Zugriff anfordern\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Passwort zurücksetzen anfordern\"],\"8H5nRH\":[\"Passwort zurücksetzen anfordern | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Mikrofonzugriff wird angefragt...\"],\"TMLAx2\":[\"Erforderlich\"],\"0Hf+6m\":[\"Benötigt \\\"E-Mail anfordern?\\\" um aktiviert zu sein\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Umplanen\"],\"6eIR/n\":[\"Umplanen auf\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Zurücksetzen\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"9uplIY\":[\"Passwort zurücksetzen | dembrane\"],\"L+rMC9\":[\"Auf Standard zurücksetzen\"],\"kX8Fjz\":[\"Feedback zur Antwort\"],\"participant.button.stop.resume\":[\"Fortsetzen\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Hertranskribieren\"],\"ehyRtB\":[\"Gespräch hertranskribieren\"],\"1JHQpP\":[\"Gespräch hertranskribieren\"],\"+gmVxi\":[\"Hertranskription nicht verfügbar für anonymisierte Unterhaltungen\"],\"MXwASV\":[\"Hertranskription gestartet. Das neue Gespräch wird bald verfügbar sein.\"],\"6gRgw8\":[\"Erneut versuchen\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Upload erneut versuchen\"],\"2fCpt5\":[\"Zur Startseite\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Überprüfen Sie die Aktivität für Ihren Arbeitsbereich. Filtern Sie nach Sammlung oder Aktion und exportieren Sie die aktuelle Ansicht für weitere Untersuchungen.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Dateien vor dem Hochladen überprüfen\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Überprüfen Sie den Status der Verarbeitung für jedes Gespräch, das in diesem Projekt gesammelt wurde.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Überarbeiten\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklick, um hervorzuheben\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Zeilen pro Seite\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Speichern\"],\"participant.concrete.action.button.save\":[\"Speichern\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Als Vorlage speichern\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Änderungen speichern\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Speichern fehlgeschlagen!\"],\"5dVjYt\":[\"Vorlage speichern\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Speichern...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planen\"],\"wCGy0o\":[\"Bericht planen\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Nach unten scrollen\"],\"A1taO8\":[\"Suchen\"],\"select.all.modal.loading.search\":[\"Suchen\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Suche und wähle die Gespräche für diesen Chat aus.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Gespräche suchen\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Projekte suchen\"],\"I0hU01\":[\"Projekte suchen\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Projekte suchen...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Tags suchen\"],\"pECIKL\":[\"Vorlagen suchen...\"],\"select.all.modal.search.text\":[\"Suchtext:\"],\"nhvuQF\":[\"Webhooks suchen...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Durchsucht die relevantesten Quellen\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Geheimnis\"],\"Y1y+VB\":[\"Geheimnis kopiert\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Bis bald\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Mikrofon auswählen\"],\"s5OrCL\":[\"Einen Webhook auswählen um zu klonen\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Alle auswählen\"],\"+fRipn\":[\"Alle auswählen (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle Ergebnisse auswählen\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Mindestens ein Ereignis auswählen\"],\"d3O/ZP\":[\"Mindestens ein anderes Thema auswählen, bevor dieses gelöscht wird\"],\"NK2YNj\":[\"Audio-Dateien auswählen\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Wähle Gespräche aus und finde genaue Zitate\"],\"LyHz7Q\":[\"Gespräche in der Seitenleiste auswählen\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Projekt auswählen\"],\"ekUnNJ\":[\"Tags auswählen\"],\"CG1cTZ\":[\"Wählen Sie die Anweisungen aus, die den Teilnehmern beim Starten eines Gesprächs angezeigt werden\"],\"qxzrcD\":[\"Wählen Sie den Typ der Rückmeldung oder der Beteiligung, die Sie fördern möchten.\"],\"QdpRMY\":[\"Tutorial auswählen\"],\"Dh99yE\":[\"Wahlen Sie bis zu 2 Schwerpunkte fur Ihren Bericht\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Wählen Sie aus, welche Themen Teilnehmer für \\\"Verifizieren\\\" verwenden können.\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Mikrofon auswählen\"],\"gU5H9I\":[\"Ausgewählte Dateien (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Ausgewähltes Mikrofon\"],\"tP/pEQ\":[\"Auswahl zu groß\"],\"select.all.modal.context.limit.reached\":[\"Auswahl zu groß. Einige Gespräche wurden nicht hinzugefügt.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Senden\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Meldung senden\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Slack/Teams Benachrichtigungen senden, wenn neue Gespräche abgeschlossen sind\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Sitzungsname\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Einstellungen\"],\"participant.settings.modal.title\":[\"Einstellungen\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Bericht teilen\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Teilen Sie hier Ihre Daten\"],\"nnWGzO\":[\"Teilen Sie Ihre Ideen mit unserem Team\"],\"4o0klJ\":[\"Teilen Sie Ihre Stimme, indem Sie den QR-Code scannen\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Kürzeste zuerst\"],\"8vETh9\":[\"Anzeigen\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Audio-Player anzeigen\"],\"pzaNzD\":[\"Daten anzeigen\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"IP-Adressen anzeigen\"],\"6lGV3K\":[\"Weniger anzeigen\"],\"fMPkxb\":[\"Mehr anzeigen\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Referenzen anzeigen\"],\"OV2iSn\":[\"Revisionsdaten anzeigen\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[[\"displayFrom\"],\"–\",[\"displayTo\"],\" von \",[\"totalItems\"],\" Einträgen werden angezeigt\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" von \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Ihr zuletzt fertiggestellter Bericht wird angezeigt.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Überspringen\"],\"participant.button.verify_prompt.skip\":[\"Überspringen\"],\"participant.mic.check.button.skip\":[\"Überspringen\"],\"select.all.modal.context.limit.reached.description\":[\"Übersprungen, da die Auswahl zu groß war.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack-Community\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Einige Dateien wurden bereits ausgewählt und werden nicht erneut hinzugefügt.\"],\"select.all.modal.skip.disclaimer\":[\"Einige können übersprungen werden (kein Transkript oder Auswahl zu groß).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solange dieses Problem nicht behoben ist.\"],\"nwtY4N\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error.text.mode\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error\":[\"Etwas ist schief gelaufen\"],\"mwpVVD\":[\"Beim Erstellen Ihres letzten Berichts ist etwas schiefgelaufen.\"],\"2WNFmv\":[\"Beim Erstellen Ihres Berichts ist etwas schiefgelaufen.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Beim Exportieren der Audit-Protokolle ist ein Fehler aufgetreten.\"],\"q9A2tm\":[\"Beim Generieren des Geheimnisses ist ein Fehler aufgetreten.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut, indem Sie die Schaltfläche <0>Erkunden drücken, oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht.\"],\"fWsBTs\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Der Inhalt verstößt gegen unsere Richtlinien. Änder den Text und versuch es nochmal.\"],\"f6Hub0\":[\"Sortieren\"],\"/AhHDE\":[\"Quelle \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanisch\"],\"z5/5iO\":[\"Spezifischer Kontext\"],\"mORM2E\":[\"Konkrete Details\"],\"Etejcu\":[\"Konkrete Details – ausgewählte Gespräche\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Neu starten\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Neues Gespräch starten\"],\"participant.button.start.new.conversation\":[\"Neues Gespräch starten\"],\"i88wdJ\":[\"Neu beginnen\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stopp\"],\"participant.button.stop\":[\"Beenden\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planung\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Absenden\"],\"participant.button.submit.text.mode\":[\"Absenden\"],\"zzDlyQ\":[\"Erfolg\"],\"aG+cH9\":[\"Dynamische Vorschläge basierend auf Ihrem Gespräch vorschlagen.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Vorgeschlagen:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Zusammenfassen\"],\"5Y4tAB\":[\"Fass dieses Interview als teilbaren Artikel zusammen\"],\"dXoieq\":[\"Zusammenfassung\"],\"+bZY9/\":[\"Zusammenfassung (wenn verfügbar)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Die Zusammenfassung ist verfügbar, sobald das Gespräch transkribiert ist.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Unterstützte Formate: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Zur Texteingabe wechseln\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systemstandard\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält, oder erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"eyu39U\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"participant.refine.make.concrete.description\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template übernommen\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Vorlagenname\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Vorlagen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Vielen Dank für Ihre Teilnahme!\"],\"u+Whi9\":[\"Danke-Seite Inhalt\"],\"1LLF3Z\":[\"Vielen Dank!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"Der Code hat nicht funktioniert. Versuchen Sie es erneut mit einem neuen Code aus Ihrer Authentifizierungs-App.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"Der Code hat nicht funktioniert, versuch’s nochmal.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"participant.conversation.error.loading\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"Der Endpunkt, an den wir die Daten senden. Holen Sie sich diesen von Ihrem Empfangs-Service (z.B. Zapier, Make oder Ihrem eigenen Server).\"],\"Jo19Pu\":[\"Die folgenden Gespräche wurden automatisch zum Kontext hinzugefügt\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Der Bericht kann bis zu 5 Minuten nach der gewählten Zeit starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Die Zusammenfassung wird erstellt. Warte, bis sie verfügbar ist.\"],\"+AT8nl\":[\"Die Zusammenfassung wird neu erstellt. Warte, bis sie verfügbar ist.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"Die Webhook-URL und Ereignisse werden geklont. Sie müssen das Geheimnis erneut eingeben, wenn eines konfiguriert wurde.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Design\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Beim Klonen Ihres Projekts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"JDFjCg\":[\"Beim Erstellen Ihres Berichts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Diese Unterhaltungen wurden aufgrund fehlender Transkripte ausgeschlossen.\"],\"8xYB4s\":[\"Diese Standard-Ansichtsvorlagen werden generiert, wenn Sie Ihre erste Bibliothek erstellen.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Denke nach...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Dies kann passieren, wenn ein VPN oder eine Firewall die Verbindung blockiert. Versuchen Sie, Ihr VPN zu deaktivieren, zu einem anderen Netzwerk zu wechseln (z. B. mobiler Hotspot) oder wenden Sie sich an Ihre IT-Abteilung.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Dieses Gespräch hat die folgenden Kopien:\"],\"conversation.linking_conversations.description\":[\"Dieses Gespräch ist eine Kopie von\"],\"SzU1mG\":[\"Diese E-Mail ist bereits in der Liste.\"],\"participant.modal.refine.info.available.in\":[\"Diese Funktion wird in \",[\"remainingTime\"],\" Sekunden verfügbar sein.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Diese Informationen sind anonymisiert\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Dies ist eine Live-Vorschau des Teilnehmerportals. Sie müssen die Seite aktualisieren, um die neuesten Änderungen zu sehen.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Dies ist ein Beispiel für die JSON-Daten, die an Ihre Webhook-URL gesendet werden, wenn ein Gespräch zusammengefasst wird.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Hier ist Verarbeitung auf Basis von Einwilligung festgelegt, aber ohne Link zur Datenschutzerklärung. Fügen Sie einen hinzu, damit die Einstellung gültig bleibt: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothek\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Diese Sprache wird für das Teilnehmerportal verwendet.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Diese Seite wird angezeigt, nachdem der Teilnehmer das Gespräch beendet hat.\"],\"1gmHmj\":[\"Diese Seite wird den Teilnehmern angezeigt, wenn sie nach erfolgreichem Abschluss des Tutorials ein Gespräch beginnen.\"],\"+9D2sa\":[\"Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das meistens. Wenn es weiterhin passiert, kehren Sie zur Startseite zurück.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Dieses Projekt folgt dann der übernommenen Einstellung: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Dieser Prompt leitet ein, wie die KI auf die Teilnehmer reagiert. Passen Sie ihn an, um den Typ der Rückmeldung oder Engagement zu bestimmen, den Sie fördern möchten.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dieser Bericht ist derzeit nicht verfügbar. \"],\"GQTpnY\":[\"Dieser Bericht wurde von \",[\"0\"],\" Personen geöffnet\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Dieser Titel wird den Teilnehmern angezeigt, wenn sie ein Gespräch beginnen\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Dies wird Ihre aktuelle Eingabe löschen. Sind Sie sicher?\"],\"NrRH+W\":[\"Dies wird eine Kopie des aktuellen Projekts erstellen. Nur Einstellungen und Tags werden kopiert. Berichte, Chats und Gespräche werden nicht in der Kopie enthalten. Sie werden nach dem Klonen zum neuen Projekt weitergeleitet.\"],\"hsNXnX\":[\"Dies wird ein neues Gespräch mit derselben Audio-Datei erstellen, aber mit einer neuen Transkription. Das ursprüngliche Gespräch bleibt unverändert.\"],\"add.tag.filter.modal.info\":[\"Dies filtert die Unterhaltungsliste, um Unterhaltungen mit diesem Tag anzuzeigen.\"],\"participant.concrete.regenerating.artefact.description\":[\"Wir erstellen dein Artefakt neu. Das kann einen Moment dauern.\"],\"participant.concrete.loading.artefact.description\":[\"Wir laden dein Artefakt. Das kann einen Moment dauern.\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Dieser Arbeitsbereich hat seine Aufnahmestunden verbraucht. Upgrade, um Sprache weiter zu nutzen.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Daumen runter\"],\"Nuw8ty\":[\"Daumen hoch\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Uhrzeit\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Zeitstempel\"],\"XSqo4Y\":[\"Zeitstempel und Dauer\"],\"rm2Cxd\":[\"Tipp\"],\"fEocaE\":[\"Tipp: Verwenden Sie den Play-Button (▶), um einen Test-Payload an Ihren Webhook zu senden und zu überprüfen, ob er korrekt funktioniert.\"],\"Zb3ANR\":[\"Tipp: Sie können auch eine Vorlage aus jeder gesendeten Chat-Nachricht erstellen oder eine bestehende Vorlage duplizieren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch generiert\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Um uns zu helfen, darauf zu reagieren, versuchen Sie anzugeben, wo es passiert ist und was Sie versucht haben zu tun. Bei Fehlern, sagen Sie uns, was schiefgelaufen ist. Bei Ideen, sagen Sie uns, welches Bedürfnis es für Sie lösen würde.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Zu groß\"],\"yIsdT7\":[\"Zu lang\"],\"qgwLj6\":[\"Zu lang oder unklar\"],\"lcsUaI\":[\"Zu viele Meldungen. Warten Sie ein paar Minuten und versuchen Sie es erneut\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Thema erfolgreich erstellt\"],\"Sawj4V\":[\"Thema erfolgreich gelöscht\"],\"xcp3ny\":[\"Themenbezeichnung\"],\"vQoAht\":[\"Thema erfolgreich aktualisiert\"],\"th8cMZ\":[\"Thematischer Titel, der beschreibt, was besprochen wurde\"],\"sFMBP5\":[\"Themen\"],\"ONchxy\":[\"gesamt\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribieren...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transkript\"],\"hfpzKV\":[\"Transkript in die Zwischenablage kopiert\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformieren Sie diesen Inhalt in Einblicke, die wirklich zählen. Bitte:\\nExtrahieren Sie die wichtigsten Ideen, die Standarddenken herausfordern\\nSchreiben Sie wie jemand, der Nuance versteht, nicht wie ein Lehrplan\\nFokussieren Sie sich auf nicht offensichtliche Implikationen\\nHalten Sie es scharf und substanziell\\nHervorheben Sie wirklich bedeutende Muster\\nStrukturieren Sie für Klarheit und Wirkung\\nHalten Sie die Tiefe mit der Zugänglichkeit im Gleichgewicht\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"uK9JLu\":[\"Transformieren Sie diese Diskussion in handlungsfähige Intelligenz. Bitte:\\nErfassen Sie die strategischen Implikationen, nicht nur die Punkte\\nStrukturieren Sie es wie eine Analyse eines Denkers, nicht Minuten\\nHervorheben Sie Entscheidungspunkte, die Standarddenken herausfordern\\nHalten Sie das Signal-Rausch-Verhältnis hoch\\nFokussieren Sie sich auf Einblicke, die tatsächlich Veränderung bewirken\\nOrganisieren Sie für Klarheit und zukünftige Referenz\\nHalten Sie die Taktik mit der Strategie im Gleichgewicht\\n\\nHinweis: Wenn die Diskussion wenig wichtige Entscheidungspunkte oder Einblicke enthält, markieren Sie sie für eine tiefere Untersuchung beim nächsten Mal.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Automatisierte Workflows in Tools wie Zapier, Make oder n8n auslösen\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Frag mal\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Versuchen Sie, etwas näher an Ihren Mikrofon zu sein, um bessere Audio-Qualität zu erhalten.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Ausschalten\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonymisierung ausschalten?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Das Deaktivieren der Anonymisierung während laufender Aufnahmen kann unbeabsichtigte Folgen haben. Aktive Gespräche werden auch während der Aufnahme betroffen. Bitte verwenden Sie dies mit Vorsicht.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Zwei-Faktor-Authentifizierung\"],\"NwChk2\":[\"Zwei-Faktor-Authentifizierung deaktiviert\"],\"qwpE/S\":[\"Zwei-Faktor-Authentifizierung aktiviert\"],\"+zy2Nq\":[\"Typ\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Nachricht eingeben oder / für Vorlagen drücken...\"],\"EvmL3X\":[\"Geben Sie hier Ihre Antwort ein\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"MksxNf\":[\"Audit-Protokolle konnten nicht geladen werden.\"],\"participant.outcome.error.title\":[\"Ergebnis kann nicht geladen werden\"],\"59QK2U\":[\"Das generierte Ergebnis konnte nicht geladen werden. Bitte versuchen Sie es erneut.\"],\"nGxDbq\":[\"Dieser Teil kann nicht verarbeitet werden\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Rückgängig\"],\"Ef7StM\":[\"Unbekannt\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unbekannter Grund\"],\"nWMRxa\":[\"Loslösen\"],\"vSdeRU\":[\"Löse zuerst ein Projekt (max. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Löse zuerst ein Projekt (max. 3)\"],\"dx+iaL\":[\"Projekt lösen\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Ungespeicherte Änderungen\"],\"SMaFdc\":[\"Abmelden\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Unbenanntes Gespräch\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Unbenannter Bericht\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Höchstens \",[\"MAX_FILES\"],\" Bilder\"],\"lLehih\":[\"Bis zu \",[\"MAX_MESSAGE_CHARS\"],\" Zeichen\"],\"EkH9pt\":[\"Aktualisieren\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Hochladen\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar hochladen\"],\"kV3A2a\":[\"Hochladen abgeschlossen\"],\"4Fr6DA\":[\"Gespräche hochladen\"],\"pZq3aX\":[\"Hochladen fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"HAKBY9\":[\"Dateien hochladen\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Audio-Dateien werden hochgeladen...\"],\"participant.modal.uploading\":[\"Audio wird hochgeladen...\"],\"participant.modal.interruption.uploading\":[\"Audio wird hochgeladen...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL ist erforderlich\"],\"3VnYUR\":[\"URL muss mit http:// oder https:// beginnen\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Übernommenen Standard verwenden\"],\"ngdRFH\":[\"Verwenden Sie Shift + Enter, um eine neue Zeile hinzuzufügen\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Benutzername\"],\"1Nt3Kg\":[\"Standard-dembrane-Logo verwendet\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Webhooks verwenden? Wir würden gerne von Ihnen hören\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Erinnerung zur Verifizierung\"],\"participant.banner.verification_required\":[\"Verifizierung erforderlich\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verifiziert\"],\"select.all.modal.loading.verified\":[\"Verifiziert\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verifiziert\"],\"Iv1iWN\":[\"verifizierte Artefakte\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verifizieren\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verifizieren\"],\"participant.echo.verify\":[\"Verifizieren\"],\"4LFZoj\":[\"Code verifizieren\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Themen\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Ansicht\"],\"SZw9tS\":[\"Details anzeigen\"],\"95YFbG\":[\"Beispiel-Payload anzeigen\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ihre Antworten anzeigen\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Warten auf den Abschluss der Gespräche, bevor ein Bericht erstellt wird.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"Wir können Sie nicht hören. Bitte versuchen Sie, Ihr Mikrofon zu ändern oder ein wenig näher an das Gerät zu kommen.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht deaktivieren. Versuchen Sie es erneut mit einem neuen Code.\"],\"sM2pBB\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht aktivieren. Überprüfen Sie Ihren Code und versuchen Sie es erneut.\"],\"mW8QSA\":[\"Wir konnten die gesuchte Seite nicht finden. Möglicherweise wurde sie verschoben.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Wir benötigen etwas mehr Kontext, um Ihnen zu helfen, ECHO effektiv zu nutzen. Bitte setzen Sie die Aufzeichnung fort, damit wir bessere Vorschläge machen können.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"dni8nq\":[\"Wir werden Ihnen nur eine Nachricht senden, wenn Ihr Gastgeber einen Bericht erstellt. Wir geben Ihre Daten niemals an Dritte weiter. Sie können sich jederzeit abmelden.\"],\"FXjsEJ\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie <0>Problem melden, um ihn mit Screenshots zu senden.\"],\"XolQc4\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie Problem melden in der Seitenleiste, um ihn mit Screenshots zu senden.\"],\"participant.test.microphone.description\":[\"Wir testen Ihr Mikrofon, um sicherzustellen, dass jeder in der Sitzung die beste Erfahrung hat.\"],\"+eLc52\":[\"Wir hören einige Stille. Versuchen Sie, lauter zu sprechen, damit Ihre Stimme deutlich klingt.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks sind automatisierte Nachrichten, die von einer App zu einer anderen gesendet werden, wenn etwas passiert. Denken Sie daran, sie als eine \\\"Benachrichtigungssystem\\\" für Ihre anderen Tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Willkommen\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Willkommen bei dembrane!\"],\"u4aLOz\":[\"Willkommen im Übersichtmodus! Ich hab Zusammenfassungen von all deinen Gesprächen geladen. Frag mich nach Mustern, Themen und Insights in deinen Daten. Für genaue Zitate start eine neue Chat im Modus „Genauer Kontext“.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Willkommen!\"],\"RL57XM\":[\"Was sind Webhooks? (2 min Lesezeit)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Welche Daten werden gesendet?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Was möchten Sie verifizieren?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Was ist passiert? Fügen Sie hier einen Screenshot ein, um ihn anzuhängen\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Was soll ECHO aus den Gesprächen analysieren oder generieren?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Was lief schief?\"],\"qGrqH9\":[\"Was waren die Schlüsselmomente in diesem Gespräch?\"],\"FXZcgH\":[\"Was willst du dir anschauen?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wenn ein Teilnehmer das Portal öffnet, seine Details eingibt und ein Gespräch beginnt\"],\"myUTw1\":[\"Wenn ein Bericht für das Projekt erstellt wurde\"],\"7t3vo1\":[\"Wenn alle Audio in Text umgewandelt wurde und der vollständige Transkript verfügbar ist\"],\"N0GETg\":[\"Wenn werden Webhooks ausgelöst?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Wenn aktiviert, werden alle neuen Transkripte persönliche Informationen (Namen, E-Mails, Telefonnummern, Adressen) durch Platzhalter ersetzt. Anonymisierte Unterhaltungen deaktivieren auch die Audio-Wiedergabe, den Audio-Download und die Hertranskription, um die Privatsphäre der Teilnehmer zu schützen. Dies kann für bereits verarbeitete Gespräche nicht rückgängig gemacht werden.\"],\"MEmr1I\":[\"Wenn das Gespräch abgeschlossen wird, werden Teilnehmer, die noch nicht verifiziert haben, aufgefordert, zu verifizieren oder zu überspringen\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Wann soll der Bericht erstellt werden?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Wenn die Zusammenfassung bereit ist (beinhaltet Transkript und Zusammenfassung)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"wird in Ihrem Bericht enthalten sein\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Projekt\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace-Standard\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace-Einstellungen\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Möchten Sie dieses Tag zu Ihren aktuellen Filtern hinzufügen?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Falsche Sprache oder Tonfall\"],\"MNTYHt\":[\"Falsche Quellen\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Sie\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Sie sind bereits abgemeldet oder Ihre Verknüpfung ist ungültig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern, nachdem du deine Rechnungsdaten hinzugefügt hast.\"],\"uGP87g\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern.\"],\"WS92Fk\":[\"Du kannst die Seite verlassen und später zurückkommen. Dein Bericht wird im Hintergrund weiter erstellt.\"],\"E71LBI\":[\"Sie können nur bis zu \",[\"MAX_FILES\"],\" Dateien gleichzeitig hochladen. Nur die ersten \",[\"0\"],\" Dateien werden hinzugefügt.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Sie können es unten erneut versuchen.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Sie haben bereits <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zu diesem Chat hinzugefügt.\"],\"7W35AW\":[\"Sie haben bereits alle damit verbundenen Unterhaltungen hinzugefügt\"],\"participant.modal.change.mic.confirmation.text\":[\"Sie haben Ihr Mikrofon geändert. Bitte klicken Sie auf \\\"Weiter\\\", um mit der Sitzung fortzufahren.\"],\"T/Q7jW\":[\"Sie haben sich erfolgreich abgemeldet.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Sie haben noch keine Ergebnisse verifiziert. Möchten Sie vor dem Abschluss verifizieren?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Sie können auch wählen, ein weiteres Gespräch aufzunehmen.\"],\"yCtSKg\":[\"Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich registriert haben. Wenn Sie auf Probleme stoßen, wenden Sie sich bitte an den Support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Sie erhalten bald \",[\"objectLabel\"],\" zur Verifizierung.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Ihre Genehmigung hilft uns zu verstehen, was Sie wirklich denken!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ihr Feedback und diese Antwort gehen an das dembrane-Team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Ihre Eingaben werden automatisch gespeichert.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Die Erstellung deines neuesten Berichts wurde abgebrochen. Dein letzter abgeschlossener Bericht wird angezeigt.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Ihr Name\"],\"VSneAo\":[\"Ihr Name, Ihre E-Mail-Adresse und die aktuelle Seite werden mitgesendet, damit wir nachfragen können.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen.\"],\"wurHZF\":[\"Ihre Antworten\"],\"B8Q/i2\":[\"Ihre Ansicht wurde erstellt. Bitte warten Sie, während wir die Daten verarbeiten und analysieren.\"],\"library.views.title\":[\"Ihre Ansichten\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Sie sind nicht authentifiziert\"],\"You don't have permission to access this.\":[\"Sie haben keine Berechtigung, darauf zuzugreifen.\"],\"Resource not found\":[\"Ressource nicht gefunden\"],\"Server error\":[\"Serverfehler\"],\"Something went wrong\":[\"Etwas ist schief gelaufen\"],\"We're preparing your workspace.\":[\"Wir bereiten deinen Arbeitsbereich vor.\"],\"Preparing your dashboard\":[\"Dein Dashboard wird vorbereitet\"],\"Welcome back\":[\"Willkommen zurück\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Die Bibliothek wird \",[\"duration\"],\" dauern.\"],\"uDvV8j\":[\" Absenden\"],\"aMNEbK\":[\" Von Benachrichtigungen abmelden\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bald verfügbar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Erkunden\\\" bald verfügbar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Überprüfen\\\" bald verfügbar\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" Tag\"],\"other\":[\"#\",\" Tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Nachricht von dembrane\"],\"other\":[\"Nachrichten von dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" hinzugefügt\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gespräche • Bearbeitet \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" nicht hinzugefügt\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" Aufrufe\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Gespräche • Bearbeitet \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" ausgewählt\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Derzeit ist \",\"#\",\" Unterhaltung bereit zur Analyse.\"],\"other\":[\"Derzeit sind \",\"#\",\" Unterhaltungen bereit zur Analyse.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" liest gerade\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" werden noch verarbeitet.\"],\"ZpJ0wx\":[\"*Transkription wird durchgeführt.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" Unterhaltungen\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspekte\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 Aufruf\"],\"AeSuqs\":[\"1. Sie geben eine URL an, an die Sie Benachrichtigungen erhalten möchten\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Wenn ein Gesprächs- oder Berichtereignis eintritt, senden wir die Daten automatisch an deine URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Ihr System empfängt die Daten und kann darauf reagieren (z.B. in eine Datenbank speichern, eine E-Mail senden, ein Spreadsheet aktualisieren)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Ein freundlicher Name, um diesen Webhook zu identifizieren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Ein neuer Bericht wird automatisch zum geplanten Zeitpunkt erstellt und veröffentlicht.\"],\"zm7GU7\":[\"Für die Verarbeitung auf Basis von Einwilligung ist ein Link zur Datenschutzerklärung erforderlich. Er muss mit http:// oder https:// beginnen und darf höchstens 255 Zeichen lang sein.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Konto\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Konto-Standard\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Konto-Passwort\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Aktion von\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Aktion am\"],\"7L01XJ\":[\"Aktionen\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Aktive Filter\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Hinzufügen\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Zusätzlichen Kontext hinzufügen (Optional)\"],\"Se1KZw\":[\"Alle zutreffenden hinzufügen\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Unterhaltungen zum Kontext hinzufügen\"],\"8T7YRB\":[\"Fugen Sie zuerst Gesprache zu Ihrem Projekt hinzu\"],\"LL1rvo\":[\"Benutzerdefiniertes Thema hinzufügen\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Bilder hinzufügen\"],\"1xDwr8\":[\"Fügen Sie Schlüsselbegriffe oder Eigennamen hinzu, um die Qualität und Genauigkeit der Transkription zu verbessern.\"],\"ndpRPm\":[\"Neue Aufnahmen zu diesem Projekt hinzufügen. Dateien, die Sie hier hochladen, werden verarbeitet und in Gesprächen erscheinen.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Tag hinzufügen\"],\"add.tag.filter.modal.title\":[\"Tag zu Filtern hinzufügen\"],\"IKoyMv\":[\"Tags hinzufügen\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Zu Filtern hinzufügen\"],\"NffMsn\":[\"Zu diesem Chat hinzufügen\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Thema hinzufügen\"],\"AHaRrL\":[\"Übersetzungen hinzufügen\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Webhook hinzufügen\"],\"UZ07em\":[\"Ihren ersten Webhook hinzufügen\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Hinzugefügt\"],\"Na90E+\":[\"Hinzugefügte E-Mails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zum Chat hinzufügen\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" hinzufügen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.loading.title\":[\"Unterhaltungen werden hinzugefügt\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Die Basis-Schriftgröße für die Oberfläche anpassen\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Erweitert\"],\"OaKXud\":[\"Erweitert (Tipps und best practices)\"],\"JiIKww\":[\"Erweiterte Einstellungen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Werkzeuggetriebene Ausführung\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Alle\"],\"cF7bEt\":[\"Alle Aktionen\"],\"O1367B\":[\"Alle Sammlungen\"],\"gvykaX\":[\"Alle Unterhaltungen\"],\"u/fl/S\":[\"Alle Dateien wurden erfolgreich hochgeladen.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Alle Vorlagen\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Teilnehmern erlauben, über den Link neue Gespräche zu beginnen\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Fast geschafft\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Bereits zu diesem Chat hinzugefügt\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Bereits im Kontext\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Eine E-Mail-Benachrichtigung wird an \",[\"0\"],\" Teilnehmer\",[\"1\"],\" gesendet. Möchten Sie fortfahren?\"],\"8q/YVi\":[\"Beim Laden des Portals ist ein Fehler aufgetreten. Bitte kontaktieren Sie das Support-Team.\"],\"XyOToQ\":[\"Ein Fehler ist aufgetreten.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ein unerwarteter Fehler ist aufgetreten. Neu laden oder zur Startseite zurückkehren hilft meistens.\"],\"F4cOH1\":[\"Analyse Sprache\"],\"ZlwDi6\":[\"Analytik\"],\"1x2m6d\":[\"Analyse diese Elemente mit Tiefe und Nuance. Bitte:\\n\\nFokussieren Sie sich auf unerwartete Verbindungen und Gegenüberstellungen\\nGehen Sie über offensichtliche Oberflächenvergleiche hinaus\\nIdentifizieren Sie versteckte Muster, die die meisten Analysen übersehen\\nBleiben Sie analytisch rigoros, während Sie ansprechend bleiben\\nVerwenden Sie Beispiele, die tiefere Prinzipien erhellen\\nStrukturieren Sie die Analyse, um Verständnis zu erlangen\\nZiehen Sie Erkenntnisse hervor, die konventionelle Weisheiten herausfordern\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"Dzr23X\":[\"Ankündigungen\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Transkript anonymisieren\"],\"gd1W+U\":[\"Transkripte anonymisieren\"],\"YdiKaK\":[\"Anonymisierte Unterhaltung\"],\"iPiP6k\":[\"Anonymisierte Unterhaltung\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Noch etwas?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Anwenden\"],\"4TwsNi\":[\"Vorlage anwenden\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Freigeben\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Genehmigt\"],\"tq+4rb\":[\"Sind Sie sicher, dass Sie den Webhook \\\"\",[\"0\"],\"\\\" löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"uqhbrg\":[\"Sind Sie sicher, dass Sie diesen Chat löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"Q5Z2wp\":[\"Sind Sie sicher, dass Sie dieses Gespräch löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"yrk3z3\":[\"Sind Sie sicher, dass Sie dieses benutzerdefinierte Thema löschen möchten? Dies kann nicht rückgängig gemacht werden.\"],\"YF1Re1\":[\"Sind Sie sicher, dass Sie dieses Projekt löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"ELQ+fw\":[\"Bist du sicher, dass du diesen Bericht löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"aUsm4A\":[\"Sind Sie sicher, dass Sie diesen Tag löschen möchten? Dies wird den Tag aus den bereits enthaltenen Gesprächen entfernen.\"],\"e3BGhi\":[\"Möchten Sie diese Vorlage wirklich löschen? Dies kann nicht rückgängig gemacht werden.\"],\"participant.modal.finish.message.text.mode\":[\"Sind Sie sicher, dass Sie das Gespräch beenden möchten?\"],\"sOql0x\":[\"Sind Sie sicher, dass Sie die Bibliothek generieren möchten? Dies wird eine Weile dauern und Ihre aktuellen Ansichten und Erkenntnisse überschreiben.\"],\"UXCOMn\":[\"Sind Sie sicher, dass Sie das Zusammenfassung erneut generieren möchten? Sie werden die aktuelle Zusammenfassung verlieren.\"],\"ZmeZPn\":[\"Sind Sie sicher, dass Sie Ihr Profilbild entfernen möchten?\"],\"wQ5jM6\":[\"Sind Sie sicher, dass Sie Ihr benutzerdefiniertes Logo entfernen möchten? Stattdessen wird das Standard-dembrane-Logo verwendet.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Fragen\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"E-Mail anfragen?\"],\"Rjlwvz\":[\"Nach Namen fragen?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspekt\"],\"HkigHK\":[\"Aspekte\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Mindestens ein Thema muss ausgewählt werden, um Verify zu aktivieren\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Achtung! Wir haben die letzten 60 Sekunden Ihrer Aufnahme aufgrund einer Unterbrechung verloren. Bitte drücken Sie die Schaltfläche unten, um die Verbindung wiederherzustellen.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-Download nicht verfügbar für anonymisierte Unterhaltungen\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio-Wiedergabe nicht verfügbar für anonymisierte Unterhaltungen\"],\"IOBCIN\":[\"Audio-Tipp\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit-Protokolle\"],\"aL1eBt\":[\"Audit-Protokolle als CSV exportiert\"],\"mS51hl\":[\"Audit-Protokolle als JSON exportiert\"],\"z8CQX2\":[\"Authentifizierungscode\"],\"R+PyK8\":[\"Titel automatisch generieren\"],\"voAvDv\":[\"Titel automatisch generieren\"],\"Wrpmw7\":[\"Automatisch generiert oder manuell eingeben\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatisch einen kurzen themenbasierten Titel für jedes Gespräch nach der Zusammenfassung generieren. Der Titel beschreibt, was besprochen wurde, nicht, wer teilgenommen hat. Der ursprüngliche Name des Teilnehmers wird separat gespeichert, wenn er bereitgestellt wurde.\"],\"F95AYw\":[\"Transkripte automatisch in Ihre CRM oder Datenbank speichern\"],\"zUbSgC\":[\"Gesprächdaten automatisch an Ihre anderen Tools und Dienste senden, wenn Ereignisse auftreten.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar entfernt\"],\"jSKImf\":[\"Avatar aktualisiert\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Zurück\"],\"participant.button.back.microphone\":[\"Zurück\"],\"participant.button.back\":[\"Zurück\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Zurück zur Auswahl\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Zurück zu Vorlagen\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Grundlegend (Wesentliche Tutorial-Folien)\"],\"epXTwc\":[\"Grundlegende Einstellungen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Einen Anruf buchen\"],\"KKLfx1\":[\"Buchen Sie einen Termin mit uns\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Kennenlerngespräch buchen\"],\"YgG3yv\":[\"Ideen brainstormen\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Benutzerdefinierte Dashboards mit realtime Gesprächdaten erstellen\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Durch das Löschen dieses Projekts werden alle damit verbundenen Daten gelöscht. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie absolut sicher?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Abbrechen\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Abbrechen\"],\"participant.concrete.action.button.cancel\":[\"Abbrechen\"],\"participant.concrete.instructions.button.cancel\":[\"Abbrechen\"],\"select.all.modal.cancel\":[\"Abbrechen\"],\"add.tag.filter.modal.cancel\":[\"Abbrechen\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Überschreibung abbrechen\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Planung abbrechen\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Leeres Gespräch kann nicht hinzugefügt werden\"],\"SL9Qao\":[\"Kann nicht innerhalb von 10 Minuten vor dem geplanten Zeitpunkt umgeplant werden\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Karte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Sprache ändern\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Passwort ändern\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Änderungen werden automatisch gespeichert\"],\"xF/jsW\":[\"Das Ändern der Sprache während eines aktiven Chats kann unerwartete Ergebnisse hervorrufen. Es wird empfohlen, ein neues Gespräch zu beginnen, nachdem die Sprache geändert wurde. Sind Sie sicher, dass Sie fortfahren möchten?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat-Name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chat\"],\"project.sidebar.chat.title\":[\"Chat\"],\"+e4Yxz\":[\"Mikrofonzugriff prüfen\"],\"participant.button.check.microphone.access\":[\"Mikrofonzugriff prüfen\"],\"WQUm5N\":[\"Prüfen Sie Text und Bilder und versuchen Sie es erneut\"],\"v4fiSg\":[\"Überprüfen Sie Ihre E-Mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Ein Logo-Datei auswählen\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Aus Ihren anderen Projekten auswählen\"],\"Aoxltn\":[\"Wählen Sie, wann Sie Benachrichtigungen erhalten möchten\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Wähl dein Theme für das Interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Klicken Sie auf \\\"Dateien hochladen\\\", wenn Sie bereit sind, den Upload-Prozess zu starten.\"],\"cwMTjO\":[\"Klicken, um zu bearbeiten\"],\"jcSz6S\":[\"Klicken, um alle \",[\"totalCount\"],\" Unterhaltungen anzuzeigen\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-verwaltet\"],\"+d+tJS\":[\"Von einem anderen Projekt klonen\"],\"nCnTY0\":[\"Von Projekt klonen\"],\"BPrdpc\":[\"Projekt klonen\"],\"9U86tL\":[\"Projekt klonen\"],\"yz7wBu\":[\"Schließen\"],\"select.all.modal.close\":[\"Schließen\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Sammlung\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Häufige Anwendungsfälle:\"],\"Wqc3zS\":[\"Vergleichen & Gegenüberstellen\"],\"CfO59/\":[\"Vergleichen & Gegenüberstellen Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Abgeschlossen\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Weiter\"],\"7VpPHA\":[\"Bestätigen\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Neues Passwort bestätigen\"],\"yjkELF\":[\"Neues Passwort bestätigen\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Veröffentlichung bestätigen\"],\"vz1fGK\":[\"Umplanung bestätigen\"],\"L0k594\":[\"Bestätigen Sie Ihr Passwort, um ein neues Geheimnis für Ihre Authentifizierungs-App zu generieren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbindung zu den Berichtsdiensten wird hergestellt...\"],\"wX/BfX\":[\"Verbindung gesund\"],\"participant.modal.s3check.title\":[\"Verbindungsproblem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbindung ungesund\"],\"l9fkrm\":[\"Einwilligung\"],\"EhtOYz\":[\"Die Verarbeitung auf Basis von Einwilligung ist aktiv, aber es fehlt ein Link zur Datenschutzerklärung. Fügen Sie einen hinzu, wo die Rechtsgrundlage festgelegt ist: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Inhalt\"],\"M73whl\":[\"Kontext\"],\"VHSco4\":[\"Kontext hinzugefügt:\"],\"JX3KT4\":[\"Kontextbezogene Vorschläge\"],\"xGVfLh\":[\"Weiter\"],\"participant.button.continue\":[\"Weiter\"],\"participant.ready.to.begin.button.text\":[\"Weiter\"],\"F1pfAy\":[\"Gespräch\"],\"YyNOE7\":[\"Gespräch\"],\"EiHu8M\":[\"Gespräch zum Chat hinzugefügt\"],\"participant.conversation.ended\":[\"Gespräch beendet\"],\"OtdHFE\":[\"Gespräch aus dem Chat entfernt\"],\"zTKMNm\":[\"Gesprächstatus\"],\"Rdt7Iv\":[\"Gesprächstatusdetails\"],\"7Ljafh\":[\"Gesprächstags\"],\"a7zH70\":[\"Gespräche\"],\"EnJuK0\":[\"Gespräche\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Abkühlung läuft. Verfügbar in \",[\"0\"]],\"6V3Ea3\":[\"Kopiert\"],\"84o0nc\":[\"Von dem ursprünglichen Gespräch kopiert\"],\"PiH3UR\":[\"Kopiert!\"],\"iaPtht\":[\"Kopie\"],\"he3ygx\":[\"Kopieren\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Link kopieren\"],\"H4brGj\":[\"Link in die Zwischenablage kopieren\"],\"AjrNNs\":[\"Berichtsinhalt kopieren\"],\"vAkFou\":[\"Geheimnis kopieren\"],\"v3StFl\":[\"Zusammenfassung kopieren\"],\"/4gGIX\":[\"In die Zwischenablage kopieren\"],\"RTxUjI\":[\"In die Zwischenablage kopieren\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Deine Auswahl konnte nicht übernommen werden. Wähle unten erneut.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Konnte nicht in die Zwischenablage kopiert werden. Bitte versuchen Sie es erneut.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Die Gesprächsliste konnte nicht geöffnet werden. Versuche es erneut.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Feedback wurde nicht gespeichert\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Die Meldung konnte nicht gesendet werden. Versuchen Sie es noch einmal\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Erstellen\"],\"VW1ecc\":[\"Einen neuen Webhook von Grund auf erstellen\"],\"oJfYM5\":[\"Einen Forschungsbrief aus den letzten Gesprächen erstellen\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Bibliothek erstellen\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Neue Ansicht erstellen\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Bericht erstellen\"],\"A5hiCy\":[\"Vorlage erstellen\"],\"library.create.view\":[\"Ansicht erstellen\"],\"3D0MXY\":[\"Ansicht erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Erstellt am\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar zuschneiden\"],\"udBqWc\":[\"Bild zuschneiden\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Logo zuschneiden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Aktuelles Logo\"],\"Pn2B7/\":[\"Aktuelles Passwort\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Benutzerdefiniert\"],\"o1nIYK\":[\"Benutzerdefinierter Dateiname\"],\"GrXJvi\":[\"Benutzerdefiniertes Logo\"],\"iv5fAO\":[\"Benutzerdefinierter Titel-Prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard-URL (direkter Link zur Gesprächsübersicht)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Zeitraum\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standard\"],\"ucTqrC\":[\"Standard - Kein Tutorial (Nur Datenschutzbestimmungen)\"],\"K/78Yl\":[\"Multistufige Analyse mit live Werkzeugausführung delegieren\"],\"cnGeoo\":[\"Löschen\"],\"project.sidebar.chat.delete\":[\"Chat löschen\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Chat löschen\"],\"2GCE3m\":[\"Gespräch löschen\"],\"2DzmAq\":[\"Gespräch löschen\"],\"j5pYC4\":[\"Benutzerdefiniertes Thema löschen\"],\"mp235G\":[\"Projekt löschen\"],\"++iDlT\":[\"Projekt löschen\"],\"rUWrSE\":[\"Bericht löschen\"],\"qr0gpK\":[\"Tag löschen\"],\"DFjdv0\":[\"Vorlage löschen\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Webhook löschen\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Erfolgreich gelöscht\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane Event-Einladung\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Beschreiben Sie das Problem\"],\"Fs/0D5\":[\"Beschreiben Sie, was die Sprachmodell aus dem Gespräch extrahieren oder zusammenfassen soll...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Legt fest, unter welcher DSGVO-Rechtsgrundlage personenbezogene Daten für dieses Projekt verarbeitet werden.\"],\"2rgVKb\":[\"Bestimmt, unter welcher GDPR-Rechtsgrundlage personenbezogene Daten verarbeitet werden. Dies beeinflusst die Informationen, die an Teilnehmer und betroffene Personen gezeigt werden und deren Rechte.\"],\"NMz7xK\":[\"Entwickeln Sie ein strategisches Framework, das bedeutende Ergebnisse fördert. Bitte:\\n\\nIdentifizieren Sie die Kernziele und ihre Abhängigkeiten\\nEntwickeln Sie Implementierungspfade mit realistischen Zeiträumen\\nVorhersagen Sie potenzielle Hindernisse und Minderungsstrategien\\nDefinieren Sie klare Metriken für Erfolg, die über Vanity-Indikatoren hinausgehen\\nHervorheben Sie Ressourcenanforderungen und Allokationsprioritäten\\nStrukturieren Sie das Planung für sowohl sofortige Maßnahmen als auch langfristige Vision\\nEntscheidungsgrenzen und Pivot-Punkte einschließen\\n\\nHinweis: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"2FA deaktivieren\"],\"yrMawf\":[\"Zwei-Faktor-Authentifizierung deaktivieren\"],\"E/QGRL\":[\"Deaktiviert\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Anzeigename\"],\"fDGgw4\":[\"Benötige ich dies?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Möchten Sie auf dem Laufenden bleiben?\"],\"TvY/XA\":[\"Dokumentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Fertig, kontaktieren Sie mich\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Herunterladen\"],\"5YVf7S\":[\"Alle Transkripte der Gespräche, die für dieses Projekt generiert wurden, herunterladen.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Herunterladen als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio herunterladen\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"QR-Code herunterladen\"],\"+bBcKo\":[\"Transkript herunterladen\"],\"5XW2u5\":[\"Transkript-Download-Optionen\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Nächste Aktionen erstellen und nach Priorität organisieren\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Ziehen Sie Audio-Dateien hier oder klicken Sie, um Dateien auszuwählen\"],\"KGi3u9\":[\"Ziehen, um umzusortieren\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplizieren\"],\"lkz6PL\":[\"Dauer\"],\"KIjvtr\":[\"Niederländisch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"z.B. \\\"Fokus auf Nachhaltigkeitsthemen\\\" oder \\\"Was denken die Teilnehmenden über die neue Richtlinie?\\\"\"],\"pO9dOq\":[\"z.B. \\\"Verwenden Sie kurze Nomen-Phrasen wie 'Stadtbäume' oder 'Jugendliche Arbeitsplätze'. Vermeiden Sie generische Titel.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"z.B. Wöchentliche Stakeholder-Zusammenfassung\"],\"ffuZIY\":[\"z.B. Slack-Benachrichtigungen, Make-Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bearbeiten\"],\"9WkyHF\":[\"Gespräch bearbeiten\"],\"Y/3VME\":[\"Benutzerdefiniertes Thema bearbeiten\"],\"/8fAkm\":[\"Dateiname bearbeiten\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Bearbeitungsmodus\"],\"niSWGL\":[\"Optionen bearbeiten\"],\"G2KpGE\":[\"Projekt bearbeiten\"],\"DdevVt\":[\"Bericht bearbeiten\"],\"report.editor.description\":[\"Bearbeiten Sie den Berichts-Inhalt mit dem Rich-Text-Editor unten. Sie können Text formatieren, Links, Bilder und mehr hinzufügen.\"],\"nP7CdQ\":[\"Webhook bearbeiten\"],\"O3oNi5\":[\"E-Mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji, das neben dem Thema angezeigt wird, z.B. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Leer\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA aktivieren\"],\"D3AnH0\":[\"Explore aktivieren\"],\"4KKbfZ\":[\"Teilnahme aktivieren\"],\"G3dSLc\":[\"Benachrichtigungen für Berichte aktivieren\"],\"ZUS4uO\":[\"Aktivieren Sie diese Funktion, um Teilnehmern die Möglichkeit zu geben, KI-gesteuerte Antworten während ihres Gesprächs anzufordern. Teilnehmer können nach Aufnahme ihrer Gedanken auf \\\"Explore\\\" klicken, um kontextbezogene Rückmeldungen zu erhalten, die tiefere Reflexion und Engagement fördern. Ein Abkühlungszeitraum gilt zwischen Anfragen.\"],\"dashboard.dembrane.feature.verify.description\":[\"Aktivieren Sie diese Funktion, damit Teilnehmer \\\"Ergebnisse\\\" aus ihren Beiträgen verifizieren und genehmigen können. Dies hilft, Schlüsselideen, Bedenken oder Zusammenfassungen zu konkretisieren. Nach dem Gespräch können Sie nach Diskussionen mit verifizierten Ergebnissen filtern und diese in der Übersicht einsehen.\"],\"C027jd\":[\"Transkript anonymisieren aktivieren\"],\"329BBO\":[\"Zwei-Faktor-Authentifizierung aktivieren\"],\"x35ZEt\":[\"Verify aktivieren\"],\"RxzN1M\":[\"Aktiviert\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Englisch\"],\"GboWYL\":[\"Geben Sie einen Schlüsselbegriff oder Eigennamen ein\"],\"TSHJTb\":[\"Geben Sie einen Namen für das neue Gespräch ein\"],\"KovX5R\":[\"Geben Sie einen Namen für Ihr geklontes Projekt ein\"],\"DRYPFp\":[\"Geheimen Schlüssel eingeben\"],\"34YqUw\":[\"Geben Sie einen gültigen Code ein, um die Zwei-Faktor-Authentifizierung zu deaktivieren.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Aktuelles Passwort eingeben\"],\"2FPsPl\":[\"Dateiname eingeben (ohne Erweiterung)\"],\"VpwcSk\":[\"Neues Passwort eingeben\"],\"oIn7d4\":[\"Geben Sie den 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"q1OmsR\":[\"Geben Sie den aktuellen 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"NgaR6B\":[\"Geben Sie Ihr Passwort ein\"],\"42tLXR\":[\"Geben Sie Ihre Anfrage ein\"],\"HRbyGE\":[\"Von dem Teilnehmer auf dem Portal eingetragen\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Fehler\"],\"Ne0Dr1\":[\"Fehler beim Klonen des Projekts\"],\"AEkJ6x\":[\"Fehler beim Erstellen des Berichts\"],\"edh3aY\":[\"Fehler beim Laden des Projekts\"],\"4kVRov\":[\"Fehler aufgetreten\"],\"hmk+3M\":[\"Fehler beim Hochladen von \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Ereignisse\"],\"VFClUG\":[\"Ereignisse, die beobachtet werden sollen\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Jede Erkenntnis nachvollziehbar. Der Bericht verknüpft jeden Befund mit dem, was tatsächlich gesagt wurde.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Alles sieht gut aus – Sie können fortfahren.\"],\"jqsg/I\":[\"Beispiel-Webhook-Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Vollbild verlassen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimentell\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Erkunden\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[[\"conversationCount\"],\" Gespräche werden analysiert\"],\"GS+Mus\":[\"Exportieren\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Fehlgeschlagen\"],\"bh2Vob\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\"],\"ajvYcJ\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\",[\"0\"]],\"g5wCZj\":[\"Fehler beim Hinzufügen von Unterhaltungen zum Kontext\"],\"pmwvUt\":[\"Ergebnis konnte nicht freigegeben werden. Bitte versuchen Sie es erneut.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Fehler beim Kopieren des Chats. Bitte versuchen Sie es erneut.\"],\"uvu6eC\":[\"Transkript konnte nicht kopiert werden. Versuch es noch mal.\"],\"UQ6LqT\":[\"Benutzerdefiniertes Thema konnte nicht erstellt werden\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Benutzerdefiniertes Thema konnte nicht gelöscht werden\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Fehler beim Löschen der Antwort\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Fehler beim Beenden des Gesprächs. Bitte versuchen Sie es erneut.\"],\"vx5bTP\":[\"Fehler beim Generieren von \",[\"label\"],\". Bitte versuchen Sie es erneut.\"],\"Fa1ewI\":[\"Zusammenfassung konnte nicht erstellt werden. Versuch es später noch mal.\"],\"Z77bMM\":[\"Webhooks konnten nicht geladen werden\"],\"T7KYJY\":[\"Fehler beim Markieren aller Ankündigungen als gelesen\"],\"eGHX/x\":[\"Fehler beim Markieren der Ankündigung als gelesen\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Verbindung fehlgeschlagen. Bitte versuche, die Seite neu zu laden.\"],\"SVtMXb\":[\"Fehler beim erneuten Generieren der Zusammenfassung. Bitte versuchen Sie es erneut.\"],\"h49o9M\":[\"Neu laden fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"rv8mO7\":[\"Avatar konnte nicht entfernt werden\"],\"kE1PiG\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\"],\"+piK6h\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\",[\"0\"]],\"P9wLTJ\":[\"Logo konnte nicht entfernt werden\"],\"IMUHg3\":[\"Neuplanung fehlgeschlagen. Bitte wahlen Sie einen spateren Zeitpunkt und versuchen Sie es erneut.\"],\"SmP70M\":[\"Fehler beim Hertranskribieren des Gesprächs. Bitte versuchen Sie es erneut.\"],\"kClMar\":[\"Ergebnis konnte nicht überarbeitet werden. Bitte versuchen Sie es erneut.\"],\"wMEdO3\":[\"Fehler beim Beenden der Aufnahme bei Änderung des Mikrofons. Bitte versuchen Sie es erneut.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Benutzerdefiniertes Thema konnte nicht aktualisiert werden\"],\"BpuK7o\":[\"Fehler beim Aktualisieren der Rechtsgrundlage\"],\"Avee+B\":[\"Name konnte nicht aktualisiert werden\"],\"gnm1CH\":[\"Anheften konnte nicht aktualisiert werden\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Avatar konnte nicht hochgeladen werden\"],\"RW4V7P\":[\"Logo konnte nicht hochgeladen werden\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Funktion bald verfügbar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback-Portal\"],\"2roTVj\":[\"Feedback gesendet\"],\"87gcCP\":[\"Datei \\\"\",[\"0\"],\"\\\" überschreitet die maximale Größe von \",[\"1\"],\".\"],\"ena+qV\":[\"Datei \\\"\",[\"0\"],\"\\\" hat ein nicht unterstütztes Format. Nur Audio-Dateien sind erlaubt.\"],\"LkIAge\":[\"Datei \\\"\",[\"0\"],\"\\\" ist kein unterstütztes Audio-Format. Nur Audio-Dateien sind erlaubt.\"],\"RW2aSn\":[\"Datei \\\"\",[\"0\"],\"\\\" ist zu klein (\",[\"1\"],\"). Mindestgröße ist \",[\"2\"],\".\"],\"+aBwxq\":[\"Dateigröße: Min \",[\"0\"],\", Max \",[\"1\"],\", bis zu \",[\"MAX_FILES\"],\" Dateien\"],\"UkgMPE\":[\"Dateiname aus hochgeladener Datei\"],\"5g0xbt\":[\"Audit-Protokolle nach Aktion filtern\"],\"9clinz\":[\"Audit-Protokolle nach Sammlung filtern\"],\"O39Ph0\":[\"Nach Aktion filtern\"],\"DiDNkt\":[\"Nach Sammlung filtern\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Finde Widersprüche und vorschlage Folgefragen\"],\"participant.button.stop.finish\":[\"Beenden\"],\"participant.button.finish.text.mode\":[\"Beenden\"],\"participant.button.finish\":[\"Beenden\"],\"participant.modal.finish.title.text.mode\":[\"Gespräch beenden\"],\"4dQFvz\":[\"Beendet\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Fünf kurze Fragen, dann wählen Sie einen Termin mit dem dembrane-Team. Wir lesen Ihre Antworten vor dem Gespräch und bringen einen passenden Plan mit.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Fokus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Schriftgröße\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Für erfahrene Benutzer: Ein Geheimnis-Schlüssel, um die Authentizität des Webhooks zu verifizieren. Nur erforderlich, wenn Ihr Empfangs-Dienst Signatur-Verifizierung benötigt.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Passwort vergessen?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Französisch\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Vollständiges Transkript (wenn verfügbar)\"],\"3qkggm\":[\"Vollbild\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generieren\"],\"EIdJgG\":[\"Neuen Bericht erstellen\"],\"QsUhrf\":[\"Bericht erstellen\"],\"GRy59I\":[\"Erstellen Sie zuerst eine Zusammenfassung\"],\"MWSGhX\":[\"Bibliothek generieren\"],\"5SWGxv\":[\"Jetzt erstellen\"],\"GWUJ9X\":[\"Stattdessen jetzt erstellen\"],\"QqIxfi\":[\"Geheimnis generieren\"],\"gitFA/\":[\"Zusammenfassung generieren\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Bericht wird generiert...\"],\"kzY+nd\":[\"Zusammenfassung wird erstellt. Kurz warten ...\"],\"hMOYzR\":[\"Dein Bericht wird erstellt...\"],\"DDcvSo\":[\"Deutsch\"],\"jpNBdT\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"participant.refine.go.deeper.description\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"Pl6LQ+\":[\"Kontakt aufnehmen\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Geben Sie mir eine Liste von 5-10 Themen, die diskutiert werden.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Zurück\"],\"DXr0zk\":[\"Vollbild\"],\"iWpEwy\":[\"Zur Startseite\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Zur neuen Unterhaltung gehen\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Gute Antwort\"],\"hjZBYK\":[\"Haben Sie zwei Minuten? Fünf optionale Fragen helfen uns bei der Vorbereitung.\"],\"5sIEgO\":[\"Haben Sie zwei Minuten? Fünf kurze Fragen helfen uns, vorbereitet zu kommen, und Sie können jede davon überspringen.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Leitfaden, wie Titel generiert werden. Titel beschreiben das Thema des Gesprächs, nicht den Teilnehmer.\"],\"uMjvI3\":[\"Bericht anleiten\"],\"myXGZW\":[\"Angeleitet\"],\"ZqBGoi\":[\"Hat verifizierte Artefakte\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Verborgener Schatz\"],\"vLyv1R\":[\"Verstecken\"],\"eHo/Jc\":[\"Daten verbergen\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Revisionsdaten verbergen\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"die dembrane Event-Einladung ausblenden\"],\"V3NvRL\":[\"Das Ausblenden der dembrane Event-Einladung ist Teil eines bezahlten Plans.\"],\"tn75xn\":[\"Bestimmtes Konzept hervorheben\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Startseite\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Feedback des Hosts\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Wie es funktioniert:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Wie würden Sie einem Kollegen beschreiben, was Sie mit diesem Projekt erreichen möchten?\\n* Was ist das übergeordnete Ziel oder die wichtigste Kennzahl\\n* Wie sieht Erfolg aus\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Ich verstehe\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifizieren Sie wiederkehrende Themen, Themen und Argumente, die in Gesprächen konsistent auftreten. Analysieren Sie ihre Häufigkeit, Intensität und Konsistenz. Erwartete Ausgabe: 3-7 Aspekte für kleine Datensätze, 5-12 für mittlere Datensätze, 8-15 für große Datensätze. Verarbeitungsanleitung: Konzentrieren Sie sich auf unterschiedliche Muster, die in mehreren Gesprächen auftreten.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Wenn Sie etwas entdeckt haben, bei dem Daten für Unbefugte sichtbar sind, jemand Zugriff hat, den er nicht haben sollte, oder eine mögliche Sicherheitslücke, nutzen Sie bitte stattdessen unser <0>Meldeformular für Sicherheitsprobleme. Es erreicht ein anderes Team auf einem schnelleren Weg. In dringenden Fällen senden Sie eine E-Mail an <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Wenn Sie mit \",[\"objectLabel\"],\" zufrieden sind, klicken Sie auf \\\"Genehmigen\\\", um zu zeigen, dass Sie sich gehört fühlen.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Wenn Sie nicht sicher sind, möchten Sie es wahrscheinlich noch nicht. Webhooks sind eine fortgeschrittene Funktion, die typischerweise von Entwicklern oder Teams mit benutzerdefinierten Integrationen verwendet wird. Sie können sie jederzeit später einrichten.\"],\"hDVOQQ\":[\"Wenn Sie Webhook-Integrationen einrichten, würden wir uns sehr freuen, Ihr Anwendungsfall kennen zu lernen. Wir entwickeln auch Observability-Funktionen, einschließlich Audit-Protokolle und Lieferungstracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Bilder dürfen höchstens \",[\"MAX_FILE_MB\"],\"MB groß sein\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portal-Link einschließen\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Falsch oder erfunden\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Erkenntnisse\"],\"MSVCjk\":[\"Anweisungen für die Generierung des Verifizierungsergebnisses\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ungültiger Code. Bitte fordern Sie einen neuen an.\"],\"jLr8VJ\":[\"Ungültige Anmeldedaten.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP-Adresse\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Das Gespräch wurde während der Aufnahme gelöscht. Wir haben die Aufnahme beendet, um Probleme zu vermeiden. Sie können jederzeit ein neues Gespräch starten.\"],\"library.not.available.message\":[\"Es scheint, dass die Bibliothek für Ihr Konto nicht verfügbar ist. Bitte fordern Sie Zugriff an, um dieses Feature zu entsperren.\"],\"participant.outcome.error.description\":[\"Wir konnten dieses Ergebnis nicht laden. Dies könnte ein vorübergehendes Problem sein. Sie können versuchen, neu zu laden oder zurückzugehen, um ein anderes Thema auszuwählen.\"],\"5dxEAB\":[\"Es sieht so aus, als hätten Sie noch keinen Bericht für dieses Projekt. Erstellen Sie einen, um eine Übersicht Ihrer Gespräche zu erhalten.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Es klingt, als würden mehrere Personen sprechen. Wenn Sie abwechselnd sprechen, können wir alle deutlich hören.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italienisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Einen Moment bitte\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Sprechen oder schreiben Sie einfach natürlich. Ihr Beitrag geht direkt an unser Produktteam und hilft uns wirklich, dembrane besser zu machen. Wir lesen alles.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Halten Sie den Zugriff sicher mit einem Einmalcode aus Ihrer Authentifizierungs-App. Aktivieren oder deaktivieren Sie die Zwei-Faktor-Authentifizierung für dieses Konto.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Sprache\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Zuletzt gespeichert am \",[\"0\"]],\"K7P0jz\":[\"Zuletzt aktualisiert\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Neueste\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Mehr über Webhooks erfahren\"],\"ffCwpJ\":[\"Leer lassen, um das bestehende zu behalten\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Hinterlassen Sie Ihre E-Mail-Adresse und wir melden uns innerhalb eines Tages wegen eines Events mit dembrane.\"],\"J8VWes\":[\"Hinterlassen Sie Ihre E-Mail-Adresse, damit wir Sie kontaktieren können.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Rechtsgrundlage\"],\"vRXsmZ\":[\"Rechtsgrundlage\"],\"CopiEV\":[\"Rechtsgrundlage gespeichert\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothek\"],\"library.title\":[\"Bibliothek\"],\"T50lwc\":[\"Bibliothekserstellung läuft\"],\"gkv8iG\":[\"Kennzeichen\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link zur Datenschutzerklärung, die Teilnehmenden angezeigt wird\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live Agent Ausführungsmodus\"],\"participant.live.audio.level\":[\"Live Audiopegel:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Vorschau\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Laden\"],\"participant.verify.instructions.loading\":[\"Wird geladen\"],\"yQ9yN3\":[\"Aktionen werden geladen...\"],\"participant.concrete.loading.artefact\":[\"Artefakt wird geladen…\"],\"JOvnq+\":[\"Audit-Protokolle werden geladen…\"],\"y+JWgj\":[\"Sammlungen werden geladen...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Mikrofone werden geladen...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Transkript wird geladen ...\"],\"3SKW0s\":[\"Verify Themen werden geladen…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"wird geladen...\"],\"Z3FXyt\":[\"Laden...\"],\"Pwqkdw\":[\"Laden…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Anmelden\"],\"LM/dWU\":[\"Anmelden | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo entfernt\"],\"MjfaMh\":[\"Logo aktualisiert\"],\"nOhz3x\":[\"Abmelden\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Längste zuerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Vorlagen verwalten\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Alle als gelesen markieren\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Als gelesen markieren\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Besprechungsnotizen\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Nachrichten von \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Der Mikrofonzugriff ist weiterhin verweigert. Bitte überprüfen Sie Ihre Einstellungen und versuchen Sie es erneut.\"],\"azjxk1\":[\"Geht nicht auf die Frage ein\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"weitere\"],\"JcD7qf\":[\"Weitere Aktionen\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Verschieben\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Gespräch verschieben\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Muss mindestens 10 Minuten in der Zukunft liegen\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Meine Vorlagen\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name ist erforderlich\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name aktualisiert\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Neu\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Neuer Gespräch Name\"],\"u2uElg\":[\"Neue Gesprache seit diesem Bericht hinzugefugt\"],\"library.new.conversations\":[\"Seit der Erstellung der Bibliothek wurden neue Gespräche hinzugefügt. Generieren Sie die Bibliothek neu, um diese zu verarbeiten.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Neues Passwort\"],\"7vhWI8\":[\"Neues Passwort\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Neuer Bericht\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Neueste zuerst\"],\"hXzOVo\":[\"Weiter\"],\"participant.button.next\":[\"Weiter\"],\"participant.verify.selection.button.next\":[\"Weiter\"],\"participant.verify.instructions.button.next\":[\"Weiter\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Nein\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Keine Aktionen gefunden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Keine App, keine Hardware. Teilnehmende scannen einen QR-Code und ihr Telefon wird zum Portal.\"],\"Em+3Ls\":[\"Keine Audit-Protokolle entsprechen den aktuellen Filtern.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Keine Chats gefunden. Starten Sie einen Chat mit dem \\\"Fragen\\\"-Button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Keine Sammlungen gefunden\"],\"zsslJv\":[\"Kein Inhalt\"],\"1pZsdx\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"library.no.conversations\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"EtMtH/\":[\"Keine Gespräche gefunden.\"],\"BuikQT\":[\"Keine Gespräche gefunden. Starten Sie ein Gespräch über den Teilnahme-Einladungslink aus der <0><1>Projektübersicht.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Es wurden keine Unterhaltungen verarbeitet. Dies kann passieren, wenn alle Unterhaltungen bereits im Kontext sind oder nicht den ausgewählten Filtern entsprechen.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Noch keine Gesprache. Sie konnen jetzt einen Bericht planen und Gesprache werden aufgenommen, sobald sie hinzugefugt werden.\"],\"oaDwXD\":[\"Kein Standard festgelegt (Client-verwaltet gilt)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Noch kein Feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Noch kein neues Feedback erkannt. Bitte fahren Sie mit Ihrer Diskussion fort und versuchen Sie es später erneut.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Noch niemand in der Organisation.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Keine Projekte gefunden \",[\"0\"]],\"y29l+b\":[\"Keine Projekte für den Suchbegriff gefunden\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Kein Bericht gefunden\"],\"1iQvuD\":[\"Noch keine Berichte\"],\"Ev2r9A\":[\"Keine Ergebnisse\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Keine Tags gefunden\"],\"LcBe0w\":[\"Diesem Projekt wurden noch keine Tags hinzugefügt. Fügen Sie ein Tag über die Texteingabe oben hinzu, um zu beginnen.\"],\"KE6RCJ\":[\"Keine Vorlagen für {searchQuery} gefunden\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Kein Transkript verfügbar\"],\"vq+6l+\":[\"Noch kein Transkript für dieses Gespräch vorhanden. Bitte später erneut prüfen.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Es wurden keine gültigen Audio-Dateien ausgewählt. Bitte wählen Sie nur Audio-Dateien (MP3, WAV, OGG, etc.) aus.\"],\"tNWcWM\":[\"Für dieses Projekt sind keine Verifizierungsthemen konfiguriert.\"],\"pdWSGS\":[\"Keine Verify Themen verfügbar.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Keine Webhooks konfiguriert\"],\"/PUkCU\":[\"Keine Webhooks gefunden\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Nicht hinzugefügt\"],\"OJx3wK\":[\"Nicht verfügbar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Teilnehmer benachrichtigen, wenn ein Bericht veröffentlicht wird.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Älteste zuerst\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Sobald Sie diskutiert haben, klicken Sie auf \\\"Überarbeiten\\\", um \",[\"objectLabel\"],\" entsprechend Ihrer Diskussion anzupassen.\"],\"participant.verify.instructions.read.aloud\":[\"Sobald Sie \",[\"objectLabel\"],\" erhalten haben, lesen Sie es laut vor und teilen Sie mit, was Sie gegebenenfalls ändern möchten.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Laufend\"],\"conversation.ongoing\":[\"Laufend\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Ändern Sie diese Einstellung nur in Absprache mit den verantwortlichen Personen für die Datenschutzverantwortung in Ihrer Organisation.\"],\"z7dMhl\":[\"Es können nur Bilder angehängt werden\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Nur Workspace-Administrator*innen können die Rechtsgrundlage ändern.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Ups! Es scheint, dass der Mikrofonzugriff verweigert wurde. Keine Sorge! Wir haben einen praktischen Fehlerbehebungsleitfaden für Sie. Schauen Sie ihn sich an. Sobald Sie das Problem behoben haben, kommen Sie zurück und besuchen Sie diese Seite erneut, um zu überprüfen, ob Ihr Mikrofon bereit ist.\"],\"1TNIig\":[\"Öffnen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Aufzeichnung öffnen\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Fehlerbehebungsleitfaden öffnen\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Öffnen Sie Ihre Authentifizierungs-App und geben Sie den aktuellen 6-stelligen Code ein.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls auf Englisch zurückgegriffen wird)\"],\"V44CS4\":[\"Optionales Feld auf der Startseite\"],\"bkndzy\":[\"Optionales Feld auf der Danksagungsseite\"],\"xam4uE\":[\"Optionale Frage \",[\"0\"],\" von \",[\"1\"]],\"S2LyUK\":[\"Optionale Frage \",[\"0\"],\" von \",[\"1\"],\". Überspringen Sie, was Sie möchten.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Optionen\"],\"BzEFor\":[\"oder\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Oder lieber direkt chatten?\"],\"1h45Hu\":[\"Oder schreiben Sie Ihren eigenen\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Sonstiges\"],\"GC75c7\":[\"Ergebnis erfolgreich freigeschaltet!\"],\"QLXrh9\":[\"Ergebnis erfolgreich neu geladen!\"],\"LJg1UW\":[\"Ergebnis erfolgreich überarbeitet!\"],\"df3S+R\":[\"Ergebnis erfolgreich aktualisiert!\"],\"1fjbvD\":[\"Ergebnisse\"],\"ZU3zZC\":[\"Ergebnisse\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Für dieses Projekt überschrieben\"],\"AR/qbs\":[\"Für dieses Projekt überschreiben\"],\"6/dCYd\":[\"Übersicht\"],\"/fAXQQ\":[\"Overview – Themes & Patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Seiteninhalt\"],\"8F1i42\":[\"Seite nicht gefunden\"],\"6+Py7/\":[\"Seitentitel\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Teilnehmer\"],\"h3AUOJ\":[\"Teilnehmer-E-Mail\"],\"WdEzKM\":[\"Teilnehmer-E-Mails\"],\"Uc9fP1\":[\"Teilnehmer-Funktionen\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Teilnehmer-Name und -E-Mail\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Teilnehmer können beim Erstellen von Gesprächen Tags auswählen\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Passwort\"],\"zJx6Vx\":[\"Passwort geändert\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwörter stimmen nicht überein\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Vorlesen pausieren\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Ausstehend\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"zmwvG2\":[\"Telefon\"],\"B8mlc2\":[\"Wahlen Sie ein Datum\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Jetzt einen Termin wählen\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Wähl den Ansatz, der zu deiner Frage passt\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Anheften\"],\"u8qC4w\":[\"Projekt anheften\"],\"S+WiJ3\":[\"Vorlagen hier für schnellen Zugriff anheften.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Angeheftet ist voll (max. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Angeheftete Vorlagen\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Bitte erlauben Sie den Mikrofonzugriff, um den Test zu starten.\"],\"SQSc5o\":[\"Bitte prüfen Sie später erneut oder wenden Sie sich an den Projektbesitzer für weitere Informationen.\"],\"T8REcf\":[\"Bitte überprüfen Sie Ihre Eingaben auf Fehler.\"],\"n6oAnk\":[\"Bitte aktivieren Sie die Teilnahme, um das Teilen zu ermöglichen\"],\"fwrPh4\":[\"Bitte geben Sie eine gültige E-Mail-Adresse ein.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme)\"],\"Lu1j4b\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme).\\nIhre Transkription wird anonymisiert und Ihr Host kann Ihre Aufnahme nicht anhören.\"],\"library.processing.request\":[\"Bibliothek wird verarbeitet\"],\"04DMtb\":[\"Bitte warten Sie, während wir Ihre Hertranskription anfragen verarbeiten. Sie werden automatisch zur neuen Konversation weitergeleitet, wenn fertig.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG oder WebP. Wird zu einem Kreis zugeschnitten.\"],\"jjdudv\":[\"Schlechte Antwort\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Inhalt\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Ihre Erfahrung wird vorbereitet\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vorschau: Der schnelle braune Fuchs springt über den faulen Hund.\"],\"DHhJ7s\":[\"Zurück\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"PDF drucken / speichern\"],\"S8ugMC\":[\"Bericht drucken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL der Datenschutzerklärung\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Fortfahren\"],\"select.all.modal.proceed\":[\"Fortfahren\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" werden verarbeitet und zu Ihrem Chat hinzugefügt\"],\"gzGDMM\":[\"Ihre Hertranskription anfragen werden verarbeitet...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projekt erstellt\"],\"zjTrs1\":[\"Projektstandard: aktiviert. Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Projektbibliothek | dembrane\"],\"QDjWwu\":[\"Projekt Meta Zusammenfassung\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Projektname\"],\"3gh0L6\":[\"Projektname und -ID\"],\"6Z2q2Y\":[\"Der Projektname muss mindestens 4 Zeichen lang sein\"],\"n7JQEk\":[\"Projekt nicht gefunden\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Projektübersicht | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Projekt Einstellungen\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projekte\"],\"DK5DV3\":[\"Projekte | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Bieten Sie eine Übersicht über die Hauptthemen und wiederkehrende Themen\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Veröffentlichen\"],\"vsX8VJ\":[\"Veröffentlichen Sie diesen Bericht, um den Portal-Link anzuzeigen\"],\"IHzoSN\":[\"Veröffentlichen Sie diesen Bericht, um einen Freigabelink zu erhalten\"],\"u3wRF+\":[\"Veröffentlicht\"],\"E7YTYP\":[\"Hol dir die wichtigsten Zitate aus dieser Session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Frage\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Bewertung\"],\"wr9IYa\":[\"Neues Passwort erneut eingeben\"],\"0ZBIgY\":[\"Einstellungen aus einem bestehenden Webhook wiederverwenden\"],\"Z5Tlsx\":[\"Kontaktieren Sie mich\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Vorlesen\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Bereit zum Beginn\"],\"ShoKlK\":[\"Bereit, Ihre Werkzeuge zu verbinden? Fügen Sie einen Webhook hinzu, um automatisch Gesprächdaten zu erhalten, wenn Ereignisse auftreten.\"],\"VJScHU\":[\"Grund\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Empfohlene Apps\"],\"participant.button.s3check.reconnect\":[\"Erneut verbinden\"],\"participant.button.interruption.reconnect\":[\"Erneut verbinden\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Aufnehmen\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Ein weiteres Gespräch aufnehmen\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Aufnahme unterbrochen\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Aufnahme pausiert\"],\"/l7qFE\":[\"Aufnahme gestartet\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Ansicht neu erstellen\"],\"view.recreate.modal.title\":[\"Ansicht neu erstellen\"],\"CqnkB0\":[\"Wiederkehrende Themen\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referenzen\"],\"lCF0wC\":[\"Aktualisieren\"],\"ZMXpAp\":[\"Audit-Protokolle aktualisieren\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Neu generieren\"],\"PpFJd2\":[\"Zusammenfassung neu generieren\"],\"bluvj0\":[\"Zusammenfassung neu generieren\"],\"participant.regenerating.outcome\":[\"Ergebnis wird neu generiert\"],\"oYlYU+\":[\"Zusammenfassung wird neu erstellt. Kurz warten ...\"],\"HPitDS\":[\"Registrieren | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Seite neu laden\"],\"participant.button.reload.page.text.mode\":[\"Seite neu laden\"],\"participant.button.reload\":[\"Seite neu laden\"],\"participant.concrete.artefact.action.button.reload\":[\"Neu laden\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Benutzer daran erinnern, vor dem Abschließen zu überprüfen\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Entfernen\"],\"w61W3L\":[[\"0\"],\" entfernen\"],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Profilbild entfernen\"],\"Kl7//J\":[\"E-Mail entfernen\"],\"cILfnJ\":[\"Datei entfernen\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Aus diesem Chat entfernen\"],\"O90CN2\":[\"Logo entfernen\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Überschreibung entfernen\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Umbenennen\"],\"6PsaMr\":[\"Chat umbenennen\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Aufzeichnung\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Antwort Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Bericht\"],\"e/MQa5\":[\"Bericht wird bereits erstellt\"],\"Q3LOVJ\":[\"Problem melden\"],\"DUmD+q\":[\"Bericht erstellt - \",[\"0\"]],\"hh/mvZ\":[\"Berichtserstellung abgebrochen\"],\"sSy8vA\":[\"Bericht wird erstellt...\"],\"v7O77U\":[\"Die Berichtserstellung wurde abgebrochen. Du kannst unten einen neuen Bericht starten.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Berichtsbenachrichtigungen\"],\"M9snPp\":[\"Bericht geplant\"],\"6g+4DA\":[\"Meldung gesendet. Danke\"],\"u9r3Di\":[\"Report-Vorlagen stehen auf unserer Roadmap.\"],\"lNo4U2\":[\"Bericht aktualisiert - \",[\"0\"]],\"t9yxlZ\":[\"Berichte\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Zugriff anfordern\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Passwort zurücksetzen anfordern\"],\"8H5nRH\":[\"Passwort zurücksetzen anfordern | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Mikrofonzugriff wird angefragt...\"],\"TMLAx2\":[\"Erforderlich\"],\"0Hf+6m\":[\"Benötigt \\\"E-Mail anfordern?\\\" um aktiviert zu sein\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Umplanen\"],\"6eIR/n\":[\"Umplanen auf\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Zurücksetzen\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"9uplIY\":[\"Passwort zurücksetzen | dembrane\"],\"L+rMC9\":[\"Auf Standard zurücksetzen\"],\"kX8Fjz\":[\"Feedback zur Antwort\"],\"Sa5FCh\":[\"Ergebnisse, bevor die Leute gehen. Wir analysieren live und präsentieren direkt im Raum.\"],\"participant.button.stop.resume\":[\"Fortsetzen\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Hertranskribieren\"],\"ehyRtB\":[\"Gespräch hertranskribieren\"],\"1JHQpP\":[\"Gespräch hertranskribieren\"],\"+gmVxi\":[\"Hertranskription nicht verfügbar für anonymisierte Unterhaltungen\"],\"MXwASV\":[\"Hertranskription gestartet. Das neue Gespräch wird bald verfügbar sein.\"],\"6gRgw8\":[\"Erneut versuchen\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Upload erneut versuchen\"],\"2fCpt5\":[\"Zur Startseite\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Überprüfen Sie die Aktivität für Ihren Arbeitsbereich. Filtern Sie nach Sammlung oder Aktion und exportieren Sie die aktuelle Ansicht für weitere Untersuchungen.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Dateien vor dem Hochladen überprüfen\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Überprüfen Sie den Status der Verarbeitung für jedes Gespräch, das in diesem Projekt gesammelt wurde.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Überarbeiten\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklick, um hervorzuheben\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Zeilen pro Seite\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Ein Event mit dembrane durchführen\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Speichern\"],\"participant.concrete.action.button.save\":[\"Speichern\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Als Vorlage speichern\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Änderungen speichern\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Speichern fehlgeschlagen!\"],\"5dVjYt\":[\"Vorlage speichern\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Speichern...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planen\"],\"wCGy0o\":[\"Bericht planen\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Nach unten scrollen\"],\"A1taO8\":[\"Suchen\"],\"select.all.modal.loading.search\":[\"Suchen\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Suche und wähle die Gespräche für diesen Chat aus.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Gespräche suchen\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Projekte suchen\"],\"I0hU01\":[\"Projekte suchen\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Projekte suchen...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Tags suchen\"],\"pECIKL\":[\"Vorlagen suchen...\"],\"select.all.modal.search.text\":[\"Suchtext:\"],\"nhvuQF\":[\"Webhooks suchen...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Durchsucht die relevantesten Quellen\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Geheimnis\"],\"Y1y+VB\":[\"Geheimnis kopiert\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Bis bald\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Mikrofon auswählen\"],\"s5OrCL\":[\"Einen Webhook auswählen um zu klonen\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Alle auswählen\"],\"+fRipn\":[\"Alle auswählen (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle Ergebnisse auswählen\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Mindestens ein Ereignis auswählen\"],\"d3O/ZP\":[\"Mindestens ein anderes Thema auswählen, bevor dieses gelöscht wird\"],\"NK2YNj\":[\"Audio-Dateien auswählen\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Wähle Gespräche aus und finde genaue Zitate\"],\"LyHz7Q\":[\"Gespräche in der Seitenleiste auswählen\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Projekt auswählen\"],\"ekUnNJ\":[\"Tags auswählen\"],\"CG1cTZ\":[\"Wählen Sie die Anweisungen aus, die den Teilnehmern beim Starten eines Gesprächs angezeigt werden\"],\"qxzrcD\":[\"Wählen Sie den Typ der Rückmeldung oder der Beteiligung, die Sie fördern möchten.\"],\"QdpRMY\":[\"Tutorial auswählen\"],\"Dh99yE\":[\"Wahlen Sie bis zu 2 Schwerpunkte fur Ihren Bericht\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Wählen Sie aus, welche Themen Teilnehmer für \\\"Verifizieren\\\" verwenden können.\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Mikrofon auswählen\"],\"gU5H9I\":[\"Ausgewählte Dateien (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Ausgewähltes Mikrofon\"],\"tP/pEQ\":[\"Auswahl zu groß\"],\"select.all.modal.context.limit.reached\":[\"Auswahl zu groß. Einige Gespräche wurden nicht hinzugefügt.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Senden\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Meldung senden\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Slack/Teams Benachrichtigungen senden, wenn neue Gespräche abgeschlossen sind\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Sitzungsname\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Einstellungen\"],\"participant.settings.modal.title\":[\"Einstellungen\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Bericht teilen\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Teilen Sie hier Ihre Daten\"],\"nnWGzO\":[\"Teilen Sie Ihre Ideen mit unserem Team\"],\"4o0klJ\":[\"Teilen Sie Ihre Stimme, indem Sie den QR-Code scannen\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Kürzeste zuerst\"],\"8vETh9\":[\"Anzeigen\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Audio-Player anzeigen\"],\"pzaNzD\":[\"Daten anzeigen\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"IP-Adressen anzeigen\"],\"6lGV3K\":[\"Weniger anzeigen\"],\"fMPkxb\":[\"Mehr anzeigen\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Referenzen anzeigen\"],\"OV2iSn\":[\"Revisionsdaten anzeigen\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Einladung anzeigen\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[[\"displayFrom\"],\"–\",[\"displayTo\"],\" von \",[\"totalItems\"],\" Einträgen werden angezeigt\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" von \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Ihr zuletzt fertiggestellter Bericht wird angezeigt.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Überspringen\"],\"participant.button.verify_prompt.skip\":[\"Überspringen\"],\"participant.mic.check.button.skip\":[\"Überspringen\"],\"select.all.modal.context.limit.reached.description\":[\"Übersprungen, da die Auswahl zu groß war.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack-Community\"],\"BmukMD\":[\"Damit wir Ihnen die Details zum Gespräch schicken können.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Einige Dateien wurden bereits ausgewählt und werden nicht erneut hinzugefügt.\"],\"select.all.modal.skip.disclaimer\":[\"Einige können übersprungen werden (kein Transkript oder Auswahl zu groß).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solange dieses Problem nicht behoben ist.\"],\"nwtY4N\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error.text.mode\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error\":[\"Etwas ist schief gelaufen\"],\"mwpVVD\":[\"Beim Erstellen Ihres letzten Berichts ist etwas schiefgelaufen.\"],\"2WNFmv\":[\"Beim Erstellen Ihres Berichts ist etwas schiefgelaufen.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Beim Exportieren der Audit-Protokolle ist ein Fehler aufgetreten.\"],\"q9A2tm\":[\"Beim Generieren des Geheimnisses ist ein Fehler aufgetreten.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut, indem Sie die Schaltfläche <0>Erkunden drücken, oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht.\"],\"fWsBTs\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Der Inhalt verstößt gegen unsere Richtlinien. Änder den Text und versuch es nochmal.\"],\"f6Hub0\":[\"Sortieren\"],\"/AhHDE\":[\"Quelle \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanisch\"],\"z5/5iO\":[\"Spezifischer Kontext\"],\"mORM2E\":[\"Konkrete Details\"],\"Etejcu\":[\"Konkrete Details – ausgewählte Gespräche\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Neu starten\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Neues Gespräch starten\"],\"participant.button.start.new.conversation\":[\"Neues Gespräch starten\"],\"i88wdJ\":[\"Neu beginnen\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stopp\"],\"participant.button.stop\":[\"Beenden\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planung\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Absenden\"],\"participant.button.submit.text.mode\":[\"Absenden\"],\"zzDlyQ\":[\"Erfolg\"],\"aG+cH9\":[\"Dynamische Vorschläge basierend auf Ihrem Gespräch vorschlagen.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Vorgeschlagen:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Zusammenfassen\"],\"5Y4tAB\":[\"Fass dieses Interview als teilbaren Artikel zusammen\"],\"dXoieq\":[\"Zusammenfassung\"],\"+bZY9/\":[\"Zusammenfassung (wenn verfügbar)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Die Zusammenfassung ist verfügbar, sobald das Gespräch transkribiert ist.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Unterstützte Formate: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Gern\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Zur Texteingabe wechseln\"],\"5dzzI6\":[\"Das Ausschalten ist Teil eines bezahlten Plans.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systemstandard\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält, oder erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"eyu39U\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"participant.refine.make.concrete.description\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Erzählen Sie uns von dem Event, das Sie im Sinn haben.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template übernommen\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Vorlagenname\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Vorlagen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Vielen Dank für Ihre Teilnahme!\"],\"u+Whi9\":[\"Danke-Seite Inhalt\"],\"1LLF3Z\":[\"Vielen Dank!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Danke, wir melden uns innerhalb eines Tages.\"],\"2yHHa6\":[\"Der Code hat nicht funktioniert. Versuchen Sie es erneut mit einem neuen Code aus Ihrer Authentifizierungs-App.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Das sieht nicht wie eine E-Mail-Adresse aus.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Das war's, danke\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Der Kalender konnte hier nicht geladen werden. Wählen Sie stattdessen einen Termin auf cal.com oder schreiben Sie uns an info@dembrane.com.\"],\"TQCE79\":[\"Der Code hat nicht funktioniert, versuch’s nochmal.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"participant.conversation.error.loading\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"Der Endpunkt, an den wir die Daten senden. Holen Sie sich diesen von Ihrem Empfangs-Service (z.B. Zapier, Make oder Ihrem eigenen Server).\"],\"Jo19Pu\":[\"Die folgenden Gespräche wurden automatisch zum Kontext hinzugefügt\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Der Bericht kann bis zu 5 Minuten nach der gewählten Zeit starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Die Zusammenfassung wird erstellt. Warte, bis sie verfügbar ist.\"],\"+AT8nl\":[\"Die Zusammenfassung wird neu erstellt. Warte, bis sie verfügbar ist.\"],\"9DPC4t\":[\"Die Dankeseite endet mit einer Karte, die Teilnehmende einlädt, ein eigenes Event mit dembrane durchzuführen.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"Die Webhook-URL und Ereignisse werden geklont. Sie müssen das Geheimnis erneut eingeben, wenn eines konfiguriert wurde.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Design\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Beim Klonen Ihres Projekts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"JDFjCg\":[\"Beim Erstellen Ihres Berichts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Diese Unterhaltungen wurden aufgrund fehlender Transkripte ausgeschlossen.\"],\"8xYB4s\":[\"Diese Standard-Ansichtsvorlagen werden generiert, wenn Sie Ihre erste Bibliothek erstellen.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Denke nach...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Dies kann passieren, wenn ein VPN oder eine Firewall die Verbindung blockiert. Versuchen Sie, Ihr VPN zu deaktivieren, zu einem anderen Netzwerk zu wechseln (z. B. mobiler Hotspot) oder wenden Sie sich an Ihre IT-Abteilung.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Dieses Gespräch hat die folgenden Kopien:\"],\"conversation.linking_conversations.description\":[\"Dieses Gespräch ist eine Kopie von\"],\"SzU1mG\":[\"Diese E-Mail ist bereits in der Liste.\"],\"participant.modal.refine.info.available.in\":[\"Diese Funktion wird in \",[\"remainingTime\"],\" Sekunden verfügbar sein.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Diese Informationen sind anonymisiert\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Dies ist eine Live-Vorschau des Teilnehmerportals. Sie müssen die Seite aktualisieren, um die neuesten Änderungen zu sehen.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Dies ist ein Beispiel für die JSON-Daten, die an Ihre Webhook-URL gesendet werden, wenn ein Gespräch zusammengefasst wird.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Hier ist Verarbeitung auf Basis von Einwilligung festgelegt, aber ohne Link zur Datenschutzerklärung. Fügen Sie einen hinzu, damit die Einstellung gültig bleibt: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothek\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Diese Sprache wird für das Teilnehmerportal verwendet.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Diese Seite wird angezeigt, nachdem der Teilnehmer das Gespräch beendet hat.\"],\"1gmHmj\":[\"Diese Seite wird den Teilnehmern angezeigt, wenn sie nach erfolgreichem Abschluss des Tutorials ein Gespräch beginnen.\"],\"+9D2sa\":[\"Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das meistens. Wenn es weiterhin passiert, kehren Sie zur Startseite zurück.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Dieses Projekt folgt dann der übernommenen Einstellung: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Dieser Prompt leitet ein, wie die KI auf die Teilnehmer reagiert. Passen Sie ihn an, um den Typ der Rückmeldung oder Engagement zu bestimmen, den Sie fördern möchten.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dieser Bericht ist derzeit nicht verfügbar. \"],\"GQTpnY\":[\"Dieser Bericht wurde von \",[\"0\"],\" Personen geöffnet\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Dieser Titel wird den Teilnehmern angezeigt, wenn sie ein Gespräch beginnen\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Dies wird Ihre aktuelle Eingabe löschen. Sind Sie sicher?\"],\"NrRH+W\":[\"Dies wird eine Kopie des aktuellen Projekts erstellen. Nur Einstellungen und Tags werden kopiert. Berichte, Chats und Gespräche werden nicht in der Kopie enthalten. Sie werden nach dem Klonen zum neuen Projekt weitergeleitet.\"],\"hsNXnX\":[\"Dies wird ein neues Gespräch mit derselben Audio-Datei erstellen, aber mit einer neuen Transkription. Das ursprüngliche Gespräch bleibt unverändert.\"],\"add.tag.filter.modal.info\":[\"Dies filtert die Unterhaltungsliste, um Unterhaltungen mit diesem Tag anzuzeigen.\"],\"participant.concrete.regenerating.artefact.description\":[\"Wir erstellen dein Artefakt neu. Das kann einen Moment dauern.\"],\"participant.concrete.loading.artefact.description\":[\"Wir laden dein Artefakt. Das kann einen Moment dauern.\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Dieser Arbeitsbereich hat seine Aufnahmestunden verbraucht. Upgrade, um Sprache weiter zu nutzen.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Daumen runter\"],\"Nuw8ty\":[\"Daumen hoch\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Uhrzeit\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Zeitstempel\"],\"XSqo4Y\":[\"Zeitstempel und Dauer\"],\"rm2Cxd\":[\"Tipp\"],\"fEocaE\":[\"Tipp: Verwenden Sie den Play-Button (▶), um einen Test-Payload an Ihren Webhook zu senden und zu überprüfen, ob er korrekt funktioniert.\"],\"Zb3ANR\":[\"Tipp: Sie können auch eine Vorlage aus jeder gesendeten Chat-Nachricht erstellen oder eine bestehende Vorlage duplizieren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch generiert\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Um uns zu helfen, darauf zu reagieren, versuchen Sie anzugeben, wo es passiert ist und was Sie versucht haben zu tun. Bei Fehlern, sagen Sie uns, was schiefgelaufen ist. Bei Ideen, sagen Sie uns, welches Bedürfnis es für Sie lösen würde.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Zu groß\"],\"yIsdT7\":[\"Zu lang\"],\"qgwLj6\":[\"Zu lang oder unklar\"],\"lcsUaI\":[\"Zu viele Meldungen. Warten Sie ein paar Minuten und versuchen Sie es erneut\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Thema erfolgreich erstellt\"],\"Sawj4V\":[\"Thema erfolgreich gelöscht\"],\"xcp3ny\":[\"Themenbezeichnung\"],\"vQoAht\":[\"Thema erfolgreich aktualisiert\"],\"th8cMZ\":[\"Thematischer Titel, der beschreibt, was besprochen wurde\"],\"sFMBP5\":[\"Themen\"],\"ONchxy\":[\"gesamt\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribieren...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transkript\"],\"hfpzKV\":[\"Transkript in die Zwischenablage kopiert\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformieren Sie diesen Inhalt in Einblicke, die wirklich zählen. Bitte:\\nExtrahieren Sie die wichtigsten Ideen, die Standarddenken herausfordern\\nSchreiben Sie wie jemand, der Nuance versteht, nicht wie ein Lehrplan\\nFokussieren Sie sich auf nicht offensichtliche Implikationen\\nHalten Sie es scharf und substanziell\\nHervorheben Sie wirklich bedeutende Muster\\nStrukturieren Sie für Klarheit und Wirkung\\nHalten Sie die Tiefe mit der Zugänglichkeit im Gleichgewicht\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"uK9JLu\":[\"Transformieren Sie diese Diskussion in handlungsfähige Intelligenz. Bitte:\\nErfassen Sie die strategischen Implikationen, nicht nur die Punkte\\nStrukturieren Sie es wie eine Analyse eines Denkers, nicht Minuten\\nHervorheben Sie Entscheidungspunkte, die Standarddenken herausfordern\\nHalten Sie das Signal-Rausch-Verhältnis hoch\\nFokussieren Sie sich auf Einblicke, die tatsächlich Veränderung bewirken\\nOrganisieren Sie für Klarheit und zukünftige Referenz\\nHalten Sie die Taktik mit der Strategie im Gleichgewicht\\n\\nHinweis: Wenn die Diskussion wenig wichtige Entscheidungspunkte oder Einblicke enthält, markieren Sie sie für eine tiefere Untersuchung beim nächsten Mal.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Automatisierte Workflows in Tools wie Zapier, Make oder n8n auslösen\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Frag mal\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Versuchen Sie, etwas näher an Ihren Mikrofon zu sein, um bessere Audio-Qualität zu erhalten.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Ausschalten\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonymisierung ausschalten?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Das Deaktivieren der Anonymisierung während laufender Aufnahmen kann unbeabsichtigte Folgen haben. Aktive Gespräche werden auch während der Aufnahme betroffen. Bitte verwenden Sie dies mit Vorsicht.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Zwei-Faktor-Authentifizierung\"],\"NwChk2\":[\"Zwei-Faktor-Authentifizierung deaktiviert\"],\"qwpE/S\":[\"Zwei-Faktor-Authentifizierung aktiviert\"],\"+zy2Nq\":[\"Typ\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Nachricht eingeben oder / für Vorlagen drücken...\"],\"EvmL3X\":[\"Geben Sie hier Ihre Antwort ein\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"MksxNf\":[\"Audit-Protokolle konnten nicht geladen werden.\"],\"participant.outcome.error.title\":[\"Ergebnis kann nicht geladen werden\"],\"59QK2U\":[\"Das generierte Ergebnis konnte nicht geladen werden. Bitte versuchen Sie es erneut.\"],\"nGxDbq\":[\"Dieser Teil kann nicht verarbeitet werden\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Rückgängig\"],\"Ef7StM\":[\"Unbekannt\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unbekannter Grund\"],\"nWMRxa\":[\"Loslösen\"],\"vSdeRU\":[\"Löse zuerst ein Projekt (max. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Löse zuerst ein Projekt (max. 3)\"],\"dx+iaL\":[\"Projekt lösen\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Ungespeicherte Änderungen\"],\"SMaFdc\":[\"Abmelden\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Unbenanntes Gespräch\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Unbenannter Bericht\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Höchstens \",[\"MAX_FILES\"],\" Bilder\"],\"lLehih\":[\"Bis zu \",[\"MAX_MESSAGE_CHARS\"],\" Zeichen\"],\"EkH9pt\":[\"Aktualisieren\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Hochladen\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar hochladen\"],\"kV3A2a\":[\"Hochladen abgeschlossen\"],\"4Fr6DA\":[\"Gespräche hochladen\"],\"pZq3aX\":[\"Hochladen fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"HAKBY9\":[\"Dateien hochladen\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Audio-Dateien werden hochgeladen...\"],\"participant.modal.uploading\":[\"Audio wird hochgeladen...\"],\"participant.modal.interruption.uploading\":[\"Audio wird hochgeladen...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL ist erforderlich\"],\"3VnYUR\":[\"URL muss mit http:// oder https:// beginnen\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Übernommenen Standard verwenden\"],\"ngdRFH\":[\"Verwenden Sie Shift + Enter, um eine neue Zeile hinzuzufügen\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Benutzername\"],\"1Nt3Kg\":[\"Standard-dembrane-Logo verwendet\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Webhooks verwenden? Wir würden gerne von Ihnen hören\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Erinnerung zur Verifizierung\"],\"participant.banner.verification_required\":[\"Verifizierung erforderlich\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verifiziert\"],\"select.all.modal.loading.verified\":[\"Verifiziert\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verifiziert\"],\"Iv1iWN\":[\"verifizierte Artefakte\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verifizieren\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verifizieren\"],\"participant.echo.verify\":[\"Verifizieren\"],\"4LFZoj\":[\"Code verifizieren\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Themen\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Ansicht\"],\"SZw9tS\":[\"Details anzeigen\"],\"95YFbG\":[\"Beispiel-Payload anzeigen\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ihre Antworten anzeigen\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Warten auf den Abschluss der Gespräche, bevor ein Bericht erstellt wird.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Möchten Sie ein Event mit dembrane durchführen?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Wir bringen das Tool und die Crew mit, vom Intake-Gespräch bis zum Bericht. Bewährt bei über 1000 Events.\"],\"participant.alert.microphone.access.issue\":[\"Wir können Sie nicht hören. Bitte versuchen Sie, Ihr Mikrofon zu ändern oder ein wenig näher an das Gerät zu kommen.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht deaktivieren. Versuchen Sie es erneut mit einem neuen Code.\"],\"sM2pBB\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht aktivieren. Überprüfen Sie Ihren Code und versuchen Sie es erneut.\"],\"mW8QSA\":[\"Wir konnten die gesuchte Seite nicht finden. Möglicherweise wurde sie verschoben.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Wir benötigen etwas mehr Kontext, um Ihnen zu helfen, ECHO effektiv zu nutzen. Bitte setzen Sie die Aufzeichnung fort, damit wir bessere Vorschläge machen können.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen?\"],\"8RY8RU\":[\"Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen? Der Kalender ist gleich hier.\"],\"dni8nq\":[\"Wir werden Ihnen nur eine Nachricht senden, wenn Ihr Gastgeber einen Bericht erstellt. Wir geben Ihre Daten niemals an Dritte weiter. Sie können sich jederzeit abmelden.\"],\"FXjsEJ\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie <0>Problem melden, um ihn mit Screenshots zu senden.\"],\"XolQc4\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie Problem melden in der Seitenleiste, um ihn mit Screenshots zu senden.\"],\"participant.test.microphone.description\":[\"Wir testen Ihr Mikrofon, um sicherzustellen, dass jeder in der Sitzung die beste Erfahrung hat.\"],\"+eLc52\":[\"Wir hören einige Stille. Versuchen Sie, lauter zu sprechen, damit Ihre Stimme deutlich klingt.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks sind automatisierte Nachrichten, die von einer App zu einer anderen gesendet werden, wenn etwas passiert. Denken Sie daran, sie als eine \\\"Benachrichtigungssystem\\\" für Ihre anderen Tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Willkommen\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Willkommen bei dembrane!\"],\"u4aLOz\":[\"Willkommen im Übersichtmodus! Ich hab Zusammenfassungen von all deinen Gesprächen geladen. Frag mich nach Mustern, Themen und Insights in deinen Daten. Für genaue Zitate start eine neue Chat im Modus „Genauer Kontext“.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Willkommen!\"],\"RL57XM\":[\"Was sind Webhooks? (2 min Lesezeit)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Welche Daten werden gesendet?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Was möchten Sie verifizieren?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Was ist passiert? Fügen Sie hier einen Screenshot ein, um ihn anzuhängen\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Was soll ECHO aus den Gesprächen analysieren oder generieren?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Was lief schief?\"],\"qGrqH9\":[\"Was waren die Schlüsselmomente in diesem Gespräch?\"],\"FXZcgH\":[\"Was willst du dir anschauen?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wenn ein Teilnehmer das Portal öffnet, seine Details eingibt und ein Gespräch beginnt\"],\"myUTw1\":[\"Wenn ein Bericht für das Projekt erstellt wurde\"],\"7t3vo1\":[\"Wenn alle Audio in Text umgewandelt wurde und der vollständige Transkript verfügbar ist\"],\"N0GETg\":[\"Wenn werden Webhooks ausgelöst?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Wenn aktiviert, werden alle neuen Transkripte persönliche Informationen (Namen, E-Mails, Telefonnummern, Adressen) durch Platzhalter ersetzt. Anonymisierte Unterhaltungen deaktivieren auch die Audio-Wiedergabe, den Audio-Download und die Hertranskription, um die Privatsphäre der Teilnehmer zu schützen. Dies kann für bereits verarbeitete Gespräche nicht rückgängig gemacht werden.\"],\"MEmr1I\":[\"Wenn das Gespräch abgeschlossen wird, werden Teilnehmer, die noch nicht verifiziert haben, aufgefordert, zu verifizieren oder zu überspringen\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Wann soll der Bericht erstellt werden?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Wenn die Zusammenfassung bereit ist (beinhaltet Transkript und Zusammenfassung)\"],\"Uf3BzE\":[\"Wie können wir Sie erreichen?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"wird in Ihrem Bericht enthalten sein\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Projekt\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace-Standard\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace-Einstellungen\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Möchten Sie dieses Tag zu Ihren aktuellen Filtern hinzufügen?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Falsche Sprache oder Tonfall\"],\"MNTYHt\":[\"Falsche Quellen\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Sie\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Sie sind bereits abgemeldet oder Ihre Verknüpfung ist ungültig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern, nachdem du deine Rechnungsdaten hinzugefügt hast.\"],\"uGP87g\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern.\"],\"WS92Fk\":[\"Du kannst die Seite verlassen und später zurückkommen. Dein Bericht wird im Hintergrund weiter erstellt.\"],\"E71LBI\":[\"Sie können nur bis zu \",[\"MAX_FILES\"],\" Dateien gleichzeitig hochladen. Nur die ersten \",[\"0\"],\" Dateien werden hinzugefügt.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Sie können es unten erneut versuchen.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Sie haben bereits <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zu diesem Chat hinzugefügt.\"],\"7W35AW\":[\"Sie haben bereits alle damit verbundenen Unterhaltungen hinzugefügt\"],\"participant.modal.change.mic.confirmation.text\":[\"Sie haben Ihr Mikrofon geändert. Bitte klicken Sie auf \\\"Weiter\\\", um mit der Sitzung fortzufahren.\"],\"T/Q7jW\":[\"Sie haben sich erfolgreich abgemeldet.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Sie haben noch keine Ergebnisse verifiziert. Möchten Sie vor dem Abschluss verifizieren?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Sie können auch wählen, ein weiteres Gespräch aufzunehmen.\"],\"yCtSKg\":[\"Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich registriert haben. Wenn Sie auf Probleme stoßen, wenden Sie sich bitte an den Support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Sie erhalten bald \",[\"objectLabel\"],\" zur Verifizierung.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"sie@beispiel.de\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Ihre Genehmigung hilft uns zu verstehen, was Sie wirklich denken!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Ihre E-Mail-Adresse\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ihr Feedback und diese Antwort gehen an das dembrane-Team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Ihre Eingaben werden automatisch gespeichert.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Die Erstellung deines neuesten Berichts wurde abgebrochen. Dein letzter abgeschlossener Bericht wird angezeigt.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Ihr Name\"],\"VSneAo\":[\"Ihr Name, Ihre E-Mail-Adresse und die aktuelle Seite werden mitgesendet, damit wir nachfragen können.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen.\"],\"wurHZF\":[\"Ihre Antworten\"],\"B8Q/i2\":[\"Ihre Ansicht wurde erstellt. Bitte warten Sie, während wir die Daten verarbeiten und analysieren.\"],\"library.views.title\":[\"Ihre Ansichten\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index 82f89c043..5d9f410cc 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -66,7 +66,7 @@ msgstr " · failed" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Submit" @@ -261,7 +261,7 @@ msgstr "{0, plural, one {Using # conversation:} other {Using # conversations:}}" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "{from} → {to}" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "{host} will read your answers before the call and brings a draft offer." @@ -792,8 +792,8 @@ msgstr "A project holds everything for one topic. Share its link with participan msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "A rough number or \"not sure\". Either is useful." @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "Activity" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1029,7 +1029,7 @@ msgstr "Add a note" msgid "Add a project goal before saving." msgstr "Add a project goal before saving." -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "add a workspace" @@ -1070,7 +1070,7 @@ msgstr "Add goal text before applying." msgid "Add images" msgstr "Add images" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Add key terms or proper nouns to improve transcript quality and accuracy." @@ -1119,7 +1119,7 @@ msgstr "Add to this chat" msgid "Add to workspaces" msgstr "Add to workspaces" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Add Topic" @@ -1140,7 +1140,7 @@ msgstr "Add Webhook" msgid "Add Your First Webhook" msgstr "Add Your First Webhook" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "add your logo" @@ -1154,7 +1154,7 @@ msgstr "Added" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "Added emails" @@ -1255,11 +1255,11 @@ msgstr "Admins can reach every workspace in this organisation. Members and exter msgid "Advanced" msgstr "Advanced" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Advanced (Tips and best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Advanced Settings" @@ -1501,7 +1501,7 @@ msgstr "Anonymise transcripts" msgid "Anonymize transcript" msgstr "Anonymize transcript" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Anonymize Transcripts" @@ -1640,7 +1640,7 @@ msgstr "Are you sure you want to delete this chat? This action cannot be undone. msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Are you sure you want to delete this conversation? This action cannot be undone." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Are you sure you want to delete this custom topic? This cannot be undone." @@ -1714,12 +1714,12 @@ msgstr "Ask about these" msgid "Ask about your conversations..." msgstr "Ask about your conversations..." -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "Ask for Email?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Ask for Name?" @@ -1728,8 +1728,8 @@ msgstr "Ask for Name?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "Ask in chat when you want a live view of the conversations. The first canvas will stay here." -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "ask more in chat" @@ -1777,7 +1777,7 @@ msgstr "Assistant memory" msgid "At least 8 characters" msgstr "At least 8 characters" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "At least one topic must be selected to enable Verify" @@ -1843,11 +1843,11 @@ msgstr "Audit logs exported to JSON" msgid "Authenticator code" msgstr "Authenticator code" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Auto-generate titles" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Auto-generate Titles" @@ -1859,7 +1859,7 @@ msgstr "Auto-generated or enter manually" msgid "Automatic titles and draft tags" msgstr "Automatic titles and draft tags" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." @@ -1898,7 +1898,7 @@ msgstr "Away" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "Back to dembrane" @@ -1951,11 +1951,11 @@ msgstr "Back to your workspaces" msgid "Base" msgstr "Base" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Basic (Essential tutorial slides)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Basic Settings" @@ -1973,8 +1973,8 @@ msgstr "Before you connect an agent" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1985,12 +1985,12 @@ msgid "Beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Beta" @@ -2060,7 +2060,11 @@ msgstr "Book a call with us" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "Book a certified training to keep using dembrane in high-risk settings." -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Book a discovery call" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Brainstorm Ideas" @@ -2111,7 +2115,7 @@ msgstr "can edit" msgid "can read" msgstr "can read" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "Can you tell us more?" @@ -2555,6 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2744,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3174,7 +3179,7 @@ msgstr "Create an account" msgid "Create an account to join" msgstr "Create an account to join" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "create another report" @@ -3297,7 +3302,7 @@ msgid "Current rate" msgstr "Current rate" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Custom" @@ -3309,7 +3314,7 @@ msgstr "Custom Filename" msgid "Custom Logo" msgstr "Custom Logo" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Custom title prompt" @@ -3321,7 +3326,7 @@ msgstr "Custom workspace logo shown to participants." msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "Czech (only ECHO features, Transcription and Summaries)" @@ -3394,12 +3399,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Default" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Default - No tutorial (Only privacy statements)" @@ -3410,7 +3415,7 @@ msgstr "Delegate multi-step analysis with live tool execution" #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3447,7 +3452,7 @@ msgstr "Delete conversation" msgid "Delete Conversation" msgstr "Delete Conversation" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Delete custom topic" @@ -3537,6 +3542,11 @@ msgstr "dembrane can make mistakes. Please double-check responses." msgid "dembrane default" msgstr "dembrane default" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "dembrane event invitation" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3703,7 +3713,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3734,6 +3744,10 @@ msgstr "Does not update on its own. Updated {updatedAgo}." msgid "Done" msgstr "Done" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Done, reach out to me" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "Downgrade to Free now" @@ -3814,7 +3828,7 @@ msgstr "Duplicate" msgid "Duration" msgstr "Duration" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Dutch" @@ -3827,7 +3841,7 @@ msgstr "E-invoice" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" @@ -3959,7 +3973,7 @@ msgstr "Email verification" msgid "Email verification | dembrane" msgstr "Email verification | dembrane" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@work.com" @@ -3996,7 +4010,7 @@ msgstr "Enable" msgid "Enable 2FA" msgstr "Enable 2FA" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Enable Explore" @@ -4004,20 +4018,20 @@ msgstr "Enable Explore" msgid "Enable participation" msgstr "Enable participation" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Enable Report Notifications" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Enable this feature to allow participants to verify and approve \"outcomes\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Enable transcript anonymization" @@ -4025,7 +4039,7 @@ msgstr "Enable transcript anonymization" msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Enable Verify" @@ -4043,12 +4057,12 @@ msgstr "Ended" msgid "Ends on {endDate}, then moves to Free" msgstr "Ends on {endDate}, then moves to Free" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "English" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Enter a key term or proper noun" @@ -4129,8 +4143,8 @@ msgstr "Error creating report" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Error loading project" @@ -4189,6 +4203,10 @@ msgstr "Every call an agent made in this organisation, newest first." msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Every insight traceable. The report links each finding back to what was actually said." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "Every member's connection that names this organisation." @@ -4257,7 +4275,7 @@ msgstr "Expires" msgid "Expiring soon" msgstr "Expiring soon" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explore" @@ -4637,6 +4655,10 @@ msgstr "Finishing" msgid "First name" msgstr "First name" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4736,7 +4758,7 @@ msgstr "Free plan allows 1 workspace per organisation" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "French" @@ -4820,7 +4842,7 @@ msgstr "Generating the summary. Please wait..." msgid "Generating your report..." msgstr "Generating your report..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "German" @@ -4833,6 +4855,10 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Get in touch" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4943,6 +4969,14 @@ msgstr "Goal saved" msgid "Good response" msgstr "Good response" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Got two minutes? Five optional questions help us prepare." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "Grant licenses" @@ -4951,7 +4985,7 @@ msgstr "Grant licenses" msgid "Group by" msgstr "Group by" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." @@ -4974,7 +5008,7 @@ msgstr "Has verified artifacts" msgid "Have you completed a training?" msgstr "Have you completed a training?" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "have your recordings transcribed" @@ -5040,6 +5074,14 @@ msgstr "Hide steps" msgid "Hide the changes" msgstr "Hide the changes" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "hide the dembrane event invitation" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Hiding the dembrane event invitation comes with a paid plan." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Highlight specific Concept" @@ -5060,7 +5102,7 @@ msgstr "Host" msgid "host guide" msgstr "host guide" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5461,7 +5503,7 @@ msgstr "It sounds like more than one person is speaking. Taking turns will help msgid "It will send you back to {0}." msgstr "It will send you back to {0}." -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italian (only ECHO features, Transcription and Summaries)" @@ -5548,7 +5590,7 @@ msgstr "Joined as admin" msgid "Joined the conversation" msgstr "Joined the conversation" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "Jump to" @@ -5654,7 +5696,7 @@ msgstr "Kickback %" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Language" @@ -5700,7 +5742,7 @@ msgstr "Last used" msgid "Latest" msgstr "Latest" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "Latest report" @@ -5731,6 +5773,14 @@ msgstr "Leave now" msgid "Leave workspace" msgstr "Leave workspace" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Leave your email and we will get in touch within a day about running an event with dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Leave your email so we can get in touch with you." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "Left" @@ -5752,7 +5802,7 @@ msgstr "Legal basis saved" msgid "Legal entity name" msgstr "Legal entity name" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "Let's go!" @@ -5864,7 +5914,7 @@ msgstr "Live · reading now…" msgid "Live · the last read is late" msgstr "Live · the last read is late" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "Live & recent" @@ -5893,7 +5943,7 @@ msgstr "Live participant flow" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Live Preview" @@ -5991,7 +6041,7 @@ msgstr "Loading this chat..." msgid "Loading transcript..." msgstr "Loading transcript..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Loading verify topics…" @@ -6092,7 +6142,7 @@ msgstr "loop" msgid "Low battery" msgstr "Low battery" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "make a workspace private" @@ -6335,7 +6385,7 @@ msgstr "Missed the question" msgid "mo" msgstr "mo" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6610,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6635,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "Next invoice" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "Next: pick a time" @@ -6669,6 +6719,10 @@ msgstr "No agent calls yet." msgid "No agents connected yet." msgstr "No agents connected yet." +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "No app, no hardware. Participants scan a QR code and their phones become the portal." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "No audit logs match the current filters." @@ -6917,7 +6971,7 @@ msgstr "No results" msgid "No selectable conversations" msgstr "No selectable conversations" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "No summary yet" @@ -6966,7 +7020,7 @@ msgstr "No valid audio files were selected. Please select audio files only (MP3, msgid "No verification topics are configured for this project." msgstr "No verification topics are configured for this project." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "No verify topics available." @@ -7026,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "Not enabled by an admin of {0}" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7121,7 +7175,7 @@ msgstr "Nothing saved yet. The assistant adds notes here as people chat." msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "Nothing saved yet. The assistant adds notes here as you chat." -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Notify participants when a report is published." @@ -7233,7 +7287,7 @@ msgstr "One uppercase letter" msgid "One-off" msgstr "One-off" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "Ongoing" @@ -7310,7 +7364,7 @@ msgstr "Open {label}" msgid "Open account actions" msgstr "Open account actions" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "Open all" @@ -7422,14 +7476,24 @@ msgstr "Optional" msgid "Optional (falls back to English)" msgstr "Optional (falls back to English)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Optional field on the start page" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Optional field on the thank you page" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Optional question {0} of {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Optional question {0} of {1}. Skip anything." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "Optional. What this workspace is for." @@ -7593,7 +7657,7 @@ msgstr "Ownership is locked. Contact support to transfer." msgid "Owning organisation" msgstr "Owning organisation" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Page Content" @@ -7602,7 +7666,7 @@ msgstr "Page Content" msgid "Page not found" msgstr "Page not found" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Page Title" @@ -7630,7 +7694,7 @@ msgstr "Participant Email" msgid "Participant Emails" msgstr "Participant Emails" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Participant Features" @@ -7842,11 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Pick a date" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "Pick a time" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Pick a time now" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "Pick a time with {host}." @@ -7940,7 +8008,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8011,7 +8079,7 @@ msgstr "Popcorn shows a room its own words while it is still talking: live slide msgid "Popular" msgstr "Popular" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Portal Content" @@ -8023,12 +8091,12 @@ msgstr "Portal description" msgid "portal editor" msgstr "portal editor" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "Portal editor" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Portal Editor" @@ -8065,7 +8133,7 @@ msgstr "Postal code" msgid "praise" msgstr "praise" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "Prefer talking? Press record and just say it." @@ -8141,7 +8209,7 @@ msgstr "Private project" msgid "Private workspace" msgstr "Private workspace" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "Private workspaces come with a paid plan." @@ -8391,6 +8459,10 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Reach out to me" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "Reactivate" @@ -8528,13 +8600,13 @@ msgstr "Reconnecting" msgid "participant.button.record" msgstr "Record" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "Record a voice message" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Record another conversation" @@ -8594,10 +8666,10 @@ msgid "Recurring Themes" msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "Reference {reference}" @@ -8605,7 +8677,7 @@ msgstr "Reference {reference}" msgid "References" msgstr "References" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8692,7 +8764,7 @@ msgstr "Reload Page" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Remind users to verify before finishing" @@ -8734,7 +8806,7 @@ msgstr "Remove {0} from this workspace? They'll lose access to all projects insi msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "Remove Email" @@ -8826,7 +8898,7 @@ msgstr "Reply guidance" msgid "Reply mode" msgstr "Reply mode" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Reply Prompt" @@ -8834,7 +8906,7 @@ msgstr "Reply Prompt" msgid "report" msgstr "report" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8878,7 +8950,7 @@ msgstr "Report generation was cancelled. You can start a new report below." msgid "Report limit reached" msgstr "Report limit reached" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Report Notifications" @@ -8990,7 +9062,7 @@ msgstr "Requesting microphone access to detect available devices..." msgid "Required" msgstr "Required" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Requires \"Ask for Email?\" to be enabled" @@ -9047,6 +9119,10 @@ msgstr "Reset to default" msgid "Response feedback" msgstr "Response feedback" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Results before people leave. We run the analysis live and present it in the room." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9218,7 +9294,7 @@ msgstr "Role updated" msgid "Rough estimate to finish transcribing the backlog" msgstr "Rough estimate to finish transcribing the backlog" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "Roughly how many?" @@ -9230,6 +9306,10 @@ msgstr "Rows per page" msgid "Run" msgstr "Run" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Run an event with dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "Running" @@ -9532,7 +9612,7 @@ msgstr "Secret" msgid "Secret copied" msgstr "Secret copied" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "see transcripts" @@ -9600,7 +9680,7 @@ msgstr "Select all visible ({remainingCount})" msgid "Select at least one event" msgstr "Select at least one event" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Select at least one other topic before deleting this one" @@ -9644,15 +9724,15 @@ msgstr "Select Project" msgid "Select tags" msgstr "Select tags" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Select the instructions that will be shown to participants when they start a conversation" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Select the type of feedback or engagement you want to encourage." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Select tutorial" @@ -9661,7 +9741,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Select up to 2 focus areas for your report" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Select which topics participants can use for \"Verify\"." @@ -9868,7 +9948,7 @@ msgstr "Share link" msgid "Share report" msgstr "Share report" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "Share the project, watch live activity, and jump into the main tools from one place." @@ -9881,7 +9961,7 @@ msgstr "Share with someone" msgid "Share with workspace" msgstr "Share with workspace" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Share your details here" @@ -9993,6 +10073,11 @@ msgstr "Show steps" msgid "Show the full text" msgstr "Show the full text" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Show the invitation" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10034,7 +10119,7 @@ msgstr "Six weekends across seven months" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10064,6 +10149,10 @@ msgstr "Skipped mic check" msgid "Slack community" msgstr "Slack community" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "So we can send you the details of the call." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "Some audio in this conversation could not be transcribed. Open it to see which parts failed." @@ -10183,11 +10272,11 @@ msgstr "Source {0}" msgid "Sources" msgstr "Sources" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Spanish" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Specific Context" @@ -10225,7 +10314,7 @@ msgstr "Standard access. Collaborates in the workspaces they're added to." msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "Start a chat" @@ -10305,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "Stays up to date until tomorrow {0}" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "Step {0} of {STEP_COUNT}" @@ -10314,7 +10403,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "Still stuck? Email <0>support@dembrane.com." #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10329,7 +10418,7 @@ msgstr "Stop" msgid "Stop live" msgstr "Stop live" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10470,6 +10559,10 @@ msgstr "Support access turned on" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Sure" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "Switch to self-serve" @@ -10484,6 +10577,10 @@ msgstr "Switch to self-serve billing" msgid "participant.link.switch.text" msgstr "Switch to text input" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Switching it off comes with a paid plan." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "System" @@ -10542,6 +10639,10 @@ msgstr "Take some time to create an outcome that makes your contribution concret msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "Tell the workspace admins what you need access for. This note is optional." +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Tell us about the event you have in mind." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10595,43 +10696,51 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Thank you for participating!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Thanks, we will be in touch within a day." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "That didn't send. Your answers are still here, so try again." -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "That didn't work out. We have saved your recording." +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "That does not look like an email address." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "That recording is too long to send. Record a shorter note." -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." @@ -10639,6 +10748,10 @@ msgstr "That requires a paid plan. We're going to ask you 5 more quick questions msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "That was too short to transcribe. Hold the recording a little longer." +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "That's all, thanks" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." @@ -10659,6 +10772,10 @@ msgstr "The assistant forgets it in every future chat." msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "The assistant suggests updating {headlineFields}. Waiting on you." +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10680,7 +10797,7 @@ msgstr "The conversation could not be loaded. Please try again or contact suppor msgid "participant.conversation.error.loading" msgstr "The conversation could not be loaded. Please try again or contact support." -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "the dembrane team" @@ -10692,16 +10809,16 @@ msgstr "The endpoint where we'll send the data. Get this from your receiving ser msgid "The following conversations were automatically added to the context" msgstr "The following conversations were automatically added to the context" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "The free plan covers one workspace." -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "The free plan includes one chat with three questions." -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "The free plan includes one report." @@ -10713,7 +10830,7 @@ msgstr "The goal guides reports, canvases, and assistant suggestions for this pr msgid "The host guide is what facilitators read before they run a session." msgstr "The host guide is what facilitators read before they run a session." -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" @@ -10741,7 +10858,7 @@ msgstr "The live popcorn deck and the canvases built for this project live here. msgid "The methodology is the way this project is set up and guided." msgstr "The methodology is the way this project is set up and guided." -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "The microphone is blocked in your browser, so recording is off. Typing works." @@ -10758,7 +10875,7 @@ msgstr "The organisation this invite was for has been deleted. There's nothing t msgid "The page this answer refers to." msgstr "The page this answer refers to." -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." @@ -10791,6 +10908,10 @@ msgstr "The summary is being generated. Please wait for it to be available." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "The summary is being regenerated. Please wait for it to be available." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "The thank you page ends on a card inviting participants to run their own event with dembrane." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "The transcript did not come back. Check your connection and try again." @@ -10925,7 +11046,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -10977,7 +11098,7 @@ msgstr "This invite link isn't valid for this account" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "This invite spans {0} billing contexts, each invoiced on its own:" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." @@ -11010,7 +11131,7 @@ msgstr "This is your project library. Create views to analyse your entire projec msgid "This isn't available to you" msgstr "This isn't available to you" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "This language will be used for the Participant's Portal." @@ -11052,11 +11173,11 @@ msgstr "This organisation no longer exists" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "This page is shown after the participant has completed the conversation." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "This page is shown to participants when they start a conversation after they successfully complete the tutorial." @@ -11094,7 +11215,7 @@ msgstr "This project is visible to everyone in the workspace." msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "This project will follow the inherited setting instead: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." @@ -11152,7 +11273,7 @@ msgstr "This returns the workspace to your organisation's shared billing and rem msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "This sets the language participants see in the portal, including the questions they are asked." -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "This title is shown to participants when they start a conversation" @@ -11461,7 +11582,7 @@ msgstr "transcript excerpt" msgid "Transcription error" msgstr "Transcription error" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "Transcripts come with a paid plan." @@ -11536,7 +11657,7 @@ msgstr "Trouble logging in? Contact support@dembrane.com." #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "Try again" @@ -11565,7 +11686,7 @@ msgid "Trying to join an existing organization?" msgstr "Trying to join an existing organization?" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Turn off" @@ -11573,7 +11694,7 @@ msgstr "Turn off" msgid "Turn off" msgstr "Turn off" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Turn off anonymization?" @@ -11595,7 +11716,7 @@ msgid "Turn on popcorn" msgstr "Turn on popcorn" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution." @@ -11643,7 +11764,7 @@ msgstr "Type your response here" msgid "Typing" msgstr "Typing" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ukrainian (only ECHO features, Transcription and Summaries)" @@ -11883,7 +12004,7 @@ msgstr "Upgrade your workspace to view this conversation" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "Upgrade your workspace to view transcripts for new conversations." -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11930,7 +12051,7 @@ msgstr "Upload limit reached. Upgrade your workspace." msgid "Upload logo" msgstr "Upload logo" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "upload recordings" @@ -11948,7 +12069,7 @@ msgstr "Uploading audio..." msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "Uploading recordings comes with a paid plan." @@ -12020,11 +12141,11 @@ msgstr "Use inherited default" msgid "Use Shift + Enter to add a new line" msgstr "Use Shift + Enter to add a new line" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "use webhooks" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "use your voice in chat" @@ -12115,7 +12236,7 @@ msgid "Verified artifacts" msgstr "Verified artifacts" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verify" @@ -12141,7 +12262,7 @@ msgstr "Verify code" msgid "Verify email" msgstr "Verify email" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Verify Topics" @@ -12236,10 +12357,18 @@ msgstr "Waiting for the first conversation with a transcript." msgid "Walks you through setup and suggests next steps." msgstr "Walks you through setup and suggests next steps." +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Want to run an event with dembrane?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "Watch live recordings, transcription progress, and errors across this project as they happen." +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12318,7 +12447,15 @@ msgstr "We set up the project, stand beside you on the day, and help write the r msgid "We still couldn't charge your method. Update it and try again." msgstr "We still couldn't charge your method. Update it and try again." -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "We will be in touch within a day. Prefer to pick a time yourself?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "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." @@ -12378,7 +12515,7 @@ msgstr "Webhooks are automated messages sent from one app to another when someth msgid "Webhooks are not enabled for this environment." msgstr "Webhooks are not enabled for this environment." -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "Webhooks come with a paid plan." @@ -12454,7 +12591,7 @@ msgstr "What gets sent" msgid "What happened? Paste a screenshot here to attach it" msgstr "What happened? Paste a screenshot here to attach it" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "What is it?" @@ -12522,11 +12659,11 @@ msgstr "When are webhooks triggered?" msgid "When do you need dembrane?" msgstr "When do you need dembrane?" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" @@ -12551,6 +12688,10 @@ msgstr "When someone scans the QR code, that is one conversation. If 50 people s msgid "When the summary is ready (includes both transcript and summary)" msgstr "When the summary is ready (includes both transcript and summary)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Where can we reach you?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "Where would you like to go?" @@ -12768,7 +12909,7 @@ msgstr "You are not a member of any organisation, so there is nothing to connect msgid "You are not in an organisation yet." msgstr "You are not in an organisation yet." -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "You are on the free plan." @@ -12899,7 +13040,7 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "You left the workspace" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "You may also choose to record another conversation." @@ -12919,7 +13060,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "You stopped this run." -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "You were trying to {action}." @@ -13039,6 +13180,10 @@ msgstr "You've reached your transcript limit" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "you@example.org" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "Your access" @@ -13062,11 +13207,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "Your browser is blocking the microphone. Allow access, then try again." -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "Your call is booked: {bookedTime}." -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "Your call is booked." @@ -13083,6 +13228,10 @@ msgstr "Your details" msgid "Your draft won't be saved." msgstr "Your draft won't be saved." +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Your email" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "Your email is already verified" @@ -13104,7 +13253,7 @@ msgstr "Your feedback and this response go to the dembrane team." msgid "Your free plan includes one report. Upgrade to create more." msgstr "Your free plan includes one report. Upgrade to create more." -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "Your free transcription hour is used up." @@ -13158,7 +13307,7 @@ msgstr "Your organisation or company" msgid "Your organisations" msgstr "Your organisations" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "Your own logo comes with a paid plan." @@ -13207,15 +13356,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "Your plan won't renew. You keep access until the period ends." #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "Your recording, {0}" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "Your request is in." -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Your response has been recorded. You may now close this tab." diff --git a/echo/frontend/src/locales/en-US.ts b/echo/frontend/src/locales/en-US.ts index ff879614c..cccb41b6a 100644 --- a/echo/frontend/src/locales/en-US.ts +++ b/echo/frontend/src/locales/en-US.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"A privacy policy link is required for consent-based processing. It must start with http:// or https:// and be at most 255 characters.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Account default\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Add images\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancel override\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Check the text and images, then try again\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Consent-based processing is active without a privacy policy link. Add one where the legal basis is set: participants must be able to read the privacy policy.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Could not send the report. Try again\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describe the issue\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determines under which GDPR legal basis personal data is processed for this project.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"If what you've spotted involves data visible to the wrong people, someone having access they shouldn't, or a possible security vulnerability, please use our <0>security reporting form instead. It reaches a different team on a faster track. For anything urgent, email <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Images must be under \",[\"MAX_FILE_MB\"],\"MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Legal basis\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Legal basis saved\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link to the privacy policy shown to participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"No default set (client-managed applies)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Only images can be attached\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Only workspace admins can change the legal basis.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Overridden for this project\"],\"AR/qbs\":[\"Override for this project\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"Privacy Policy URL\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Remove override\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Report sent. Thank you\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Send report\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"System default\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"This is set to consent-based processing without a privacy policy link. Add one to keep this setting valid: participants must be able to read the privacy policy.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"This project will follow the inherited setting instead: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Too many reports. Wait a few minutes and try again\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Up to \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Up to \",[\"MAX_MESSAGE_CHARS\"],\" characters\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Use inherited default\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"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.\"],\"FXjsEJ\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use <0>Report an issue to send it with screenshots.\"],\"XolQc4\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use Report an issue in the sidebar to send it with screenshots.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"What happened? Paste a screenshot here to attach it\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace default\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace settings\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Your name, email and current page are included so we can follow up.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"A privacy policy link is required for consent-based processing. It must start with http:// or https:// and be at most 255 characters.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Account default\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Add images\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Book a discovery call\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancel override\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Check the text and images, then try again\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Consent-based processing is active without a privacy policy link. Add one where the legal basis is set: participants must be able to read the privacy policy.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Could not send the report. Try again\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane event invitation\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describe the issue\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determines under which GDPR legal basis personal data is processed for this project.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Done, reach out to me\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Every insight traceable. The report links each finding back to what was actually said.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Get in touch\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"hjZBYK\":[\"Got two minutes? Five optional questions help us prepare.\"],\"5sIEgO\":[\"Got two minutes? Five quick questions help us come prepared, and you can skip any of them.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"hide the dembrane event invitation\"],\"V3NvRL\":[\"Hiding the dembrane event invitation comes with a paid plan.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"If what you've spotted involves data visible to the wrong people, someone having access they shouldn't, or a possible security vulnerability, please use our <0>security reporting form instead. It reaches a different team on a faster track. For anything urgent, email <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Images must be under \",[\"MAX_FILE_MB\"],\"MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Leave your email and we will get in touch within a day about running an event with dembrane.\"],\"J8VWes\":[\"Leave your email so we can get in touch with you.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Legal basis\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Legal basis saved\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link to the privacy policy shown to participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"No app, no hardware. Participants scan a QR code and their phones become the portal.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"No default set (client-managed applies)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Only images can be attached\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Only workspace admins can change the legal basis.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Optional question \",[\"0\"],\" of \",[\"1\"]],\"S2LyUK\":[\"Optional question \",[\"0\"],\" of \",[\"1\"],\". Skip anything.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Overridden for this project\"],\"AR/qbs\":[\"Override for this project\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Pick a time now\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"Privacy Policy URL\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Reach out to me\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Remove override\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Report sent. Thank you\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"Sa5FCh\":[\"Results before people leave. We run the analysis live and present it in the room.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Run an event with dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Send report\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Show the invitation\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"So we can send you the details of the call.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Sure\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Switching it off comes with a paid plan.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"System default\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Tell us about the event you have in mind.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Thanks, we will be in touch within a day.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"That does not look like an email address.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"That's all, thanks\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"The thank you page ends on a card inviting participants to run their own event with dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"This is set to consent-based processing without a privacy policy link. Add one to keep this setting valid: participants must be able to read the privacy policy.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"This project will follow the inherited setting instead: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Too many reports. Wait a few minutes and try again\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Up to \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Up to \",[\"MAX_MESSAGE_CHARS\"],\" characters\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Use inherited default\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Want to run an event with dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"We will be in touch within a day. Prefer to pick a time yourself?\"],\"8RY8RU\":[\"We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here.\"],\"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.\"],\"FXjsEJ\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use <0>Report an issue to send it with screenshots.\"],\"XolQc4\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use Report an issue in the sidebar to send it with screenshots.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"What happened? Paste a screenshot here to attach it\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Where can we reach you?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace default\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace settings\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"you@example.org\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Your email\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Your name, email and current page are included so we can follow up.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index e13804171..56b88b2d9 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "La biblioteca tardará {duration}" -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr "Enviar" @@ -262,7 +262,7 @@ msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Actualmente, # conversación e msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -793,8 +793,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Ya se está generando un informe para este proyecto. Espera a que se complete." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -988,7 +988,7 @@ msgstr "Filtros activos" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1030,7 +1030,7 @@ msgstr "" msgid "Add a project goal before saving." msgstr "" -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "" @@ -1071,7 +1071,7 @@ msgstr "" msgid "Add images" msgstr "Añadir imágenes" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción." @@ -1120,7 +1120,7 @@ msgstr "Añadir a este chat" msgid "Add to workspaces" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Añadir Tema" @@ -1141,7 +1141,7 @@ msgstr "Añadir Webhook" msgid "Add Your First Webhook" msgstr "Añadir tu primer Webhook" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "" @@ -1155,7 +1155,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Añadidas" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "E-mails añadidos" @@ -1256,11 +1256,11 @@ msgstr "" msgid "Advanced" msgstr "Avanzado" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Avanzado (Consejos y best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Configuración Avanzada" @@ -1502,7 +1502,7 @@ msgstr "" msgid "Anonymize transcript" msgstr "Anonimizar transcripción" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Anonimizar transcripciones" @@ -1641,7 +1641,7 @@ msgstr "¿Está seguro de que desea eliminar este chat? Esta acción no se puede msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "¿Estás seguro de que quieres eliminar este tema personalizado? Esta acción no se puede deshacer." @@ -1715,12 +1715,12 @@ msgstr "" msgid "Ask about your conversations..." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "¿Preguntar por el email?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "¿Preguntar por el nombre?" @@ -1729,8 +1729,8 @@ msgstr "¿Preguntar por el nombre?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "" -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "" @@ -1778,7 +1778,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "Tienes que seleccionar al menos un tema para activar Verificar" @@ -1844,11 +1844,11 @@ msgstr "Registros de auditoría exportados a JSON" msgid "Authenticator code" msgstr "Código de autenticación" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Generar títulos automáticamente" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Generar títulos automáticamente" @@ -1860,7 +1860,7 @@ msgstr "Generado automáticamente o introducido manualmente" msgid "Automatic titles and draft tags" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Generar automáticamente un título corto basado en temas para cada conversación después de la resumen. El título describe lo que se discutió, no quién participó. El nombre original del participante se conserva por separado, si lo proporcionaron." @@ -1899,7 +1899,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Atrás" @@ -1914,7 +1914,7 @@ msgstr "Volver" msgid "participant.button.back" msgstr "Volver" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "" @@ -1952,11 +1952,11 @@ msgstr "" msgid "Base" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Básico (Diapositivas esenciales del tutorial)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Configuración Básica" @@ -1974,8 +1974,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1986,12 +1986,12 @@ msgid "Beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Beta" @@ -2061,7 +2061,11 @@ msgstr "Reserve una llamada con nosotros" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Reservar una llamada de descubrimiento" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Ideas de brainstorming" @@ -2112,7 +2116,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "" @@ -2556,6 +2560,7 @@ msgid "Clone Project" msgstr "Clonar proyecto" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2745,7 +2750,7 @@ msgstr "Sugerencias contextuales" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3175,7 +3180,7 @@ msgstr "" msgid "Create an account to join" msgstr "" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "" @@ -3298,7 +3303,7 @@ msgid "Current rate" msgstr "" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Personalizado" @@ -3310,7 +3315,7 @@ msgstr "Nombre de archivo personalizado" msgid "Custom Logo" msgstr "Logo personalizado" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Prompt de título personalizado" @@ -3322,7 +3327,7 @@ msgstr "" msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "" @@ -3395,12 +3400,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Predeterminado" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Predeterminado - Sin tutorial (Solo declaraciones de privacidad)" @@ -3411,7 +3416,7 @@ msgstr "Delegación de análisis multi-paso con ejecución de herramientas en vi #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3448,7 +3453,7 @@ msgstr "Eliminar conversación" msgid "Delete Conversation" msgstr "Eliminar Conversación" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Eliminar tema personalizado" @@ -3538,6 +3543,11 @@ msgstr "" msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "invitación a eventos dembrane" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3704,7 +3714,7 @@ msgstr "¿Necesito esto?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "¿Quieres estar en el bucle?" @@ -3735,6 +3745,10 @@ msgstr "" msgid "Done" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Listo, contactadme" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "" @@ -3815,7 +3829,7 @@ msgstr "Duplicar" msgid "Duration" msgstr "Duración" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Holandés" @@ -3828,7 +3842,7 @@ msgstr "" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "p. ej. \"Enfoque en temas de sostenibilidad\" o \"¿Qué piensan los participantes sobre la nueva política?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "por ejemplo, \"Usar frases de sustantivos cortas como 'Espacios verdes urbanos' o 'Empleo juvenil'. Evitar títulos genéricos.\"" @@ -3960,7 +3974,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@trabajo.com" @@ -3997,7 +4011,7 @@ msgstr "" msgid "Enable 2FA" msgstr "Activar 2FA" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Habilitar Explorar" @@ -4005,20 +4019,20 @@ msgstr "Habilitar Explorar" msgid "Enable participation" msgstr "Habilitar participación" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Habilitar Notificaciones de Reportes" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \"Explorar\" 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. Se aplica un período de enfriamiento entre solicitudes." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Active esta función para permitir que los participantes verifiquen y aprueben \"resultados\" de sus envíos. Esto ayuda a cristalizar ideas clave, preocupaciones o resúmenes. Después de la conversación, puede filtrar las discusiones con resultados verificados y revisarlas en la descripción general." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Habilitar anonimización de transcripciones" @@ -4026,7 +4040,7 @@ msgstr "Habilitar anonimización de transcripciones" msgid "Enable two-factor authentication" msgstr "Activar autenticación de dos factores" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Habilitar Verificar" @@ -4044,12 +4058,12 @@ msgstr "" msgid "Ends on {endDate}, then moves to Free" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "Inglés" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Ingresa un término clave o nombre propio" @@ -4130,8 +4144,8 @@ msgstr "Error al crear el informe" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Error al cargar el proyecto" @@ -4190,6 +4204,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Cada conclusión es trazable. El informe vincula cada hallazgo con lo que realmente se dijo." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4258,7 +4276,7 @@ msgstr "" msgid "Expiring soon" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explorar" @@ -4638,6 +4656,10 @@ msgstr "" msgid "First name" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Cinco preguntas rápidas y luego eliges una hora con el equipo de dembrane. Leemos tus respuestas antes de la llamada y traemos un plan a medida." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4737,7 +4759,7 @@ msgstr "" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "Francés" @@ -4821,7 +4843,7 @@ msgstr "Generando el resumen. Espera..." msgid "Generating your report..." msgstr "Generando tu informe..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "Alemán" @@ -4834,6 +4856,10 @@ msgstr "Obtén una respuesta inmediata de dembrane para ayudarte a profundizar e msgid "participant.refine.go.deeper.description" msgstr "Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Ponte en contacto" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4944,6 +4970,14 @@ msgstr "" msgid "Good response" msgstr "Buena respuesta" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "¿Tienes dos minutos? Cinco preguntas opcionales nos ayudan a prepararnos." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "¿Tienes dos minutos? Cinco preguntas rápidas nos ayudan a venir preparados, y puedes saltarte cualquiera." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "" @@ -4952,7 +4986,7 @@ msgstr "" msgid "Group by" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Guía sobre cómo se generan los títulos. Los títulos describen el tema de la conversación, no el participante." @@ -4975,7 +5009,7 @@ msgstr "Tiene artefactos verificados" msgid "Have you completed a training?" msgstr "" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "" @@ -5041,6 +5075,14 @@ msgstr "" msgid "Hide the changes" msgstr "" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "ocultar la invitación a eventos dembrane" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Ocultar la invitación a eventos dembrane forma parte de un plan de pago." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Concepto específico resaltado" @@ -5061,7 +5103,7 @@ msgstr "Anfitrión" msgid "host guide" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5462,7 +5504,7 @@ msgstr "Suena como si hablaran más de una persona. Tomar turnos nos ayudará a msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italiano (solo funciones de ECHO, Transcripción y Resúmenes)" @@ -5549,7 +5591,7 @@ msgstr "" msgid "Joined the conversation" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "" @@ -5655,7 +5697,7 @@ msgstr "" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Idioma" @@ -5701,7 +5743,7 @@ msgstr "" msgid "Latest" msgstr "Último" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "" @@ -5732,6 +5774,14 @@ msgstr "" msgid "Leave workspace" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Déjanos tu correo y nos pondremos en contacto en un día para hablar de un evento con dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Déjanos tu correo para que podamos contactarte." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "" @@ -5753,7 +5803,7 @@ msgstr "Base legal guardada" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "" @@ -5865,7 +5915,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "" @@ -5894,7 +5944,7 @@ msgstr "" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Vista Previa en Vivo" @@ -5992,7 +6042,7 @@ msgstr "" msgid "Loading transcript..." msgstr "Cargando transcripción..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Cargando temas de verificación…" @@ -6093,7 +6143,7 @@ msgstr "" msgid "Low battery" msgstr "" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "" @@ -6336,7 +6386,7 @@ msgstr "No responde a la pregunta" msgid "mo" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6611,7 +6661,7 @@ msgstr "Más nuevos primero" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6636,7 +6686,7 @@ msgstr "Siguiente" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "" @@ -6670,6 +6720,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Sin app, sin hardware. Los participantes escanean un código QR y su teléfono se convierte en el portal." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "No hay registros de auditoría que coincidan con los filtros actuales." @@ -6918,7 +6972,7 @@ msgstr "Sin resultados" msgid "No selectable conversations" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "" @@ -6967,7 +7021,7 @@ msgstr "No se seleccionaron archivos de audio válidos. Por favor, selecciona so msgid "No verification topics are configured for this project." msgstr "No hay temas de verificación configurados para este proyecto." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "No hay temas de verificación disponibles." @@ -7027,7 +7081,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7122,7 +7176,7 @@ msgstr "" msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Notificar a los participantes cuando se publique un informe." @@ -7234,7 +7288,7 @@ msgstr "" msgid "One-off" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "En curso" @@ -7311,7 +7365,7 @@ msgstr "" msgid "Open account actions" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "" @@ -7423,14 +7477,24 @@ msgstr "Opcional" msgid "Optional (falls back to English)" msgstr "Opcional (recurre al inglés)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Campo opcional en la página de inicio" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Campo opcional en la página de agradecimientos" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Pregunta opcional {0} de {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Pregunta opcional {0} de {1}. Sáltate lo que quieras." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "" @@ -7594,7 +7658,7 @@ msgstr "" msgid "Owning organisation" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Contenido de la Página" @@ -7603,7 +7667,7 @@ msgstr "Contenido de la Página" msgid "Page not found" msgstr "Página no encontrada" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Título de la Página" @@ -7631,7 +7695,7 @@ msgstr "Correo electrónico del participante" msgid "Participant Emails" msgstr "Correos electrónicos del participante" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Funciones para participantes" @@ -7843,11 +7907,15 @@ msgstr "Teléfono" msgid "Pick a date" msgstr "Elija una fecha" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Elegir una hora ahora" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "" @@ -7941,7 +8009,7 @@ msgstr "Por favor, revisa tus entradas para errores." msgid "Please enable participation to enable sharing" msgstr "Por favor, habilite la participación para habilitar el uso compartido" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Por favor, ingrese un correo electrónico válido." @@ -8012,7 +8080,7 @@ msgstr "" msgid "Popular" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Contenido del Portal" @@ -8024,12 +8092,12 @@ msgstr "" msgid "portal editor" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Editor del Portal" @@ -8066,7 +8134,7 @@ msgstr "" msgid "praise" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "" @@ -8142,7 +8210,7 @@ msgstr "" msgid "Private workspace" msgstr "" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "" @@ -8392,6 +8460,10 @@ msgstr "Vuelva a introducir la nueva contraseña" msgid "Re-use settings from an existing webhook" msgstr "Reutilizar configuraciones de un webhook existente" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Contactadme" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "" @@ -8529,13 +8601,13 @@ msgstr "" msgid "participant.button.record" msgstr "Grabar" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Registrar otra conversación" @@ -8595,10 +8667,10 @@ msgid "Recurring Themes" msgstr "Temas recurrentes" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "" @@ -8606,7 +8678,7 @@ msgstr "" msgid "References" msgstr "Referencias" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8693,7 +8765,7 @@ msgstr "Recargar página" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Recordar a los usuarios que verifiquen antes de finalizar" @@ -8735,7 +8807,7 @@ msgstr "" msgid "Remove avatar" msgstr "Eliminar avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "Eliminar Correo Electrónico" @@ -8827,7 +8899,7 @@ msgstr "" msgid "Reply mode" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Prompt de Respuesta" @@ -8835,7 +8907,7 @@ msgstr "Prompt de Respuesta" msgid "report" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8879,7 +8951,7 @@ msgstr "La generación del informe fue cancelada. Puedes iniciar un nuevo inform msgid "Report limit reached" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Notificaciones de Reportes" @@ -8991,7 +9063,7 @@ msgstr "Por favor, espera mientras verificamos el acceso al micrófono." msgid "Required" msgstr "Requerido" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Requiere que \"Solicitar correo electrónico?\" esté habilitado" @@ -9048,6 +9120,10 @@ msgstr "Restablecer a valores predeterminados" msgid "Response feedback" msgstr "Comentarios sobre la respuesta" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Resultados antes de que la gente se vaya. Analizamos en directo y lo presentamos en la sala." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9219,7 +9295,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "" @@ -9231,6 +9307,10 @@ msgstr "Filas por página" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Organizar un evento con dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "" @@ -9533,7 +9613,7 @@ msgstr "Secreto" msgid "Secret copied" msgstr "Secreto copiado" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "" @@ -9601,7 +9681,7 @@ msgstr "" msgid "Select at least one event" msgstr "Selecciona al menos un evento" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Selecciona al menos un otro tema antes de eliminar este" @@ -9645,15 +9725,15 @@ msgstr "Seleccionar Proyecto" msgid "Select tags" msgstr "Seleccionar etiquetas" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Selecciona las instrucciones que se mostrarán a los participantes cuando inicien una conversación" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Selecciona el tipo de retroalimentación o participación que quieres fomentar." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Seleccionar tutorial" @@ -9662,7 +9742,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Seleccione hasta 2 areas de enfoque para su informe" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Seleccione qué temas pueden usar los participantes para \"Verificar\"." @@ -9869,7 +9949,7 @@ msgstr "" msgid "Share report" msgstr "Compartir informe" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" @@ -9882,7 +9962,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Comparte tus detalles aquí" @@ -9994,6 +10074,11 @@ msgstr "" msgid "Show the full text" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Mostrar la invitación" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10035,7 +10120,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10065,6 +10150,10 @@ msgstr "" msgid "Slack community" msgstr "Comunidad de Slack" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Para que podamos enviarte los detalles de la llamada." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "" @@ -10184,11 +10273,11 @@ msgstr "Fuente {0}" msgid "Sources" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Español" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Contexto Específico" @@ -10226,7 +10315,7 @@ msgstr "" msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "" @@ -10306,7 +10395,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10315,7 +10404,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10330,7 +10419,7 @@ msgstr "Detener" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10471,6 +10560,10 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Claro" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "" @@ -10485,6 +10578,10 @@ msgstr "" msgid "participant.link.switch.text" msgstr "Cambiar a entrada de texto" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Desactivarla forma parte de un plan de pago." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "Sistema" @@ -10543,6 +10640,10 @@ msgstr "Tómate un tiempo para crear un resultado que haga tu contribución conc msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Cuéntanos sobre el evento que tienes en mente." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10596,43 +10697,51 @@ msgstr "Testear Webhook" msgid "Text" msgstr "Texto" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "¡Gracias por participar!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Contenido de la Página de Gracias" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "¡Gracias!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Gracias, nos pondremos en contacto en un día." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Ese código no funcionó. Inténtalo de nuevo con un código nuevo de tu aplicación de autenticación." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Eso no parece una dirección de correo electrónico." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10640,6 +10749,10 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "Eso es todo, gracias" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "" @@ -10660,6 +10773,10 @@ msgstr "" msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "El calendario no se ha cargado aquí. Elige una hora en cal.com o escríbenos a info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10681,7 +10798,7 @@ msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o c msgid "participant.conversation.error.loading" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "" @@ -10693,16 +10810,16 @@ msgstr "El endpoint donde enviaremos los datos. Obtén esto de tu servicio de re msgid "The following conversations were automatically added to the context" msgstr "Las siguientes conversaciones se agregaron automáticamente al contexto" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "" -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "" -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "" @@ -10714,7 +10831,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10742,7 +10859,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "" @@ -10759,7 +10876,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -10792,6 +10909,10 @@ msgstr "Estamos generando el resumen. Espera a que esté disponible." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "Estamos regenerando el resumen. Espera a que esté disponible." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "La página de agradecimiento termina con una tarjeta que invita a los participantes a organizar su propio evento con dembrane." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "" @@ -10926,7 +11047,7 @@ msgstr "Esta conversación tiene las siguientes copias:" msgid "conversation.linking_conversations.description" msgstr "Esta conversación es una copia de" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "Este correo electrónico ya está en la lista." @@ -10978,7 +11099,7 @@ msgstr "" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "Esta es una vista previa en vivo del portal del participante. Necesitarás actualizar la página para ver los cambios más recientes." @@ -11011,7 +11132,7 @@ msgstr "Biblioteca" msgid "This isn't available to you" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "Este idioma se usará para el Portal del Participante." @@ -11053,11 +11174,11 @@ msgstr "" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "Esta página se muestra después de que el participante haya completado la conversación." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "Esta página se muestra a los participantes cuando inician una conversación después de completar correctamente el tutorial." @@ -11095,7 +11216,7 @@ msgstr "" msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Este proyecto seguirá el ajuste heredado: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "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." @@ -11153,7 +11274,7 @@ msgstr "" msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "Este título se muestra a los participantes cuando inician una conversación" @@ -11462,7 +11583,7 @@ msgstr "" msgid "Transcription error" msgstr "" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "" @@ -11537,7 +11658,7 @@ msgstr "" #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "" @@ -11566,7 +11687,7 @@ msgid "Trying to join an existing organization?" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Desactivar" @@ -11574,7 +11695,7 @@ msgstr "Desactivar" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "¿Desactivar la anonimización?" @@ -11596,7 +11717,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Desactivar la anonimización mientras hay grabaciones en curso puede tener consecuencias no deseadas. Las conversaciones activas también se verán afectadas durante la grabación. Por favor, use esto con precaución." @@ -11644,7 +11765,7 @@ msgstr "Escribe tu respuesta aquí" msgid "Typing" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ucraniano (solo funciones de ECHO, Transcripción y Resúmenes)" @@ -11884,7 +12005,7 @@ msgstr "" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11931,7 +12052,7 @@ msgstr "" msgid "Upload logo" msgstr "" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "" @@ -11949,7 +12070,7 @@ msgstr "Subiendo audio..." msgid "participant.modal.interruption.uploading" msgstr "Subiendo audio..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "" @@ -12016,11 +12137,11 @@ msgstr "Usar el valor heredado" msgid "Use Shift + Enter to add a new line" msgstr "Usa Shift + Enter para agregar una nueva línea" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "" @@ -12111,7 +12232,7 @@ msgid "Verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verificar" @@ -12137,7 +12258,7 @@ msgstr "Verificar código" msgid "Verify email" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Temas de verificación" @@ -12232,10 +12353,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "¿Quieres organizar un evento con dembrane?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Traemos la herramienta y el equipo, desde la llamada inicial hasta el informe. Probado en más de 1000 eventos." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12314,7 +12443,15 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora? El calendario está aquí mismo." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "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." @@ -12374,7 +12511,7 @@ msgstr "Los webhooks son mensajes automatizados enviados de una aplicación a ot msgid "Webhooks are not enabled for this environment." msgstr "" -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "" @@ -12450,7 +12587,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "¿Qué ha pasado? Pegue aquí una captura de pantalla para adjuntarla" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "" @@ -12518,11 +12655,11 @@ msgstr "¿Cuándo se activan los webhooks?" msgid "When do you need dembrane?" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "Cuando esté activado, todas las nuevas transcripciones tendrán información personal (nombres, emails, números de teléfono, direcciones) reemplazadas por marcadores de posición. Las conversaciones anónimas también desactivan la reproducción de audio, el descarga de audio y la retranscripción para proteger la privacidad de los participantes. Esto no se puede deshacer para conversaciones ya procesadas." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "Cuando finalices la conversación, los participantes que no han verificado aún serán solicitados para verificar o saltar" @@ -12547,6 +12684,10 @@ msgstr "" msgid "When the summary is ready (includes both transcript and summary)" msgstr "Cuando el resumen esté listo (incluye tanto la transcripción como el resumen)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "¿Dónde podemos contactarte?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "" @@ -12764,7 +12905,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "" @@ -12895,7 +13036,7 @@ msgstr "Aún no has verificado ningún resultado. ¿Te gustaría verificar antes msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "También puedes elegir registrar otra conversación." @@ -12915,7 +13056,7 @@ msgstr "Pareces estar desconectado, por favor verifica tu conexión a internet" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "" @@ -13035,6 +13176,10 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "tu@ejemplo.es" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "" @@ -13058,11 +13203,11 @@ msgstr "¡Su aprobación nos ayuda a comprender lo que realmente piensa!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "" @@ -13079,6 +13224,10 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Tu correo electrónico" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "" @@ -13100,7 +13249,7 @@ msgstr "Tu comentario y esta respuesta llegan al equipo de dembrane." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "" @@ -13154,7 +13303,7 @@ msgstr "" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "" @@ -13203,15 +13352,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "" #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora." diff --git a/echo/frontend/src/locales/es-ES.ts b/echo/frontend/src/locales/es-ES.ts index 5e4d17028..468a23798 100644 --- a/echo/frontend/src/locales/es-ES.ts +++ b/echo/frontend/src/locales/es-ES.ts @@ -1 +1 @@ -/*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\"],\"We're preparing your workspace.\":[\"Estamos preparando tu espacio de trabajo.\"],\"Preparing your dashboard\":[\"Preparando tu dashboard\"],\"Welcome back\":[\"Bienvenido de nuevo\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La biblioteca tardará \",[\"duration\"]],\"uDvV8j\":[\"Enviar\"],\"aMNEbK\":[\"Desuscribirse de Notificaciones\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" disponible pronto\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorar\\\" disponible pronto\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verificar\\\" disponible pronto\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(opcional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" etiqueta\"],\"other\":[\"#\",\" etiquetas\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Mensaje de dembrane\"],\"other\":[\"Mensajes de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Etiqueta:\"],\"other\":[\"Etiquetas:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" añadidas\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversaciones • Editado \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" no añadidas\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vistas\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversaciones • Editado \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" seleccionadas\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" leyendo ahora\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" aún en proceso.\"],\"ZpJ0wx\":[\"*Transcripción en progreso.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversaciones\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspectos\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vista\"],\"AeSuqs\":[\"1. Proporcionas una URL donde quieres recibir notificaciones\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Cuando ocurre un evento de conversación o informe, enviamos automáticamente los datos a tu URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Tu sistema recibe los datos y puede actuar sobre ellos (por ejemplo, guardar en una base de datos, enviar un correo electrónico, actualizar una hoja de cálculo)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nombre amigable para identificar este webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Se generará y publicará automáticamente un nuevo informe en el horario programado.\"],\"zm7GU7\":[\"Se requiere un enlace a la política de privacidad para el tratamiento basado en el consentimiento. Debe comenzar con http:// o https:// y tener como máximo 255 caracteres.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Ya se está generando un informe para este proyecto. Espera a que se complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Cuenta\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Valor predeterminado de la cuenta\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Contraseña de la cuenta\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Acción de\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Acción sobre\"],\"7L01XJ\":[\"Acciones\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtros activos\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Añadir\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Añadir contexto adicional (Opcional)\"],\"Se1KZw\":[\"Añade todos los que correspondan\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Añadir conversaciones al contexto\"],\"8T7YRB\":[\"Agregue conversaciones a su proyecto primero\"],\"LL1rvo\":[\"Añadir Tema Personalizado\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Añadir imágenes\"],\"1xDwr8\":[\"Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción.\"],\"ndpRPm\":[\"Añade nuevas grabaciones a este proyecto. Los archivos que subas aquí serán procesados y aparecerán en las conversaciones.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Añadir Etiqueta\"],\"add.tag.filter.modal.title\":[\"Añadir etiqueta a los filtros\"],\"IKoyMv\":[\"Añadir Etiquetas\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Añadir a los filtros\"],\"NffMsn\":[\"Añadir a este chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Añadir Tema\"],\"AHaRrL\":[\"Añadir traducciones\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Añadir Webhook\"],\"UZ07em\":[\"Añadir tu primer Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Añadidas\"],\"Na90E+\":[\"E-mails añadidos\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" al chat\"],\"select.all.modal.add.with.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" con los siguientes filtros:\"],\"select.all.modal.add.without.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\" con los siguientes filtros:\"],\"select.all.modal.loading.title\":[\"Añadiendo conversaciones\"],\"Du6bPw\":[\"Dirección\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajustar el tamaño de la fuente base para la interfaz\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avanzado\"],\"OaKXud\":[\"Avanzado (Consejos y best practices)\"],\"JiIKww\":[\"Configuración Avanzada\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Ejecución guiada por herramientas\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Todo\"],\"cF7bEt\":[\"Todas las acciones\"],\"O1367B\":[\"Todas las colecciones\"],\"gvykaX\":[\"Todas las conversaciones\"],\"u/fl/S\":[\"Todas las archivos se han subido correctamente.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Todas las plantillas\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permitir a los participantes usar el enlace para iniciar nuevas conversaciones\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Casi listo\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Ya añadido a este chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Ya en el contexto\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ha ocurrido un error inesperado. Recargar la página o volver al inicio suele ayudar.\"],\"F4cOH1\":[\"Lenguaje de análisis\"],\"ZlwDi6\":[\"Analíticas\"],\"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\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonimizar transcripción\"],\"gd1W+U\":[\"Anonimizar transcripciones\"],\"YdiKaK\":[\"conversación anónima\"],\"iPiP6k\":[\"Conversación anónima\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"¿Algo más?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apariencia\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Aplicar\"],\"4TwsNi\":[\"Aplicar plantilla\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"aprobar\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Aprobado\"],\"tq+4rb\":[\"¿Estás seguro de que quieres eliminar el webhook \\\"\",[\"0\"],\"\\\"? Esta acción no se puede deshacer.\"],\"uqhbrg\":[\"¿Está seguro de que desea eliminar este chat? Esta acción no se puede deshacer.\"],\"Q5Z2wp\":[\"¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer.\"],\"yrk3z3\":[\"¿Estás seguro de que quieres eliminar este tema personalizado? Esta acción no se puede deshacer.\"],\"YF1Re1\":[\"¿Estás seguro de que quieres eliminar este proyecto? Esta acción no se puede deshacer.\"],\"ELQ+fw\":[\"¿Estás seguro de que quieres eliminar este informe? Esta acción no se puede deshacer.\"],\"aUsm4A\":[\"¿Estás seguro de que quieres eliminar esta etiqueta? Esto eliminará la etiqueta de las conversaciones existentes que la contienen.\"],\"e3BGhi\":[\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer.\"],\"participant.modal.finish.message.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"sOql0x\":[\"¿Estás seguro de que quieres generar la biblioteca? Esto tomará un tiempo y sobrescribirá tus vistas e insights actuales.\"],\"UXCOMn\":[\"¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual.\"],\"ZmeZPn\":[\"¿Está seguro de que desea eliminar su avatar?\"],\"wQ5jM6\":[\"¿Está seguro de que desea eliminar su logotipo personalizado? Se utilizará el logotipo predeterminado de dembrane.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Preguntar\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"¿Preguntar por el email?\"],\"Rjlwvz\":[\"¿Preguntar por el nombre?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspecto\"],\"HkigHK\":[\"Aspectos\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Tienes que seleccionar al menos un tema para activar Verificar\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"¡Atención! Perdimos los últimos 60 segundos de tu grabación debido a una interrupción. Por favor, presiona el botón de abajo para reconectar.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"El descarga de audio no está disponible para conversaciones anónimas\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La reproducción de audio no está disponible para conversaciones anónimas\"],\"IOBCIN\":[\"Consejo de audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Registros de auditoría\"],\"aL1eBt\":[\"Registros de auditoría exportados a CSV\"],\"mS51hl\":[\"Registros de auditoría exportados a JSON\"],\"z8CQX2\":[\"Código de autenticación\"],\"R+PyK8\":[\"Generar títulos automáticamente\"],\"voAvDv\":[\"Generar títulos automáticamente\"],\"Wrpmw7\":[\"Generado automáticamente o introducido manualmente\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Generar automáticamente un título corto basado en temas para cada conversación después de la resumen. El título describe lo que se discutió, no quién participó. El nombre original del participante se conserva por separado, si lo proporcionaron.\"],\"F95AYw\":[\"Guardar automáticamente las transcripciones en tu CRM o base de datos\"],\"zUbSgC\":[\"Enviar automáticamente los datos de la conversación a tus otras herramientas y servicios cuando ocurran eventos.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar eliminado\"],\"jSKImf\":[\"Avatar actualizado\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Atrás\"],\"participant.button.back.microphone\":[\"Volver\"],\"participant.button.back\":[\"Volver\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Volver a la selección\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Volver a plantillas\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Básico (Diapositivas esenciales del tutorial)\"],\"epXTwc\":[\"Configuración Básica\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Reservar una llamada\"],\"KKLfx1\":[\"Reserve una llamada con nosotros\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"YgG3yv\":[\"Ideas de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construir paneles personalizados con datos de conversación en tiempo real\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Al eliminar este proyecto, eliminará todos los datos asociados. Esta acción no se puede deshacer. ¿Está completamente seguro?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancelar\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancelar\"],\"participant.concrete.action.button.cancel\":[\"cancelar\"],\"participant.concrete.instructions.button.cancel\":[\"cancelar\"],\"select.all.modal.cancel\":[\"Cancelar\"],\"add.tag.filter.modal.cancel\":[\"Cancelar\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancelar la sobrescritura\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancelar programación\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"No se puede añadir una conversación vacía\"],\"SL9Qao\":[\"No se puede reprogramar dentro de los 10 minutos previos a la hora programada\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Tarjeta\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Cambiar idioma\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Cambiar contraseña\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nombre del chat\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Verificar acceso al micrófono\"],\"participant.button.check.microphone.access\":[\"Verificar acceso al micrófono\"],\"WQUm5N\":[\"Revise el texto y las imágenes e inténtelo de nuevo\"],\"v4fiSg\":[\"Revisa tu correo electrónico\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Elegir un archivo de logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Elegir desde tus otros proyectos\"],\"Aoxltn\":[\"Elegir cuándo quieres recibir notificaciones\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Elige el tema que prefieras para la interfaz\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Haz clic en \\\"Subir archivos\\\" cuando estés listo para iniciar el proceso de subida.\"],\"cwMTjO\":[\"Haz clic para editar\"],\"jcSz6S\":[\"Haz clic para ver las \",[\"totalCount\"],\" conversaciones\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Cliente-manejado\"],\"+d+tJS\":[\"Clonar desde otro proyecto\"],\"nCnTY0\":[\"Clonar desde proyecto\"],\"BPrdpc\":[\"Clonar proyecto\"],\"9U86tL\":[\"Clonar proyecto\"],\"yz7wBu\":[\"Cerrar\"],\"select.all.modal.close\":[\"Cerrar\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Colección\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Casos de uso comunes:\"],\"Wqc3zS\":[\"Comparar y Contrastar\"],\"CfO59/\":[\"Comparar y Contrastar Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Completar\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuar\"],\"7VpPHA\":[\"Confirmar\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmar nueva contraseña\"],\"yjkELF\":[\"Confirmar Nueva Contraseña\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publicar\"],\"vz1fGK\":[\"Confirmar reprogramación\"],\"L0k594\":[\"Confirma tu contraseña para generar un nuevo secreto para tu aplicación de autenticación.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Conectando a los servicios de informes...\"],\"wX/BfX\":[\"Conexión saludable\"],\"participant.modal.s3check.title\":[\"Problema de conexión\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Conexión no saludable\"],\"l9fkrm\":[\"Consentimiento\"],\"EhtOYz\":[\"El tratamiento basado en el consentimiento está activo sin enlace a la política de privacidad. Añada uno donde esté definida la base legal: los participantes deben poder leer la política de privacidad.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenido\"],\"M73whl\":[\"Contexto\"],\"VHSco4\":[\"Contexto añadido:\"],\"JX3KT4\":[\"Sugerencias contextuales\"],\"xGVfLh\":[\"Continuar\"],\"participant.button.continue\":[\"Continuar\"],\"participant.ready.to.begin.button.text\":[\"Continuar\"],\"F1pfAy\":[\"conversación\"],\"YyNOE7\":[\"Conversación\"],\"EiHu8M\":[\"Conversación añadida al chat\"],\"participant.conversation.ended\":[\"Conversación terminada\"],\"OtdHFE\":[\"Conversación eliminada del chat\"],\"zTKMNm\":[\"Estado de la conversación\"],\"Rdt7Iv\":[\"Detalles del estado de la conversación\"],\"7Ljafh\":[\"Etiquetas de la conversación\"],\"a7zH70\":[\"conversaciones\"],\"EnJuK0\":[\"Conversaciones\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Enfriándose. Disponible en \",[\"0\"]],\"6V3Ea3\":[\"Copiado\"],\"84o0nc\":[\"Copiado desde la conversación original\"],\"PiH3UR\":[\"Copiado!\"],\"iaPtht\":[\"copia\"],\"he3ygx\":[\"Copiar\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copiar enlace\"],\"H4brGj\":[\"Copiar enlace al portapapeles\"],\"AjrNNs\":[\"Copiar contenido del informe\"],\"vAkFou\":[\"Copiar secreto\"],\"v3StFl\":[\"Copiar Resumen\"],\"/4gGIX\":[\"Copiar al portapapeles\"],\"RTxUjI\":[\"Copiar al portapapeles\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copiando...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"No se pudo trasladar tu selección. Vuelve a elegir abajo.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"No se pudo copiar al portapapeles. Inténtelo de nuevo.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"No se pudo abrir la lista de conversaciones. Inténtalo de nuevo.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"No se guardó la valoración\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"No se ha podido enviar el aviso. Inténtelo de nuevo\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Crear\"],\"VW1ecc\":[\"Crear un nuevo webhook desde cero\"],\"oJfYM5\":[\"Crear un breve de investigación desde las conversaciones recientes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Crear biblioteca\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Crear nueva vista\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Crear informe\"],\"A5hiCy\":[\"Crear plantilla\"],\"library.create.view\":[\"Crear vista\"],\"3D0MXY\":[\"Crear Vista\"],\"dkAPxi\":[\"Crear Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Creado el\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recortar avatar\"],\"udBqWc\":[\"Recortar imagen\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recortar logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actual\"],\"Pn2B7/\":[\"Contraseña actual\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personalizado\"],\"o1nIYK\":[\"Nombre de archivo personalizado\"],\"GrXJvi\":[\"Logo personalizado\"],\"iv5fAO\":[\"Prompt de título personalizado\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"URL del panel de control (enlace directo a la vista de conversaciones)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Fecha\"],\"ItMGda\":[\"Rango de fechas\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Predeterminado\"],\"ucTqrC\":[\"Predeterminado - Sin tutorial (Solo declaraciones de privacidad)\"],\"K/78Yl\":[\"Delegación de análisis multi-paso con ejecución de herramientas en vivo\"],\"cnGeoo\":[\"Eliminar\"],\"project.sidebar.chat.delete\":[\"Eliminar chat\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Eliminar chat\"],\"2GCE3m\":[\"Eliminar conversación\"],\"2DzmAq\":[\"Eliminar Conversación\"],\"j5pYC4\":[\"Eliminar tema personalizado\"],\"mp235G\":[\"Eliminar proyecto\"],\"++iDlT\":[\"Eliminar Proyecto\"],\"rUWrSE\":[\"Eliminar informe\"],\"qr0gpK\":[\"Eliminar etiqueta\"],\"DFjdv0\":[\"Eliminar plantilla\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Eliminar Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Eliminado con éxito\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describa el problema\"],\"Fs/0D5\":[\"Describe lo que el modelo de lenguaje debe extraer o resumir de la conversación...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determina bajo qué base legal del RGPD se tratan los datos personales de este proyecto.\"],\"2rgVKb\":[\"Determina bajo qué base legal de GDPR se procesan los datos personales. Esto afecta a la información que se muestra a los participantes y a los derechos de los sujetos de datos.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Desactivar 2FA\"],\"yrMawf\":[\"Desactivar autenticación de dos factores\"],\"E/QGRL\":[\"Desactivado\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nombre para mostrar\"],\"fDGgw4\":[\"¿Necesito esto?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"¿Quieres estar en el bucle?\"],\"TvY/XA\":[\"Documentación\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Descargar\"],\"5YVf7S\":[\"Descargar todas las transcripciones de conversaciones generadas para este proyecto.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Descargar como\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Descargar Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Descargar código QR\"],\"+bBcKo\":[\"Descargar transcripción\"],\"5XW2u5\":[\"Opciones de Descarga de Transcripción\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Borrador de acciones siguientes y organizarlas por prioridad\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Arrastra archivos de audio aquí o haz clic para seleccionar archivos\"],\"KGi3u9\":[\"Arrastrar para reordenar\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicar\"],\"lkz6PL\":[\"Duración\"],\"KIjvtr\":[\"Holandés\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ej. \\\"Enfoque en temas de sostenibilidad\\\" o \\\"¿Qué piensan los participantes sobre la nueva política?\\\"\"],\"pO9dOq\":[\"por ejemplo, \\\"Usar frases de sustantivos cortas como 'Espacios verdes urbanos' o 'Empleo juvenil'. Evitar títulos genéricos.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ej. Resumen semanal de partes interesadas\"],\"ffuZIY\":[\"por ejemplo, Notificaciones de Slack, Flujo de trabajo de Make\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Editar\"],\"9WkyHF\":[\"Editar Conversación\"],\"Y/3VME\":[\"Editar Tema Personalizado\"],\"/8fAkm\":[\"Editar nombre de archivo\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Modo edición\"],\"niSWGL\":[\"Editar opciones\"],\"G2KpGE\":[\"Editar Proyecto\"],\"DdevVt\":[\"Editar Contenido del Informe\"],\"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.\"],\"nP7CdQ\":[\"Editar Webhook\"],\"O3oNi5\":[\"Correo electrónico\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@trabajo.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji mostrado junto al tema, por ejemplo: 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vacío\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activar 2FA\"],\"D3AnH0\":[\"Habilitar Explorar\"],\"4KKbfZ\":[\"Habilitar participación\"],\"G3dSLc\":[\"Habilitar Notificaciones de Reportes\"],\"ZUS4uO\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"Explorar\\\" 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. Se aplica un período de enfriamiento entre solicitudes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Active esta función para permitir que los participantes verifiquen y aprueben \\\"resultados\\\" de sus envíos. Esto ayuda a cristalizar ideas clave, preocupaciones o resúmenes. Después de la conversación, puede filtrar las discusiones con resultados verificados y revisarlas en la descripción general.\"],\"C027jd\":[\"Habilitar anonimización de transcripciones\"],\"329BBO\":[\"Activar autenticación de dos factores\"],\"x35ZEt\":[\"Habilitar Verificar\"],\"RxzN1M\":[\"Habilitado\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Inglés\"],\"GboWYL\":[\"Ingresa un término clave o nombre propio\"],\"TSHJTb\":[\"Ingresa un nombre para el nuevo conversation\"],\"KovX5R\":[\"Ingresa un nombre para tu proyecto clonado\"],\"DRYPFp\":[\"Ingresa una clave secreta\"],\"34YqUw\":[\"Ingresa un código válido para desactivar la autenticación de dos factores.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Introduzca la contraseña actual\"],\"2FPsPl\":[\"Ingresa el nombre del archivo (sin extensión)\"],\"VpwcSk\":[\"Introduzca la nueva contraseña\"],\"oIn7d4\":[\"Ingresa el código de 6 dígitos de tu aplicación de autenticación.\"],\"q1OmsR\":[\"Ingresa el código actual de seis dígitos de tu aplicación de autenticación.\"],\"NgaR6B\":[\"Ingresa tu contraseña\"],\"42tLXR\":[\"Ingresa tu consulta\"],\"HRbyGE\":[\"Ingresado por el participante en el portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error al clonar el proyecto\"],\"AEkJ6x\":[\"Error al crear el informe\"],\"edh3aY\":[\"Error al cargar el proyecto\"],\"4kVRov\":[\"Ocurrió un error\"],\"hmk+3M\":[\"Error al subir \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Eventos\"],\"VFClUG\":[\"Eventos a Escuchar\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Acceso al micrófono verificado con éxito\"],\"jqsg/I\":[\"Ejemplo de Payload de Webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Salir de pantalla completa\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorar\"],\"participant.echo.explore\":[\"Explorar\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Explorando \",[\"conversationCount\"],\" conversaciones\"],\"GS+Mus\":[\"Exportar\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Error\"],\"bh2Vob\":[\"Error al añadir la conversación al chat\"],\"ajvYcJ\":[\"Error al añadir la conversación al chat\",[\"0\"]],\"g5wCZj\":[\"Error al añadir conversaciones al contexto\"],\"pmwvUt\":[\"Error al aprobar el resultado. Por favor, inténtalo de nuevo.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Error al copiar el chat. Por favor, inténtalo de nuevo.\"],\"uvu6eC\":[\"No se pudo copiar la transcripción. Inténtalo de nuevo.\"],\"UQ6LqT\":[\"Error al crear el tema personalizado\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Error al eliminar el tema personalizado\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Error al eliminar la respuesta\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Error al finalizar la conversación. Por favor, inténtalo de nuevo.\"],\"vx5bTP\":[\"Error al generar \",[\"label\"],\". Por favor, inténtalo de nuevo.\"],\"Fa1ewI\":[\"Error al generar el resumen. Inténtalo de nuevo más tarde.\"],\"Z77bMM\":[\"Error al cargar los webhooks\"],\"T7KYJY\":[\"Error al marcar todos los anuncios como leídos\"],\"eGHX/x\":[\"Error al marcar el anuncio como leído\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Error al reconectar. Por favor, recarga la página.\"],\"SVtMXb\":[\"Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde.\"],\"h49o9M\":[\"Error al recargar. Por favor, inténtalo de nuevo.\"],\"rv8mO7\":[\"No se pudo eliminar el avatar\"],\"kE1PiG\":[\"Error al eliminar la conversación del chat\"],\"+piK6h\":[\"Error al eliminar la conversación del chat\",[\"0\"]],\"P9wLTJ\":[\"Error al eliminar el logo\"],\"IMUHg3\":[\"Error al reprogramar. Por favor, elija un horario mas lejano e intentelo de nuevo.\"],\"SmP70M\":[\"Error al retranscribir la conversación. Por favor, inténtalo de nuevo.\"],\"kClMar\":[\"Error al revisar el resultado. Por favor, inténtalo de nuevo.\"],\"wMEdO3\":[\"Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Error al actualizar el tema personalizado\"],\"BpuK7o\":[\"Error al actualizar la base legal\"],\"Avee+B\":[\"No se pudo actualizar el nombre\"],\"gnm1CH\":[\"Error al actualizar el pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"No se pudo subir el avatar\"],\"RW4V7P\":[\"Error al subir el logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Función disponible pronto\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Portal de comentarios\"],\"2roTVj\":[\"Comentario enviado\"],\"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\"],\"UkgMPE\":[\"Nombre de archivo desde el archivo subido\"],\"5g0xbt\":[\"Filtrar registros de auditoría por acción\"],\"9clinz\":[\"Filtrar registros de auditoría por colección\"],\"O39Ph0\":[\"Filtrar por acción\"],\"DiDNkt\":[\"Filtrar por colección\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Encontrar contradicciones y sugerir preguntas de seguimiento\"],\"participant.button.stop.finish\":[\"Finalizar\"],\"participant.button.finish.text.mode\":[\"Finalizar\"],\"participant.button.finish\":[\"Finalizar\"],\"participant.modal.finish.title.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"4dQFvz\":[\"Finalizado\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Enfoque\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Tamaño de fuente\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Para usuarios avanzados: Una clave secreta para verificar la autenticidad del webhook. Solo necesario si tu servicio de recepción requiere verificación de firma.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"¿Olvidaste tu contraseña?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Francés\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcripción completa (cuando esté disponible)\"],\"3qkggm\":[\"Pantalla completa\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generar\"],\"EIdJgG\":[\"Generar un nuevo informe\"],\"QsUhrf\":[\"Generar un informe\"],\"GRy59I\":[\"Generar un resumen primero\"],\"MWSGhX\":[\"Generar biblioteca\"],\"5SWGxv\":[\"Generar ahora\"],\"GWUJ9X\":[\"Generar ahora\"],\"QqIxfi\":[\"Generar secreto\"],\"gitFA/\":[\"Generar Resumen\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generando informe...\"],\"kzY+nd\":[\"Generando el resumen. Espera...\"],\"hMOYzR\":[\"Generando tu informe...\"],\"DDcvSo\":[\"Alemán\"],\"jpNBdT\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"participant.refine.go.deeper.description\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Dame una lista de 5-10 temas que se están discutiendo.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Volver\"],\"participant.concrete.artefact.action.button.go.back\":[\"Volver\"],\"DXr0zk\":[\"Pantalla completa\"],\"iWpEwy\":[\"Ir al inicio\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Ir a la nueva conversación\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buena respuesta\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guía sobre cómo se generan los títulos. Los títulos describen el tema de la conversación, no el participante.\"],\"uMjvI3\":[\"Guiar el informe\"],\"myXGZW\":[\"Guiado\"],\"ZqBGoi\":[\"Tiene artefactos verificados\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Oculto\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Joya oculta\"],\"vLyv1R\":[\"Ocultar\"],\"eHo/Jc\":[\"Ocultar datos\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Ocultar datos de revisión\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Concepto específico resaltado\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Inicio\"],\"Ai2U7L\":[\"Anfitrión\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Comentarios del anfitrión\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Cómo funciona:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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?\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Entiendo\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si lo que has detectado implica datos visibles para personas equivocadas, alguien con un acceso que no debería tener, o una posible vulnerabilidad de seguridad, utiliza nuestro <0>formulario de notificación de seguridad. Llega a otro equipo por una vía más rápida. Para cualquier urgencia, escribe a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si está satisfecho con \",[\"objectLabel\"],\", haga clic en \\\"Aprobar\\\" para mostrar que se siente escuchado.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si no estás seguro, probablemente no lo necesites todavía. Los webhooks son una característica avanzada típicamente utilizada por desarrolladores o equipos con integraciones personalizadas. Puedes configurarlas siempre más tarde.\"],\"hDVOQQ\":[\"Si estás configurando integraciones de webhook, nos encantaría conocer tu caso de uso. También estamos construyendo características de observabilidad, incluyendo registros de auditoría y seguimiento de entrega.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Las imágenes deben pesar menos de \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Incluir enlace del portal\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrecto o inventado\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instrucciones para generar el resultado de la verificación\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Código inválido. Por favor solicita uno nuevo.\"],\"jLr8VJ\":[\"Credenciales inválidas.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Dirección IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Parece que la biblioteca no está disponible para tu cuenta. Por favor, solicita acceso para desbloquear esta funcionalidad.\"],\"participant.outcome.error.description\":[\"No pudimos cargar este resultado. Esto podría ser un problema temporal. Puede intentar recargar o volver atrás para seleccionar un tema diferente.\"],\"5dxEAB\":[\"Parece que aún no tiene un informe para este proyecto. Genere uno para obtener una descripción general de sus conversaciones.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Suena como si hablaran más de una persona. Tomar turnos nos ayudará a escuchar a todos claramente.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un momento\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Simplemente hable o escriba de forma natural. Su aporte llega directamente a nuestro equipo de producto y realmente nos ayuda a mejorar dembrane. Lo leemos todo.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Mantén el acceso seguro con un código de un solo uso de tu aplicación de autenticación. Activa o desactiva la autenticación de dos factores para esta cuenta.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Idioma\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Última vez guardado el \",[\"0\"]],\"K7P0jz\":[\"Última actualización\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Último\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Aprender más sobre webhooks\"],\"ffCwpJ\":[\"Dejar vacío para mantener el existente\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base legal\"],\"vRXsmZ\":[\"Base Legal\"],\"CopiEV\":[\"Base legal guardada\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Biblioteca\"],\"library.title\":[\"Biblioteca\"],\"T50lwc\":[\"La creación de la biblioteca está en progreso\"],\"gkv8iG\":[\"Matrícula\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Enlace\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Enlace a la política de privacidad que se muestra a los participantes\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Vivo\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Modo de ejecución de agente en vivo\"],\"participant.live.audio.level\":[\"Nivel de audio en vivo\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vista Previa en Vivo\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Cargando\"],\"participant.verify.instructions.loading\":[\"Cargando\"],\"yQ9yN3\":[\"Cargando acciones...\"],\"participant.concrete.loading.artefact\":[\"Cargando artefacto\"],\"JOvnq+\":[\"Cargando registros de auditoría…\"],\"y+JWgj\":[\"Cargando colecciones...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Cargando micrófonos...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Cargando transcripción...\"],\"3SKW0s\":[\"Cargando temas de verificación…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"cargando...\"],\"Z3FXyt\":[\"Cargando...\"],\"Pwqkdw\":[\"Cargando…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Iniciar sesión\"],\"LM/dWU\":[\"Iniciar sesión | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo eliminado\"],\"MjfaMh\":[\"Logo actualizado\"],\"nOhz3x\":[\"Cerrar sesión\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Más largo primero\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gestionar plantillas\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Marcar todos como leídos\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marcar como leído\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notas de Reunión\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Mensajes de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"El acceso al micrófono sigue denegado. Por favor verifica tu configuración e intenta de nuevo.\"],\"azjxk1\":[\"No responde a la pregunta\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modo\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"más\"],\"JcD7qf\":[\"Más acciones\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Mover\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Mover Conversación\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Mover a otro Proyecto\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Mover a Proyecto\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Debe ser al menos 10 minutos en el futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Mis plantillas\"],\"6YtxFj\":[\"Nombre\"],\"e3/ja4\":[\"Nombre A-Z\"],\"8/brI5\":[\"El nombre es requerido\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nombre actualizado\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nombre Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nuevo\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nuevo nombre de conversación\"],\"u2uElg\":[\"Nuevas conversaciones agregadas desde este informe\"],\"library.new.conversations\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nueva contraseña\"],\"7vhWI8\":[\"Nueva Contraseña\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Nuevo informe\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Más nuevos primero\"],\"hXzOVo\":[\"Siguiente\"],\"participant.button.next\":[\"Siguiente\"],\"participant.verify.selection.button.next\":[\"Siguiente\"],\"participant.verify.instructions.button.next\":[\"Siguiente\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No se encontraron acciones\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"No hay registros de auditoría que coincidan con los filtros actuales.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No se encontraron colecciones\"],\"zsslJv\":[\"No hay contenido\"],\"1pZsdx\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"library.no.conversations\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"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.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No se procesaron conversaciones. Esto puede ocurrir si todas las conversaciones ya están en el contexto o no coinciden con los filtros seleccionados.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Aun no hay conversaciones. Puede programar un informe ahora y las conversaciones se incluiran una vez que se agreguen.\"],\"oaDwXD\":[\"Sin valor predeterminado (se aplica la gestión por el cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Todavía no hay valoraciones.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No se han detectado nuevos comentarios aún. Por favor, continúa tu discusión y vuelve a intentarlo pronto.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Aún no hay nadie en la organización.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No se encontraron proyectos \",[\"0\"]],\"y29l+b\":[\"No se encontraron proyectos para el término de búsqueda\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No se encontró ningún informe\"],\"1iQvuD\":[\"Aún no hay informes\"],\"Ev2r9A\":[\"Sin resultados\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"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.\"],\"KE6RCJ\":[\"Ninguna plantilla coincide con {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No hay transcripción disponible\"],\"vq+6l+\":[\"Aún no existe transcripción para esta conversación. Por favor, revisa más tarde.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No se seleccionaron archivos de audio válidos. Por favor, selecciona solo archivos de audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No hay temas de verificación configurados para este proyecto.\"],\"pdWSGS\":[\"No hay temas de verificación disponibles.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No hay webhooks configurados\"],\"/PUkCU\":[\"No se encontraron webhooks\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"No añadidas\"],\"OJx3wK\":[\"No disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notificar a los participantes cuando se publique un informe.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Más antiguos primero\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Una vez que haya discutido, presione \\\"revisar\\\" para que \",[\"objectLabel\"],\" cambie y refleje su discusión.\"],\"participant.verify.instructions.read.aloud\":[\"Una vez que reciba \",[\"objectLabel\"],\", léalo en voz alta y comparta en voz alta lo que desea cambiar, si es necesario.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En curso\"],\"conversation.ongoing\":[\"En curso\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Solo cambia este ajuste en consulta con la(s) persona(s) responsable(s) del cumplimiento de la normativa de protección de datos dentro de tu organización.\"],\"z7dMhl\":[\"Solo se pueden adjuntar imágenes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo los administradores del espacio de trabajo pueden cambiar la base legal.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Abrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Ver grabación\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Abrir guía de solución de problemas\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Abre tu aplicación de autenticación e ingresa el código actual de seis dígitos.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Opcional\"],\"ZFIvWo\":[\"Opcional (recurre al inglés)\"],\"V44CS4\":[\"Campo opcional en la página de inicio\"],\"bkndzy\":[\"Campo opcional en la página de agradecimientos\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Opciones\"],\"BzEFor\":[\"o\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O prefiere chatear directamente?\"],\"1h45Hu\":[\"O escribe el tuyo\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Otro\"],\"GC75c7\":[\"Resultado aprobado correctamente!\"],\"QLXrh9\":[\"Resultado recargado correctamente!\"],\"LJg1UW\":[\"Resultado revisado correctamente!\"],\"df3S+R\":[\"Resultado actualizado!\"],\"1fjbvD\":[\"resultados\"],\"ZU3zZC\":[\"Resultados\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sobrescrito para este proyecto\"],\"AR/qbs\":[\"Sobrescribir para este proyecto\"],\"6/dCYd\":[\"Vista General\"],\"/fAXQQ\":[\"Overview - Temas y patrones\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenido de la Página\"],\"8F1i42\":[\"Página no encontrada\"],\"6+Py7/\":[\"Título de la Página\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participante\"],\"h3AUOJ\":[\"Correo electrónico del participante\"],\"WdEzKM\":[\"Correos electrónicos del participante\"],\"Uc9fP1\":[\"Funciones para participantes\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nombre y correo electrónico del participante\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Los participantes podrán seleccionar etiquetas al crear conversaciones\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Contraseña\"],\"zJx6Vx\":[\"Contraseña cambiada\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Las contraseñas no coinciden\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pausar lectura\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pendiente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"zmwvG2\":[\"Teléfono\"],\"B8mlc2\":[\"Elija una fecha\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Elige el enfoque que encaje con tu pregunta\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Fijar\"],\"u8qC4w\":[\"Fijar proyecto\"],\"S+WiJ3\":[\"Fije plantillas aquí para acceso rápido.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Fijados está lleno (máx. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Plantillas fijadas\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Por favor, habilite la participación para habilitar el uso compartido\"],\"fwrPh4\":[\"Por favor, ingrese un correo electrónico válido.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando)\"],\"Lu1j4b\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando).\\nEsta transcripción será anonimizada y su anfitrión no podrá escuchar su grabación.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG o WebP. Se recortará en un círculo.\"],\"jjdudv\":[\"Mala respuesta\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenido del Portal\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Editor del Portal\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparando tu experiencia\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vista previa: El zorro rápido salta sobre el perro perezoso.\"],\"DHhJ7s\":[\"Anterior\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimir / Guardar PDF\"],\"S8ugMC\":[\"Imprimir informe\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la política de privacidad\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuar\"],\"select.all.modal.proceed\":[\"Continuar\"],\"select.all.modal.loading.description\":[\"Procesando <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" y añadiéndolas a tu chat\"],\"gzGDMM\":[\"Procesando tu solicitud de retranscripción...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Proyecto creado\"],\"zjTrs1\":[\"Valor predeterminado del proyecto: activado. La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Biblioteca del Proyecto | dembrane\"],\"QDjWwu\":[\"Resumen Meta del Proyecto\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nombre del proyecto\"],\"3gh0L6\":[\"Nombre y ID del proyecto\"],\"6Z2q2Y\":[\"El nombre del proyecto debe tener al menos 4 caracteres\"],\"n7JQEk\":[\"Proyecto no encontrado\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Vista General del Proyecto | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Configuración del Proyecto\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Proyectos\"],\"DK5DV3\":[\"Proyectos | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Proporciona una visión general de los temas principales y los temas recurrentes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publicar\"],\"vsX8VJ\":[\"Publique este informe primero para mostrar el enlace del portal\"],\"IHzoSN\":[\"Publique este informe para obtener un enlace para compartir\"],\"u3wRF+\":[\"Publicado\"],\"E7YTYP\":[\"Saca las citas más potentes de esta sesión\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Pregunta\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valoración\"],\"wr9IYa\":[\"Vuelva a introducir la nueva contraseña\"],\"0ZBIgY\":[\"Reutilizar configuraciones de un webhook existente\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Leer en voz alta\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"¿Listo para comenzar?\"],\"ShoKlK\":[\"¿Listo para conectar tus herramientas? Agrega un webhook para recibir automáticamente los datos de las conversaciones cuando ocurran eventos.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Aplicaciones recomendadas\"],\"participant.button.s3check.reconnect\":[\"Reconectar\"],\"participant.button.interruption.reconnect\":[\"Reconectar\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Grabar\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Registrar otra conversación\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Grabación interrumpida\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Grabación pausada\"],\"/l7qFE\":[\"Grabación iniciada\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recrear vista\"],\"view.recreate.modal.title\":[\"Recrear vista\"],\"CqnkB0\":[\"Temas recurrentes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referencias\"],\"lCF0wC\":[\"Actualizar\"],\"ZMXpAp\":[\"Actualizar registros de auditoría\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerar\"],\"PpFJd2\":[\"Regenerar resumen\"],\"bluvj0\":[\"Regenerar Resumen\"],\"participant.regenerating.outcome\":[\"Regenerando el resultado\"],\"oYlYU+\":[\"Regenerando el resumen. Espera...\"],\"HPitDS\":[\"Registrar | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recargar la página\"],\"participant.button.reload.page.text.mode\":[\"Recargar\"],\"participant.button.reload\":[\"Recargar\"],\"participant.concrete.artefact.action.button.reload\":[\"Recargar página\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Recordar a los usuarios que verifiquen antes de finalizar\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Eliminar\"],\"w61W3L\":[\"Quitar \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Eliminar avatar\"],\"Kl7//J\":[\"Eliminar Correo Electrónico\"],\"cILfnJ\":[\"Eliminar archivo\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Eliminar de este chat\"],\"O90CN2\":[\"Eliminar logotipo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Eliminar la sobrescritura\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renombrar\"],\"6PsaMr\":[\"Renombrar chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Grabación\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de Respuesta\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Informe\"],\"e/MQa5\":[\"El informe ya se está generando\"],\"Q3LOVJ\":[\"Informar de un problema\"],\"DUmD+q\":[\"Informe creado - \",[\"0\"]],\"hh/mvZ\":[\"Generación del informe cancelada\"],\"sSy8vA\":[\"Generación del informe en curso...\"],\"v7O77U\":[\"La generación del informe fue cancelada. Puedes iniciar un nuevo informe a continuación.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notificaciones de Reportes\"],\"M9snPp\":[\"Informe programado\"],\"6g+4DA\":[\"Aviso enviado. Gracias\"],\"u9r3Di\":[\"Las plantillas de informes están en nuestra hoja de ruta.\"],\"lNo4U2\":[\"Informe actualizado - \",[\"0\"]],\"t9yxlZ\":[\"Informes\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Solicitar Acceso\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Solicitar Restablecimiento de Contraseña\"],\"8H5nRH\":[\"Solicitar Restablecimiento de Contraseña | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Por favor, espera mientras verificamos el acceso al micrófono.\"],\"TMLAx2\":[\"Requerido\"],\"0Hf+6m\":[\"Requiere que \\\"Solicitar correo electrónico?\\\" esté habilitado\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogramar\"],\"6eIR/n\":[\"Reprogramar para\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Restablecer\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Restablecer Contraseña\"],\"9uplIY\":[\"Restablecer Contraseña | dembrane\"],\"L+rMC9\":[\"Restablecer a valores predeterminados\"],\"kX8Fjz\":[\"Comentarios sobre la respuesta\"],\"participant.button.stop.resume\":[\"Reanudar\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribir\"],\"ehyRtB\":[\"Retranscribir conversación\"],\"1JHQpP\":[\"Retranscribir conversación\"],\"+gmVxi\":[\"La retranscripción no está disponible para conversaciones anónimas\"],\"MXwASV\":[\"La retranscripción ha comenzado. La nueva conversación estará disponible pronto.\"],\"6gRgw8\":[\"Reintentar\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Reintentar subida\"],\"2fCpt5\":[\"Volver al inicio\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Revisa la actividad de tu espacio de trabajo. Filtra por colección o acción, y exporta la vista actual para una investigación más detallada.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Revisar archivos antes de subir\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Revisar el estado de procesamiento para cada conversación recopilada en este proyecto.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"revisar\"],\"OG3mVO\":[\"Revisión #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Haga clic con el botón derecho para resaltar\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Filas por página\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Guardar\"],\"participant.concrete.action.button.save\":[\"guardar\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Guardar como plantilla\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Guardar Cambios\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"¡Error al guardar!\"],\"5dVjYt\":[\"Guardar plantilla\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Guardando...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Escanea el código QR o copia el secreto en tu aplicación.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Programar\"],\"wCGy0o\":[\"Programar informe\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Desplazarse al final\"],\"A1taO8\":[\"Buscar\"],\"select.all.modal.loading.search\":[\"Buscar\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Busca y selecciona las conversaciones para este chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Buscar conversaciones\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Buscar proyectos\"],\"I0hU01\":[\"Buscar Proyectos\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Buscar proyectos...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Buscar etiquetas\"],\"pECIKL\":[\"Buscar templates...\"],\"select.all.modal.search.text\":[\"Texto de búsqueda:\"],\"nhvuQF\":[\"Buscar webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Buscó en las fuentes más relevantes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secreto\"],\"Y1y+VB\":[\"Secreto copiado\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Hasta pronto\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Seleccionar un micrófono\"],\"s5OrCL\":[\"Selecciona un webhook para clonar\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Seleccionar todo\"],\"+fRipn\":[\"Seleccionar todo (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Seleccionar todos los resultados\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecciona al menos un evento\"],\"d3O/ZP\":[\"Selecciona al menos un otro tema antes de eliminar este\"],\"NK2YNj\":[\"Seleccionar archivos de audio para subir\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Selecciona conversaciones y encuentra citas exactas\"],\"LyHz7Q\":[\"Selecciona conversaciones en la barra lateral\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleccione hasta 2 areas de enfoque para su informe\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Seleccione qué temas pueden usar los participantes para \\\"Verificar\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Seleccionar un micrófono\"],\"gU5H9I\":[\"Archivos seleccionados (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Micrófono seleccionado\"],\"tP/pEQ\":[\"Selección demasiado grande\"],\"select.all.modal.context.limit.reached\":[\"Selección demasiado grande. Algunas conversaciones no se añadieron.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Enviar\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Enviar aviso\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Enviar notificaciones de Slack/Teams cuando se completen nuevas conversaciones\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nombre de la Sesión\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Configuración\"],\"participant.settings.modal.title\":[\"Configuración\"],\"BVRW7i\":[\"Configuración | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Compartir informe\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Comparte tus detalles aquí\"],\"nnWGzO\":[\"Comparta sus ideas con nuestro equipo\"],\"4o0klJ\":[\"Comparta su voz escaneando el codigo QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Más corto primero\"],\"8vETh9\":[\"Mostrar\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Mostrar reproductor de audio\"],\"pzaNzD\":[\"Mostrar datos\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Mostrar direcciones IP\"],\"6lGV3K\":[\"Mostrar menos\"],\"fMPkxb\":[\"Mostrar más\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Mostrar referencias\"],\"OV2iSn\":[\"Mostrar datos de revisión\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Mostrando \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" de \",[\"totalItems\"],\" entradas\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" de \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Mostrando su informe completado más reciente.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Omitir\"],\"participant.button.verify_prompt.skip\":[\"Omitir\"],\"participant.mic.check.button.skip\":[\"Omitir\"],\"select.all.modal.context.limit.reached.description\":[\"Omitidas porque la selección era demasiado grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Comunidad de Slack\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Algunos archivos ya estaban seleccionados y no se agregarán dos veces.\"],\"select.all.modal.skip.disclaimer\":[\"Algunas pueden omitirse (sin transcripción o selección demasiado grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Algo está bloqueando tu conexión. Tu audio no se guardará a menos que se resuelva este problema.\"],\"nwtY4N\":[\"Algo salió mal\"],\"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.conversation.error\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"mwpVVD\":[\"Algo salió mal al generar su último informe.\"],\"2WNFmv\":[\"Algo salió mal al generar su informe.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Algo salió mal al exportar los registros de auditoría.\"],\"q9A2tm\":[\"Algo salió mal al generar el secreto.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Algo salió mal. Inténtelo de nuevo presionando el botón <0>Explorar, o contacte con soporte si el problema continúa.\"],\"fWsBTs\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"participant.go.deeper.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\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Español\"],\"z5/5iO\":[\"Contexto Específico\"],\"mORM2E\":[\"Detalles concretos\"],\"Etejcu\":[\"Detalles concretos - Conversaciones seleccionadas\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Comenzar desde cero\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Iniciar nueva conversación\"],\"participant.button.start.new.conversation\":[\"Iniciar nueva conversación\"],\"i88wdJ\":[\"Empezar de nuevo\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Estado\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Detener\"],\"participant.button.stop\":[\"Detener\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planificación Estratégica\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Enviar\"],\"participant.button.submit.text.mode\":[\"Enviar\"],\"zzDlyQ\":[\"Éxito\"],\"aG+cH9\":[\"Sugerir sugerencias dinámicas basadas en su conversación.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Sugerido:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Resumir\"],\"5Y4tAB\":[\"Resume esta entrevista en un artículo para compartir\"],\"dXoieq\":[\"Resumen\"],\"+bZY9/\":[\"Resumen (cuando esté disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"El resumen estará disponible cuando la conversación esté transcrita\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Cambiar a entrada de texto\"],\"D+NlUC\":[\"Sistema\"],\"woaefe\":[\"Valor predeterminado del sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Etiquetas\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta u obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"eyu39U\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"participant.refine.make.concrete.description\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Plantilla aplicada\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nombre de plantilla\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Plantillas\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Testear Webhook\"],\"xeiujy\":[\"Texto\"],\"CPN34F\":[\"¡Gracias por participar!\"],\"u+Whi9\":[\"Contenido de la Página de Gracias\"],\"1LLF3Z\":[\"¡Gracias!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"Ese código no funcionó. Inténtalo de nuevo con un código nuevo de tu aplicación de autenticación.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"El código no ha funcionado, inténtalo otra vez.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"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.loading\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"El endpoint donde enviaremos los datos. Obtén esto de tu servicio de recepción (por ejemplo, Zapier, Make, o tu propio servidor).\"],\"Jo19Pu\":[\"Las siguientes conversaciones se agregaron automáticamente al contexto\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"El informe puede comenzar hasta 5 minutos después de la hora elegida.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Estamos generando el resumen. Espera a que esté disponible.\"],\"+AT8nl\":[\"Estamos regenerando el resumen. Espera a que esté disponible.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"La URL del webhook y los eventos se clonarán. Necesitarás volver a introducir el secreto si se configuró uno.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Tema\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Hubo un error al clonar tu proyecto. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"JDFjCg\":[\"Hubo un error al crear tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Estas conversaciones fueron excluidas debido a la falta de transcripciones.\"],\"8xYB4s\":[\"Estas plantillas de vista predeterminadas se generarán cuando crees tu primera biblioteca.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Pensando...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Esto puede ocurrir cuando una VPN o un firewall está bloqueando la conexión. Intenta desactivar tu VPN, cambiar a otra red (p. ej., punto de acceso móvil) o contacta con tu departamento de TI para obtener ayuda.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Esta conversación tiene las siguientes copias:\"],\"conversation.linking_conversations.description\":[\"Esta conversación es una copia de\"],\"SzU1mG\":[\"Este correo electrónico ya está en la lista.\"],\"participant.modal.refine.info.available.in\":[\"Esta función estará disponible en \",[\"remainingTime\"],\" segundos.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Esta información está anónima\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"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.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Este es un ejemplo de los datos JSON enviados a tu URL de webhook cuando se resume una conversación.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Está configurado el tratamiento basado en el consentimiento sin enlace a la política de privacidad. Añada uno para que este ajuste siga siendo válido: los participantes deben poder leer la política de privacidad.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Biblioteca\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Este idioma se usará para el Portal del Participante.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Esta parte de la página no se ha cargado. Recargarla suele solucionarlo. Si sigue pasando, vuelve al inicio.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Este proyecto seguirá el ajuste heredado: \",[\"0\"],\" (\",[\"1\"],\").\"],\"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.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Este informe no está disponible. \"],\"GQTpnY\":[\"Este informe fue abierto por \",[\"0\"],\" personas\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Este título se muestra a los participantes cuando inician una conversación\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Esto borrará tu entrada actual. ¿Estás seguro?\"],\"NrRH+W\":[\"Esto creará una copia del proyecto actual. Solo se copiarán los ajustes y etiquetas. Los informes, chats y conversaciones no se incluirán en la copia. Serás redirigido al nuevo proyecto después de clonar.\"],\"hsNXnX\":[\"Esto creará una nueva conversación con el mismo audio pero una transcripción fresca. La conversación original permanecerá sin cambios.\"],\"add.tag.filter.modal.info\":[\"Esto filtrará la lista de conversaciones para mostrar conversaciones con esta etiqueta.\"],\"participant.concrete.regenerating.artefact.description\":[\"Esto solo tomará unos momentos\"],\"participant.concrete.loading.artefact.description\":[\"Esto solo tomará un momento\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Este espacio de trabajo ha agotado sus horas de grabación. Mejora tu plan para seguir usando la voz.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pulgar abajo\"],\"Nuw8ty\":[\"Pulgar arriba\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Hora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Marca de tiempo\"],\"XSqo4Y\":[\"Marcas de tiempo y duración\"],\"rm2Cxd\":[\"Consejo\"],\"fEocaE\":[\"Consejo: Usa el botón de reproducción (▶) para enviar un payload de prueba a tu webhook y verificar que está funcionando correctamente.\"],\"Zb3ANR\":[\"Consejo: También puede crear una plantilla desde cualquier mensaje de chat que envíe, o duplicar una plantilla existente.\"],\"MHrjPM\":[\"Título\"],\"1xkgU6\":[\"Título auto-generado\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Para ayudarnos a actuar, intente incluir dónde ocurrió y qué estaba intentando hacer. Para errores, díganos qué salió mal. Para ideas, díganos qué necesidad resolvería para usted.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Demasiado grande\"],\"yIsdT7\":[\"Demasiado largo\"],\"qgwLj6\":[\"Demasiado largo o poco claro\"],\"lcsUaI\":[\"Demasiados avisos. Espere unos minutos e inténtelo de nuevo\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Tema creado correctamente\"],\"Sawj4V\":[\"Tema eliminado correctamente\"],\"xcp3ny\":[\"Etiqueta de tema\"],\"vQoAht\":[\"Tema actualizado correctamente\"],\"th8cMZ\":[\"Título basado en temas que describe lo que se discutió\"],\"sFMBP5\":[\"Temas\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribiendo...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcripción\"],\"hfpzKV\":[\"Transcripción copiada al portapapeles\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Activar flujos de trabajo automatizados en herramientas como Zapier, Make, o n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Prueba a preguntar\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Intenta moverte un poco más cerca de tu micrófono para mejorar la calidad del sonido.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Desactivar\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"¿Desactivar la anonimización?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Desactivar la anonimización mientras hay grabaciones en curso puede tener consecuencias no deseadas. Las conversaciones activas también se verán afectadas durante la grabación. Por favor, use esto con precaución.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Autenticación de dos factores\"],\"NwChk2\":[\"Autenticación en dos pasos desactivada\"],\"qwpE/S\":[\"Autenticación en dos pasos activada\"],\"+zy2Nq\":[\"Tipo\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Escribe un mensaje o pulsa / para plantillas...\"],\"EvmL3X\":[\"Escribe tu respuesta aquí\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ucraniano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"MksxNf\":[\"No se pudieron cargar los registros de auditoría.\"],\"participant.outcome.error.title\":[\"No se puede cargar el resultado\"],\"59QK2U\":[\"No se pudo cargar el resultado generado. Por favor, inténtalo de nuevo.\"],\"nGxDbq\":[\"No se puede procesar este fragmento\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Deshacer\"],\"Ef7StM\":[\"Desconocido\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Razón desconocida\"],\"nWMRxa\":[\"Desfijar\"],\"vSdeRU\":[\"Desancla primero un proyecto (máx. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Desancla primero un proyecto (máx. 3)\"],\"dx+iaL\":[\"Desanclar proyecto\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Cambios sin guardar\"],\"SMaFdc\":[\"Desuscribirse\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversación sin título\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Informe sin título\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Hasta \",[\"MAX_FILES\"],\" imágenes\"],\"lLehih\":[\"Hasta \",[\"MAX_MESSAGE_CHARS\"],\" caracteres\"],\"EkH9pt\":[\"Actualizar\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Subir\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Subir avatar\"],\"kV3A2a\":[\"Subida Completa\"],\"4Fr6DA\":[\"Subir conversaciones\"],\"pZq3aX\":[\"Subida fallida. Por favor, inténtalo de nuevo.\"],\"HAKBY9\":[\"Subir Archivos\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Subiendo archivos de audio...\"],\"participant.modal.uploading\":[\"Subiendo audio...\"],\"participant.modal.interruption.uploading\":[\"Subiendo audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"La URL es requerida\"],\"3VnYUR\":[\"La URL debe empezar con http:// o https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usar el valor heredado\"],\"ngdRFH\":[\"Usa Shift + Enter para agregar una nueva línea\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Nombre de usuario\"],\"1Nt3Kg\":[\"Usando el logo de dembrane por defecto\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"¿Usando webhooks? Nos encantaría escuchar de ti\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Recordatorio de verificación\"],\"participant.banner.verification_required\":[\"Verificación requerida\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verificado\"],\"select.all.modal.loading.verified\":[\"Verificado\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verificado\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verificar\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verificar\"],\"participant.echo.verify\":[\"Verificar\"],\"4LFZoj\":[\"Verificar código\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Temas de verificación\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vista\"],\"SZw9tS\":[\"Ver detalles\"],\"95YFbG\":[\"Ver ejemplo de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ver tus respuestas\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Esperando a que terminen las conversaciones antes de generar un informe.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"No pudimos desactivar la autenticación de dos factores. Inténtalo de nuevo con un código nuevo.\"],\"sM2pBB\":[\"No pudimos activar la autenticación de dos factores. Verifica tu código e inténtalo de nuevo.\"],\"mW8QSA\":[\"No encontramos la página que buscabas. Puede que se haya movido.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Necesitamos un poco más de contexto para ayudarle a usar ECHO de manera efectiva. Por favor, continúe grabando para que podamos proporcionar mejores sugerencias.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"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.\"],\"FXjsEJ\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use <0>Informar de un problema para enviarlo con capturas de pantalla.\"],\"XolQc4\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use Informar de un problema en la barra lateral para enviarlo con capturas de pantalla.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL del Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Los webhooks son mensajes automatizados enviados de una aplicación a otra cuando ocurre algo. Piénsalos como un \\\"sistema de notificaciones\\\" para tus otras herramientas.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenido\"],\"9eF5oV\":[\"Bienvenido de nuevo\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"¡Bienvenido a dembrane!\"],\"u4aLOz\":[\"Bienvenido al modo Resumen. Tengo cargados los resúmenes de todas tus conversaciones. Pregúntame por patrones, temas e insights en tus datos. Para citas exactas, inicia un nuevo chat en el modo Contexto Específico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"¡Bienvenido!\"],\"RL57XM\":[\"¿Qué son los webhooks? (2 min de lectura)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"¿Qué datos se envían?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"¿Qué desea verificar?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"¿Qué ha pasado? Pegue aquí una captura de pantalla para adjuntarla\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"¿Qué debe ECHO analizar o generar a partir de las conversaciones?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"¿Qué ha fallado?\"],\"qGrqH9\":[\"¿Cuáles fueron los momentos clave de esta conversación?\"],\"FXZcgH\":[\"¿Qué te gustaría explorar?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Cuando un participante abre el portal, ingresa sus detalles y comienza una conversación\"],\"myUTw1\":[\"Cuando se ha generado un informe para el proyecto\"],\"7t3vo1\":[\"Cuando todo el audio ha sido convertido a texto y la transcripción completa está disponible\"],\"N0GETg\":[\"¿Cuándo se activan los webhooks?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Cuando esté activado, todas las nuevas transcripciones tendrán información personal (nombres, emails, números de teléfono, direcciones) reemplazadas por marcadores de posición. Las conversaciones anónimas también desactivan la reproducción de audio, el descarga de audio y la retranscripción para proteger la privacidad de los participantes. Esto no se puede deshacer para conversaciones ya procesadas.\"],\"MEmr1I\":[\"Cuando finalices la conversación, los participantes que no han verificado aún serán solicitados para verificar o saltar\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"¿Cuándo se debe generar el informe?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Cuando el resumen esté listo (incluye tanto la transcripción como el resumen)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"se incluirá en tu informe\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Espacio de trabajo / proyecto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valor predeterminado del espacio de trabajo\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Ajustes del espacio de trabajo\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"¿Te gustaría añadir esta etiqueta a tus filtros actuales?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Idioma o tono equivocado\"],\"MNTYHt\":[\"Fuentes equivocadas\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Sí\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Tú\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Ya estás desuscribido o tu enlace es inválido.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo después de añadir los datos de facturación.\"],\"uGP87g\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo.\"],\"WS92Fk\":[\"Puedes navegar a otra página y volver más tarde. Tu informe seguirá generándose en segundo plano.\"],\"E71LBI\":[\"Solo puedes subir hasta \",[\"MAX_FILES\"],\" archivos a la vez. Solo los primeros \",[\"0\"],\" archivos se agregarán.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Puede intentarlo de nuevo a continuación.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Ya has añadido <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" a este chat.\"],\"7W35AW\":[\"Ya has añadido todas las conversaciones relacionadas con esto\"],\"participant.modal.change.mic.confirmation.text\":[\"Has cambiado tu micrófono. Por favor, haz clic en \\\"Continuar\\\", para continuar con la sesión.\"],\"T/Q7jW\":[\"Has desuscribido con éxito.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Aún no has verificado ningún resultado. ¿Te gustaría verificar antes de terminar?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"También puedes elegir registrar otra conversación.\"],\"yCtSKg\":[\"Debes iniciar sesión con el mismo proveedor con el que te registraste. Si encuentras algún problema, por favor contáctanos.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Pareces estar desconectado, por favor verifica tu conexión a internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Pronto recibirá \",[\"objectLabel\"],\" para verificar.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"¡Su aprobación nos ayuda a comprender lo que realmente piensa!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Tu comentario y esta respuesta llegan al equipo de dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Tus entradas se guardarán automáticamente.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La generación de tu último informe fue cancelada. Se muestra tu informe completado más reciente.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Su nombre\"],\"VSneAo\":[\"Se incluyen su nombre, su correo y la página actual para que podamos responderle.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"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\"],\"We're preparing your workspace.\":[\"Estamos preparando tu espacio de trabajo.\"],\"Preparing your dashboard\":[\"Preparando tu dashboard\"],\"Welcome back\":[\"Bienvenido de nuevo\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La biblioteca tardará \",[\"duration\"]],\"uDvV8j\":[\"Enviar\"],\"aMNEbK\":[\"Desuscribirse de Notificaciones\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" disponible pronto\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorar\\\" disponible pronto\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verificar\\\" disponible pronto\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(opcional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" etiqueta\"],\"other\":[\"#\",\" etiquetas\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Mensaje de dembrane\"],\"other\":[\"Mensajes de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Etiqueta:\"],\"other\":[\"Etiquetas:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" añadidas\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversaciones • Editado \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" no añadidas\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vistas\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversaciones • Editado \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" seleccionadas\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" leyendo ahora\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" aún en proceso.\"],\"ZpJ0wx\":[\"*Transcripción en progreso.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversaciones\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspectos\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vista\"],\"AeSuqs\":[\"1. Proporcionas una URL donde quieres recibir notificaciones\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Cuando ocurre un evento de conversación o informe, enviamos automáticamente los datos a tu URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Tu sistema recibe los datos y puede actuar sobre ellos (por ejemplo, guardar en una base de datos, enviar un correo electrónico, actualizar una hoja de cálculo)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nombre amigable para identificar este webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Se generará y publicará automáticamente un nuevo informe en el horario programado.\"],\"zm7GU7\":[\"Se requiere un enlace a la política de privacidad para el tratamiento basado en el consentimiento. Debe comenzar con http:// o https:// y tener como máximo 255 caracteres.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Ya se está generando un informe para este proyecto. Espera a que se complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Cuenta\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Valor predeterminado de la cuenta\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Contraseña de la cuenta\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Acción de\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Acción sobre\"],\"7L01XJ\":[\"Acciones\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtros activos\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Añadir\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Añadir contexto adicional (Opcional)\"],\"Se1KZw\":[\"Añade todos los que correspondan\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Añadir conversaciones al contexto\"],\"8T7YRB\":[\"Agregue conversaciones a su proyecto primero\"],\"LL1rvo\":[\"Añadir Tema Personalizado\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Añadir imágenes\"],\"1xDwr8\":[\"Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción.\"],\"ndpRPm\":[\"Añade nuevas grabaciones a este proyecto. Los archivos que subas aquí serán procesados y aparecerán en las conversaciones.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Añadir Etiqueta\"],\"add.tag.filter.modal.title\":[\"Añadir etiqueta a los filtros\"],\"IKoyMv\":[\"Añadir Etiquetas\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Añadir a los filtros\"],\"NffMsn\":[\"Añadir a este chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Añadir Tema\"],\"AHaRrL\":[\"Añadir traducciones\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Añadir Webhook\"],\"UZ07em\":[\"Añadir tu primer Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Añadidas\"],\"Na90E+\":[\"E-mails añadidos\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" al chat\"],\"select.all.modal.add.with.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" con los siguientes filtros:\"],\"select.all.modal.add.without.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\" con los siguientes filtros:\"],\"select.all.modal.loading.title\":[\"Añadiendo conversaciones\"],\"Du6bPw\":[\"Dirección\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajustar el tamaño de la fuente base para la interfaz\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avanzado\"],\"OaKXud\":[\"Avanzado (Consejos y best practices)\"],\"JiIKww\":[\"Configuración Avanzada\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Ejecución guiada por herramientas\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Todo\"],\"cF7bEt\":[\"Todas las acciones\"],\"O1367B\":[\"Todas las colecciones\"],\"gvykaX\":[\"Todas las conversaciones\"],\"u/fl/S\":[\"Todas las archivos se han subido correctamente.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Todas las plantillas\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permitir a los participantes usar el enlace para iniciar nuevas conversaciones\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Casi listo\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Ya añadido a este chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Ya en el contexto\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ha ocurrido un error inesperado. Recargar la página o volver al inicio suele ayudar.\"],\"F4cOH1\":[\"Lenguaje de análisis\"],\"ZlwDi6\":[\"Analíticas\"],\"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\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonimizar transcripción\"],\"gd1W+U\":[\"Anonimizar transcripciones\"],\"YdiKaK\":[\"conversación anónima\"],\"iPiP6k\":[\"Conversación anónima\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"¿Algo más?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apariencia\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Aplicar\"],\"4TwsNi\":[\"Aplicar plantilla\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"aprobar\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Aprobado\"],\"tq+4rb\":[\"¿Estás seguro de que quieres eliminar el webhook \\\"\",[\"0\"],\"\\\"? Esta acción no se puede deshacer.\"],\"uqhbrg\":[\"¿Está seguro de que desea eliminar este chat? Esta acción no se puede deshacer.\"],\"Q5Z2wp\":[\"¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer.\"],\"yrk3z3\":[\"¿Estás seguro de que quieres eliminar este tema personalizado? Esta acción no se puede deshacer.\"],\"YF1Re1\":[\"¿Estás seguro de que quieres eliminar este proyecto? Esta acción no se puede deshacer.\"],\"ELQ+fw\":[\"¿Estás seguro de que quieres eliminar este informe? Esta acción no se puede deshacer.\"],\"aUsm4A\":[\"¿Estás seguro de que quieres eliminar esta etiqueta? Esto eliminará la etiqueta de las conversaciones existentes que la contienen.\"],\"e3BGhi\":[\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer.\"],\"participant.modal.finish.message.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"sOql0x\":[\"¿Estás seguro de que quieres generar la biblioteca? Esto tomará un tiempo y sobrescribirá tus vistas e insights actuales.\"],\"UXCOMn\":[\"¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual.\"],\"ZmeZPn\":[\"¿Está seguro de que desea eliminar su avatar?\"],\"wQ5jM6\":[\"¿Está seguro de que desea eliminar su logotipo personalizado? Se utilizará el logotipo predeterminado de dembrane.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Preguntar\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"¿Preguntar por el email?\"],\"Rjlwvz\":[\"¿Preguntar por el nombre?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspecto\"],\"HkigHK\":[\"Aspectos\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Tienes que seleccionar al menos un tema para activar Verificar\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"¡Atención! Perdimos los últimos 60 segundos de tu grabación debido a una interrupción. Por favor, presiona el botón de abajo para reconectar.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"El descarga de audio no está disponible para conversaciones anónimas\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La reproducción de audio no está disponible para conversaciones anónimas\"],\"IOBCIN\":[\"Consejo de audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Registros de auditoría\"],\"aL1eBt\":[\"Registros de auditoría exportados a CSV\"],\"mS51hl\":[\"Registros de auditoría exportados a JSON\"],\"z8CQX2\":[\"Código de autenticación\"],\"R+PyK8\":[\"Generar títulos automáticamente\"],\"voAvDv\":[\"Generar títulos automáticamente\"],\"Wrpmw7\":[\"Generado automáticamente o introducido manualmente\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Generar automáticamente un título corto basado en temas para cada conversación después de la resumen. El título describe lo que se discutió, no quién participó. El nombre original del participante se conserva por separado, si lo proporcionaron.\"],\"F95AYw\":[\"Guardar automáticamente las transcripciones en tu CRM o base de datos\"],\"zUbSgC\":[\"Enviar automáticamente los datos de la conversación a tus otras herramientas y servicios cuando ocurran eventos.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar eliminado\"],\"jSKImf\":[\"Avatar actualizado\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Atrás\"],\"participant.button.back.microphone\":[\"Volver\"],\"participant.button.back\":[\"Volver\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Volver a la selección\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Volver a plantillas\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Básico (Diapositivas esenciales del tutorial)\"],\"epXTwc\":[\"Configuración Básica\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Reservar una llamada\"],\"KKLfx1\":[\"Reserve una llamada con nosotros\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Reservar una llamada de descubrimiento\"],\"YgG3yv\":[\"Ideas de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construir paneles personalizados con datos de conversación en tiempo real\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Al eliminar este proyecto, eliminará todos los datos asociados. Esta acción no se puede deshacer. ¿Está completamente seguro?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancelar\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancelar\"],\"participant.concrete.action.button.cancel\":[\"cancelar\"],\"participant.concrete.instructions.button.cancel\":[\"cancelar\"],\"select.all.modal.cancel\":[\"Cancelar\"],\"add.tag.filter.modal.cancel\":[\"Cancelar\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancelar la sobrescritura\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancelar programación\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"No se puede añadir una conversación vacía\"],\"SL9Qao\":[\"No se puede reprogramar dentro de los 10 minutos previos a la hora programada\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Tarjeta\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Cambiar idioma\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Cambiar contraseña\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nombre del chat\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Verificar acceso al micrófono\"],\"participant.button.check.microphone.access\":[\"Verificar acceso al micrófono\"],\"WQUm5N\":[\"Revise el texto y las imágenes e inténtelo de nuevo\"],\"v4fiSg\":[\"Revisa tu correo electrónico\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Elegir un archivo de logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Elegir desde tus otros proyectos\"],\"Aoxltn\":[\"Elegir cuándo quieres recibir notificaciones\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Elige el tema que prefieras para la interfaz\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Haz clic en \\\"Subir archivos\\\" cuando estés listo para iniciar el proceso de subida.\"],\"cwMTjO\":[\"Haz clic para editar\"],\"jcSz6S\":[\"Haz clic para ver las \",[\"totalCount\"],\" conversaciones\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Cliente-manejado\"],\"+d+tJS\":[\"Clonar desde otro proyecto\"],\"nCnTY0\":[\"Clonar desde proyecto\"],\"BPrdpc\":[\"Clonar proyecto\"],\"9U86tL\":[\"Clonar proyecto\"],\"yz7wBu\":[\"Cerrar\"],\"select.all.modal.close\":[\"Cerrar\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Colección\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Casos de uso comunes:\"],\"Wqc3zS\":[\"Comparar y Contrastar\"],\"CfO59/\":[\"Comparar y Contrastar Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Completar\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuar\"],\"7VpPHA\":[\"Confirmar\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmar nueva contraseña\"],\"yjkELF\":[\"Confirmar Nueva Contraseña\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publicar\"],\"vz1fGK\":[\"Confirmar reprogramación\"],\"L0k594\":[\"Confirma tu contraseña para generar un nuevo secreto para tu aplicación de autenticación.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Conectando a los servicios de informes...\"],\"wX/BfX\":[\"Conexión saludable\"],\"participant.modal.s3check.title\":[\"Problema de conexión\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Conexión no saludable\"],\"l9fkrm\":[\"Consentimiento\"],\"EhtOYz\":[\"El tratamiento basado en el consentimiento está activo sin enlace a la política de privacidad. Añada uno donde esté definida la base legal: los participantes deben poder leer la política de privacidad.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenido\"],\"M73whl\":[\"Contexto\"],\"VHSco4\":[\"Contexto añadido:\"],\"JX3KT4\":[\"Sugerencias contextuales\"],\"xGVfLh\":[\"Continuar\"],\"participant.button.continue\":[\"Continuar\"],\"participant.ready.to.begin.button.text\":[\"Continuar\"],\"F1pfAy\":[\"conversación\"],\"YyNOE7\":[\"Conversación\"],\"EiHu8M\":[\"Conversación añadida al chat\"],\"participant.conversation.ended\":[\"Conversación terminada\"],\"OtdHFE\":[\"Conversación eliminada del chat\"],\"zTKMNm\":[\"Estado de la conversación\"],\"Rdt7Iv\":[\"Detalles del estado de la conversación\"],\"7Ljafh\":[\"Etiquetas de la conversación\"],\"a7zH70\":[\"conversaciones\"],\"EnJuK0\":[\"Conversaciones\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Enfriándose. Disponible en \",[\"0\"]],\"6V3Ea3\":[\"Copiado\"],\"84o0nc\":[\"Copiado desde la conversación original\"],\"PiH3UR\":[\"Copiado!\"],\"iaPtht\":[\"copia\"],\"he3ygx\":[\"Copiar\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copiar enlace\"],\"H4brGj\":[\"Copiar enlace al portapapeles\"],\"AjrNNs\":[\"Copiar contenido del informe\"],\"vAkFou\":[\"Copiar secreto\"],\"v3StFl\":[\"Copiar Resumen\"],\"/4gGIX\":[\"Copiar al portapapeles\"],\"RTxUjI\":[\"Copiar al portapapeles\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copiando...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"No se pudo trasladar tu selección. Vuelve a elegir abajo.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"No se pudo copiar al portapapeles. Inténtelo de nuevo.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"No se pudo abrir la lista de conversaciones. Inténtalo de nuevo.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"No se guardó la valoración\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"No se ha podido enviar el aviso. Inténtelo de nuevo\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Crear\"],\"VW1ecc\":[\"Crear un nuevo webhook desde cero\"],\"oJfYM5\":[\"Crear un breve de investigación desde las conversaciones recientes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Crear biblioteca\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Crear nueva vista\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Crear informe\"],\"A5hiCy\":[\"Crear plantilla\"],\"library.create.view\":[\"Crear vista\"],\"3D0MXY\":[\"Crear Vista\"],\"dkAPxi\":[\"Crear Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Creado el\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recortar avatar\"],\"udBqWc\":[\"Recortar imagen\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recortar logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actual\"],\"Pn2B7/\":[\"Contraseña actual\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personalizado\"],\"o1nIYK\":[\"Nombre de archivo personalizado\"],\"GrXJvi\":[\"Logo personalizado\"],\"iv5fAO\":[\"Prompt de título personalizado\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"URL del panel de control (enlace directo a la vista de conversaciones)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Fecha\"],\"ItMGda\":[\"Rango de fechas\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Predeterminado\"],\"ucTqrC\":[\"Predeterminado - Sin tutorial (Solo declaraciones de privacidad)\"],\"K/78Yl\":[\"Delegación de análisis multi-paso con ejecución de herramientas en vivo\"],\"cnGeoo\":[\"Eliminar\"],\"project.sidebar.chat.delete\":[\"Eliminar chat\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Eliminar chat\"],\"2GCE3m\":[\"Eliminar conversación\"],\"2DzmAq\":[\"Eliminar Conversación\"],\"j5pYC4\":[\"Eliminar tema personalizado\"],\"mp235G\":[\"Eliminar proyecto\"],\"++iDlT\":[\"Eliminar Proyecto\"],\"rUWrSE\":[\"Eliminar informe\"],\"qr0gpK\":[\"Eliminar etiqueta\"],\"DFjdv0\":[\"Eliminar plantilla\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Eliminar Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Eliminado con éxito\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invitación a eventos dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describa el problema\"],\"Fs/0D5\":[\"Describe lo que el modelo de lenguaje debe extraer o resumir de la conversación...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determina bajo qué base legal del RGPD se tratan los datos personales de este proyecto.\"],\"2rgVKb\":[\"Determina bajo qué base legal de GDPR se procesan los datos personales. Esto afecta a la información que se muestra a los participantes y a los derechos de los sujetos de datos.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Desactivar 2FA\"],\"yrMawf\":[\"Desactivar autenticación de dos factores\"],\"E/QGRL\":[\"Desactivado\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nombre para mostrar\"],\"fDGgw4\":[\"¿Necesito esto?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"¿Quieres estar en el bucle?\"],\"TvY/XA\":[\"Documentación\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Listo, contactadme\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Descargar\"],\"5YVf7S\":[\"Descargar todas las transcripciones de conversaciones generadas para este proyecto.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Descargar como\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Descargar Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Descargar código QR\"],\"+bBcKo\":[\"Descargar transcripción\"],\"5XW2u5\":[\"Opciones de Descarga de Transcripción\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Borrador de acciones siguientes y organizarlas por prioridad\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Arrastra archivos de audio aquí o haz clic para seleccionar archivos\"],\"KGi3u9\":[\"Arrastrar para reordenar\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicar\"],\"lkz6PL\":[\"Duración\"],\"KIjvtr\":[\"Holandés\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ej. \\\"Enfoque en temas de sostenibilidad\\\" o \\\"¿Qué piensan los participantes sobre la nueva política?\\\"\"],\"pO9dOq\":[\"por ejemplo, \\\"Usar frases de sustantivos cortas como 'Espacios verdes urbanos' o 'Empleo juvenil'. Evitar títulos genéricos.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ej. Resumen semanal de partes interesadas\"],\"ffuZIY\":[\"por ejemplo, Notificaciones de Slack, Flujo de trabajo de Make\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Editar\"],\"9WkyHF\":[\"Editar Conversación\"],\"Y/3VME\":[\"Editar Tema Personalizado\"],\"/8fAkm\":[\"Editar nombre de archivo\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Modo edición\"],\"niSWGL\":[\"Editar opciones\"],\"G2KpGE\":[\"Editar Proyecto\"],\"DdevVt\":[\"Editar Contenido del Informe\"],\"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.\"],\"nP7CdQ\":[\"Editar Webhook\"],\"O3oNi5\":[\"Correo electrónico\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@trabajo.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji mostrado junto al tema, por ejemplo: 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vacío\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activar 2FA\"],\"D3AnH0\":[\"Habilitar Explorar\"],\"4KKbfZ\":[\"Habilitar participación\"],\"G3dSLc\":[\"Habilitar Notificaciones de Reportes\"],\"ZUS4uO\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"Explorar\\\" 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. Se aplica un período de enfriamiento entre solicitudes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Active esta función para permitir que los participantes verifiquen y aprueben \\\"resultados\\\" de sus envíos. Esto ayuda a cristalizar ideas clave, preocupaciones o resúmenes. Después de la conversación, puede filtrar las discusiones con resultados verificados y revisarlas en la descripción general.\"],\"C027jd\":[\"Habilitar anonimización de transcripciones\"],\"329BBO\":[\"Activar autenticación de dos factores\"],\"x35ZEt\":[\"Habilitar Verificar\"],\"RxzN1M\":[\"Habilitado\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Inglés\"],\"GboWYL\":[\"Ingresa un término clave o nombre propio\"],\"TSHJTb\":[\"Ingresa un nombre para el nuevo conversation\"],\"KovX5R\":[\"Ingresa un nombre para tu proyecto clonado\"],\"DRYPFp\":[\"Ingresa una clave secreta\"],\"34YqUw\":[\"Ingresa un código válido para desactivar la autenticación de dos factores.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Introduzca la contraseña actual\"],\"2FPsPl\":[\"Ingresa el nombre del archivo (sin extensión)\"],\"VpwcSk\":[\"Introduzca la nueva contraseña\"],\"oIn7d4\":[\"Ingresa el código de 6 dígitos de tu aplicación de autenticación.\"],\"q1OmsR\":[\"Ingresa el código actual de seis dígitos de tu aplicación de autenticación.\"],\"NgaR6B\":[\"Ingresa tu contraseña\"],\"42tLXR\":[\"Ingresa tu consulta\"],\"HRbyGE\":[\"Ingresado por el participante en el portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error al clonar el proyecto\"],\"AEkJ6x\":[\"Error al crear el informe\"],\"edh3aY\":[\"Error al cargar el proyecto\"],\"4kVRov\":[\"Ocurrió un error\"],\"hmk+3M\":[\"Error al subir \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Eventos\"],\"VFClUG\":[\"Eventos a Escuchar\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Cada conclusión es trazable. El informe vincula cada hallazgo con lo que realmente se dijo.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Acceso al micrófono verificado con éxito\"],\"jqsg/I\":[\"Ejemplo de Payload de Webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Salir de pantalla completa\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorar\"],\"participant.echo.explore\":[\"Explorar\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Explorando \",[\"conversationCount\"],\" conversaciones\"],\"GS+Mus\":[\"Exportar\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Error\"],\"bh2Vob\":[\"Error al añadir la conversación al chat\"],\"ajvYcJ\":[\"Error al añadir la conversación al chat\",[\"0\"]],\"g5wCZj\":[\"Error al añadir conversaciones al contexto\"],\"pmwvUt\":[\"Error al aprobar el resultado. Por favor, inténtalo de nuevo.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Error al copiar el chat. Por favor, inténtalo de nuevo.\"],\"uvu6eC\":[\"No se pudo copiar la transcripción. Inténtalo de nuevo.\"],\"UQ6LqT\":[\"Error al crear el tema personalizado\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Error al eliminar el tema personalizado\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Error al eliminar la respuesta\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Error al finalizar la conversación. Por favor, inténtalo de nuevo.\"],\"vx5bTP\":[\"Error al generar \",[\"label\"],\". Por favor, inténtalo de nuevo.\"],\"Fa1ewI\":[\"Error al generar el resumen. Inténtalo de nuevo más tarde.\"],\"Z77bMM\":[\"Error al cargar los webhooks\"],\"T7KYJY\":[\"Error al marcar todos los anuncios como leídos\"],\"eGHX/x\":[\"Error al marcar el anuncio como leído\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Error al reconectar. Por favor, recarga la página.\"],\"SVtMXb\":[\"Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde.\"],\"h49o9M\":[\"Error al recargar. Por favor, inténtalo de nuevo.\"],\"rv8mO7\":[\"No se pudo eliminar el avatar\"],\"kE1PiG\":[\"Error al eliminar la conversación del chat\"],\"+piK6h\":[\"Error al eliminar la conversación del chat\",[\"0\"]],\"P9wLTJ\":[\"Error al eliminar el logo\"],\"IMUHg3\":[\"Error al reprogramar. Por favor, elija un horario mas lejano e intentelo de nuevo.\"],\"SmP70M\":[\"Error al retranscribir la conversación. Por favor, inténtalo de nuevo.\"],\"kClMar\":[\"Error al revisar el resultado. Por favor, inténtalo de nuevo.\"],\"wMEdO3\":[\"Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Error al actualizar el tema personalizado\"],\"BpuK7o\":[\"Error al actualizar la base legal\"],\"Avee+B\":[\"No se pudo actualizar el nombre\"],\"gnm1CH\":[\"Error al actualizar el pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"No se pudo subir el avatar\"],\"RW4V7P\":[\"Error al subir el logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Función disponible pronto\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Portal de comentarios\"],\"2roTVj\":[\"Comentario enviado\"],\"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\"],\"UkgMPE\":[\"Nombre de archivo desde el archivo subido\"],\"5g0xbt\":[\"Filtrar registros de auditoría por acción\"],\"9clinz\":[\"Filtrar registros de auditoría por colección\"],\"O39Ph0\":[\"Filtrar por acción\"],\"DiDNkt\":[\"Filtrar por colección\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Encontrar contradicciones y sugerir preguntas de seguimiento\"],\"participant.button.stop.finish\":[\"Finalizar\"],\"participant.button.finish.text.mode\":[\"Finalizar\"],\"participant.button.finish\":[\"Finalizar\"],\"participant.modal.finish.title.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"4dQFvz\":[\"Finalizado\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinco preguntas rápidas y luego eliges una hora con el equipo de dembrane. Leemos tus respuestas antes de la llamada y traemos un plan a medida.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Enfoque\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Tamaño de fuente\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Para usuarios avanzados: Una clave secreta para verificar la autenticidad del webhook. Solo necesario si tu servicio de recepción requiere verificación de firma.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"¿Olvidaste tu contraseña?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Francés\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcripción completa (cuando esté disponible)\"],\"3qkggm\":[\"Pantalla completa\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generar\"],\"EIdJgG\":[\"Generar un nuevo informe\"],\"QsUhrf\":[\"Generar un informe\"],\"GRy59I\":[\"Generar un resumen primero\"],\"MWSGhX\":[\"Generar biblioteca\"],\"5SWGxv\":[\"Generar ahora\"],\"GWUJ9X\":[\"Generar ahora\"],\"QqIxfi\":[\"Generar secreto\"],\"gitFA/\":[\"Generar Resumen\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generando informe...\"],\"kzY+nd\":[\"Generando el resumen. Espera...\"],\"hMOYzR\":[\"Generando tu informe...\"],\"DDcvSo\":[\"Alemán\"],\"jpNBdT\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"participant.refine.go.deeper.description\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"Pl6LQ+\":[\"Ponte en contacto\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Dame una lista de 5-10 temas que se están discutiendo.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Volver\"],\"participant.concrete.artefact.action.button.go.back\":[\"Volver\"],\"DXr0zk\":[\"Pantalla completa\"],\"iWpEwy\":[\"Ir al inicio\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Ir a la nueva conversación\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buena respuesta\"],\"hjZBYK\":[\"¿Tienes dos minutos? Cinco preguntas opcionales nos ayudan a prepararnos.\"],\"5sIEgO\":[\"¿Tienes dos minutos? Cinco preguntas rápidas nos ayudan a venir preparados, y puedes saltarte cualquiera.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guía sobre cómo se generan los títulos. Los títulos describen el tema de la conversación, no el participante.\"],\"uMjvI3\":[\"Guiar el informe\"],\"myXGZW\":[\"Guiado\"],\"ZqBGoi\":[\"Tiene artefactos verificados\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Oculto\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Joya oculta\"],\"vLyv1R\":[\"Ocultar\"],\"eHo/Jc\":[\"Ocultar datos\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Ocultar datos de revisión\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"ocultar la invitación a eventos dembrane\"],\"V3NvRL\":[\"Ocultar la invitación a eventos dembrane forma parte de un plan de pago.\"],\"tn75xn\":[\"Concepto específico resaltado\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Inicio\"],\"Ai2U7L\":[\"Anfitrión\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Comentarios del anfitrión\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Cómo funciona:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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?\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Entiendo\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si lo que has detectado implica datos visibles para personas equivocadas, alguien con un acceso que no debería tener, o una posible vulnerabilidad de seguridad, utiliza nuestro <0>formulario de notificación de seguridad. Llega a otro equipo por una vía más rápida. Para cualquier urgencia, escribe a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si está satisfecho con \",[\"objectLabel\"],\", haga clic en \\\"Aprobar\\\" para mostrar que se siente escuchado.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si no estás seguro, probablemente no lo necesites todavía. Los webhooks son una característica avanzada típicamente utilizada por desarrolladores o equipos con integraciones personalizadas. Puedes configurarlas siempre más tarde.\"],\"hDVOQQ\":[\"Si estás configurando integraciones de webhook, nos encantaría conocer tu caso de uso. También estamos construyendo características de observabilidad, incluyendo registros de auditoría y seguimiento de entrega.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Las imágenes deben pesar menos de \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Incluir enlace del portal\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrecto o inventado\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instrucciones para generar el resultado de la verificación\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Código inválido. Por favor solicita uno nuevo.\"],\"jLr8VJ\":[\"Credenciales inválidas.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Dirección IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Parece que la biblioteca no está disponible para tu cuenta. Por favor, solicita acceso para desbloquear esta funcionalidad.\"],\"participant.outcome.error.description\":[\"No pudimos cargar este resultado. Esto podría ser un problema temporal. Puede intentar recargar o volver atrás para seleccionar un tema diferente.\"],\"5dxEAB\":[\"Parece que aún no tiene un informe para este proyecto. Genere uno para obtener una descripción general de sus conversaciones.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Suena como si hablaran más de una persona. Tomar turnos nos ayudará a escuchar a todos claramente.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un momento\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Simplemente hable o escriba de forma natural. Su aporte llega directamente a nuestro equipo de producto y realmente nos ayuda a mejorar dembrane. Lo leemos todo.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Mantén el acceso seguro con un código de un solo uso de tu aplicación de autenticación. Activa o desactiva la autenticación de dos factores para esta cuenta.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Idioma\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Última vez guardado el \",[\"0\"]],\"K7P0jz\":[\"Última actualización\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Último\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Aprender más sobre webhooks\"],\"ffCwpJ\":[\"Dejar vacío para mantener el existente\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Déjanos tu correo y nos pondremos en contacto en un día para hablar de un evento con dembrane.\"],\"J8VWes\":[\"Déjanos tu correo para que podamos contactarte.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base legal\"],\"vRXsmZ\":[\"Base Legal\"],\"CopiEV\":[\"Base legal guardada\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Biblioteca\"],\"library.title\":[\"Biblioteca\"],\"T50lwc\":[\"La creación de la biblioteca está en progreso\"],\"gkv8iG\":[\"Matrícula\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Enlace\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Enlace a la política de privacidad que se muestra a los participantes\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Vivo\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Modo de ejecución de agente en vivo\"],\"participant.live.audio.level\":[\"Nivel de audio en vivo\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vista Previa en Vivo\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Cargando\"],\"participant.verify.instructions.loading\":[\"Cargando\"],\"yQ9yN3\":[\"Cargando acciones...\"],\"participant.concrete.loading.artefact\":[\"Cargando artefacto\"],\"JOvnq+\":[\"Cargando registros de auditoría…\"],\"y+JWgj\":[\"Cargando colecciones...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Cargando micrófonos...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Cargando transcripción...\"],\"3SKW0s\":[\"Cargando temas de verificación…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"cargando...\"],\"Z3FXyt\":[\"Cargando...\"],\"Pwqkdw\":[\"Cargando…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Iniciar sesión\"],\"LM/dWU\":[\"Iniciar sesión | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo eliminado\"],\"MjfaMh\":[\"Logo actualizado\"],\"nOhz3x\":[\"Cerrar sesión\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Más largo primero\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gestionar plantillas\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Marcar todos como leídos\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marcar como leído\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notas de Reunión\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Mensajes de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"El acceso al micrófono sigue denegado. Por favor verifica tu configuración e intenta de nuevo.\"],\"azjxk1\":[\"No responde a la pregunta\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modo\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"más\"],\"JcD7qf\":[\"Más acciones\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Mover\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Mover Conversación\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Mover a otro Proyecto\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Mover a Proyecto\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Debe ser al menos 10 minutos en el futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Mis plantillas\"],\"6YtxFj\":[\"Nombre\"],\"e3/ja4\":[\"Nombre A-Z\"],\"8/brI5\":[\"El nombre es requerido\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nombre actualizado\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nombre Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nuevo\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nuevo nombre de conversación\"],\"u2uElg\":[\"Nuevas conversaciones agregadas desde este informe\"],\"library.new.conversations\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nueva contraseña\"],\"7vhWI8\":[\"Nueva Contraseña\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Nuevo informe\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Más nuevos primero\"],\"hXzOVo\":[\"Siguiente\"],\"participant.button.next\":[\"Siguiente\"],\"participant.verify.selection.button.next\":[\"Siguiente\"],\"participant.verify.instructions.button.next\":[\"Siguiente\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No se encontraron acciones\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Sin app, sin hardware. Los participantes escanean un código QR y su teléfono se convierte en el portal.\"],\"Em+3Ls\":[\"No hay registros de auditoría que coincidan con los filtros actuales.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No se encontraron colecciones\"],\"zsslJv\":[\"No hay contenido\"],\"1pZsdx\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"library.no.conversations\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"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.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No se procesaron conversaciones. Esto puede ocurrir si todas las conversaciones ya están en el contexto o no coinciden con los filtros seleccionados.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Aun no hay conversaciones. Puede programar un informe ahora y las conversaciones se incluiran una vez que se agreguen.\"],\"oaDwXD\":[\"Sin valor predeterminado (se aplica la gestión por el cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Todavía no hay valoraciones.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No se han detectado nuevos comentarios aún. Por favor, continúa tu discusión y vuelve a intentarlo pronto.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Aún no hay nadie en la organización.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No se encontraron proyectos \",[\"0\"]],\"y29l+b\":[\"No se encontraron proyectos para el término de búsqueda\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No se encontró ningún informe\"],\"1iQvuD\":[\"Aún no hay informes\"],\"Ev2r9A\":[\"Sin resultados\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"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.\"],\"KE6RCJ\":[\"Ninguna plantilla coincide con {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No hay transcripción disponible\"],\"vq+6l+\":[\"Aún no existe transcripción para esta conversación. Por favor, revisa más tarde.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No se seleccionaron archivos de audio válidos. Por favor, selecciona solo archivos de audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No hay temas de verificación configurados para este proyecto.\"],\"pdWSGS\":[\"No hay temas de verificación disponibles.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No hay webhooks configurados\"],\"/PUkCU\":[\"No se encontraron webhooks\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"No añadidas\"],\"OJx3wK\":[\"No disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notificar a los participantes cuando se publique un informe.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Más antiguos primero\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Una vez que haya discutido, presione \\\"revisar\\\" para que \",[\"objectLabel\"],\" cambie y refleje su discusión.\"],\"participant.verify.instructions.read.aloud\":[\"Una vez que reciba \",[\"objectLabel\"],\", léalo en voz alta y comparta en voz alta lo que desea cambiar, si es necesario.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En curso\"],\"conversation.ongoing\":[\"En curso\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Solo cambia este ajuste en consulta con la(s) persona(s) responsable(s) del cumplimiento de la normativa de protección de datos dentro de tu organización.\"],\"z7dMhl\":[\"Solo se pueden adjuntar imágenes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo los administradores del espacio de trabajo pueden cambiar la base legal.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Abrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Ver grabación\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Abrir guía de solución de problemas\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Abre tu aplicación de autenticación e ingresa el código actual de seis dígitos.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Opcional\"],\"ZFIvWo\":[\"Opcional (recurre al inglés)\"],\"V44CS4\":[\"Campo opcional en la página de inicio\"],\"bkndzy\":[\"Campo opcional en la página de agradecimientos\"],\"xam4uE\":[\"Pregunta opcional \",[\"0\"],\" de \",[\"1\"]],\"S2LyUK\":[\"Pregunta opcional \",[\"0\"],\" de \",[\"1\"],\". Sáltate lo que quieras.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Opciones\"],\"BzEFor\":[\"o\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O prefiere chatear directamente?\"],\"1h45Hu\":[\"O escribe el tuyo\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Otro\"],\"GC75c7\":[\"Resultado aprobado correctamente!\"],\"QLXrh9\":[\"Resultado recargado correctamente!\"],\"LJg1UW\":[\"Resultado revisado correctamente!\"],\"df3S+R\":[\"Resultado actualizado!\"],\"1fjbvD\":[\"resultados\"],\"ZU3zZC\":[\"Resultados\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sobrescrito para este proyecto\"],\"AR/qbs\":[\"Sobrescribir para este proyecto\"],\"6/dCYd\":[\"Vista General\"],\"/fAXQQ\":[\"Overview - Temas y patrones\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenido de la Página\"],\"8F1i42\":[\"Página no encontrada\"],\"6+Py7/\":[\"Título de la Página\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participante\"],\"h3AUOJ\":[\"Correo electrónico del participante\"],\"WdEzKM\":[\"Correos electrónicos del participante\"],\"Uc9fP1\":[\"Funciones para participantes\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nombre y correo electrónico del participante\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Los participantes podrán seleccionar etiquetas al crear conversaciones\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Contraseña\"],\"zJx6Vx\":[\"Contraseña cambiada\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Las contraseñas no coinciden\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pausar lectura\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pendiente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"zmwvG2\":[\"Teléfono\"],\"B8mlc2\":[\"Elija una fecha\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Elegir una hora ahora\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Elige el enfoque que encaje con tu pregunta\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Fijar\"],\"u8qC4w\":[\"Fijar proyecto\"],\"S+WiJ3\":[\"Fije plantillas aquí para acceso rápido.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Fijados está lleno (máx. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Plantillas fijadas\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Por favor, habilite la participación para habilitar el uso compartido\"],\"fwrPh4\":[\"Por favor, ingrese un correo electrónico válido.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando)\"],\"Lu1j4b\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando).\\nEsta transcripción será anonimizada y su anfitrión no podrá escuchar su grabación.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG o WebP. Se recortará en un círculo.\"],\"jjdudv\":[\"Mala respuesta\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenido del Portal\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Editor del Portal\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparando tu experiencia\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vista previa: El zorro rápido salta sobre el perro perezoso.\"],\"DHhJ7s\":[\"Anterior\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimir / Guardar PDF\"],\"S8ugMC\":[\"Imprimir informe\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la política de privacidad\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuar\"],\"select.all.modal.proceed\":[\"Continuar\"],\"select.all.modal.loading.description\":[\"Procesando <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" y añadiéndolas a tu chat\"],\"gzGDMM\":[\"Procesando tu solicitud de retranscripción...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Proyecto creado\"],\"zjTrs1\":[\"Valor predeterminado del proyecto: activado. La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Biblioteca del Proyecto | dembrane\"],\"QDjWwu\":[\"Resumen Meta del Proyecto\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nombre del proyecto\"],\"3gh0L6\":[\"Nombre y ID del proyecto\"],\"6Z2q2Y\":[\"El nombre del proyecto debe tener al menos 4 caracteres\"],\"n7JQEk\":[\"Proyecto no encontrado\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Vista General del Proyecto | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Configuración del Proyecto\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Proyectos\"],\"DK5DV3\":[\"Proyectos | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Proporciona una visión general de los temas principales y los temas recurrentes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publicar\"],\"vsX8VJ\":[\"Publique este informe primero para mostrar el enlace del portal\"],\"IHzoSN\":[\"Publique este informe para obtener un enlace para compartir\"],\"u3wRF+\":[\"Publicado\"],\"E7YTYP\":[\"Saca las citas más potentes de esta sesión\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Pregunta\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valoración\"],\"wr9IYa\":[\"Vuelva a introducir la nueva contraseña\"],\"0ZBIgY\":[\"Reutilizar configuraciones de un webhook existente\"],\"Z5Tlsx\":[\"Contactadme\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Leer en voz alta\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"¿Listo para comenzar?\"],\"ShoKlK\":[\"¿Listo para conectar tus herramientas? Agrega un webhook para recibir automáticamente los datos de las conversaciones cuando ocurran eventos.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Aplicaciones recomendadas\"],\"participant.button.s3check.reconnect\":[\"Reconectar\"],\"participant.button.interruption.reconnect\":[\"Reconectar\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Grabar\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Registrar otra conversación\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Grabación interrumpida\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Grabación pausada\"],\"/l7qFE\":[\"Grabación iniciada\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recrear vista\"],\"view.recreate.modal.title\":[\"Recrear vista\"],\"CqnkB0\":[\"Temas recurrentes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referencias\"],\"lCF0wC\":[\"Actualizar\"],\"ZMXpAp\":[\"Actualizar registros de auditoría\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerar\"],\"PpFJd2\":[\"Regenerar resumen\"],\"bluvj0\":[\"Regenerar Resumen\"],\"participant.regenerating.outcome\":[\"Regenerando el resultado\"],\"oYlYU+\":[\"Regenerando el resumen. Espera...\"],\"HPitDS\":[\"Registrar | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recargar la página\"],\"participant.button.reload.page.text.mode\":[\"Recargar\"],\"participant.button.reload\":[\"Recargar\"],\"participant.concrete.artefact.action.button.reload\":[\"Recargar página\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Recordar a los usuarios que verifiquen antes de finalizar\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Eliminar\"],\"w61W3L\":[\"Quitar \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Eliminar avatar\"],\"Kl7//J\":[\"Eliminar Correo Electrónico\"],\"cILfnJ\":[\"Eliminar archivo\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Eliminar de este chat\"],\"O90CN2\":[\"Eliminar logotipo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Eliminar la sobrescritura\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renombrar\"],\"6PsaMr\":[\"Renombrar chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Grabación\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de Respuesta\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Informe\"],\"e/MQa5\":[\"El informe ya se está generando\"],\"Q3LOVJ\":[\"Informar de un problema\"],\"DUmD+q\":[\"Informe creado - \",[\"0\"]],\"hh/mvZ\":[\"Generación del informe cancelada\"],\"sSy8vA\":[\"Generación del informe en curso...\"],\"v7O77U\":[\"La generación del informe fue cancelada. Puedes iniciar un nuevo informe a continuación.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notificaciones de Reportes\"],\"M9snPp\":[\"Informe programado\"],\"6g+4DA\":[\"Aviso enviado. Gracias\"],\"u9r3Di\":[\"Las plantillas de informes están en nuestra hoja de ruta.\"],\"lNo4U2\":[\"Informe actualizado - \",[\"0\"]],\"t9yxlZ\":[\"Informes\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Solicitar Acceso\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Solicitar Restablecimiento de Contraseña\"],\"8H5nRH\":[\"Solicitar Restablecimiento de Contraseña | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Por favor, espera mientras verificamos el acceso al micrófono.\"],\"TMLAx2\":[\"Requerido\"],\"0Hf+6m\":[\"Requiere que \\\"Solicitar correo electrónico?\\\" esté habilitado\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogramar\"],\"6eIR/n\":[\"Reprogramar para\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Restablecer\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Restablecer Contraseña\"],\"9uplIY\":[\"Restablecer Contraseña | dembrane\"],\"L+rMC9\":[\"Restablecer a valores predeterminados\"],\"kX8Fjz\":[\"Comentarios sobre la respuesta\"],\"Sa5FCh\":[\"Resultados antes de que la gente se vaya. Analizamos en directo y lo presentamos en la sala.\"],\"participant.button.stop.resume\":[\"Reanudar\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribir\"],\"ehyRtB\":[\"Retranscribir conversación\"],\"1JHQpP\":[\"Retranscribir conversación\"],\"+gmVxi\":[\"La retranscripción no está disponible para conversaciones anónimas\"],\"MXwASV\":[\"La retranscripción ha comenzado. La nueva conversación estará disponible pronto.\"],\"6gRgw8\":[\"Reintentar\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Reintentar subida\"],\"2fCpt5\":[\"Volver al inicio\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Revisa la actividad de tu espacio de trabajo. Filtra por colección o acción, y exporta la vista actual para una investigación más detallada.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Revisar archivos antes de subir\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Revisar el estado de procesamiento para cada conversación recopilada en este proyecto.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"revisar\"],\"OG3mVO\":[\"Revisión #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Haga clic con el botón derecho para resaltar\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Filas por página\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organizar un evento con dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Guardar\"],\"participant.concrete.action.button.save\":[\"guardar\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Guardar como plantilla\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Guardar Cambios\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"¡Error al guardar!\"],\"5dVjYt\":[\"Guardar plantilla\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Guardando...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Escanea el código QR o copia el secreto en tu aplicación.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Programar\"],\"wCGy0o\":[\"Programar informe\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Desplazarse al final\"],\"A1taO8\":[\"Buscar\"],\"select.all.modal.loading.search\":[\"Buscar\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Busca y selecciona las conversaciones para este chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Buscar conversaciones\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Buscar proyectos\"],\"I0hU01\":[\"Buscar Proyectos\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Buscar proyectos...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Buscar etiquetas\"],\"pECIKL\":[\"Buscar templates...\"],\"select.all.modal.search.text\":[\"Texto de búsqueda:\"],\"nhvuQF\":[\"Buscar webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Buscó en las fuentes más relevantes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secreto\"],\"Y1y+VB\":[\"Secreto copiado\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Hasta pronto\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Seleccionar un micrófono\"],\"s5OrCL\":[\"Selecciona un webhook para clonar\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Seleccionar todo\"],\"+fRipn\":[\"Seleccionar todo (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Seleccionar todos los resultados\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecciona al menos un evento\"],\"d3O/ZP\":[\"Selecciona al menos un otro tema antes de eliminar este\"],\"NK2YNj\":[\"Seleccionar archivos de audio para subir\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Selecciona conversaciones y encuentra citas exactas\"],\"LyHz7Q\":[\"Selecciona conversaciones en la barra lateral\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleccione hasta 2 areas de enfoque para su informe\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Seleccione qué temas pueden usar los participantes para \\\"Verificar\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Seleccionar un micrófono\"],\"gU5H9I\":[\"Archivos seleccionados (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Micrófono seleccionado\"],\"tP/pEQ\":[\"Selección demasiado grande\"],\"select.all.modal.context.limit.reached\":[\"Selección demasiado grande. Algunas conversaciones no se añadieron.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Enviar\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Enviar aviso\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Enviar notificaciones de Slack/Teams cuando se completen nuevas conversaciones\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nombre de la Sesión\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Configuración\"],\"participant.settings.modal.title\":[\"Configuración\"],\"BVRW7i\":[\"Configuración | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Compartir informe\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Comparte tus detalles aquí\"],\"nnWGzO\":[\"Comparta sus ideas con nuestro equipo\"],\"4o0klJ\":[\"Comparta su voz escaneando el codigo QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Más corto primero\"],\"8vETh9\":[\"Mostrar\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Mostrar reproductor de audio\"],\"pzaNzD\":[\"Mostrar datos\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Mostrar direcciones IP\"],\"6lGV3K\":[\"Mostrar menos\"],\"fMPkxb\":[\"Mostrar más\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Mostrar referencias\"],\"OV2iSn\":[\"Mostrar datos de revisión\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Mostrar la invitación\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Mostrando \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" de \",[\"totalItems\"],\" entradas\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" de \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Mostrando su informe completado más reciente.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Omitir\"],\"participant.button.verify_prompt.skip\":[\"Omitir\"],\"participant.mic.check.button.skip\":[\"Omitir\"],\"select.all.modal.context.limit.reached.description\":[\"Omitidas porque la selección era demasiado grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Comunidad de Slack\"],\"BmukMD\":[\"Para que podamos enviarte los detalles de la llamada.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Algunos archivos ya estaban seleccionados y no se agregarán dos veces.\"],\"select.all.modal.skip.disclaimer\":[\"Algunas pueden omitirse (sin transcripción o selección demasiado grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Algo está bloqueando tu conexión. Tu audio no se guardará a menos que se resuelva este problema.\"],\"nwtY4N\":[\"Algo salió mal\"],\"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.conversation.error\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"mwpVVD\":[\"Algo salió mal al generar su último informe.\"],\"2WNFmv\":[\"Algo salió mal al generar su informe.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Algo salió mal al exportar los registros de auditoría.\"],\"q9A2tm\":[\"Algo salió mal al generar el secreto.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Algo salió mal. Inténtelo de nuevo presionando el botón <0>Explorar, o contacte con soporte si el problema continúa.\"],\"fWsBTs\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"participant.go.deeper.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\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Español\"],\"z5/5iO\":[\"Contexto Específico\"],\"mORM2E\":[\"Detalles concretos\"],\"Etejcu\":[\"Detalles concretos - Conversaciones seleccionadas\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Comenzar desde cero\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Iniciar nueva conversación\"],\"participant.button.start.new.conversation\":[\"Iniciar nueva conversación\"],\"i88wdJ\":[\"Empezar de nuevo\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Estado\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Detener\"],\"participant.button.stop\":[\"Detener\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planificación Estratégica\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Enviar\"],\"participant.button.submit.text.mode\":[\"Enviar\"],\"zzDlyQ\":[\"Éxito\"],\"aG+cH9\":[\"Sugerir sugerencias dinámicas basadas en su conversación.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Sugerido:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Resumir\"],\"5Y4tAB\":[\"Resume esta entrevista en un artículo para compartir\"],\"dXoieq\":[\"Resumen\"],\"+bZY9/\":[\"Resumen (cuando esté disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"El resumen estará disponible cuando la conversación esté transcrita\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Claro\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Cambiar a entrada de texto\"],\"5dzzI6\":[\"Desactivarla forma parte de un plan de pago.\"],\"D+NlUC\":[\"Sistema\"],\"woaefe\":[\"Valor predeterminado del sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Etiquetas\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta u obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"eyu39U\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"participant.refine.make.concrete.description\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Cuéntanos sobre el evento que tienes en mente.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Plantilla aplicada\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nombre de plantilla\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Plantillas\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Testear Webhook\"],\"xeiujy\":[\"Texto\"],\"CPN34F\":[\"¡Gracias por participar!\"],\"u+Whi9\":[\"Contenido de la Página de Gracias\"],\"1LLF3Z\":[\"¡Gracias!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Gracias, nos pondremos en contacto en un día.\"],\"2yHHa6\":[\"Ese código no funcionó. Inténtalo de nuevo con un código nuevo de tu aplicación de autenticación.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Eso no parece una dirección de correo electrónico.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Eso es todo, gracias\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"El calendario no se ha cargado aquí. Elige una hora en cal.com o escríbenos a info@dembrane.com.\"],\"TQCE79\":[\"El código no ha funcionado, inténtalo otra vez.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"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.loading\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"El endpoint donde enviaremos los datos. Obtén esto de tu servicio de recepción (por ejemplo, Zapier, Make, o tu propio servidor).\"],\"Jo19Pu\":[\"Las siguientes conversaciones se agregaron automáticamente al contexto\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"El informe puede comenzar hasta 5 minutos después de la hora elegida.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Estamos generando el resumen. Espera a que esté disponible.\"],\"+AT8nl\":[\"Estamos regenerando el resumen. Espera a que esté disponible.\"],\"9DPC4t\":[\"La página de agradecimiento termina con una tarjeta que invita a los participantes a organizar su propio evento con dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"La URL del webhook y los eventos se clonarán. Necesitarás volver a introducir el secreto si se configuró uno.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Tema\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Hubo un error al clonar tu proyecto. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"JDFjCg\":[\"Hubo un error al crear tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Estas conversaciones fueron excluidas debido a la falta de transcripciones.\"],\"8xYB4s\":[\"Estas plantillas de vista predeterminadas se generarán cuando crees tu primera biblioteca.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Pensando...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Esto puede ocurrir cuando una VPN o un firewall está bloqueando la conexión. Intenta desactivar tu VPN, cambiar a otra red (p. ej., punto de acceso móvil) o contacta con tu departamento de TI para obtener ayuda.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Esta conversación tiene las siguientes copias:\"],\"conversation.linking_conversations.description\":[\"Esta conversación es una copia de\"],\"SzU1mG\":[\"Este correo electrónico ya está en la lista.\"],\"participant.modal.refine.info.available.in\":[\"Esta función estará disponible en \",[\"remainingTime\"],\" segundos.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Esta información está anónima\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"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.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Este es un ejemplo de los datos JSON enviados a tu URL de webhook cuando se resume una conversación.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Está configurado el tratamiento basado en el consentimiento sin enlace a la política de privacidad. Añada uno para que este ajuste siga siendo válido: los participantes deben poder leer la política de privacidad.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Biblioteca\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Este idioma se usará para el Portal del Participante.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Esta parte de la página no se ha cargado. Recargarla suele solucionarlo. Si sigue pasando, vuelve al inicio.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Este proyecto seguirá el ajuste heredado: \",[\"0\"],\" (\",[\"1\"],\").\"],\"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.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Este informe no está disponible. \"],\"GQTpnY\":[\"Este informe fue abierto por \",[\"0\"],\" personas\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Este título se muestra a los participantes cuando inician una conversación\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Esto borrará tu entrada actual. ¿Estás seguro?\"],\"NrRH+W\":[\"Esto creará una copia del proyecto actual. Solo se copiarán los ajustes y etiquetas. Los informes, chats y conversaciones no se incluirán en la copia. Serás redirigido al nuevo proyecto después de clonar.\"],\"hsNXnX\":[\"Esto creará una nueva conversación con el mismo audio pero una transcripción fresca. La conversación original permanecerá sin cambios.\"],\"add.tag.filter.modal.info\":[\"Esto filtrará la lista de conversaciones para mostrar conversaciones con esta etiqueta.\"],\"participant.concrete.regenerating.artefact.description\":[\"Esto solo tomará unos momentos\"],\"participant.concrete.loading.artefact.description\":[\"Esto solo tomará un momento\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Este espacio de trabajo ha agotado sus horas de grabación. Mejora tu plan para seguir usando la voz.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pulgar abajo\"],\"Nuw8ty\":[\"Pulgar arriba\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Hora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Marca de tiempo\"],\"XSqo4Y\":[\"Marcas de tiempo y duración\"],\"rm2Cxd\":[\"Consejo\"],\"fEocaE\":[\"Consejo: Usa el botón de reproducción (▶) para enviar un payload de prueba a tu webhook y verificar que está funcionando correctamente.\"],\"Zb3ANR\":[\"Consejo: También puede crear una plantilla desde cualquier mensaje de chat que envíe, o duplicar una plantilla existente.\"],\"MHrjPM\":[\"Título\"],\"1xkgU6\":[\"Título auto-generado\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Para ayudarnos a actuar, intente incluir dónde ocurrió y qué estaba intentando hacer. Para errores, díganos qué salió mal. Para ideas, díganos qué necesidad resolvería para usted.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Demasiado grande\"],\"yIsdT7\":[\"Demasiado largo\"],\"qgwLj6\":[\"Demasiado largo o poco claro\"],\"lcsUaI\":[\"Demasiados avisos. Espere unos minutos e inténtelo de nuevo\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Tema creado correctamente\"],\"Sawj4V\":[\"Tema eliminado correctamente\"],\"xcp3ny\":[\"Etiqueta de tema\"],\"vQoAht\":[\"Tema actualizado correctamente\"],\"th8cMZ\":[\"Título basado en temas que describe lo que se discutió\"],\"sFMBP5\":[\"Temas\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribiendo...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcripción\"],\"hfpzKV\":[\"Transcripción copiada al portapapeles\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Activar flujos de trabajo automatizados en herramientas como Zapier, Make, o n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Prueba a preguntar\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Intenta moverte un poco más cerca de tu micrófono para mejorar la calidad del sonido.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Desactivar\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"¿Desactivar la anonimización?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Desactivar la anonimización mientras hay grabaciones en curso puede tener consecuencias no deseadas. Las conversaciones activas también se verán afectadas durante la grabación. Por favor, use esto con precaución.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Autenticación de dos factores\"],\"NwChk2\":[\"Autenticación en dos pasos desactivada\"],\"qwpE/S\":[\"Autenticación en dos pasos activada\"],\"+zy2Nq\":[\"Tipo\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Escribe un mensaje o pulsa / para plantillas...\"],\"EvmL3X\":[\"Escribe tu respuesta aquí\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ucraniano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"MksxNf\":[\"No se pudieron cargar los registros de auditoría.\"],\"participant.outcome.error.title\":[\"No se puede cargar el resultado\"],\"59QK2U\":[\"No se pudo cargar el resultado generado. Por favor, inténtalo de nuevo.\"],\"nGxDbq\":[\"No se puede procesar este fragmento\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Deshacer\"],\"Ef7StM\":[\"Desconocido\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Razón desconocida\"],\"nWMRxa\":[\"Desfijar\"],\"vSdeRU\":[\"Desancla primero un proyecto (máx. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Desancla primero un proyecto (máx. 3)\"],\"dx+iaL\":[\"Desanclar proyecto\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Cambios sin guardar\"],\"SMaFdc\":[\"Desuscribirse\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversación sin título\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Informe sin título\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Hasta \",[\"MAX_FILES\"],\" imágenes\"],\"lLehih\":[\"Hasta \",[\"MAX_MESSAGE_CHARS\"],\" caracteres\"],\"EkH9pt\":[\"Actualizar\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Subir\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Subir avatar\"],\"kV3A2a\":[\"Subida Completa\"],\"4Fr6DA\":[\"Subir conversaciones\"],\"pZq3aX\":[\"Subida fallida. Por favor, inténtalo de nuevo.\"],\"HAKBY9\":[\"Subir Archivos\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Subiendo archivos de audio...\"],\"participant.modal.uploading\":[\"Subiendo audio...\"],\"participant.modal.interruption.uploading\":[\"Subiendo audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"La URL es requerida\"],\"3VnYUR\":[\"La URL debe empezar con http:// o https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usar el valor heredado\"],\"ngdRFH\":[\"Usa Shift + Enter para agregar una nueva línea\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Nombre de usuario\"],\"1Nt3Kg\":[\"Usando el logo de dembrane por defecto\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"¿Usando webhooks? Nos encantaría escuchar de ti\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Recordatorio de verificación\"],\"participant.banner.verification_required\":[\"Verificación requerida\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verificado\"],\"select.all.modal.loading.verified\":[\"Verificado\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verificado\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verificar\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verificar\"],\"participant.echo.verify\":[\"Verificar\"],\"4LFZoj\":[\"Verificar código\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Temas de verificación\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vista\"],\"SZw9tS\":[\"Ver detalles\"],\"95YFbG\":[\"Ver ejemplo de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ver tus respuestas\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Esperando a que terminen las conversaciones antes de generar un informe.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"¿Quieres organizar un evento con dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Traemos la herramienta y el equipo, desde la llamada inicial hasta el informe. Probado en más de 1000 eventos.\"],\"participant.alert.microphone.access.issue\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"No pudimos desactivar la autenticación de dos factores. Inténtalo de nuevo con un código nuevo.\"],\"sM2pBB\":[\"No pudimos activar la autenticación de dos factores. Verifica tu código e inténtalo de nuevo.\"],\"mW8QSA\":[\"No encontramos la página que buscabas. Puede que se haya movido.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Necesitamos un poco más de contexto para ayudarle a usar ECHO de manera efectiva. Por favor, continúe grabando para que podamos proporcionar mejores sugerencias.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora?\"],\"8RY8RU\":[\"Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora? El calendario está aquí mismo.\"],\"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.\"],\"FXjsEJ\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use <0>Informar de un problema para enviarlo con capturas de pantalla.\"],\"XolQc4\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use Informar de un problema en la barra lateral para enviarlo con capturas de pantalla.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL del Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Los webhooks son mensajes automatizados enviados de una aplicación a otra cuando ocurre algo. Piénsalos como un \\\"sistema de notificaciones\\\" para tus otras herramientas.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenido\"],\"9eF5oV\":[\"Bienvenido de nuevo\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"¡Bienvenido a dembrane!\"],\"u4aLOz\":[\"Bienvenido al modo Resumen. Tengo cargados los resúmenes de todas tus conversaciones. Pregúntame por patrones, temas e insights en tus datos. Para citas exactas, inicia un nuevo chat en el modo Contexto Específico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"¡Bienvenido!\"],\"RL57XM\":[\"¿Qué son los webhooks? (2 min de lectura)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"¿Qué datos se envían?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"¿Qué desea verificar?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"¿Qué ha pasado? Pegue aquí una captura de pantalla para adjuntarla\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"¿Qué debe ECHO analizar o generar a partir de las conversaciones?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"¿Qué ha fallado?\"],\"qGrqH9\":[\"¿Cuáles fueron los momentos clave de esta conversación?\"],\"FXZcgH\":[\"¿Qué te gustaría explorar?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Cuando un participante abre el portal, ingresa sus detalles y comienza una conversación\"],\"myUTw1\":[\"Cuando se ha generado un informe para el proyecto\"],\"7t3vo1\":[\"Cuando todo el audio ha sido convertido a texto y la transcripción completa está disponible\"],\"N0GETg\":[\"¿Cuándo se activan los webhooks?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Cuando esté activado, todas las nuevas transcripciones tendrán información personal (nombres, emails, números de teléfono, direcciones) reemplazadas por marcadores de posición. Las conversaciones anónimas también desactivan la reproducción de audio, el descarga de audio y la retranscripción para proteger la privacidad de los participantes. Esto no se puede deshacer para conversaciones ya procesadas.\"],\"MEmr1I\":[\"Cuando finalices la conversación, los participantes que no han verificado aún serán solicitados para verificar o saltar\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"¿Cuándo se debe generar el informe?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Cuando el resumen esté listo (incluye tanto la transcripción como el resumen)\"],\"Uf3BzE\":[\"¿Dónde podemos contactarte?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"se incluirá en tu informe\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Espacio de trabajo / proyecto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valor predeterminado del espacio de trabajo\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Ajustes del espacio de trabajo\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"¿Te gustaría añadir esta etiqueta a tus filtros actuales?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Idioma o tono equivocado\"],\"MNTYHt\":[\"Fuentes equivocadas\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Sí\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Tú\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Ya estás desuscribido o tu enlace es inválido.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo después de añadir los datos de facturación.\"],\"uGP87g\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo.\"],\"WS92Fk\":[\"Puedes navegar a otra página y volver más tarde. Tu informe seguirá generándose en segundo plano.\"],\"E71LBI\":[\"Solo puedes subir hasta \",[\"MAX_FILES\"],\" archivos a la vez. Solo los primeros \",[\"0\"],\" archivos se agregarán.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Puede intentarlo de nuevo a continuación.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Ya has añadido <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" a este chat.\"],\"7W35AW\":[\"Ya has añadido todas las conversaciones relacionadas con esto\"],\"participant.modal.change.mic.confirmation.text\":[\"Has cambiado tu micrófono. Por favor, haz clic en \\\"Continuar\\\", para continuar con la sesión.\"],\"T/Q7jW\":[\"Has desuscribido con éxito.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Aún no has verificado ningún resultado. ¿Te gustaría verificar antes de terminar?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"También puedes elegir registrar otra conversación.\"],\"yCtSKg\":[\"Debes iniciar sesión con el mismo proveedor con el que te registraste. Si encuentras algún problema, por favor contáctanos.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Pareces estar desconectado, por favor verifica tu conexión a internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Pronto recibirá \",[\"objectLabel\"],\" para verificar.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"tu@ejemplo.es\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"¡Su aprobación nos ayuda a comprender lo que realmente piensa!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Tu correo electrónico\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Tu comentario y esta respuesta llegan al equipo de dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Tus entradas se guardarán automáticamente.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La generación de tu último informe fue cancelada. Se muestra tu informe completado más reciente.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Su nombre\"],\"VSneAo\":[\"Se incluyen su nombre, su correo y la página actual para que podamos responderle.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index b1180db77..36abf553a 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "La bibliothèque prendra {duration}" -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Envoyer" @@ -262,7 +262,7 @@ msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Actuellement, # conversation e msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -793,8 +793,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -988,7 +988,7 @@ msgstr "Filtres actifs" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1030,7 +1030,7 @@ msgstr "" msgid "Add a project goal before saving." msgstr "" -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "" @@ -1071,7 +1071,7 @@ msgstr "" msgid "Add images" msgstr "Ajouter des images" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Ajoutez des termes clés ou des noms propres pour améliorer la qualité et la précision de la transcription." @@ -1120,7 +1120,7 @@ msgstr "Ajouter à cette conversation" msgid "Add to workspaces" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Ajouter un sujet" @@ -1141,7 +1141,7 @@ msgstr "Ajouter un webhook" msgid "Add Your First Webhook" msgstr "Ajouter votre premier webhook" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "" @@ -1155,7 +1155,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Ajoutées" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "E-mails ajoutés" @@ -1256,11 +1256,11 @@ msgstr "" msgid "Advanced" msgstr "Avancé" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Avancé (Astuces et conseils)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Paramètres avancés" @@ -1502,7 +1502,7 @@ msgstr "" msgid "Anonymize transcript" msgstr "Anonymiser la transcription" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Anonymiser les transcriptions" @@ -1641,7 +1641,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer ce chat ? Cette action est irréver msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Êtes-vous sûr de vouloir supprimer cette conversation ? Cette action ne peut pas être annulée." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Êtes-vous sûr de vouloir supprimer ce sujet personnalisé ? Cette action ne peut pas être annulée." @@ -1715,12 +1715,12 @@ msgstr "" msgid "Ask about your conversations..." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "Demander l'e-mail ?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Demander le nom ?" @@ -1729,8 +1729,8 @@ msgstr "Demander le nom ?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "" -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "" @@ -1778,7 +1778,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "Sélectionne au moins un sujet pour activer la vérification" @@ -1844,11 +1844,11 @@ msgstr "Journaux d'audit exportés en JSON" msgid "Authenticator code" msgstr "Code d'authentification" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Générer automatiquement les titres" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Générer automatiquement les titres" @@ -1860,7 +1860,7 @@ msgstr "Généré automatiquement ou saisi manuellement" msgid "Automatic titles and draft tags" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Générer automatiquement un titre court basé sur le sujet pour chaque conversation après la synthèse. Le titre décrit ce qui a été discuté, pas qui a participé. Le nom original du participant est conservé séparément, s'il a fourni un nom." @@ -1899,7 +1899,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Retour" @@ -1914,7 +1914,7 @@ msgstr "Retour" msgid "participant.button.back" msgstr "Retour" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "" @@ -1952,11 +1952,11 @@ msgstr "" msgid "Base" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Basique (Diapositives tutorielles essentielles)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Paramètres de base" @@ -1974,8 +1974,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1986,12 +1986,12 @@ msgid "Beta" msgstr "Bêta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Bêta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Bêta" @@ -2061,7 +2061,11 @@ msgstr "Reservez un appel avec nous" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "Réservez une formation certifiée pour continuer à utiliser dembrane dans des contextes à haut risque." -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Réserver un appel découverte" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Idées de brainstorming" @@ -2112,7 +2116,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "" @@ -2556,6 +2560,7 @@ msgid "Clone Project" msgstr "Cloner le projet" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2745,7 +2750,7 @@ msgstr "Suggestions contextuelles" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3175,7 +3180,7 @@ msgstr "" msgid "Create an account to join" msgstr "" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "" @@ -3298,7 +3303,7 @@ msgid "Current rate" msgstr "" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Personnalisé" @@ -3310,7 +3315,7 @@ msgstr "Nom de fichier personnalisé" msgid "Custom Logo" msgstr "Logo personnalisé" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Prompt de titre personnalisé" @@ -3322,7 +3327,7 @@ msgstr "" msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "" @@ -3395,12 +3400,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Par défaut" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Par défaut - Pas de tutoriel (Seulement les déclarations de confidentialité)" @@ -3411,7 +3416,7 @@ msgstr "Déléguer une analyse multi-étapes avec l'exécution en direct des out #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3448,7 +3453,7 @@ msgstr "Supprimer la conversation" msgid "Delete Conversation" msgstr "Supprimer la conversation" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Supprimer le sujet personnalisé" @@ -3538,6 +3543,11 @@ msgstr "" msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "invitation événement dembrane" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3704,7 +3714,7 @@ msgstr "Dois-je avoir cela ?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Voulez-vous rester dans la boucle ?" @@ -3735,6 +3745,10 @@ msgstr "" msgid "Done" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "C'est bon, contactez-moi" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "" @@ -3815,7 +3829,7 @@ msgstr "Dupliquer" msgid "Duration" msgstr "Durée" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Néerlandais" @@ -3828,7 +3842,7 @@ msgstr "" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "p. ex. \"Focus sur les thèmes de durabilité\" ou \"Que pensent les participants de la nouvelle politique ?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "par exemple : \"Utiliser des phrases adjectivales courtes comme 'Espaces verts urbains' ou 'Emploi des jeunes'. Éviter les titres génériques.\"" @@ -3960,7 +3974,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@travail.com" @@ -3997,7 +4011,7 @@ msgstr "" msgid "Enable 2FA" msgstr "Activer 2FA" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Activer Explorer" @@ -4005,20 +4019,20 @@ msgstr "Activer Explorer" msgid "Enable participation" msgstr "Activer la participation" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Activer les notifications de rapports" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Activez cette fonctionnalité pour permettre aux participants de demander des réponses alimentées par l'IA pendant leur conversation. Les participants peuvent cliquer sur \"Explorer\" après avoir enregistré leurs pensées pour recevoir un retour contextuel, encourageant une réflexion plus profonde et un engagement accru. Une période de récupération s'applique entre les demandes." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Activez cette fonctionnalité pour permettre aux participants de vérifier et d'approuver les \"résultats\" de leurs contributions. Cela aide à cristalliser les idées clés, les préoccupations ou les résumés. Après la conversation, vous pouvez filtrer les discussions avec des résultats vérifiés et les examiner dans l'aperçu." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Activer l'anonymisation des transcriptions" @@ -4026,7 +4040,7 @@ msgstr "Activer l'anonymisation des transcriptions" msgid "Enable two-factor authentication" msgstr "Activer l'authentification à deux facteurs" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Activer la vérification" @@ -4044,12 +4058,12 @@ msgstr "" msgid "Ends on {endDate}, then moves to Free" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "Anglais" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Entrez un terme clé ou un nom propre" @@ -4130,8 +4144,8 @@ msgstr "Erreur lors de la création du rapport" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Erreur lors du chargement du projet" @@ -4190,6 +4204,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Chaque enseignement est traçable. Le rapport relie chaque constat à ce qui a réellement été dit." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4258,7 +4276,7 @@ msgstr "" msgid "Expiring soon" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explorer" @@ -4638,6 +4656,10 @@ msgstr "" msgid "First name" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Cinq questions rapides, puis vous choisissez un créneau avec l'équipe dembrane. Nous lisons vos réponses avant l'appel et venons avec un plan adapté." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4737,7 +4759,7 @@ msgstr "" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "Français" @@ -4821,7 +4843,7 @@ msgstr "Génération du résumé. Patiente un peu..." msgid "Generating your report..." msgstr "Génération de votre rapport en cours..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "Allemand" @@ -4834,6 +4856,10 @@ msgstr "Obtenez une réponse immédiate de dembrane pour vous aider à approfond msgid "participant.refine.go.deeper.description" msgstr "Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Prendre contact" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4944,6 +4970,14 @@ msgstr "" msgid "Good response" msgstr "Bonne réponse" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Vous avez deux minutes ? Cinq questions facultatives nous aident à nous préparer." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Vous avez deux minutes ? Cinq questions rapides nous aident à venir préparés, et vous pouvez toutes les passer." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "" @@ -4952,7 +4986,7 @@ msgstr "" msgid "Group by" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Guide pour comprendre comment les titres sont générés. Les titres décrivent le sujet de la conversation, pas le participant." @@ -4975,7 +5009,7 @@ msgstr "A des artefacts vérifiés" msgid "Have you completed a training?" msgstr "" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "" @@ -5041,6 +5075,14 @@ msgstr "" msgid "Hide the changes" msgstr "" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "masquer l'invitation événement dembrane" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Masquer l'invitation événement dembrane fait partie d'un forfait payant." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Concept spécifique mis en évidence" @@ -5061,7 +5103,7 @@ msgstr "Hôte" msgid "host guide" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5462,7 +5504,7 @@ msgstr "Il semble que plusieurs personnes parlent. Prendre des tours nous aidera msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italien (uniquement les fonctionnalités ECHO, Transcription et Résumés)" @@ -5549,7 +5591,7 @@ msgstr "" msgid "Joined the conversation" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "" @@ -5655,7 +5697,7 @@ msgstr "" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Langue" @@ -5701,7 +5743,7 @@ msgstr "" msgid "Latest" msgstr "Dernier" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "" @@ -5732,6 +5774,14 @@ msgstr "" msgid "Leave workspace" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Laissez votre adresse e-mail et nous vous recontactons sous un jour au sujet d'un événement avec dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Laissez votre adresse e-mail pour que nous puissions vous contacter." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "" @@ -5753,7 +5803,7 @@ msgstr "Base juridique enregistrée" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "" @@ -5865,7 +5915,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "" @@ -5894,7 +5944,7 @@ msgstr "" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Vue en direct" @@ -5992,7 +6042,7 @@ msgstr "" msgid "Loading transcript..." msgstr "Chargement de la transcription..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Chargement des sujets de vérification…" @@ -6093,7 +6143,7 @@ msgstr "" msgid "Low battery" msgstr "" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "" @@ -6336,7 +6386,7 @@ msgstr "Ne répond pas à la question" msgid "mo" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6611,7 +6661,7 @@ msgstr "Plus récent en premier" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6636,7 +6686,7 @@ msgstr "Suivant" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "" @@ -6670,6 +6720,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Pas d'application, pas de matériel. Les participants scannent un QR code et leur téléphone devient le portail." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "Aucun journal d'audit ne correspond aux filtres actuels." @@ -6918,7 +6972,7 @@ msgstr "Aucun résultat" msgid "No selectable conversations" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "" @@ -6967,7 +7021,7 @@ msgstr "Aucun fichier audio valide n'a été sélectionné. Veuillez sélectionn msgid "No verification topics are configured for this project." msgstr "Aucun sujet de vérification n'est configuré pour ce projet." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "Aucun sujet de vérification disponible." @@ -7027,7 +7081,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7122,7 +7176,7 @@ msgstr "" msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Notifier les participants lorsqu'un rapport est publié." @@ -7234,7 +7288,7 @@ msgstr "" msgid "One-off" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "En cours" @@ -7311,7 +7365,7 @@ msgstr "" msgid "Open account actions" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "" @@ -7423,14 +7477,24 @@ msgstr "Optionnel" msgid "Optional (falls back to English)" msgstr "Optionnel (retour à l'anglais)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Champ optionnel sur la page de démarrage" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Champ optionnel sur la page de remerciements" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Question facultative {0} sur {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Question facultative {0} sur {1}. Passez ce que vous voulez." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "" @@ -7594,7 +7658,7 @@ msgstr "" msgid "Owning organisation" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Contenu de la page" @@ -7603,7 +7667,7 @@ msgstr "Contenu de la page" msgid "Page not found" msgstr "Page non trouvée" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Titre de la page" @@ -7631,7 +7695,7 @@ msgstr "Email du participant" msgid "Participant Emails" msgstr "Emails du participant" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Fonctionnalités participant" @@ -7843,11 +7907,15 @@ msgstr "Téléphone" msgid "Pick a date" msgstr "Choisir une date" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Choisir un créneau maintenant" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "" @@ -7941,7 +8009,7 @@ msgstr "Veuillez vérifier vos entrées pour les erreurs." msgid "Please enable participation to enable sharing" msgstr "Veuillez activer la participation pour activer le partage" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Veuillez entrer une adresse e-mail valide." @@ -8012,7 +8080,7 @@ msgstr "" msgid "Popular" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Contenu du Portail" @@ -8024,12 +8092,12 @@ msgstr "" msgid "portal editor" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "Éditeur du portail" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Éditeur de Portail" @@ -8066,7 +8134,7 @@ msgstr "" msgid "praise" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "" @@ -8142,7 +8210,7 @@ msgstr "" msgid "Private workspace" msgstr "" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "" @@ -8392,6 +8460,10 @@ msgstr "Ressaisir le nouveau mot de passe" msgid "Re-use settings from an existing webhook" msgstr "Réutiliser les paramètres d'un webhook existant" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Contactez-moi" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "" @@ -8529,13 +8601,13 @@ msgstr "" msgid "participant.button.record" msgstr "Enregistrer" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Enregistrer une autre conversation" @@ -8595,10 +8667,10 @@ msgid "Recurring Themes" msgstr "Thèmes récurrents" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "" @@ -8606,7 +8678,7 @@ msgstr "" msgid "References" msgstr "Références" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8693,7 +8765,7 @@ msgstr "Recharger la page" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Rappeler aux utilisateurs de vérifier avant de finir" @@ -8735,7 +8807,7 @@ msgstr "" msgid "Remove avatar" msgstr "Supprimer l'avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "Supprimer l'e-mail" @@ -8827,7 +8899,7 @@ msgstr "" msgid "Reply mode" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Prompt de réponse" @@ -8835,7 +8907,7 @@ msgstr "Prompt de réponse" msgid "report" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8879,7 +8951,7 @@ msgstr "La génération du rapport a été annulée. Vous pouvez démarrer un no msgid "Report limit reached" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Notifications de rapports" @@ -8991,7 +9063,7 @@ msgstr "Accès au microphone en cours..." msgid "Required" msgstr "Requis" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Requiert \"Demander l'email ?\" pour être activé" @@ -9048,6 +9120,10 @@ msgstr "Réinitialiser aux paramètres par défaut" msgid "Response feedback" msgstr "Retour sur la réponse" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Des résultats avant le départ des participants. Nous analysons en direct et présentons dans la salle." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9219,7 +9295,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "" @@ -9231,6 +9307,10 @@ msgstr "Lignes par page" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Organiser un événement avec dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "" @@ -9533,7 +9613,7 @@ msgstr "Secret" msgid "Secret copied" msgstr "Secret copié" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "" @@ -9601,7 +9681,7 @@ msgstr "" msgid "Select at least one event" msgstr "Sélectionner au moins un événement" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Sélectionner au moins un autre sujet avant de supprimer celui-ci" @@ -9645,15 +9725,15 @@ msgstr "Sélectionner un projet" msgid "Select tags" msgstr "Sélectionner les étiquettes" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Sélectionnez les instructions qui seront affichées aux participants lorsqu'ils commencent une conversation" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Sélectionnez le type de retour ou de participation que vous souhaitez encourager." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Sélectionner le tutoriel" @@ -9662,7 +9742,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Selectionnez jusqu'a 2 axes de focus pour votre rapport" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Sélectionnez les sujets que les participants peuvent utiliser pour \"Vérifier\"." @@ -9869,7 +9949,7 @@ msgstr "" msgid "Share report" msgstr "Partager le rapport" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" @@ -9882,7 +9962,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Partager vos informations ici" @@ -9994,6 +10074,11 @@ msgstr "" msgid "Show the full text" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Afficher l'invitation" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10035,7 +10120,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10065,6 +10150,10 @@ msgstr "" msgid "Slack community" msgstr "Communauté Slack" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Pour que nous puissions vous envoyer les détails de l'appel." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "" @@ -10184,11 +10273,11 @@ msgstr "Source {0}" msgid "Sources" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Espagnol" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Contexte spécifique" @@ -10226,7 +10315,7 @@ msgstr "" msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "" @@ -10306,7 +10395,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10315,7 +10404,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10330,7 +10419,7 @@ msgstr "Arrêter" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10471,6 +10560,10 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Formats supportés: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Volontiers" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "" @@ -10485,6 +10578,10 @@ msgstr "" msgid "participant.link.switch.text" msgstr "Passer à la saisie de texte" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "La désactiver fait partie d'un forfait payant." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "Système" @@ -10543,6 +10640,10 @@ msgstr "Take some time to create an outcome that makes your contribution concret msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Parlez-nous de l'événement que vous avez en tête." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10596,43 +10697,51 @@ msgstr "Tester le webhook" msgid "Text" msgstr "Texte" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Merci pour votre participation !" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Contenu de la page Merci" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Merci !" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Merci, nous vous recontactons sous un jour." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Ce code n'a pas fonctionné. Réessayez avec un nouveau code de votre application d'authentification." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Cela ne ressemble pas à une adresse e-mail." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10640,6 +10749,10 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "C'est tout, merci" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "" @@ -10660,6 +10773,10 @@ msgstr "" msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "Le calendrier n'a pas pu se charger ici. Choisissez un créneau sur cal.com, ou écrivez-nous à info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10681,7 +10798,7 @@ msgstr "La conversation n'a pas pu être chargée. Veuillez réessayer ou contac msgid "participant.conversation.error.loading" msgstr "La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support." -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "" @@ -10693,16 +10810,16 @@ msgstr "L'endpoint où nous enverrons les données. Obtenez cela de votre servic msgid "The following conversations were automatically added to the context" msgstr "Les conversations suivantes ont été automatiquement ajoutées au contexte" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "" -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "" -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "" @@ -10714,7 +10831,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10742,7 +10859,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "" @@ -10759,7 +10876,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -10792,6 +10909,10 @@ msgstr "Le résumé est en cours de génération. Attends qu’il soit disponibl msgid "The summary is being regenerated. Please wait for it to be available." msgstr "Le résumé est en cours de régénération. Attends qu’il soit disponible." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "La page de remerciement se termine par une carte invitant les participants à organiser leur propre événement avec dembrane." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "" @@ -10926,7 +11047,7 @@ msgstr "Cette conversation a les copies suivantes :" msgid "conversation.linking_conversations.description" msgstr "Cette conversation est une copie de" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "Cette e-mail est déjà dans la liste." @@ -10978,7 +11099,7 @@ msgstr "" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "Cette est une vue en direct du portail du participant. Vous devrez actualiser la page pour voir les dernières modifications." @@ -11011,7 +11132,7 @@ msgstr "Bibliothèque" msgid "This isn't available to you" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "Cette langue sera utilisée pour le Portail du participant." @@ -11053,11 +11174,11 @@ msgstr "" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "Cette page est affichée après que le participant ait terminé la conversation." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "Cette page est affichée aux participants lorsqu'ils commencent une conversation après avoir réussi à suivre le tutoriel." @@ -11095,7 +11216,7 @@ msgstr "" msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Ce projet suivra alors le réglage hérité : {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "Cette prompt guide comment l'IA répond aux participants. Personnalisez-la pour former le type de feedback ou d'engagement que vous souhaitez encourager." @@ -11153,7 +11274,7 @@ msgstr "" msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "Ce titre est affiché aux participants lorsqu'ils commencent une conversation" @@ -11462,7 +11583,7 @@ msgstr "" msgid "Transcription error" msgstr "" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "" @@ -11534,7 +11655,7 @@ msgstr "" #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "" @@ -11563,7 +11684,7 @@ msgid "Trying to join an existing organization?" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Désactiver" @@ -11571,7 +11692,7 @@ msgstr "Désactiver" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Désactiver l'anonymisation ?" @@ -11593,7 +11714,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "La désactivation de l'anonymisation pendant les enregistrements en cours peut avoir des conséquences inattendues. Les conversations actives seront également affectées en cours d'enregistrement. Veuillez utiliser cette option avec prudence." @@ -11641,7 +11762,7 @@ msgstr "Tapez votre réponse ici" msgid "Typing" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ukrainien (uniquement les fonctionnalités ECHO, Transcription et Résumés)" @@ -11881,7 +12002,7 @@ msgstr "" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11928,7 +12049,7 @@ msgstr "" msgid "Upload logo" msgstr "" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "" @@ -11946,7 +12067,7 @@ msgstr "Envoi de l'audio..." msgid "participant.modal.interruption.uploading" msgstr "Envoi de l'audio..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "" @@ -12013,11 +12134,11 @@ msgstr "Utiliser la valeur héritée" msgid "Use Shift + Enter to add a new line" msgstr "Utilisez Shift + Entrée pour ajouter une nouvelle ligne" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "" @@ -12108,7 +12229,7 @@ msgid "Verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Vérifier" @@ -12134,7 +12255,7 @@ msgstr "Vérifier le code" msgid "Verify email" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Sujets de vérification" @@ -12229,10 +12350,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Envie d'organiser un événement avec dembrane ?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Nous apportons l'outil et l'équipe, de l'appel de cadrage au rapport. Éprouvé sur plus de 1000 événements." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12311,7 +12440,15 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ? Le calendrier est juste ici." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." 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." @@ -12371,7 +12508,7 @@ msgstr "Les webhooks sont des messages automatisés envoyés d'une application msgid "Webhooks are not enabled for this environment." msgstr "" -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "" @@ -12447,7 +12584,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Que s'est-il passé ? Collez une capture d'écran ici pour la joindre" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "" @@ -12515,11 +12652,11 @@ msgstr "Quand sont déclenchés les webhooks ?" msgid "When do you need dembrane?" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "Lorsqu'il est activé, tous les nouveaux transcriptions auront des informations personnelles (noms, emails, numéros de téléphone, adresses) remplacées par des placeholders. Les conversations anonymisées désactivent également la lecture de l'audio, le téléchargement de l'audio et la rétranscrire pour protéger la confidentialité des participants. Cela ne peut pas être annulé pour les conversations déjà traitées." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "Lorsque vous terminez la conversation, les participants qui n'ont pas encore vérifié seront invités à vérifier ou à sauter" @@ -12544,6 +12681,10 @@ msgstr "" msgid "When the summary is ready (includes both transcript and summary)" msgstr "Lorsque le résumé est prêt (inclut à la fois le transcript et le résumé)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Où pouvons-nous vous joindre ?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "" @@ -12761,7 +12902,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "" @@ -12892,7 +13033,7 @@ msgstr "Vous n'avez encore vérifié aucun résultat. Souhaitez-vous vérifier a msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "Vous pouvez également choisir d'enregistrer une autre conversation." @@ -12912,7 +13053,7 @@ msgstr "Vous semblez être hors ligne, veuillez vérifier votre connexion intern msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "" @@ -13032,6 +13173,10 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "vous@exemple.fr" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "" @@ -13055,11 +13200,11 @@ msgstr "Votre approbation nous aide à comprendre ce que vous pensez vraiment !" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "" @@ -13076,6 +13221,10 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Votre adresse e-mail" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "" @@ -13097,7 +13246,7 @@ msgstr "Votre retour et cette réponse sont transmis à l'équipe dembrane." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "" @@ -13151,7 +13300,7 @@ msgstr "" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "" @@ -13200,15 +13349,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "" #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page." diff --git a/echo/frontend/src/locales/fr-FR.ts b/echo/frontend/src/locales/fr-FR.ts index 15654549a..5bafca071 100644 --- a/echo/frontend/src/locales/fr-FR.ts +++ b/echo/frontend/src/locales/fr-FR.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Vous n'êtes pas authentifié\"],\"You don't have permission to access this.\":[\"Vous n'avez pas la permission d'accéder à ceci.\"],\"Resource not found\":[\"Ressource non trouvée\"],\"Server error\":[\"Erreur serveur\"],\"Something went wrong\":[\"Une erreur s'est produite\"],\"We're preparing your workspace.\":[\"Nous préparons votre espace de travail.\"],\"Preparing your dashboard\":[\"Préparation de ton dashboard\"],\"Welcome back\":[\"Bon retour\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La bibliothèque prendra \",[\"duration\"]],\"uDvV8j\":[\" Envoyer\"],\"aMNEbK\":[\" Se désabonner des notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bientôt disponible\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorer\\\" bientôt disponible\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Vérifier\\\" bientôt disponible\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(facultatif)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(Vous)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" étiquette\"],\"other\":[\"#\",\" étiquettes\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message de dembrane\"],\"other\":[\"Messages de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Étiquette :\"],\"other\":[\"Étiquettes :\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" ajoutées\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Modifié le \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" non ajoutées\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vues\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversations • Modifié \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" sélectionné(s)\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Actuellement, \",\"#\",\" conversation est prête à être analysée.\"],\"other\":[\"Actuellement, \",\"#\",\" conversations sont prêtes à être analysées.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" lit actuellement\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" en cours de traitement.\"],\"ZpJ0wx\":[\"*Transcription en cours.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vue\"],\"AeSuqs\":[\"1. Vous fournissez une URL où vous souhaitez recevoir les notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Lorsqu'un événement de conversation ou de rapport se produit, nous envoyons automatiquement les données à votre URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Votre système reçoit les données et peut agir sur elles (par exemple, enregistrer dans une base de données, envoyer un e-mail, mettre à jour un tableau de bord)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nom convivial pour identifier ce webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Un nouveau rapport sera automatiquement généré et publié à l'heure prévue.\"],\"zm7GU7\":[\"Un lien vers la politique de confidentialité est obligatoire pour le traitement basé sur le consentement. Il doit commencer par http:// ou https:// et compter au maximum 255 caractères.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Accès\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Compte\"],\"vZEmNi\":[\"Compte et sécurité\"],\"K3wUdw\":[\"Valeur par défaut du compte\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Mot de passe du compte\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action par\"],\"7U5F+i\":[\"Action requise\"],\"UQXw0W\":[\"Action sur\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtres actifs\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Ajouter\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Ajouter un contexte supplémentaire (Optionnel)\"],\"Se1KZw\":[\"Ajouter tout ce qui s'applique\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Ajouter des conversations au contexte\"],\"8T7YRB\":[\"Ajoutez d'abord des conversations a votre projet\"],\"LL1rvo\":[\"Ajouter un sujet personnalisé\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Ajouter des images\"],\"1xDwr8\":[\"Ajoutez des termes clés ou des noms propres pour améliorer la qualité et la précision de la transcription.\"],\"ndpRPm\":[\"Ajoutez de nouveaux enregistrements à ce projet. Les fichiers que vous téléchargez ici seront traités et apparaîtront dans les conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Ajouter une étiquette\"],\"add.tag.filter.modal.title\":[\"Ajouter une étiquette aux filtres\"],\"IKoyMv\":[\"Ajouter des étiquettes\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Ajouter aux filtres\"],\"NffMsn\":[\"Ajouter à cette conversation\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Ajouter un sujet\"],\"AHaRrL\":[\"Ajouter des traductions\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Ajouter un webhook\"],\"UZ07em\":[\"Ajouter votre premier webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Ajoutées\"],\"Na90E+\":[\"E-mails ajoutés\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" au chat\"],\"select.all.modal.add.with.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" avec les filtres suivants :\"],\"select.all.modal.add.without.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\" avec les filtres suivants :\"],\"select.all.modal.loading.title\":[\"Ajout de conversations\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajuster la taille de la police de base pour l'interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Tableau de bord d'administration\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avancé\"],\"OaKXud\":[\"Avancé (Astuces et conseils)\"],\"JiIKww\":[\"Paramètres avancés\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Exécution guidée par les outils\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Tout\"],\"cF7bEt\":[\"Toutes les actions\"],\"O1367B\":[\"Toutes les collections\"],\"gvykaX\":[\"Toutes les conversations\"],\"u/fl/S\":[\"Tous les fichiers ont été téléchargés avec succès.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"Tout lu\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Tous les modèles\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permettre aux participants d'utiliser le lien pour démarrer de nouvelles conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Presque terminé\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Déjà ajouté à cette conversation\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Déjà dans le contexte\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Une notification par e-mail sera envoyée à \",[\"0\"],\" participant\",[\"1\"],\". Voulez-vous continuer ?\"],\"8q/YVi\":[\"Une erreur s'est produite lors du chargement du Portail. Veuillez contacter l'équipe de support.\"],\"XyOToQ\":[\"Une erreur s'est produite.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Une erreur inattendue s'est produite. Recharger la page ou revenir à l'accueil aide souvent.\"],\"F4cOH1\":[\"Langue d'analyse\"],\"ZlwDi6\":[\"Analytique\"],\"1x2m6d\":[\"Analysez ces éléments avec profondeur et nuances. Veuillez :\\n\\nFocaliser sur les connexions inattendues et les contrastes\\nAller au-delà des comparaisons superficieles\\nIdentifier les motifs cachés que la plupart des analyses manquent\\nRester rigoureux dans l'analyse tout en étant engageant\\nUtiliser des exemples qui éclairent des principes plus profonds\\nStructurer l'analyse pour construire une compréhension\\nDessiner des insights qui contredisent les idées conventionnelles\\n\\nNote : Si les similitudes/différences sont trop superficielles, veuillez me le signaler, nous avons besoin de matériel plus complexe à analyser.\"],\"Dzr23X\":[\"Annonces\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymiser la transcription\"],\"gd1W+U\":[\"Anonymiser les transcriptions\"],\"YdiKaK\":[\"conversation anonymisée\"],\"iPiP6k\":[\"Conversation anonymisée\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Autre chose ?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apparence\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Appliquer\"],\"4TwsNi\":[\"Appliquer le modèle\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approuver\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approuvé\"],\"tq+4rb\":[\"Êtes-vous sûr de vouloir supprimer le webhook \\\"\",[\"0\"],\"\\\" ? Cette action ne peut pas être annulée.\"],\"uqhbrg\":[\"Êtes-vous sûr de vouloir supprimer ce chat ? Cette action est irréversible.\"],\"Q5Z2wp\":[\"Êtes-vous sûr de vouloir supprimer cette conversation ? Cette action ne peut pas être annulée.\"],\"yrk3z3\":[\"Êtes-vous sûr de vouloir supprimer ce sujet personnalisé ? Cette action ne peut pas être annulée.\"],\"YF1Re1\":[\"Êtes-vous sûr de vouloir supprimer ce projet ? Cette action est irréversible.\"],\"ELQ+fw\":[\"Êtes-vous sûr de vouloir supprimer ce rapport ? Cette action est irréversible.\"],\"aUsm4A\":[\"Êtes-vous sûr de vouloir supprimer cette étiquette ? Cela supprimera l'étiquette des conversations existantes qui la contiennent.\"],\"e3BGhi\":[\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action est irréversible.\"],\"participant.modal.finish.message.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"sOql0x\":[\"Êtes-vous sûr de vouloir générer la bibliothèque ? Cela prendra du temps et écrasera vos vues et perspectives actuelles.\"],\"UXCOMn\":[\"Êtes-vous sûr de vouloir régénérer le résumé ? Vous perdrez le résumé actuel.\"],\"ZmeZPn\":[\"Êtes-vous sûr de vouloir supprimer votre avatar ?\"],\"wQ5jM6\":[\"Êtes-vous sûr de vouloir supprimer votre logo personnalisé ? Le logo dembrane par défaut sera utilisé à la place.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Demander\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Demander l'e-mail ?\"],\"Rjlwvz\":[\"Demander le nom ?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Sélectionne au moins un sujet pour activer la vérification\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention ! Nous avons perdu les 60 dernières secondes de votre enregistrement en raison d'une interruption. Veuillez appuyer sur le bouton ci-dessous pour vous reconnecter.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Le téléchargement de l'audio n'est pas disponible pour les conversations anonymisées\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La lecture de l'audio n'est pas disponible pour les conversations anonymisées\"],\"IOBCIN\":[\"Conseil audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Journaux d'audit\"],\"aL1eBt\":[\"Journaux d'audit exportés en CSV\"],\"mS51hl\":[\"Journaux d'audit exportés en JSON\"],\"z8CQX2\":[\"Code d'authentification\"],\"R+PyK8\":[\"Générer automatiquement les titres\"],\"voAvDv\":[\"Générer automatiquement les titres\"],\"Wrpmw7\":[\"Généré automatiquement ou saisi manuellement\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Générer automatiquement un titre court basé sur le sujet pour chaque conversation après la synthèse. Le titre décrit ce qui a été discuté, pas qui a participé. Le nom original du participant est conservé séparément, s'il a fourni un nom.\"],\"F95AYw\":[\"Enregistrer automatiquement les transcriptions dans votre CRM ou base de données\"],\"zUbSgC\":[\"Envoyer automatiquement les données de conversation à vos autres outils et services lorsque des événements se produisent.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar supprimé\"],\"jSKImf\":[\"Avatar mis à jour\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Retour\"],\"participant.button.back.microphone\":[\"Retour\"],\"participant.button.back\":[\"Retour\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Retour à la sélection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Retour aux modèles\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basique (Diapositives tutorielles essentielles)\"],\"epXTwc\":[\"Paramètres de base\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bêta\"],\"dashboard.dembrane.concrete.beta\":[\"Bêta\"],\"dashboard.dembrane.verify.beta\":[\"Bêta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Facturation\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Prendre rendez-vous\"],\"KKLfx1\":[\"Reservez un appel avec nous\"],\"kFl92P\":[\"Réservez une formation certifiée pour continuer à utiliser dembrane dans des contextes à haut risque.\"],\"YgG3yv\":[\"Idées de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construire des tableaux de bord personnalisés avec des données de conversation en temps réel\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"En supprimant ce projet, vous supprimerez toutes les données associées. Cette action est irréversible. Êtes-vous absolument sûr ?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Annuler\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuler\"],\"participant.concrete.action.button.cancel\":[\"Annuler\"],\"participant.concrete.instructions.button.cancel\":[\"Annuler\"],\"select.all.modal.cancel\":[\"Annuler\"],\"add.tag.filter.modal.cancel\":[\"Annuler\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annuler le remplacement\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Annuler la planification\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Impossible d'ajouter une conversation vide\"],\"SL9Qao\":[\"Impossible de reprogrammer dans les 10 minutes précédant l'heure prévue\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Carte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Changer de langue\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Changer le mot de passe\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Les modifications seront enregistrées automatiquement\"],\"xF/jsW\":[\"Changer de langue pendant une conversation active peut provoquer des résultats inattendus. Il est recommandé de commencer une nouvelle conversation après avoir changé la langue. Êtes-vous sûr de vouloir continuer ?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Discussion\"],\"OqbSPC\":[\"Discussion | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nom du chat\"],\"8Q+lLG\":[\"Discussions\"],\"chat.accordion.skeleton.title\":[\"Discussions\"],\"project.sidebar.chat.title\":[\"Discussions\"],\"+e4Yxz\":[\"Vérifier l'accès au microphone\"],\"participant.button.check.microphone.access\":[\"Vérifier l'accès au microphone\"],\"WQUm5N\":[\"Vérifiez le texte et les images, puis réessayez\"],\"v4fiSg\":[\"Vérifiez votre e-mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choisir un fichier logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choisir parmi vos autres projets\"],\"Aoxltn\":[\"Choisir quand vous souhaitez recevoir les notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choisis le thème que tu préfères pour l’interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Effacer la recherche\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Cliquez sur \\\"Télécharger les fichiers\\\" lorsque vous êtes prêt à commencer le processus de téléchargement.\"],\"cwMTjO\":[\"Cliquer pour modifier\"],\"jcSz6S\":[\"Cliquez pour voir les \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Gestion client\"],\"+d+tJS\":[\"Cloner depuis un autre projet\"],\"nCnTY0\":[\"Cloner depuis le projet\"],\"BPrdpc\":[\"Cloner le projet\"],\"9U86tL\":[\"Cloner le projet\"],\"yz7wBu\":[\"Fermer\"],\"select.all.modal.close\":[\"Fermer\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Cas d'utilisation courants :\"],\"Wqc3zS\":[\"Comparer & Contraster\"],\"CfO59/\":[\"Comparer & Contraster Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Terminé\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuer\"],\"7VpPHA\":[\"Confirmer\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmer le nouveau mot de passe\"],\"yjkELF\":[\"Confirmer le nouveau mot de passe\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publier\"],\"vz1fGK\":[\"Confirmer la reprogrammation\"],\"L0k594\":[\"Confirmez votre mot de passe pour générer un nouveau secret pour votre application d'authentification.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connecter votre agent\"],\"0Nvhtt\":[\"Connecter votre agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connexion aux services de création de rapports...\"],\"wX/BfX\":[\"Connexion saine\"],\"participant.modal.s3check.title\":[\"Problème de connexion\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connexion défectueuse\"],\"l9fkrm\":[\"Consentement\"],\"EhtOYz\":[\"Le traitement basé sur le consentement est actif sans lien vers la politique de confidentialité. Ajoutez-en un là où la base juridique est définie : les participants doivent pouvoir lire la politique de confidentialité.\"],\"mpby9d\":[\"Contacter le support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenu\"],\"M73whl\":[\"Contexte\"],\"VHSco4\":[\"Contexte ajouté :\"],\"JX3KT4\":[\"Suggestions contextuelles\"],\"xGVfLh\":[\"Continuer\"],\"participant.button.continue\":[\"Continuer\"],\"participant.ready.to.begin.button.text\":[\"Continuer\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation ajoutée à la discussion\"],\"participant.conversation.ended\":[\"Conversation terminée\"],\"OtdHFE\":[\"Conversation retirée de la discussion\"],\"zTKMNm\":[\"Statut de la conversation\"],\"Rdt7Iv\":[\"Détails du statut de la conversation\"],\"7Ljafh\":[\"Tags de conversation\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Période de repos. Disponible dans \",[\"0\"]],\"6V3Ea3\":[\"Copié\"],\"84o0nc\":[\"Copié depuis la conversation originale\"],\"PiH3UR\":[\"Copié !\"],\"iaPtht\":[\"copie\"],\"he3ygx\":[\"Copier\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copier le lien\"],\"H4brGj\":[\"Copier le lien dans le presse-papiers\"],\"AjrNNs\":[\"Copier le contenu du rapport\"],\"vAkFou\":[\"Copier le secret\"],\"v3StFl\":[\"Copier le résumé\"],\"/4gGIX\":[\"Copier dans le presse-papiers\"],\"RTxUjI\":[\"Copier dans le presse-papiers\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copie en cours...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Votre sélection n'a pas pu être reprise. Sélectionnez à nouveau ci-dessous.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Impossible de copier dans le presse-papiers. Veuillez réessayer.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Impossible d'ouvrir la liste des conversations. Réessayez.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Retour non enregistré\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Impossible d'envoyer le signalement. Réessayez\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Créer\"],\"VW1ecc\":[\"Créer un nouveau webhook à partir de zéro\"],\"oJfYM5\":[\"Créer un brief de recherche à partir des conversations récentes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Créer une bibliothèque\"],\"T7gFri\":[\"Créer une nouvelle organisation\"],\"library.create.view.modal.title\":[\"Créer une nouvelle vue\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Créer un rapport\"],\"A5hiCy\":[\"Créer un modèle\"],\"library.create.view\":[\"Créer une vue\"],\"3D0MXY\":[\"Créer une vue\"],\"dkAPxi\":[\"Créer un webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Créé le\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recadrer l'avatar\"],\"udBqWc\":[\"Recadrer l'image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recadrer le logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actuel\"],\"Pn2B7/\":[\"Mot de passe actuel\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personnalisé\"],\"o1nIYK\":[\"Nom de fichier personnalisé\"],\"GrXJvi\":[\"Logo personnalisé\"],\"iv5fAO\":[\"Prompt de titre personnalisé\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Zone de danger\"],\"wqCnxg\":[\"URL du tableau de bord (lien direct vers l'aperçu de la conversation)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Période\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Par défaut\"],\"ucTqrC\":[\"Par défaut - Pas de tutoriel (Seulement les déclarations de confidentialité)\"],\"K/78Yl\":[\"Déléguer une analyse multi-étapes avec l'exécution en direct des outils\"],\"cnGeoo\":[\"Supprimer\"],\"project.sidebar.chat.delete\":[\"Supprimer la discussion\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Supprimer le chat\"],\"2GCE3m\":[\"Supprimer la conversation\"],\"2DzmAq\":[\"Supprimer la conversation\"],\"j5pYC4\":[\"Supprimer le sujet personnalisé\"],\"mp235G\":[\"Supprimer le projet\"],\"++iDlT\":[\"Supprimer le projet\"],\"rUWrSE\":[\"Supprimer le rapport\"],\"qr0gpK\":[\"Supprimer le tag\"],\"DFjdv0\":[\"Supprimer le modèle\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Supprimé avec succès\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Décrivez le problème\"],\"Fs/0D5\":[\"Décrivez ce que le modèle de langage doit extraire ou résumer de la conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Détermine la base juridique RGPD selon laquelle les données personnelles sont traitées pour ce projet.\"],\"2rgVKb\":[\"Détermine sous quelle base juridique de GDPR les données personnelles sont traitées. Cette configuration s'applique à tous vos projets et peut être modifiée dans vos paramètres de compte.\"],\"NMz7xK\":[\"Développez un cadre stratégique qui conduit à des résultats significatifs. Veuillez :\\n\\nIdentifier les objectifs clés et leurs interdépendances\\nPlanifier les moyens d'implémentation avec des délais réalistes\\nAnticiper les obstacles potentiels et les stratégies de mitigation\\nDéfinir des indicateurs clairs pour le succès au-delà des indicateurs de vanité\\nMettre en évidence les besoins en ressources et les priorités d'allocation\\nStructurer le plan pour les actions immédiates et la vision à long terme\\nInclure les portes de décision et les points de pivot\\n\\nNote : Concentrez-vous sur les stratégies qui créent des avantages compétitifs durables, pas seulement des améliorations incrémentales.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Désactiver 2FA\"],\"yrMawf\":[\"Désactiver l'authentification à deux facteurs\"],\"E/QGRL\":[\"Désactivé\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nom d'affichage\"],\"fDGgw4\":[\"Dois-je avoir cela ?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Voulez-vous rester dans la boucle ?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Télécharger\"],\"5YVf7S\":[\"Téléchargez toutes les transcriptions de conversations générées pour ce projet.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Télécharger l'audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Télécharger le QR code\"],\"+bBcKo\":[\"Télécharger la transcription\"],\"5XW2u5\":[\"Options de téléchargement de la transcription\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Brouillon des actions suivantes et les organiser par priorité\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Glissez les fichiers audio ici ou cliquez pour sélectionner des fichiers\"],\"KGi3u9\":[\"Glisser pour réorganiser\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Dupliquer\"],\"lkz6PL\":[\"Durée\"],\"KIjvtr\":[\"Néerlandais\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ex. \\\"Focus sur les thèmes de durabilité\\\" ou \\\"Que pensent les participants de la nouvelle politique ?\\\"\"],\"pO9dOq\":[\"par exemple : \\\"Utiliser des phrases adjectivales courtes comme 'Espaces verts urbains' ou 'Emploi des jeunes'. Éviter les titres génériques.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ex. Résumé hebdomadaire des parties prenantes\"],\"ffuZIY\":[\"par exemple : Notifications Slack, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Modifier\"],\"9WkyHF\":[\"Modifier la conversation\"],\"Y/3VME\":[\"Modifier le sujet personnalisé\"],\"/8fAkm\":[\"Modifier le nom du fichier\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Mode édition\"],\"niSWGL\":[\"Modifier les options\"],\"G2KpGE\":[\"Modifier le projet\"],\"DdevVt\":[\"Modifier le contenu du rapport\"],\"report.editor.description\":[\"Modifier le contenu du rapport en utilisant l'éditeur de texte enrichi ci-dessous. Vous pouvez formater le texte, ajouter des liens, des images et plus encore.\"],\"nP7CdQ\":[\"Modifier le webhook\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@travail.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji affiché à côté du sujet, par exemple : 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vide\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activer 2FA\"],\"D3AnH0\":[\"Activer Explorer\"],\"4KKbfZ\":[\"Activer la participation\"],\"G3dSLc\":[\"Activer les notifications de rapports\"],\"ZUS4uO\":[\"Activez cette fonctionnalité pour permettre aux participants de demander des réponses alimentées par l'IA pendant leur conversation. Les participants peuvent cliquer sur \\\"Explorer\\\" après avoir enregistré leurs pensées pour recevoir un retour contextuel, encourageant une réflexion plus profonde et un engagement accru. Une période de récupération s'applique entre les demandes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Activez cette fonctionnalité pour permettre aux participants de vérifier et d'approuver les \\\"résultats\\\" de leurs contributions. Cela aide à cristalliser les idées clés, les préoccupations ou les résumés. Après la conversation, vous pouvez filtrer les discussions avec des résultats vérifiés et les examiner dans l'aperçu.\"],\"C027jd\":[\"Activer l'anonymisation des transcriptions\"],\"329BBO\":[\"Activer l'authentification à deux facteurs\"],\"x35ZEt\":[\"Activer la vérification\"],\"RxzN1M\":[\"Activé\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Anglais\"],\"GboWYL\":[\"Entrez un terme clé ou un nom propre\"],\"TSHJTb\":[\"Entrez un nom pour le nouveau conversation\"],\"KovX5R\":[\"Entrez un nom pour votre projet cloné\"],\"DRYPFp\":[\"Entrez une clé secrète\"],\"34YqUw\":[\"Entrez un code valide pour désactiver l'authentification à deux facteurs.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Saisir le mot de passe actuel\"],\"2FPsPl\":[\"Entrez le nom du fichier (sans extension)\"],\"VpwcSk\":[\"Saisir le nouveau mot de passe\"],\"oIn7d4\":[\"Entrez le code à 6 chiffres de votre application d'authentification.\"],\"q1OmsR\":[\"Entrez le code actuel à six chiffres de votre application d'authentification.\"],\"NgaR6B\":[\"Entrez votre mot de passe\"],\"42tLXR\":[\"Entrez votre requête\"],\"HRbyGE\":[\"Entré par le participant sur le portail\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Erreur\"],\"Ne0Dr1\":[\"Erreur lors du clonage du projet\"],\"AEkJ6x\":[\"Erreur lors de la création du rapport\"],\"edh3aY\":[\"Erreur lors du chargement du projet\"],\"4kVRov\":[\"Une erreur s'est produite\"],\"hmk+3M\":[\"Erreur lors du téléchargement de \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Événements\"],\"VFClUG\":[\"Événements à écouter\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Tout semble bon – vous pouvez continuer.\"],\"jqsg/I\":[\"Exemple de payload de webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Quitter le plein écran\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Expérimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorer\"],\"participant.echo.explore\":[\"Explorer\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploration de \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Exporter\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"Externe\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Échec\"],\"bh2Vob\":[\"Échec de l'ajout de la conversation à la discussion\"],\"ajvYcJ\":[\"Échec de l'ajout de la conversation à la discussion\",[\"0\"]],\"g5wCZj\":[\"Échec de l'ajout de conversations au contexte\"],\"pmwvUt\":[\"Échec de l'approbation du résultat. Veuillez réessayer.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Échec de la copie du chat. Veuillez réessayer.\"],\"uvu6eC\":[\"Échec de la copie de la transcription. Réessaie.\"],\"UQ6LqT\":[\"Échec de la création du sujet personnalisé\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Échec de la suppression du sujet personnalisé\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Échec de la suppression de la réponse\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Échec de la fin de la conversation. Veuillez réessayer.\"],\"vx5bTP\":[\"Échec de la génération de \",[\"label\"],\". Veuillez réessayer.\"],\"Fa1ewI\":[\"Impossible de générer le résumé. Réessaie plus tard.\"],\"Z77bMM\":[\"Échec du chargement des webhooks\"],\"T7KYJY\":[\"Échec du marquage de toutes les annonces comme lues\"],\"eGHX/x\":[\"Échec du marquage de l'annonce comme lue\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Échec de la reconnexion. Veuillez recharger la page.\"],\"SVtMXb\":[\"Échec de la régénération du résumé. Veuillez réessayer plus tard.\"],\"h49o9M\":[\"Échec du rechargement. Veuillez réessayer.\"],\"rv8mO7\":[\"Impossible de supprimer l'avatar\"],\"kE1PiG\":[\"Échec de la suppression de la conversation de la discussion\"],\"+piK6h\":[\"Échec de la suppression de la conversation de la discussion\",[\"0\"]],\"P9wLTJ\":[\"Échec de la suppression du logo\"],\"IMUHg3\":[\"Replanification echouee. Veuillez choisir un horaire plus eloigne et reessayer.\"],\"SmP70M\":[\"Échec de la transcription de la conversation. Veuillez réessayer.\"],\"kClMar\":[\"Échec de la révision du résultat. Veuillez réessayer.\"],\"wMEdO3\":[\"Échec de l'arrêt de l'enregistrement lors du changement de périphérique. Veuillez réessayer.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Échec de la mise à jour du sujet personnalisé\"],\"BpuK7o\":[\"Échec de la mise à jour de la base juridique\"],\"Avee+B\":[\"Impossible de mettre à jour le nom\"],\"gnm1CH\":[\"Échec de la mise à jour de l'épingle\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Impossible de télécharger l'avatar\"],\"RW4V7P\":[\"Échec du téléchargement du logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Fonctionnalité bientôt disponible\"],\"YirHq7\":[\"Commentaires\"],\"radRmd\":[\"Portail de commentaires\"],\"2roTVj\":[\"Retour envoyé\"],\"87gcCP\":[\"Le fichier \\\"\",[\"0\"],\"\\\" dépasse la taille maximale de \",[\"1\"],\".\"],\"ena+qV\":[\"Le fichier \\\"\",[\"0\"],\"\\\" a un format non pris en charge. Seuls les fichiers audio sont autorisés.\"],\"LkIAge\":[\"Le fichier \\\"\",[\"0\"],\"\\\" n'est pas un format audio pris en charge. Seuls les fichiers audio sont autorisés.\"],\"RW2aSn\":[\"Le fichier \\\"\",[\"0\"],\"\\\" est trop petit (\",[\"1\"],\"). La taille minimale est de \",[\"2\"],\".\"],\"+aBwxq\":[\"Taille du fichier: Min \",[\"0\"],\", Max \",[\"1\"],\", jusqu'à \",[\"MAX_FILES\"],\" fichiers\"],\"UkgMPE\":[\"Nom du fichier depuis le fichier téléchargé\"],\"5g0xbt\":[\"Filtrer les journaux d'audit par action\"],\"9clinz\":[\"Filtrer les journaux d'audit par collection\"],\"O39Ph0\":[\"Filtrer par action\"],\"DiDNkt\":[\"Filtrer par collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Trouver des contradictions et suggérer des questions de suivi\"],\"participant.button.stop.finish\":[\"Terminer\"],\"participant.button.finish.text.mode\":[\"Terminer\"],\"participant.button.finish\":[\"Terminer\"],\"participant.modal.finish.title.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"4dQFvz\":[\"Terminé\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Taille de la police\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Pour les utilisateurs avancés : Une clé secrète pour vérifier l'authenticité du webhook. Nécessaire si votre service de réception requiert une vérification de signature.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"Pour vous\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Mot de passe oublié ?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Français\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcription complète (lorsqu'elle est disponible)\"],\"3qkggm\":[\"Plein écran\"],\"Weq9zb\":[\"Général\"],\"ziAjHi\":[\"Générer\"],\"EIdJgG\":[\"Générer un nouveau rapport\"],\"QsUhrf\":[\"Générer un rapport\"],\"GRy59I\":[\"Générer un résumé d'abord\"],\"MWSGhX\":[\"Générer la bibliothèque\"],\"5SWGxv\":[\"Générer maintenant\"],\"GWUJ9X\":[\"Générer maintenant\"],\"QqIxfi\":[\"Générer un secret\"],\"gitFA/\":[\"Générer un résumé\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Génération du rapport...\"],\"kzY+nd\":[\"Génération du résumé. Patiente un peu...\"],\"hMOYzR\":[\"Génération de votre rapport en cours...\"],\"DDcvSo\":[\"Allemand\"],\"jpNBdT\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"participant.refine.go.deeper.description\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"ZDIydz\":[\"Commencer\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Donnez-moi une liste de 5 à 10 sujets qui sont discutés.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Retour\"],\"participant.concrete.artefact.action.button.go.back\":[\"Retour\"],\"DXr0zk\":[\"Plein écran\"],\"iWpEwy\":[\"Retour à l'accueil\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Aller à la nouvelle conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Bonne réponse\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide pour comprendre comment les titres sont générés. Les titres décrivent le sujet de la conversation, pas le participant.\"],\"uMjvI3\":[\"Guider le rapport\"],\"myXGZW\":[\"Guide\"],\"ZqBGoi\":[\"A des artefacts vérifiés\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Aide\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Masqué\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Pépite cachée\"],\"vLyv1R\":[\"Masquer\"],\"eHo/Jc\":[\"Masquer les données\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Masquer les données de révision\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Concept spécifique mis en évidence\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Accueil\"],\"Ai2U7L\":[\"Hôte\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Guide de l'hôte\"],\"EW9rvn\":[\"Retour de l'hôte\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Comment ça marche :\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Comment décririez-vous à un collègue ce que vous essayez d'accomplir avec ce projet ?\\n* Quel est l'objectif principal ou la métrique clé\\n* À quoi ressemble le succès\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Je comprends\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifiez les thèmes, sujets et arguments récurrents qui apparaissent de manière cohérente dans les conversations. Analysez leur fréquence, intensité et cohérence. Sortie attendue: 3-7 aspects pour les petits ensembles de données, 5-12 pour les ensembles de données moyens, 8-15 pour les grands ensembles de données. Conseils de traitement: Concentrez-vous sur les motifs distincts qui apparaissent dans de multiples conversations.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si ce que vous avez repéré concerne des données visibles par les mauvaises personnes, un accès dont quelqu'un ne devrait pas disposer, ou une possible faille de sécurité, utilisez plutôt notre <0>formulaire de signalement de sécurité. Il parvient à une autre équipe par une voie plus rapide. Pour toute urgence, envoyez un e-mail à <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si vous êtes satisfait de \",[\"objectLabel\"],\", cliquez sur \\\"Approuver\\\" pour montrer que vous vous sentez entendu.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si vous n'êtes pas sûr, vous n'avez probablement pas besoin de cela encore. Les webhooks sont une fonctionnalité avancée généralement utilisée par les développeurs ou les équipes avec des intégrations personnalisées. Vous pouvez toujours les configurer plus tard.\"],\"hDVOQQ\":[\"Si vous configurez des intégrations webhook, nous aimerions en savoir plus sur votre cas d'utilisation. Nous construisons également des fonctionnalités d'observabilité incluant les journaux d'audit et le suivi de la livraison.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Les images doivent faire moins de \",[\"MAX_FILE_MB\"],\" Mo\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Boîte de réception\"],\"Au/WJO\":[\"Inclure le lien du portail\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect ou inventé\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Perspectives\"],\"MSVCjk\":[\"Instructions pour générer le résultat de la vérification\"],\"fN5mkr\":[\"Intégrations et exportation\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Code invalide. Veuillez en demander un nouveau.\"],\"jLr8VJ\":[\"Identifiants invalides.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Adresse IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"library.not.available.message\":[\"Il semble que la bibliothèque n'est pas disponible pour votre compte. Veuillez demander un accès pour débloquer cette fonctionnalité.\"],\"participant.outcome.error.description\":[\"Nous n'avons pas pu charger ce résultat. Il peut s'agir d'un problème temporaire. Vous pouvez essayer de recharger ou revenir en arrière pour sélectionner un autre sujet.\"],\"5dxEAB\":[\"Il semble que vous n'ayez pas encore de rapport pour ce projet. Générez-en un pour obtenir un aperçu de vos conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Il semble que plusieurs personnes parlent. Prendre des tours nous aidera à entendre tout le monde clairement.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Rejoindre\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un instant\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Parlez ou écrivez naturellement. Votre contribution va directement à notre équipe produit et nous aide vraiment à améliorer dembrane. Nous lisons tout.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Sécurisez l'accès avec un code à usage unique de votre application d'authentification. Activez ou désactivez l'authentification à deux facteurs pour ce compte.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Langue\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Dernièrement enregistré le \",[\"0\"]],\"K7P0jz\":[\"Dernière mise à jour\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Dernier\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"En savoir plus sur les webhooks\"],\"ffCwpJ\":[\"Laisser vide pour conserver l'existant\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base juridique\"],\"vRXsmZ\":[\"Base juridique\"],\"CopiEV\":[\"Base juridique enregistrée\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothèque\"],\"library.title\":[\"Bibliothèque\"],\"T50lwc\":[\"Création de la bibliothèque en cours\"],\"gkv8iG\":[\"Plaque d'immatriculation\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Lien\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Lien vers la politique de confidentialité affichée aux participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Direct\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Mode d'exécution de l'agent en direct\"],\"participant.live.audio.level\":[\"Niveau audio en direct:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vue en direct\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Chargement\"],\"participant.verify.instructions.loading\":[\"Chargement\"],\"yQ9yN3\":[\"Chargement des actions...\"],\"participant.concrete.loading.artefact\":[\"Chargement de l'artefact\"],\"JOvnq+\":[\"Chargement des journaux d'audit…\"],\"y+JWgj\":[\"Chargement des collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Chargement des microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Chargement de la transcription...\"],\"3SKW0s\":[\"Chargement des sujets de vérification…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"chargement...\"],\"Z3FXyt\":[\"Chargement...\"],\"Pwqkdw\":[\"Chargement…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Connexion\"],\"LM/dWU\":[\"Connexion | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo supprimé\"],\"MjfaMh\":[\"Logo mis à jour\"],\"nOhz3x\":[\"Déconnexion\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Plus long en premier\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gérer les modèles\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Tout marquer comme lu\"],\"JSxZVX\":[\"Marquer toutes comme lues\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marquer comme lue\"],\"5GPcf9\":[\"Marquer comme non lue\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"Accès MCP\"],\"TJA2es\":[\"Accès MCP | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notes de réunion\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Membres\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"L'accès au microphone est toujours refusé. Veuillez vérifier vos paramètres et réessayer.\"],\"azjxk1\":[\"Ne répond pas à la question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Suivi\"],\"f8jrkd\":[\"autres\"],\"JcD7qf\":[\"Plus d'actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Déplacer\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Déplacer\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Déplacer vers un autre projet\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Déplacer vers un projet\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Doit etre au moins 10 minutes dans le futur\"],\"5hOInR\":[\"Mes accès\"],\"en+4fS\":[\"Mes modèles\"],\"6YtxFj\":[\"Nom\"],\"e3/ja4\":[\"Nom A-Z\"],\"8/brI5\":[\"Le nom est requis\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nom mis à jour\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nom Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nouveau\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nom de la nouvelle conversation\"],\"u2uElg\":[\"Nouvelles conversations ajoutees depuis ce rapport\"],\"library.new.conversations\":[\"De nouvelles conversations ont été ajoutées depuis la génération de la bibliothèque. Régénérez la bibliothèque pour les traiter.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nouveau mot de passe\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"gKi+a/\":[\"Nouveau projet\"],\"wzIR5D\":[\"Nouveau projet | dembrane\"],\"z6wcHz\":[\"Nouveau rapport\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Plus récent en premier\"],\"hXzOVo\":[\"Suivant\"],\"participant.button.next\":[\"Suivant\"],\"participant.verify.selection.button.next\":[\"Suivant\"],\"participant.verify.instructions.button.next\":[\"Suivant\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Non\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Aucune action trouvée\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"Aucun journal d'audit ne correspond aux filtres actuels.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Aucune discussion trouvée. Commencez une discussion en utilisant le bouton \\\"Demander\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Aucune collection trouvée\"],\"zsslJv\":[\"Aucun contenu\"],\"1pZsdx\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"library.no.conversations\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"EtMtH/\":[\"Aucune conversation trouvée.\"],\"BuikQT\":[\"Aucune conversation trouvée. Commencez une conversation en utilisant le lien d'invitation à participer depuis la <0><1>vue d'ensemble du projet.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Aucune conversation n'a été traitée. Cela peut se produire si toutes les conversations sont déjà dans le contexte ou ne correspondent pas aux filtres sélectionnés.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Pas encore de conversations. Vous pouvez planifier un rapport maintenant et les conversations seront incluses une fois ajoutees.\"],\"oaDwXD\":[\"Aucune valeur par défaut définie (gestion client s'applique)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Pas encore de retours.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"Aucun résultat\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Aucun nouveau feedback détecté encore. Veuillez continuer votre discussion et réessayer bientôt.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Personne dans l'organisation pour l'instant.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Aucun projet trouvé \",[\"0\"]],\"y29l+b\":[\"Aucun projet trouvé pour ce terme de recherche\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Aucun rapport trouvé\"],\"1iQvuD\":[\"Pas encore de rapports\"],\"Ev2r9A\":[\"Aucun résultat\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Aucune étiquette trouvée\"],\"LcBe0w\":[\"Aucune étiquette n'a encore été ajoutée à ce projet. Ajoutez une étiquette en utilisant le champ de texte ci-dessus pour commencer.\"],\"KE6RCJ\":[\"Aucun modèle ne correspond à {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Aucune transcription disponible\"],\"vq+6l+\":[\"Aucune transcription n'existe pour cette conversation. Veuillez vérifier plus tard.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Aucun fichier audio valide n'a été sélectionné. Veuillez sélectionner uniquement des fichiers audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Aucun sujet de vérification n'est configuré pour ce projet.\"],\"pdWSGS\":[\"Aucun sujet de vérification disponible.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Aucun webhook configuré\"],\"/PUkCU\":[\"Aucun webhook trouvé\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Non ajoutées\"],\"OJx3wK\":[\"Non disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Rien de nouveau de dembrane pour le moment.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notifier les participants lorsqu'un rapport est publié.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Plus ancien en premier\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Une fois que vous avez discuté, appuyez sur \\\"réviser\\\" pour que \",[\"objectLabel\"],\" change afin de refléter votre discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Une fois que vous recevez \",[\"objectLabel\"],\", lisez-le à haute voix et partagez à haute voix ce que vous souhaitez modifier, le cas échéant.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En cours\"],\"conversation.ongoing\":[\"En cours\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Modifiez uniquement ce paramètre en consultation avec la(les) personne(s) responsable(s) de la protection des données dans votre organisation.\"],\"z7dMhl\":[\"Seules les images peuvent être jointes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Seuls les administrateurs de l'espace de travail peuvent modifier la base juridique.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Il semble que l'accès au microphone ait été refusé. Pas d'inquiétude ! Nous avons un guide de dépannage pratique pour vous. N'hésitez pas à le consulter. Une fois le problème résolu, revenez sur cette page pour vérifier si votre microphone est prêt.\"],\"1TNIig\":[\"Ouvrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Voir l'enregistrement\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Ouvrir le guide de dépannage\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Ouvrez votre application d'authentification et entrez le code actuel à six chiffres.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optionnel\"],\"ZFIvWo\":[\"Optionnel (retour à l'anglais)\"],\"V44CS4\":[\"Champ optionnel sur la page de démarrage\"],\"bkndzy\":[\"Champ optionnel sur la page de remerciements\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"ou\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Ou preferer discuter directement ?\"],\"1h45Hu\":[\"Ou écrivez le vôtre\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Autre\"],\"GC75c7\":[\"Résultat approuvé avec succès !\"],\"QLXrh9\":[\"Résultat rechargé avec succès !\"],\"LJg1UW\":[\"Résultat revu avec succès !\"],\"df3S+R\":[\"Résultat mis à jour !\"],\"1fjbvD\":[\"résultats\"],\"ZU3zZC\":[\"Résultats\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Remplacée pour ce projet\"],\"AR/qbs\":[\"Remplacer pour ce projet\"],\"6/dCYd\":[\"Aperçu\"],\"/fAXQQ\":[\"Vue d’ensemble - Thèmes et patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenu de la page\"],\"8F1i42\":[\"Page non trouvée\"],\"6+Py7/\":[\"Titre de la page\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Email du participant\"],\"WdEzKM\":[\"Emails du participant\"],\"Uc9fP1\":[\"Fonctionnalités participant\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nom et email du participant\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Les participants pourront sélectionner des étiquettes lors de la création de conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Mot de passe\"],\"zJx6Vx\":[\"Mot de passe modifié\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Les mots de passe ne correspondent pas\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Mettre en pause la lecture\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"En attente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Action en attente\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"zmwvG2\":[\"Téléphone\"],\"B8mlc2\":[\"Choisir une date\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Choisis l’approche qui correspond à ta question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Épingler\"],\"u8qC4w\":[\"Épingler le projet\"],\"S+WiJ3\":[\"Épinglez des modèles ici pour un accès rapide.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Épinglés est plein (max 5)\"],\"EC6BHi\":[\"Projets épinglés\"],\"RimR35\":[\"Modèles épinglés\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Prévu\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Veuillez autoriser l'accès au microphone pour démarrer le test.\"],\"SQSc5o\":[\"Veuillez vérifier plus tard ou contacter le propriétaire du projet pour plus d'informations.\"],\"T8REcf\":[\"Veuillez vérifier vos entrées pour les erreurs.\"],\"n6oAnk\":[\"Veuillez activer la participation pour activer le partage\"],\"fwrPh4\":[\"Veuillez entrer une adresse e-mail valide.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement)\"],\"Lu1j4b\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement).\\nVotre transcription sera anonymisée et votre hôte ne pourra pas écouter votre enregistrement.\"],\"library.processing.request\":[\"Bibliothèque en cours de traitement\"],\"04DMtb\":[\"Veuillez patienter pendant que nous traitons votre demande de retranscription. Vous serez redirigé vers la nouvelle conversation lorsque prêt.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG ou WebP. Sera recadré en cercle.\"],\"jjdudv\":[\"Mauvaise réponse\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenu du Portail\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Éditeur du portail\"],\"qVypVJ\":[\"Éditeur de Portail\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Préparation de votre expérience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Aperçu : Le rapide brun fox saute sur le chien paresseux.\"],\"DHhJ7s\":[\"Précédent\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimer / Enregistrer PDF\"],\"S8ugMC\":[\"Imprimer le rapport\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la politique de confidentialité\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuer\"],\"select.all.modal.proceed\":[\"Continuer\"],\"select.all.modal.loading.description\":[\"Traitement de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" et ajout à votre chat\"],\"gzGDMM\":[\"Traitement de votre demande de retranscription...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Projet\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projet créé\"],\"zjTrs1\":[\"Valeur par défaut du projet : activé. Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Bibliothèque de projet | dembrane\"],\"QDjWwu\":[\"Résumé Meta du Projet\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nom du projet\"],\"3gh0L6\":[\"Nom et ID du projet\"],\"6Z2q2Y\":[\"Le nom du projet doit comporter au moins 4 caractères\"],\"n7JQEk\":[\"Projet introuvable\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Aperçu du projet | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Paramètres du projet\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projets\"],\"DK5DV3\":[\"Projets | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Fournissez un aperçu des sujets principaux et des thèmes récurrents\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publier\"],\"vsX8VJ\":[\"Publiez ce rapport d'abord pour afficher le lien du portail\"],\"IHzoSN\":[\"Publiez ce rapport pour obtenir un lien de partage\"],\"u3wRF+\":[\"Publié\"],\"E7YTYP\":[\"Récupère les citations les plus marquantes de cette session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Évaluation\"],\"wr9IYa\":[\"Ressaisir le nouveau mot de passe\"],\"0ZBIgY\":[\"Réutiliser les paramètres d'un webhook existant\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Lire à haute voix\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Prêt à commencer\"],\"ShoKlK\":[\"Prêt à connecter vos outils ? Ajoutez un webhook pour recevoir automatiquement les données de conversation lorsque des événements se produisent.\"],\"VJScHU\":[\"Motif\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Applications recommandées\"],\"participant.button.s3check.reconnect\":[\"Reconnecter\"],\"participant.button.interruption.reconnect\":[\"Reconnecter\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Enregistrer\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Enregistrer une autre conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Enregistrement interrompu\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Enregistrement en pause\"],\"/l7qFE\":[\"Enregistrement démarré\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recréer la vue\"],\"view.recreate.modal.title\":[\"Recréer la vue\"],\"CqnkB0\":[\"Thèmes récurrents\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Références\"],\"lCF0wC\":[\"Actualiser\"],\"ZMXpAp\":[\"Actualiser les journaux d'audit\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Régénérer\"],\"PpFJd2\":[\"Régénérer le résumé\"],\"bluvj0\":[\"Régénérer le résumé\"],\"participant.regenerating.outcome\":[\"Régénération du résultat\"],\"oYlYU+\":[\"Régénération du résumé. Patiente un peu...\"],\"HPitDS\":[\"S'enregistrer | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recharger la page\"],\"participant.button.reload.page.text.mode\":[\"Recharger la page\"],\"participant.button.reload\":[\"Recharger la page\"],\"participant.concrete.artefact.action.button.reload\":[\"Recharger la page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Rappeler aux utilisateurs de vérifier avant de finir\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Supprimer\"],\"w61W3L\":[\"Supprimer \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Supprimer l'avatar\"],\"Kl7//J\":[\"Supprimer l'e-mail\"],\"cILfnJ\":[\"Supprimer le fichier\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Supprimer de cette conversation\"],\"O90CN2\":[\"Supprimer le logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Supprimer le remplacement\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renommer\"],\"6PsaMr\":[\"Renommer le chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Enregistrement\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de réponse\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport déjà en cours de génération\"],\"Q3LOVJ\":[\"Signaler un problème\"],\"DUmD+q\":[\"Rapport créé - \",[\"0\"]],\"hh/mvZ\":[\"Génération du rapport annulée\"],\"sSy8vA\":[\"Génération du rapport en cours...\"],\"v7O77U\":[\"La génération du rapport a été annulée. Vous pouvez démarrer un nouveau rapport ci-dessous.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notifications de rapports\"],\"M9snPp\":[\"Rapport programmé\"],\"6g+4DA\":[\"Signalement envoyé. Merci\"],\"u9r3Di\":[\"Les modèles de rapport sont sur notre feuille de route.\"],\"lNo4U2\":[\"Rapport mis à jour - \",[\"0\"]],\"t9yxlZ\":[\"Rapports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Demander l'accès\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Demander le Réinitialisation du Mot de Passe\"],\"8H5nRH\":[\"Demander le Réinitialisation du Mot de Passe | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Accès au microphone en cours...\"],\"TMLAx2\":[\"Requis\"],\"0Hf+6m\":[\"Requiert \\\"Demander l'email ?\\\" pour être activé\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogrammer\"],\"6eIR/n\":[\"Replanifier pour\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Réinitialiser\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Réinitialiser le Mot de Passe\"],\"9uplIY\":[\"Réinitialiser le Mot de Passe | dembrane\"],\"L+rMC9\":[\"Réinitialiser aux paramètres par défaut\"],\"kX8Fjz\":[\"Retour sur la réponse\"],\"participant.button.stop.resume\":[\"Reprendre\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Rétranscrire\"],\"ehyRtB\":[\"Rétranscrire la conversation\"],\"1JHQpP\":[\"Rétranscrire la conversation\"],\"+gmVxi\":[\"La rétranscrire n'est pas disponible pour les conversations anonymisées\"],\"MXwASV\":[\"La rétranscrire a commencé. La nouvelle conversation sera disponible bientôt.\"],\"6gRgw8\":[\"Réessayer\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Réessayer le téléchargement\"],\"2fCpt5\":[\"Retour à l'accueil\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Examinez l'activité de votre espace de travail. Filtrez par collection ou action, et exportez la vue actuelle pour une investigation plus approfondie.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Examiner les fichiers avant le téléchargement\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Examiner le statut de traitement pour chaque conversation collectée dans ce projet.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Réviser\"],\"OG3mVO\":[\"Révision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Cliquez avec le bouton droit pour mettre en évidence\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Lignes par page\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Enregistrer\"],\"participant.concrete.action.button.save\":[\"Enregistrer\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Enregistrer comme modèle\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Enregistrer les modifications\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Erreur lors de l'enregistrement !\"],\"5dVjYt\":[\"Enregistrer le modèle\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Enregistrement...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannez le code QR ou copiez le secret dans votre application.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planifier\"],\"wCGy0o\":[\"Programmer le rapport\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Défiler vers le bas\"],\"A1taO8\":[\"Rechercher\"],\"select.all.modal.loading.search\":[\"Rechercher\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Recherchez et sélectionnez les conversations pour ce chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Rechercher des conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Rechercher des projets\"],\"I0hU01\":[\"Rechercher des projets\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Rechercher des projets...\"],\"5WYZKZ\":[\"Résultats de recherche\"],\"lnWve4\":[\"Rechercher des tags\"],\"pECIKL\":[\"Rechercher des templates...\"],\"select.all.modal.search.text\":[\"Texte de recherche :\"],\"nhvuQF\":[\"Rechercher des webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Recherché parmi les sources les plus pertinentes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Recherche en cours…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copié\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"À bientôt\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Sélectionner un microphone\"],\"s5OrCL\":[\"Sélectionner un webhook à cloner\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Tout sélectionner\"],\"+fRipn\":[\"Tout sélectionner (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Sélectionner tous les résultats\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Sélectionner au moins un événement\"],\"d3O/ZP\":[\"Sélectionner au moins un autre sujet avant de supprimer celui-ci\"],\"NK2YNj\":[\"Sélectionner les fichiers audio à télécharger\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Sélectionne des conversations et trouve des citations précises\"],\"LyHz7Q\":[\"Sélectionne des conversations dans la barre latérale\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Sélectionner un projet\"],\"ekUnNJ\":[\"Sélectionner les étiquettes\"],\"CG1cTZ\":[\"Sélectionnez les instructions qui seront affichées aux participants lorsqu'ils commencent une conversation\"],\"qxzrcD\":[\"Sélectionnez le type de retour ou de participation que vous souhaitez encourager.\"],\"QdpRMY\":[\"Sélectionner le tutoriel\"],\"Dh99yE\":[\"Selectionnez jusqu'a 2 axes de focus pour votre rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Sélectionnez les sujets que les participants peuvent utiliser pour \\\"Vérifier\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Sélectionner votre microphone:\"],\"gU5H9I\":[\"Fichiers sélectionnés (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Microphone sélectionné\"],\"tP/pEQ\":[\"Sélection trop grande\"],\"select.all.modal.context.limit.reached\":[\"Sélection trop grande. Certaines conversations n'ont pas été ajoutées.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Envoyer\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Envoyer le signalement\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Envoyer des notifications Slack/Teams lorsque de nouvelles conversations sont terminées\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nom de la Séance\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Configurer l'espace de travail\"],\"J4TuIW\":[\"Configurer votre première organisation\"],\"aBwEIZ\":[\"Configurer votre organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Paramètres\"],\"participant.settings.modal.title\":[\"Paramètres\"],\"BVRW7i\":[\"Paramètres | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Configuration\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Partager le rapport\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Partager vos informations ici\"],\"nnWGzO\":[\"Partagez vos idées avec notre équipe\"],\"4o0klJ\":[\"Partagez votre voix en scannant le code QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Plus court en premier\"],\"8vETh9\":[\"Afficher\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Afficher le lecteur audio\"],\"pzaNzD\":[\"Afficher les données\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Afficher les adresses IP\"],\"6lGV3K\":[\"Afficher moins\"],\"fMPkxb\":[\"Afficher plus\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Afficher les références\"],\"OV2iSn\":[\"Afficher les données de révision\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Affichage de \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" sur \",[\"totalItems\"],\" entrées\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" sur \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Affichage de votre dernier rapport terminé.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Passer\"],\"participant.button.verify_prompt.skip\":[\"Passer\"],\"participant.mic.check.button.skip\":[\"Passer\"],\"select.all.modal.context.limit.reached.description\":[\"Ignorées car la sélection était trop grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Communauté Slack\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Certains fichiers ont déjà été sélectionnés et ne seront pas ajoutés deux fois.\"],\"select.all.modal.skip.disclaimer\":[\"Certaines peuvent être ignorées (pas de transcription ou sélection trop grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegardé tant que ce problème ne sera pas résolu.\"],\"nwtY4N\":[\"Une erreur s'est produite\"],\"participant.conversation.error.text.mode\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"participant.conversation.error\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"mwpVVD\":[\"Un problème est survenu lors de la génération de votre dernier rapport.\"],\"2WNFmv\":[\"Un problème est survenu lors de la génération de votre rapport.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Une erreur s'est produite lors de l'exportation des journaux d'audit.\"],\"q9A2tm\":[\"Une erreur s'est produite lors de la génération du secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Quelque chose s'est mal passé. Veuillez réessayer en appuyant sur le bouton <0>Explorer, ou contactez le support si le problème persiste.\"],\"fWsBTs\":[\"Une erreur s'est produite. Veuillez réessayer.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Désolé, nous ne pouvons pas traiter cette demande en raison de la politique de contenu du fournisseur de LLM.\"],\"f6Hub0\":[\"Trier\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Espagnol\"],\"z5/5iO\":[\"Contexte spécifique\"],\"mORM2E\":[\"Détails précis\"],\"Etejcu\":[\"Détails précis - Conversations sélectionnées\"],\"uXsB4R\":[\"Équipe dembrane\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Commencer de zéro\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Commencer une nouvelle conversation\"],\"participant.button.start.new.conversation\":[\"Commencer une nouvelle conversation\"],\"i88wdJ\":[\"Recommencer\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Statut\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Arrêter\"],\"participant.button.stop\":[\"Arrêter\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planification Stratégique\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Soumettre\"],\"participant.button.submit.text.mode\":[\"Envoyer\"],\"zzDlyQ\":[\"Succès\"],\"aG+cH9\":[\"Suggérer des suggestions dynamiques basées sur votre conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggéré:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Résumer\"],\"5Y4tAB\":[\"Résume cet entretien en un article partageable\"],\"dXoieq\":[\"Résumé\"],\"+bZY9/\":[\"Résumé (lorsqu'il est disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Le résumé sera disponible une fois la conversation transcrite.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formats supportés: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Passer à la saisie de texte\"],\"D+NlUC\":[\"Système\"],\"woaefe\":[\"Valeur par défaut du système\"],\"InGQz2\":[\"État du système\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Étiquettes\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template appliqué\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nom du template\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Modèles\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Tester le webhook\"],\"xeiujy\":[\"Texte\"],\"CPN34F\":[\"Merci pour votre participation !\"],\"u+Whi9\":[\"Contenu de la page Merci\"],\"1LLF3Z\":[\"Merci !\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"Ce code n'a pas fonctionné. Réessayez avec un nouveau code de votre application d'authentification.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"Le code n'a pas fonctionné, veuillez réessayer.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"participant.conversation.error.loading\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"L'endpoint où nous enverrons les données. Obtenez cela de votre service de réception (par exemple, Zapier, Make, ou votre propre serveur).\"],\"Jo19Pu\":[\"Les conversations suivantes ont été automatiquement ajoutées au contexte\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Le rapport peut démarrer jusqu'à 5 minutes après l'heure choisie.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Le résumé est en cours de génération. Attends qu’il soit disponible.\"],\"+AT8nl\":[\"Le résumé est en cours de régénération. Attends qu’il soit disponible.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"L'URL du webhook et les événements seront clonés. Vous devrez entrer à nouveau le secret si un était configuré.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Thème\"],\"tn4pEQ\":[\"Bienvenue\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Il y avait une erreur lors du clonage de votre projet. Veuillez réessayer ou contacter le support.\"],\"JDFjCg\":[\"Il y avait une erreur lors de la création de votre rapport. Veuillez réessayer ou contacter le support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Ces conversations ont été exclues en raison de transcriptions manquantes.\"],\"8xYB4s\":[\"Ces modèles de vue par défaut seront générés lorsque vous créerez votre première bibliothèque.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Réflexion en cours...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Cela peut se produire lorsqu'un VPN ou un pare-feu bloque la connexion. Essayez de désactiver votre VPN, de passer à un autre réseau (par ex. partage de connexion mobile) ou contactez votre service informatique pour obtenir de l'aide.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Cette conversation a les copies suivantes :\"],\"conversation.linking_conversations.description\":[\"Cette conversation est une copie de\"],\"SzU1mG\":[\"Cette e-mail est déjà dans la liste.\"],\"participant.modal.refine.info.available.in\":[\"Cette fonctionnalité sera disponible dans \",[\"remainingTime\"],\" secondes.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Ces informations sont anonymisées\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Cette est une vue en direct du portail du participant. Vous devrez actualiser la page pour voir les dernières modifications.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"C'est un exemple des données JSON envoyées à votre URL de webhook lorsqu'une conversation est résumée.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Le traitement basé sur le consentement est défini sans lien vers la politique de confidentialité. Ajoutez-en un pour que ce réglage reste valide : les participants doivent pouvoir lire la politique de confidentialité.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothèque\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Cette langue sera utilisée pour le Portail du participant.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Cette page est affichée après que le participant ait terminé la conversation.\"],\"1gmHmj\":[\"Cette page est affichée aux participants lorsqu'ils commencent une conversation après avoir réussi à suivre le tutoriel.\"],\"+9D2sa\":[\"Cette partie de la page n'a pas pu se charger. Recharger la page règle souvent le problème. Si cela continue, revenez à l'accueil.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Ce projet suivra alors le réglage hérité : \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Cette prompt guide comment l'IA répond aux participants. Personnalisez-la pour former le type de feedback ou d'engagement que vous souhaitez encourager.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Ce rapport n'est pas encore disponible. \"],\"GQTpnY\":[\"Ce rapport a été ouvert par \",[\"0\"],\" personnes\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Ce titre est affiché aux participants lorsqu'ils commencent une conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Cela effacera votre entrée actuelle. Êtes-vous sûr ?\"],\"NrRH+W\":[\"Cela créera une copie du projet actuel. Seuls les paramètres et les étiquettes sont copiés. Les rapports, les chats et les conversations ne sont pas inclus dans le clonage. Vous serez redirigé vers le nouveau projet après le clonage.\"],\"hsNXnX\":[\"Cela créera une nouvelle conversation avec la même audio mais une transcription fraîche. La conversation d'origine restera inchangée.\"],\"add.tag.filter.modal.info\":[\"Cela filtrera la liste de conversations pour afficher les conversations avec cette étiquette.\"],\"participant.concrete.regenerating.artefact.description\":[\"Cela ne prendra que quelques instants\"],\"participant.concrete.loading.artefact.description\":[\"Cela ne prendra qu'un instant\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Cet espace de travail a utilisé ses heures d'enregistrement. Passez à une offre supérieure pour continuer à utiliser la voix.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pouce vers le bas\"],\"Nuw8ty\":[\"Pouce vers le haut\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Heure\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Horodatage\"],\"XSqo4Y\":[\"Horodatages et durée\"],\"rm2Cxd\":[\"Conseil\"],\"fEocaE\":[\"Conseil : Utilisez le bouton de lecture (▶) pour envoyer un payload de test à votre webhook et vérifier qu'il fonctionne correctement.\"],\"Zb3ANR\":[\"Astuce : Vous pouvez aussi créer un modèle à partir de n'importe quel message de chat que vous envoyez, ou dupliquer un modèle existant.\"],\"MHrjPM\":[\"Titre\"],\"1xkgU6\":[\"Titre auto-généré\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Pour nous aider à agir, essayez d'inclure où cela s'est produit et ce que vous essayiez de faire. Pour les bugs, dites-nous ce qui s'est mal passé. Pour les idées, dites-nous quel besoin cela résoudrait pour vous.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Trop grande\"],\"yIsdT7\":[\"Trop long\"],\"qgwLj6\":[\"Trop long ou confus\"],\"lcsUaI\":[\"Trop de signalements. Patientez quelques minutes puis réessayez\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Sujet créé avec succès\"],\"Sawj4V\":[\"Sujet supprimé avec succès\"],\"xcp3ny\":[\"Étiquette de sujet\"],\"vQoAht\":[\"Sujet mis à jour avec succès\"],\"th8cMZ\":[\"Titre basé sur le sujet décrivant ce qui a été discuté\"],\"sFMBP5\":[\"Sujets\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Formation\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Formation requise pour une utilisation à haut risque\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcription en cours...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcription\"],\"hfpzKV\":[\"Transcription copiée dans le presse-papiers\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformez ce contenu en insights qui ont vraiment de l'importance. Veuillez :\\n\\nExtrayez les idées essentielles qui contredisent le pensée standard\\nÉcrivez comme quelqu'un qui comprend les nuances, pas un manuel\\nFocalisez-vous sur les implications non évidentes\\nRestez concentré et substantiel\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si le contenu ne contient aucun insight substantiel, veuillez me le signaler, nous avons besoin de matériel de source plus fort.\"],\"uK9JLu\":[\"Transformez cette discussion en intelligence actionnable. Veuillez :\\nCapturez les implications stratégiques, pas seulement les points de vue\\nStructurez-le comme un analyse d'un leader, pas des minutes\\nSurmontez les points de vue standard\\nFocalisez-vous sur les insights qui conduisent à des changements réels\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si la discussion manque de points de décision substantiels ou d'insights, veuillez le signaler pour une exploration plus approfondie la prochaine fois.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Déclencher des workflows automatisés dans des outils comme Zapier, Make, ou n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Tu peux demander\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Essayez de vous rapprocher un peu plus de votre microphone pour une meilleure qualité audio.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Désactiver\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Désactiver l'anonymisation ?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"La désactivation de l'anonymisation pendant les enregistrements en cours peut avoir des conséquences inattendues. Les conversations actives seront également affectées en cours d'enregistrement. Veuillez utiliser cette option avec prudence.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Authentification à deux facteurs\"],\"NwChk2\":[\"Authentification à deux facteurs désactivée\"],\"qwpE/S\":[\"Authentification à deux facteurs activée\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Tapez un message ou appuyez sur / pour les templates...\"],\"EvmL3X\":[\"Tapez votre réponse ici\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"MksxNf\":[\"Impossible de charger les journaux d'audit.\"],\"participant.outcome.error.title\":[\"Impossible de charger le résultat\"],\"59QK2U\":[\"Impossible de charger le résultat généré. Veuillez réessayer.\"],\"nGxDbq\":[\"Impossible de traiter ce fragment\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Annuler\"],\"Ef7StM\":[\"Inconnu\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Raison inconnue\"],\"nWMRxa\":[\"Détacher\"],\"vSdeRU\":[\"Désépinglez d'abord un projet (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Désépinglez d'abord un projet (max 3)\"],\"dx+iaL\":[\"Désépingler le projet\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Modifications non enregistrées\"],\"SMaFdc\":[\"Se désabonner\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Sans titre\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversation sans titre\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Rapport sans titre\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Jusqu'à \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Jusqu'à \",[\"MAX_MESSAGE_CHARS\"],\" caractères\"],\"EkH9pt\":[\"Mettre à jour\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Mises à jour\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Télécharger\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Télécharger un avatar\"],\"kV3A2a\":[\"Téléchargement terminé\"],\"4Fr6DA\":[\"Télécharger des conversations\"],\"pZq3aX\":[\"Le téléchargement a échoué. Veuillez réessayer.\"],\"HAKBY9\":[\"Télécharger les fichiers\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Téléchargement des fichiers audio...\"],\"participant.modal.uploading\":[\"Envoi de l'audio...\"],\"participant.modal.interruption.uploading\":[\"Envoi de l'audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"L'URL est requise\"],\"3VnYUR\":[\"L'URL doit commencer par http:// ou https://\"],\"7FaY4u\":[\"Utilisation\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Utilisation et facturation\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Utiliser la valeur héritée\"],\"ngdRFH\":[\"Utilisez Shift + Entrée pour ajouter une nouvelle ligne\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"Paramètres utilisateur\"],\"7sNhEz\":[\"Nom d'utilisateur\"],\"1Nt3Kg\":[\"Utilisation du logo dembrane par défaut\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Utilisez des webhooks ? Nous aimerions en savoir plus sur votre cas d'utilisation\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Rappel de vérification\"],\"participant.banner.verification_required\":[\"Vérification requise\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Vérifié\"],\"select.all.modal.loading.verified\":[\"Vérifié\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Vérifié\"],\"Iv1iWN\":[\"artefacts vérifiés\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Vérifier\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Vérifier\"],\"participant.echo.verify\":[\"Vérifier\"],\"4LFZoj\":[\"Vérifier le code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Sujets de vérification\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vue\"],\"SZw9tS\":[\"Voir les détails\"],\"95YFbG\":[\"Voir un exemple de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Voir vos réponses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"En attente de la fin des conversations avant de générer un rapport.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"Nous ne pouvons pas vous entendre. Veuillez essayer de changer de microphone ou de vous rapprocher un peu plus de l'appareil.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Nous n'avons pas pu désactiver l'authentification à deux facteurs. Réessayez avec un nouveau code.\"],\"sM2pBB\":[\"Nous n'avons pas pu activer l'authentification à deux facteurs. Vérifiez votre code et réessayez.\"],\"mW8QSA\":[\"Nous n'avons pas trouvé la page que vous cherchiez. Elle a peut-être été déplacée.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Nous avons besoin d'un peu plus de contexte pour vous aider à utiliser ECHO efficacement. Veuillez continuer à enregistrer afin que nous puissions fournir de meilleures suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"dni8nq\":[\"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.\"],\"FXjsEJ\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez <0>Signaler un problème pour l'envoyer avec des captures d'écran.\"],\"XolQc4\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez Signaler un problème dans la barre latérale pour l'envoyer avec des captures d'écran.\"],\"participant.test.microphone.description\":[\"Nous testerons votre microphone pour vous assurer la meilleure expérience pour tout le monde dans la session.\"],\"+eLc52\":[\"Nous entendons un peu de silence. Essayez de parler plus fort pour que votre voix soit claire.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL du webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Les webhooks sont des messages automatisés envoyés d'une application à une autre lorsqu'un événement se produit. Pensez à eux comme à un \\\"système de notification\\\" pour vos autres outils.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenue\"],\"9eF5oV\":[\"Bon retour\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Bienvenue sur dembrane!\"],\"u4aLOz\":[\"Bienvenue en mode Vue d’ensemble ! J’ai chargé les résumés de toutes tes conversations. Pose-moi des questions sur les tendances, thèmes et insights de tes données. Pour des citations exactes, démarre un nouveau chat en mode Contexte précis.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Bienvenue !\"],\"RL57XM\":[\"Qu'est-ce que les webhooks ? (2 min de lecture)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Quelles données sont envoyées ?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Que souhaitez-vous vérifier ?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Que s'est-il passé ? Collez une capture d'écran ici pour la joindre\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Que doit ECHO analyser ou générer à partir des conversations ?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Qu'est-ce qui n'a pas marché ?\"],\"qGrqH9\":[\"Quels ont été les moments clés de cette conversation ?\"],\"FXZcgH\":[\"Qu’est-ce que tu veux explorer ?\"],\"3ePd3I\":[\"Nouveautés\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Lorsqu'un participant ouvre le portail, entre ses détails et commence une conversation\"],\"myUTw1\":[\"Lorsqu'un rapport a été généré pour le projet\"],\"7t3vo1\":[\"Lorsque tout l'audio a été converti en texte et que le transcript complet est disponible\"],\"N0GETg\":[\"Quand sont déclenchés les webhooks ?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Lorsqu'il est activé, tous les nouveaux transcriptions auront des informations personnelles (noms, emails, numéros de téléphone, adresses) remplacées par des placeholders. Les conversations anonymisées désactivent également la lecture de l'audio, le téléchargement de l'audio et la rétranscrire pour protéger la confidentialité des participants. Cela ne peut pas être annulé pour les conversations déjà traitées.\"],\"MEmr1I\":[\"Lorsque vous terminez la conversation, les participants qui n'ont pas encore vérifié seront invités à vérifier ou à sauter\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Quand le rapport doit-il être généré ?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Lorsque le résumé est prêt (inclut à la fois le transcript et le résumé)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"sera inclus dans votre rapport\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Espace de travail\"],\"IG4YLy\":[\"Espace de travail / projet\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valeur par défaut de l'espace de travail\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Paramètres de l'espace de travail\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Espaces de travail\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Souhaitez-vous ajouter cette étiquette à vos filtres actuels ?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Langue ou ton incorrect\"],\"MNTYHt\":[\"Mauvaises sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Oui\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Vous\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Vous êtes déjà désinscrit ou votre lien est invalide.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"Vous êtes le propriétaire des données\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail après avoir ajouté vos informations de facturation.\"],\"uGP87g\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail.\"],\"WS92Fk\":[\"Vous pouvez quitter cette page et revenir plus tard. Votre rapport continuera à être généré en arrière-plan.\"],\"E71LBI\":[\"Vous ne pouvez télécharger que jusqu'à \",[\"MAX_FILES\"],\" fichiers à la fois. Seuls les premiers \",[\"0\"],\" fichiers seront ajoutés.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Vous pouvez réessayer ci-dessous.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"Vous avez une invitation en attente\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Vous avez déjà ajouté <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" à ce chat.\"],\"7W35AW\":[\"Vous avez déjà ajouté toutes les conversations liées à ceci\"],\"participant.modal.change.mic.confirmation.text\":[\"Vous avez changé votre microphone. Veuillez cliquer sur \\\"Continuer\\\", pour continuer la session.\"],\"T/Q7jW\":[\"Vous avez été désinscrit avec succès.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Vous n'avez encore vérifié aucun résultat. Souhaitez-vous vérifier avant de terminer ?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Vous pouvez également choisir d'enregistrer une autre conversation.\"],\"yCtSKg\":[\"Vous devez vous connecter avec le même fournisseur que vous avez utilisé pour vous inscrire. Si vous rencontrez des problèmes, veuillez contacter le support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Vous semblez être hors ligne, veuillez vérifier votre connexion internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Vous recevrez bientôt \",[\"objectLabel\"],\" à vérifier.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"Vous êtes à jour.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Votre approbation nous aide à comprendre ce que vous pensez vraiment !\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Votre retour et cette réponse sont transmis à l'équipe dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Vos entrées seront automatiquement enregistrées.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La génération de votre dernier rapport a été annulée. Affichage de votre rapport le plus récent.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Votre nom\"],\"VSneAo\":[\"Votre nom, votre e-mail et la page actuelle sont inclus pour que nous puissions vous recontacter.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page.\"],\"wurHZF\":[\"Vos réponses\"],\"B8Q/i2\":[\"Votre vue a été créée. Veuillez patienter pendant que nous traitons et analysons les données.\"],\"library.views.title\":[\"Vos vues\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Vous n'êtes pas authentifié\"],\"You don't have permission to access this.\":[\"Vous n'avez pas la permission d'accéder à ceci.\"],\"Resource not found\":[\"Ressource non trouvée\"],\"Server error\":[\"Erreur serveur\"],\"Something went wrong\":[\"Une erreur s'est produite\"],\"We're preparing your workspace.\":[\"Nous préparons votre espace de travail.\"],\"Preparing your dashboard\":[\"Préparation de ton dashboard\"],\"Welcome back\":[\"Bon retour\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La bibliothèque prendra \",[\"duration\"]],\"uDvV8j\":[\" Envoyer\"],\"aMNEbK\":[\" Se désabonner des notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bientôt disponible\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorer\\\" bientôt disponible\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Vérifier\\\" bientôt disponible\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(facultatif)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(Vous)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" étiquette\"],\"other\":[\"#\",\" étiquettes\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message de dembrane\"],\"other\":[\"Messages de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Étiquette :\"],\"other\":[\"Étiquettes :\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" ajoutées\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Modifié le \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" non ajoutées\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vues\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversations • Modifié \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" sélectionné(s)\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Actuellement, \",\"#\",\" conversation est prête à être analysée.\"],\"other\":[\"Actuellement, \",\"#\",\" conversations sont prêtes à être analysées.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" lit actuellement\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" en cours de traitement.\"],\"ZpJ0wx\":[\"*Transcription en cours.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vue\"],\"AeSuqs\":[\"1. Vous fournissez une URL où vous souhaitez recevoir les notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Lorsqu'un événement de conversation ou de rapport se produit, nous envoyons automatiquement les données à votre URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Votre système reçoit les données et peut agir sur elles (par exemple, enregistrer dans une base de données, envoyer un e-mail, mettre à jour un tableau de bord)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nom convivial pour identifier ce webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Un nouveau rapport sera automatiquement généré et publié à l'heure prévue.\"],\"zm7GU7\":[\"Un lien vers la politique de confidentialité est obligatoire pour le traitement basé sur le consentement. Il doit commencer par http:// ou https:// et compter au maximum 255 caractères.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Accès\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Compte\"],\"vZEmNi\":[\"Compte et sécurité\"],\"K3wUdw\":[\"Valeur par défaut du compte\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Mot de passe du compte\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action par\"],\"7U5F+i\":[\"Action requise\"],\"UQXw0W\":[\"Action sur\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtres actifs\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Ajouter\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Ajouter un contexte supplémentaire (Optionnel)\"],\"Se1KZw\":[\"Ajouter tout ce qui s'applique\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Ajouter des conversations au contexte\"],\"8T7YRB\":[\"Ajoutez d'abord des conversations a votre projet\"],\"LL1rvo\":[\"Ajouter un sujet personnalisé\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Ajouter des images\"],\"1xDwr8\":[\"Ajoutez des termes clés ou des noms propres pour améliorer la qualité et la précision de la transcription.\"],\"ndpRPm\":[\"Ajoutez de nouveaux enregistrements à ce projet. Les fichiers que vous téléchargez ici seront traités et apparaîtront dans les conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Ajouter une étiquette\"],\"add.tag.filter.modal.title\":[\"Ajouter une étiquette aux filtres\"],\"IKoyMv\":[\"Ajouter des étiquettes\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Ajouter aux filtres\"],\"NffMsn\":[\"Ajouter à cette conversation\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Ajouter un sujet\"],\"AHaRrL\":[\"Ajouter des traductions\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Ajouter un webhook\"],\"UZ07em\":[\"Ajouter votre premier webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Ajoutées\"],\"Na90E+\":[\"E-mails ajoutés\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" au chat\"],\"select.all.modal.add.with.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" avec les filtres suivants :\"],\"select.all.modal.add.without.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\" avec les filtres suivants :\"],\"select.all.modal.loading.title\":[\"Ajout de conversations\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajuster la taille de la police de base pour l'interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Tableau de bord d'administration\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avancé\"],\"OaKXud\":[\"Avancé (Astuces et conseils)\"],\"JiIKww\":[\"Paramètres avancés\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Exécution guidée par les outils\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Tout\"],\"cF7bEt\":[\"Toutes les actions\"],\"O1367B\":[\"Toutes les collections\"],\"gvykaX\":[\"Toutes les conversations\"],\"u/fl/S\":[\"Tous les fichiers ont été téléchargés avec succès.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"Tout lu\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Tous les modèles\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permettre aux participants d'utiliser le lien pour démarrer de nouvelles conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Presque terminé\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Déjà ajouté à cette conversation\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Déjà dans le contexte\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Une notification par e-mail sera envoyée à \",[\"0\"],\" participant\",[\"1\"],\". Voulez-vous continuer ?\"],\"8q/YVi\":[\"Une erreur s'est produite lors du chargement du Portail. Veuillez contacter l'équipe de support.\"],\"XyOToQ\":[\"Une erreur s'est produite.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Une erreur inattendue s'est produite. Recharger la page ou revenir à l'accueil aide souvent.\"],\"F4cOH1\":[\"Langue d'analyse\"],\"ZlwDi6\":[\"Analytique\"],\"1x2m6d\":[\"Analysez ces éléments avec profondeur et nuances. Veuillez :\\n\\nFocaliser sur les connexions inattendues et les contrastes\\nAller au-delà des comparaisons superficieles\\nIdentifier les motifs cachés que la plupart des analyses manquent\\nRester rigoureux dans l'analyse tout en étant engageant\\nUtiliser des exemples qui éclairent des principes plus profonds\\nStructurer l'analyse pour construire une compréhension\\nDessiner des insights qui contredisent les idées conventionnelles\\n\\nNote : Si les similitudes/différences sont trop superficielles, veuillez me le signaler, nous avons besoin de matériel plus complexe à analyser.\"],\"Dzr23X\":[\"Annonces\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymiser la transcription\"],\"gd1W+U\":[\"Anonymiser les transcriptions\"],\"YdiKaK\":[\"conversation anonymisée\"],\"iPiP6k\":[\"Conversation anonymisée\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Autre chose ?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apparence\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Appliquer\"],\"4TwsNi\":[\"Appliquer le modèle\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approuver\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approuvé\"],\"tq+4rb\":[\"Êtes-vous sûr de vouloir supprimer le webhook \\\"\",[\"0\"],\"\\\" ? Cette action ne peut pas être annulée.\"],\"uqhbrg\":[\"Êtes-vous sûr de vouloir supprimer ce chat ? Cette action est irréversible.\"],\"Q5Z2wp\":[\"Êtes-vous sûr de vouloir supprimer cette conversation ? Cette action ne peut pas être annulée.\"],\"yrk3z3\":[\"Êtes-vous sûr de vouloir supprimer ce sujet personnalisé ? Cette action ne peut pas être annulée.\"],\"YF1Re1\":[\"Êtes-vous sûr de vouloir supprimer ce projet ? Cette action est irréversible.\"],\"ELQ+fw\":[\"Êtes-vous sûr de vouloir supprimer ce rapport ? Cette action est irréversible.\"],\"aUsm4A\":[\"Êtes-vous sûr de vouloir supprimer cette étiquette ? Cela supprimera l'étiquette des conversations existantes qui la contiennent.\"],\"e3BGhi\":[\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action est irréversible.\"],\"participant.modal.finish.message.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"sOql0x\":[\"Êtes-vous sûr de vouloir générer la bibliothèque ? Cela prendra du temps et écrasera vos vues et perspectives actuelles.\"],\"UXCOMn\":[\"Êtes-vous sûr de vouloir régénérer le résumé ? Vous perdrez le résumé actuel.\"],\"ZmeZPn\":[\"Êtes-vous sûr de vouloir supprimer votre avatar ?\"],\"wQ5jM6\":[\"Êtes-vous sûr de vouloir supprimer votre logo personnalisé ? Le logo dembrane par défaut sera utilisé à la place.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Demander\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Demander l'e-mail ?\"],\"Rjlwvz\":[\"Demander le nom ?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Sélectionne au moins un sujet pour activer la vérification\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention ! Nous avons perdu les 60 dernières secondes de votre enregistrement en raison d'une interruption. Veuillez appuyer sur le bouton ci-dessous pour vous reconnecter.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Le téléchargement de l'audio n'est pas disponible pour les conversations anonymisées\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La lecture de l'audio n'est pas disponible pour les conversations anonymisées\"],\"IOBCIN\":[\"Conseil audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Journaux d'audit\"],\"aL1eBt\":[\"Journaux d'audit exportés en CSV\"],\"mS51hl\":[\"Journaux d'audit exportés en JSON\"],\"z8CQX2\":[\"Code d'authentification\"],\"R+PyK8\":[\"Générer automatiquement les titres\"],\"voAvDv\":[\"Générer automatiquement les titres\"],\"Wrpmw7\":[\"Généré automatiquement ou saisi manuellement\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Générer automatiquement un titre court basé sur le sujet pour chaque conversation après la synthèse. Le titre décrit ce qui a été discuté, pas qui a participé. Le nom original du participant est conservé séparément, s'il a fourni un nom.\"],\"F95AYw\":[\"Enregistrer automatiquement les transcriptions dans votre CRM ou base de données\"],\"zUbSgC\":[\"Envoyer automatiquement les données de conversation à vos autres outils et services lorsque des événements se produisent.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar supprimé\"],\"jSKImf\":[\"Avatar mis à jour\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Retour\"],\"participant.button.back.microphone\":[\"Retour\"],\"participant.button.back\":[\"Retour\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Retour à la sélection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Retour aux modèles\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basique (Diapositives tutorielles essentielles)\"],\"epXTwc\":[\"Paramètres de base\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bêta\"],\"dashboard.dembrane.concrete.beta\":[\"Bêta\"],\"dashboard.dembrane.verify.beta\":[\"Bêta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Facturation\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Prendre rendez-vous\"],\"KKLfx1\":[\"Reservez un appel avec nous\"],\"kFl92P\":[\"Réservez une formation certifiée pour continuer à utiliser dembrane dans des contextes à haut risque.\"],\"IkwW6y\":[\"Réserver un appel découverte\"],\"YgG3yv\":[\"Idées de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construire des tableaux de bord personnalisés avec des données de conversation en temps réel\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"En supprimant ce projet, vous supprimerez toutes les données associées. Cette action est irréversible. Êtes-vous absolument sûr ?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Annuler\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuler\"],\"participant.concrete.action.button.cancel\":[\"Annuler\"],\"participant.concrete.instructions.button.cancel\":[\"Annuler\"],\"select.all.modal.cancel\":[\"Annuler\"],\"add.tag.filter.modal.cancel\":[\"Annuler\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annuler le remplacement\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Annuler la planification\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Impossible d'ajouter une conversation vide\"],\"SL9Qao\":[\"Impossible de reprogrammer dans les 10 minutes précédant l'heure prévue\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Carte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Changer de langue\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Changer le mot de passe\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Les modifications seront enregistrées automatiquement\"],\"xF/jsW\":[\"Changer de langue pendant une conversation active peut provoquer des résultats inattendus. Il est recommandé de commencer une nouvelle conversation après avoir changé la langue. Êtes-vous sûr de vouloir continuer ?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Discussion\"],\"OqbSPC\":[\"Discussion | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nom du chat\"],\"8Q+lLG\":[\"Discussions\"],\"chat.accordion.skeleton.title\":[\"Discussions\"],\"project.sidebar.chat.title\":[\"Discussions\"],\"+e4Yxz\":[\"Vérifier l'accès au microphone\"],\"participant.button.check.microphone.access\":[\"Vérifier l'accès au microphone\"],\"WQUm5N\":[\"Vérifiez le texte et les images, puis réessayez\"],\"v4fiSg\":[\"Vérifiez votre e-mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choisir un fichier logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choisir parmi vos autres projets\"],\"Aoxltn\":[\"Choisir quand vous souhaitez recevoir les notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choisis le thème que tu préfères pour l’interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Effacer la recherche\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Cliquez sur \\\"Télécharger les fichiers\\\" lorsque vous êtes prêt à commencer le processus de téléchargement.\"],\"cwMTjO\":[\"Cliquer pour modifier\"],\"jcSz6S\":[\"Cliquez pour voir les \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Gestion client\"],\"+d+tJS\":[\"Cloner depuis un autre projet\"],\"nCnTY0\":[\"Cloner depuis le projet\"],\"BPrdpc\":[\"Cloner le projet\"],\"9U86tL\":[\"Cloner le projet\"],\"yz7wBu\":[\"Fermer\"],\"select.all.modal.close\":[\"Fermer\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Cas d'utilisation courants :\"],\"Wqc3zS\":[\"Comparer & Contraster\"],\"CfO59/\":[\"Comparer & Contraster Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Terminé\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuer\"],\"7VpPHA\":[\"Confirmer\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmer le nouveau mot de passe\"],\"yjkELF\":[\"Confirmer le nouveau mot de passe\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publier\"],\"vz1fGK\":[\"Confirmer la reprogrammation\"],\"L0k594\":[\"Confirmez votre mot de passe pour générer un nouveau secret pour votre application d'authentification.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connecter votre agent\"],\"0Nvhtt\":[\"Connecter votre agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connexion aux services de création de rapports...\"],\"wX/BfX\":[\"Connexion saine\"],\"participant.modal.s3check.title\":[\"Problème de connexion\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connexion défectueuse\"],\"l9fkrm\":[\"Consentement\"],\"EhtOYz\":[\"Le traitement basé sur le consentement est actif sans lien vers la politique de confidentialité. Ajoutez-en un là où la base juridique est définie : les participants doivent pouvoir lire la politique de confidentialité.\"],\"mpby9d\":[\"Contacter le support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenu\"],\"M73whl\":[\"Contexte\"],\"VHSco4\":[\"Contexte ajouté :\"],\"JX3KT4\":[\"Suggestions contextuelles\"],\"xGVfLh\":[\"Continuer\"],\"participant.button.continue\":[\"Continuer\"],\"participant.ready.to.begin.button.text\":[\"Continuer\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation ajoutée à la discussion\"],\"participant.conversation.ended\":[\"Conversation terminée\"],\"OtdHFE\":[\"Conversation retirée de la discussion\"],\"zTKMNm\":[\"Statut de la conversation\"],\"Rdt7Iv\":[\"Détails du statut de la conversation\"],\"7Ljafh\":[\"Tags de conversation\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Période de repos. Disponible dans \",[\"0\"]],\"6V3Ea3\":[\"Copié\"],\"84o0nc\":[\"Copié depuis la conversation originale\"],\"PiH3UR\":[\"Copié !\"],\"iaPtht\":[\"copie\"],\"he3ygx\":[\"Copier\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copier le lien\"],\"H4brGj\":[\"Copier le lien dans le presse-papiers\"],\"AjrNNs\":[\"Copier le contenu du rapport\"],\"vAkFou\":[\"Copier le secret\"],\"v3StFl\":[\"Copier le résumé\"],\"/4gGIX\":[\"Copier dans le presse-papiers\"],\"RTxUjI\":[\"Copier dans le presse-papiers\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copie en cours...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Votre sélection n'a pas pu être reprise. Sélectionnez à nouveau ci-dessous.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Impossible de copier dans le presse-papiers. Veuillez réessayer.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Impossible d'ouvrir la liste des conversations. Réessayez.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Retour non enregistré\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Impossible d'envoyer le signalement. Réessayez\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Créer\"],\"VW1ecc\":[\"Créer un nouveau webhook à partir de zéro\"],\"oJfYM5\":[\"Créer un brief de recherche à partir des conversations récentes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Créer une bibliothèque\"],\"T7gFri\":[\"Créer une nouvelle organisation\"],\"library.create.view.modal.title\":[\"Créer une nouvelle vue\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Créer un rapport\"],\"A5hiCy\":[\"Créer un modèle\"],\"library.create.view\":[\"Créer une vue\"],\"3D0MXY\":[\"Créer une vue\"],\"dkAPxi\":[\"Créer un webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Créé le\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recadrer l'avatar\"],\"udBqWc\":[\"Recadrer l'image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recadrer le logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actuel\"],\"Pn2B7/\":[\"Mot de passe actuel\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personnalisé\"],\"o1nIYK\":[\"Nom de fichier personnalisé\"],\"GrXJvi\":[\"Logo personnalisé\"],\"iv5fAO\":[\"Prompt de titre personnalisé\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Zone de danger\"],\"wqCnxg\":[\"URL du tableau de bord (lien direct vers l'aperçu de la conversation)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Période\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Par défaut\"],\"ucTqrC\":[\"Par défaut - Pas de tutoriel (Seulement les déclarations de confidentialité)\"],\"K/78Yl\":[\"Déléguer une analyse multi-étapes avec l'exécution en direct des outils\"],\"cnGeoo\":[\"Supprimer\"],\"project.sidebar.chat.delete\":[\"Supprimer la discussion\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Supprimer le chat\"],\"2GCE3m\":[\"Supprimer la conversation\"],\"2DzmAq\":[\"Supprimer la conversation\"],\"j5pYC4\":[\"Supprimer le sujet personnalisé\"],\"mp235G\":[\"Supprimer le projet\"],\"++iDlT\":[\"Supprimer le projet\"],\"rUWrSE\":[\"Supprimer le rapport\"],\"qr0gpK\":[\"Supprimer le tag\"],\"DFjdv0\":[\"Supprimer le modèle\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Supprimé avec succès\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invitation événement dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Décrivez le problème\"],\"Fs/0D5\":[\"Décrivez ce que le modèle de langage doit extraire ou résumer de la conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Détermine la base juridique RGPD selon laquelle les données personnelles sont traitées pour ce projet.\"],\"2rgVKb\":[\"Détermine sous quelle base juridique de GDPR les données personnelles sont traitées. Cette configuration s'applique à tous vos projets et peut être modifiée dans vos paramètres de compte.\"],\"NMz7xK\":[\"Développez un cadre stratégique qui conduit à des résultats significatifs. Veuillez :\\n\\nIdentifier les objectifs clés et leurs interdépendances\\nPlanifier les moyens d'implémentation avec des délais réalistes\\nAnticiper les obstacles potentiels et les stratégies de mitigation\\nDéfinir des indicateurs clairs pour le succès au-delà des indicateurs de vanité\\nMettre en évidence les besoins en ressources et les priorités d'allocation\\nStructurer le plan pour les actions immédiates et la vision à long terme\\nInclure les portes de décision et les points de pivot\\n\\nNote : Concentrez-vous sur les stratégies qui créent des avantages compétitifs durables, pas seulement des améliorations incrémentales.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Désactiver 2FA\"],\"yrMawf\":[\"Désactiver l'authentification à deux facteurs\"],\"E/QGRL\":[\"Désactivé\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nom d'affichage\"],\"fDGgw4\":[\"Dois-je avoir cela ?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Voulez-vous rester dans la boucle ?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"C'est bon, contactez-moi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Télécharger\"],\"5YVf7S\":[\"Téléchargez toutes les transcriptions de conversations générées pour ce projet.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Télécharger l'audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Télécharger le QR code\"],\"+bBcKo\":[\"Télécharger la transcription\"],\"5XW2u5\":[\"Options de téléchargement de la transcription\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Brouillon des actions suivantes et les organiser par priorité\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Glissez les fichiers audio ici ou cliquez pour sélectionner des fichiers\"],\"KGi3u9\":[\"Glisser pour réorganiser\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Dupliquer\"],\"lkz6PL\":[\"Durée\"],\"KIjvtr\":[\"Néerlandais\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ex. \\\"Focus sur les thèmes de durabilité\\\" ou \\\"Que pensent les participants de la nouvelle politique ?\\\"\"],\"pO9dOq\":[\"par exemple : \\\"Utiliser des phrases adjectivales courtes comme 'Espaces verts urbains' ou 'Emploi des jeunes'. Éviter les titres génériques.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ex. Résumé hebdomadaire des parties prenantes\"],\"ffuZIY\":[\"par exemple : Notifications Slack, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Modifier\"],\"9WkyHF\":[\"Modifier la conversation\"],\"Y/3VME\":[\"Modifier le sujet personnalisé\"],\"/8fAkm\":[\"Modifier le nom du fichier\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Mode édition\"],\"niSWGL\":[\"Modifier les options\"],\"G2KpGE\":[\"Modifier le projet\"],\"DdevVt\":[\"Modifier le contenu du rapport\"],\"report.editor.description\":[\"Modifier le contenu du rapport en utilisant l'éditeur de texte enrichi ci-dessous. Vous pouvez formater le texte, ajouter des liens, des images et plus encore.\"],\"nP7CdQ\":[\"Modifier le webhook\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@travail.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji affiché à côté du sujet, par exemple : 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vide\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activer 2FA\"],\"D3AnH0\":[\"Activer Explorer\"],\"4KKbfZ\":[\"Activer la participation\"],\"G3dSLc\":[\"Activer les notifications de rapports\"],\"ZUS4uO\":[\"Activez cette fonctionnalité pour permettre aux participants de demander des réponses alimentées par l'IA pendant leur conversation. Les participants peuvent cliquer sur \\\"Explorer\\\" après avoir enregistré leurs pensées pour recevoir un retour contextuel, encourageant une réflexion plus profonde et un engagement accru. Une période de récupération s'applique entre les demandes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Activez cette fonctionnalité pour permettre aux participants de vérifier et d'approuver les \\\"résultats\\\" de leurs contributions. Cela aide à cristalliser les idées clés, les préoccupations ou les résumés. Après la conversation, vous pouvez filtrer les discussions avec des résultats vérifiés et les examiner dans l'aperçu.\"],\"C027jd\":[\"Activer l'anonymisation des transcriptions\"],\"329BBO\":[\"Activer l'authentification à deux facteurs\"],\"x35ZEt\":[\"Activer la vérification\"],\"RxzN1M\":[\"Activé\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Anglais\"],\"GboWYL\":[\"Entrez un terme clé ou un nom propre\"],\"TSHJTb\":[\"Entrez un nom pour le nouveau conversation\"],\"KovX5R\":[\"Entrez un nom pour votre projet cloné\"],\"DRYPFp\":[\"Entrez une clé secrète\"],\"34YqUw\":[\"Entrez un code valide pour désactiver l'authentification à deux facteurs.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Saisir le mot de passe actuel\"],\"2FPsPl\":[\"Entrez le nom du fichier (sans extension)\"],\"VpwcSk\":[\"Saisir le nouveau mot de passe\"],\"oIn7d4\":[\"Entrez le code à 6 chiffres de votre application d'authentification.\"],\"q1OmsR\":[\"Entrez le code actuel à six chiffres de votre application d'authentification.\"],\"NgaR6B\":[\"Entrez votre mot de passe\"],\"42tLXR\":[\"Entrez votre requête\"],\"HRbyGE\":[\"Entré par le participant sur le portail\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Erreur\"],\"Ne0Dr1\":[\"Erreur lors du clonage du projet\"],\"AEkJ6x\":[\"Erreur lors de la création du rapport\"],\"edh3aY\":[\"Erreur lors du chargement du projet\"],\"4kVRov\":[\"Une erreur s'est produite\"],\"hmk+3M\":[\"Erreur lors du téléchargement de \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Événements\"],\"VFClUG\":[\"Événements à écouter\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Chaque enseignement est traçable. Le rapport relie chaque constat à ce qui a réellement été dit.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Tout semble bon – vous pouvez continuer.\"],\"jqsg/I\":[\"Exemple de payload de webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Quitter le plein écran\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Expérimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorer\"],\"participant.echo.explore\":[\"Explorer\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploration de \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Exporter\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"Externe\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Échec\"],\"bh2Vob\":[\"Échec de l'ajout de la conversation à la discussion\"],\"ajvYcJ\":[\"Échec de l'ajout de la conversation à la discussion\",[\"0\"]],\"g5wCZj\":[\"Échec de l'ajout de conversations au contexte\"],\"pmwvUt\":[\"Échec de l'approbation du résultat. Veuillez réessayer.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Échec de la copie du chat. Veuillez réessayer.\"],\"uvu6eC\":[\"Échec de la copie de la transcription. Réessaie.\"],\"UQ6LqT\":[\"Échec de la création du sujet personnalisé\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Échec de la suppression du sujet personnalisé\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Échec de la suppression de la réponse\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Échec de la fin de la conversation. Veuillez réessayer.\"],\"vx5bTP\":[\"Échec de la génération de \",[\"label\"],\". Veuillez réessayer.\"],\"Fa1ewI\":[\"Impossible de générer le résumé. Réessaie plus tard.\"],\"Z77bMM\":[\"Échec du chargement des webhooks\"],\"T7KYJY\":[\"Échec du marquage de toutes les annonces comme lues\"],\"eGHX/x\":[\"Échec du marquage de l'annonce comme lue\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Échec de la reconnexion. Veuillez recharger la page.\"],\"SVtMXb\":[\"Échec de la régénération du résumé. Veuillez réessayer plus tard.\"],\"h49o9M\":[\"Échec du rechargement. Veuillez réessayer.\"],\"rv8mO7\":[\"Impossible de supprimer l'avatar\"],\"kE1PiG\":[\"Échec de la suppression de la conversation de la discussion\"],\"+piK6h\":[\"Échec de la suppression de la conversation de la discussion\",[\"0\"]],\"P9wLTJ\":[\"Échec de la suppression du logo\"],\"IMUHg3\":[\"Replanification echouee. Veuillez choisir un horaire plus eloigne et reessayer.\"],\"SmP70M\":[\"Échec de la transcription de la conversation. Veuillez réessayer.\"],\"kClMar\":[\"Échec de la révision du résultat. Veuillez réessayer.\"],\"wMEdO3\":[\"Échec de l'arrêt de l'enregistrement lors du changement de périphérique. Veuillez réessayer.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Échec de la mise à jour du sujet personnalisé\"],\"BpuK7o\":[\"Échec de la mise à jour de la base juridique\"],\"Avee+B\":[\"Impossible de mettre à jour le nom\"],\"gnm1CH\":[\"Échec de la mise à jour de l'épingle\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Impossible de télécharger l'avatar\"],\"RW4V7P\":[\"Échec du téléchargement du logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Fonctionnalité bientôt disponible\"],\"YirHq7\":[\"Commentaires\"],\"radRmd\":[\"Portail de commentaires\"],\"2roTVj\":[\"Retour envoyé\"],\"87gcCP\":[\"Le fichier \\\"\",[\"0\"],\"\\\" dépasse la taille maximale de \",[\"1\"],\".\"],\"ena+qV\":[\"Le fichier \\\"\",[\"0\"],\"\\\" a un format non pris en charge. Seuls les fichiers audio sont autorisés.\"],\"LkIAge\":[\"Le fichier \\\"\",[\"0\"],\"\\\" n'est pas un format audio pris en charge. Seuls les fichiers audio sont autorisés.\"],\"RW2aSn\":[\"Le fichier \\\"\",[\"0\"],\"\\\" est trop petit (\",[\"1\"],\"). La taille minimale est de \",[\"2\"],\".\"],\"+aBwxq\":[\"Taille du fichier: Min \",[\"0\"],\", Max \",[\"1\"],\", jusqu'à \",[\"MAX_FILES\"],\" fichiers\"],\"UkgMPE\":[\"Nom du fichier depuis le fichier téléchargé\"],\"5g0xbt\":[\"Filtrer les journaux d'audit par action\"],\"9clinz\":[\"Filtrer les journaux d'audit par collection\"],\"O39Ph0\":[\"Filtrer par action\"],\"DiDNkt\":[\"Filtrer par collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Trouver des contradictions et suggérer des questions de suivi\"],\"participant.button.stop.finish\":[\"Terminer\"],\"participant.button.finish.text.mode\":[\"Terminer\"],\"participant.button.finish\":[\"Terminer\"],\"participant.modal.finish.title.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"4dQFvz\":[\"Terminé\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinq questions rapides, puis vous choisissez un créneau avec l'équipe dembrane. Nous lisons vos réponses avant l'appel et venons avec un plan adapté.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Taille de la police\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Pour les utilisateurs avancés : Une clé secrète pour vérifier l'authenticité du webhook. Nécessaire si votre service de réception requiert une vérification de signature.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"Pour vous\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Mot de passe oublié ?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Français\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcription complète (lorsqu'elle est disponible)\"],\"3qkggm\":[\"Plein écran\"],\"Weq9zb\":[\"Général\"],\"ziAjHi\":[\"Générer\"],\"EIdJgG\":[\"Générer un nouveau rapport\"],\"QsUhrf\":[\"Générer un rapport\"],\"GRy59I\":[\"Générer un résumé d'abord\"],\"MWSGhX\":[\"Générer la bibliothèque\"],\"5SWGxv\":[\"Générer maintenant\"],\"GWUJ9X\":[\"Générer maintenant\"],\"QqIxfi\":[\"Générer un secret\"],\"gitFA/\":[\"Générer un résumé\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Génération du rapport...\"],\"kzY+nd\":[\"Génération du résumé. Patiente un peu...\"],\"hMOYzR\":[\"Génération de votre rapport en cours...\"],\"DDcvSo\":[\"Allemand\"],\"jpNBdT\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"participant.refine.go.deeper.description\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"Pl6LQ+\":[\"Prendre contact\"],\"ZDIydz\":[\"Commencer\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Donnez-moi une liste de 5 à 10 sujets qui sont discutés.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Retour\"],\"participant.concrete.artefact.action.button.go.back\":[\"Retour\"],\"DXr0zk\":[\"Plein écran\"],\"iWpEwy\":[\"Retour à l'accueil\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Aller à la nouvelle conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Bonne réponse\"],\"hjZBYK\":[\"Vous avez deux minutes ? Cinq questions facultatives nous aident à nous préparer.\"],\"5sIEgO\":[\"Vous avez deux minutes ? Cinq questions rapides nous aident à venir préparés, et vous pouvez toutes les passer.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide pour comprendre comment les titres sont générés. Les titres décrivent le sujet de la conversation, pas le participant.\"],\"uMjvI3\":[\"Guider le rapport\"],\"myXGZW\":[\"Guide\"],\"ZqBGoi\":[\"A des artefacts vérifiés\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Aide\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Masqué\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Pépite cachée\"],\"vLyv1R\":[\"Masquer\"],\"eHo/Jc\":[\"Masquer les données\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Masquer les données de révision\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"masquer l'invitation événement dembrane\"],\"V3NvRL\":[\"Masquer l'invitation événement dembrane fait partie d'un forfait payant.\"],\"tn75xn\":[\"Concept spécifique mis en évidence\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Accueil\"],\"Ai2U7L\":[\"Hôte\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Guide de l'hôte\"],\"EW9rvn\":[\"Retour de l'hôte\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Comment ça marche :\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Comment décririez-vous à un collègue ce que vous essayez d'accomplir avec ce projet ?\\n* Quel est l'objectif principal ou la métrique clé\\n* À quoi ressemble le succès\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Je comprends\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifiez les thèmes, sujets et arguments récurrents qui apparaissent de manière cohérente dans les conversations. Analysez leur fréquence, intensité et cohérence. Sortie attendue: 3-7 aspects pour les petits ensembles de données, 5-12 pour les ensembles de données moyens, 8-15 pour les grands ensembles de données. Conseils de traitement: Concentrez-vous sur les motifs distincts qui apparaissent dans de multiples conversations.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si ce que vous avez repéré concerne des données visibles par les mauvaises personnes, un accès dont quelqu'un ne devrait pas disposer, ou une possible faille de sécurité, utilisez plutôt notre <0>formulaire de signalement de sécurité. Il parvient à une autre équipe par une voie plus rapide. Pour toute urgence, envoyez un e-mail à <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si vous êtes satisfait de \",[\"objectLabel\"],\", cliquez sur \\\"Approuver\\\" pour montrer que vous vous sentez entendu.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si vous n'êtes pas sûr, vous n'avez probablement pas besoin de cela encore. Les webhooks sont une fonctionnalité avancée généralement utilisée par les développeurs ou les équipes avec des intégrations personnalisées. Vous pouvez toujours les configurer plus tard.\"],\"hDVOQQ\":[\"Si vous configurez des intégrations webhook, nous aimerions en savoir plus sur votre cas d'utilisation. Nous construisons également des fonctionnalités d'observabilité incluant les journaux d'audit et le suivi de la livraison.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Les images doivent faire moins de \",[\"MAX_FILE_MB\"],\" Mo\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Boîte de réception\"],\"Au/WJO\":[\"Inclure le lien du portail\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect ou inventé\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Perspectives\"],\"MSVCjk\":[\"Instructions pour générer le résultat de la vérification\"],\"fN5mkr\":[\"Intégrations et exportation\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Code invalide. Veuillez en demander un nouveau.\"],\"jLr8VJ\":[\"Identifiants invalides.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Adresse IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"library.not.available.message\":[\"Il semble que la bibliothèque n'est pas disponible pour votre compte. Veuillez demander un accès pour débloquer cette fonctionnalité.\"],\"participant.outcome.error.description\":[\"Nous n'avons pas pu charger ce résultat. Il peut s'agir d'un problème temporaire. Vous pouvez essayer de recharger ou revenir en arrière pour sélectionner un autre sujet.\"],\"5dxEAB\":[\"Il semble que vous n'ayez pas encore de rapport pour ce projet. Générez-en un pour obtenir un aperçu de vos conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Il semble que plusieurs personnes parlent. Prendre des tours nous aidera à entendre tout le monde clairement.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Rejoindre\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un instant\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Parlez ou écrivez naturellement. Votre contribution va directement à notre équipe produit et nous aide vraiment à améliorer dembrane. Nous lisons tout.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Sécurisez l'accès avec un code à usage unique de votre application d'authentification. Activez ou désactivez l'authentification à deux facteurs pour ce compte.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Langue\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Dernièrement enregistré le \",[\"0\"]],\"K7P0jz\":[\"Dernière mise à jour\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Dernier\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"En savoir plus sur les webhooks\"],\"ffCwpJ\":[\"Laisser vide pour conserver l'existant\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Laissez votre adresse e-mail et nous vous recontactons sous un jour au sujet d'un événement avec dembrane.\"],\"J8VWes\":[\"Laissez votre adresse e-mail pour que nous puissions vous contacter.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base juridique\"],\"vRXsmZ\":[\"Base juridique\"],\"CopiEV\":[\"Base juridique enregistrée\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothèque\"],\"library.title\":[\"Bibliothèque\"],\"T50lwc\":[\"Création de la bibliothèque en cours\"],\"gkv8iG\":[\"Plaque d'immatriculation\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Lien\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Lien vers la politique de confidentialité affichée aux participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Direct\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Mode d'exécution de l'agent en direct\"],\"participant.live.audio.level\":[\"Niveau audio en direct:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vue en direct\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Chargement\"],\"participant.verify.instructions.loading\":[\"Chargement\"],\"yQ9yN3\":[\"Chargement des actions...\"],\"participant.concrete.loading.artefact\":[\"Chargement de l'artefact\"],\"JOvnq+\":[\"Chargement des journaux d'audit…\"],\"y+JWgj\":[\"Chargement des collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Chargement des microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Chargement de la transcription...\"],\"3SKW0s\":[\"Chargement des sujets de vérification…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"chargement...\"],\"Z3FXyt\":[\"Chargement...\"],\"Pwqkdw\":[\"Chargement…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Connexion\"],\"LM/dWU\":[\"Connexion | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo supprimé\"],\"MjfaMh\":[\"Logo mis à jour\"],\"nOhz3x\":[\"Déconnexion\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Plus long en premier\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gérer les modèles\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Tout marquer comme lu\"],\"JSxZVX\":[\"Marquer toutes comme lues\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marquer comme lue\"],\"5GPcf9\":[\"Marquer comme non lue\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"Accès MCP\"],\"TJA2es\":[\"Accès MCP | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notes de réunion\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Membres\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"L'accès au microphone est toujours refusé. Veuillez vérifier vos paramètres et réessayer.\"],\"azjxk1\":[\"Ne répond pas à la question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Suivi\"],\"f8jrkd\":[\"autres\"],\"JcD7qf\":[\"Plus d'actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Déplacer\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Déplacer\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Déplacer vers un autre projet\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Déplacer vers un projet\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Doit etre au moins 10 minutes dans le futur\"],\"5hOInR\":[\"Mes accès\"],\"en+4fS\":[\"Mes modèles\"],\"6YtxFj\":[\"Nom\"],\"e3/ja4\":[\"Nom A-Z\"],\"8/brI5\":[\"Le nom est requis\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nom mis à jour\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nom Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nouveau\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nom de la nouvelle conversation\"],\"u2uElg\":[\"Nouvelles conversations ajoutees depuis ce rapport\"],\"library.new.conversations\":[\"De nouvelles conversations ont été ajoutées depuis la génération de la bibliothèque. Régénérez la bibliothèque pour les traiter.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nouveau mot de passe\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"gKi+a/\":[\"Nouveau projet\"],\"wzIR5D\":[\"Nouveau projet | dembrane\"],\"z6wcHz\":[\"Nouveau rapport\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Plus récent en premier\"],\"hXzOVo\":[\"Suivant\"],\"participant.button.next\":[\"Suivant\"],\"participant.verify.selection.button.next\":[\"Suivant\"],\"participant.verify.instructions.button.next\":[\"Suivant\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Non\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Aucune action trouvée\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Pas d'application, pas de matériel. Les participants scannent un QR code et leur téléphone devient le portail.\"],\"Em+3Ls\":[\"Aucun journal d'audit ne correspond aux filtres actuels.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Aucune discussion trouvée. Commencez une discussion en utilisant le bouton \\\"Demander\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Aucune collection trouvée\"],\"zsslJv\":[\"Aucun contenu\"],\"1pZsdx\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"library.no.conversations\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"EtMtH/\":[\"Aucune conversation trouvée.\"],\"BuikQT\":[\"Aucune conversation trouvée. Commencez une conversation en utilisant le lien d'invitation à participer depuis la <0><1>vue d'ensemble du projet.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Aucune conversation n'a été traitée. Cela peut se produire si toutes les conversations sont déjà dans le contexte ou ne correspondent pas aux filtres sélectionnés.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Pas encore de conversations. Vous pouvez planifier un rapport maintenant et les conversations seront incluses une fois ajoutees.\"],\"oaDwXD\":[\"Aucune valeur par défaut définie (gestion client s'applique)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Pas encore de retours.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"Aucun résultat\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Aucun nouveau feedback détecté encore. Veuillez continuer votre discussion et réessayer bientôt.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Personne dans l'organisation pour l'instant.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Aucun projet trouvé \",[\"0\"]],\"y29l+b\":[\"Aucun projet trouvé pour ce terme de recherche\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Aucun rapport trouvé\"],\"1iQvuD\":[\"Pas encore de rapports\"],\"Ev2r9A\":[\"Aucun résultat\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Aucune étiquette trouvée\"],\"LcBe0w\":[\"Aucune étiquette n'a encore été ajoutée à ce projet. Ajoutez une étiquette en utilisant le champ de texte ci-dessus pour commencer.\"],\"KE6RCJ\":[\"Aucun modèle ne correspond à {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Aucune transcription disponible\"],\"vq+6l+\":[\"Aucune transcription n'existe pour cette conversation. Veuillez vérifier plus tard.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Aucun fichier audio valide n'a été sélectionné. Veuillez sélectionner uniquement des fichiers audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Aucun sujet de vérification n'est configuré pour ce projet.\"],\"pdWSGS\":[\"Aucun sujet de vérification disponible.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Aucun webhook configuré\"],\"/PUkCU\":[\"Aucun webhook trouvé\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Non ajoutées\"],\"OJx3wK\":[\"Non disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Rien de nouveau de dembrane pour le moment.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notifier les participants lorsqu'un rapport est publié.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Plus ancien en premier\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Une fois que vous avez discuté, appuyez sur \\\"réviser\\\" pour que \",[\"objectLabel\"],\" change afin de refléter votre discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Une fois que vous recevez \",[\"objectLabel\"],\", lisez-le à haute voix et partagez à haute voix ce que vous souhaitez modifier, le cas échéant.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En cours\"],\"conversation.ongoing\":[\"En cours\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Modifiez uniquement ce paramètre en consultation avec la(les) personne(s) responsable(s) de la protection des données dans votre organisation.\"],\"z7dMhl\":[\"Seules les images peuvent être jointes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Seuls les administrateurs de l'espace de travail peuvent modifier la base juridique.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Il semble que l'accès au microphone ait été refusé. Pas d'inquiétude ! Nous avons un guide de dépannage pratique pour vous. N'hésitez pas à le consulter. Une fois le problème résolu, revenez sur cette page pour vérifier si votre microphone est prêt.\"],\"1TNIig\":[\"Ouvrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Voir l'enregistrement\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Ouvrir le guide de dépannage\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Ouvrez votre application d'authentification et entrez le code actuel à six chiffres.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optionnel\"],\"ZFIvWo\":[\"Optionnel (retour à l'anglais)\"],\"V44CS4\":[\"Champ optionnel sur la page de démarrage\"],\"bkndzy\":[\"Champ optionnel sur la page de remerciements\"],\"xam4uE\":[\"Question facultative \",[\"0\"],\" sur \",[\"1\"]],\"S2LyUK\":[\"Question facultative \",[\"0\"],\" sur \",[\"1\"],\". Passez ce que vous voulez.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"ou\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Ou preferer discuter directement ?\"],\"1h45Hu\":[\"Ou écrivez le vôtre\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Autre\"],\"GC75c7\":[\"Résultat approuvé avec succès !\"],\"QLXrh9\":[\"Résultat rechargé avec succès !\"],\"LJg1UW\":[\"Résultat revu avec succès !\"],\"df3S+R\":[\"Résultat mis à jour !\"],\"1fjbvD\":[\"résultats\"],\"ZU3zZC\":[\"Résultats\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Remplacée pour ce projet\"],\"AR/qbs\":[\"Remplacer pour ce projet\"],\"6/dCYd\":[\"Aperçu\"],\"/fAXQQ\":[\"Vue d’ensemble - Thèmes et patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenu de la page\"],\"8F1i42\":[\"Page non trouvée\"],\"6+Py7/\":[\"Titre de la page\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Email du participant\"],\"WdEzKM\":[\"Emails du participant\"],\"Uc9fP1\":[\"Fonctionnalités participant\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nom et email du participant\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Les participants pourront sélectionner des étiquettes lors de la création de conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Mot de passe\"],\"zJx6Vx\":[\"Mot de passe modifié\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Les mots de passe ne correspondent pas\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Mettre en pause la lecture\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"En attente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Action en attente\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"zmwvG2\":[\"Téléphone\"],\"B8mlc2\":[\"Choisir une date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Choisir un créneau maintenant\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Choisis l’approche qui correspond à ta question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Épingler\"],\"u8qC4w\":[\"Épingler le projet\"],\"S+WiJ3\":[\"Épinglez des modèles ici pour un accès rapide.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Épinglés est plein (max 5)\"],\"EC6BHi\":[\"Projets épinglés\"],\"RimR35\":[\"Modèles épinglés\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Prévu\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Veuillez autoriser l'accès au microphone pour démarrer le test.\"],\"SQSc5o\":[\"Veuillez vérifier plus tard ou contacter le propriétaire du projet pour plus d'informations.\"],\"T8REcf\":[\"Veuillez vérifier vos entrées pour les erreurs.\"],\"n6oAnk\":[\"Veuillez activer la participation pour activer le partage\"],\"fwrPh4\":[\"Veuillez entrer une adresse e-mail valide.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement)\"],\"Lu1j4b\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement).\\nVotre transcription sera anonymisée et votre hôte ne pourra pas écouter votre enregistrement.\"],\"library.processing.request\":[\"Bibliothèque en cours de traitement\"],\"04DMtb\":[\"Veuillez patienter pendant que nous traitons votre demande de retranscription. Vous serez redirigé vers la nouvelle conversation lorsque prêt.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG ou WebP. Sera recadré en cercle.\"],\"jjdudv\":[\"Mauvaise réponse\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenu du Portail\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Éditeur du portail\"],\"qVypVJ\":[\"Éditeur de Portail\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Préparation de votre expérience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Aperçu : Le rapide brun fox saute sur le chien paresseux.\"],\"DHhJ7s\":[\"Précédent\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimer / Enregistrer PDF\"],\"S8ugMC\":[\"Imprimer le rapport\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la politique de confidentialité\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuer\"],\"select.all.modal.proceed\":[\"Continuer\"],\"select.all.modal.loading.description\":[\"Traitement de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" et ajout à votre chat\"],\"gzGDMM\":[\"Traitement de votre demande de retranscription...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Projet\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projet créé\"],\"zjTrs1\":[\"Valeur par défaut du projet : activé. Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Bibliothèque de projet | dembrane\"],\"QDjWwu\":[\"Résumé Meta du Projet\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nom du projet\"],\"3gh0L6\":[\"Nom et ID du projet\"],\"6Z2q2Y\":[\"Le nom du projet doit comporter au moins 4 caractères\"],\"n7JQEk\":[\"Projet introuvable\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Aperçu du projet | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Paramètres du projet\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projets\"],\"DK5DV3\":[\"Projets | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Fournissez un aperçu des sujets principaux et des thèmes récurrents\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publier\"],\"vsX8VJ\":[\"Publiez ce rapport d'abord pour afficher le lien du portail\"],\"IHzoSN\":[\"Publiez ce rapport pour obtenir un lien de partage\"],\"u3wRF+\":[\"Publié\"],\"E7YTYP\":[\"Récupère les citations les plus marquantes de cette session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Évaluation\"],\"wr9IYa\":[\"Ressaisir le nouveau mot de passe\"],\"0ZBIgY\":[\"Réutiliser les paramètres d'un webhook existant\"],\"Z5Tlsx\":[\"Contactez-moi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Lire à haute voix\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Prêt à commencer\"],\"ShoKlK\":[\"Prêt à connecter vos outils ? Ajoutez un webhook pour recevoir automatiquement les données de conversation lorsque des événements se produisent.\"],\"VJScHU\":[\"Motif\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Applications recommandées\"],\"participant.button.s3check.reconnect\":[\"Reconnecter\"],\"participant.button.interruption.reconnect\":[\"Reconnecter\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Enregistrer\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Enregistrer une autre conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Enregistrement interrompu\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Enregistrement en pause\"],\"/l7qFE\":[\"Enregistrement démarré\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recréer la vue\"],\"view.recreate.modal.title\":[\"Recréer la vue\"],\"CqnkB0\":[\"Thèmes récurrents\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Références\"],\"lCF0wC\":[\"Actualiser\"],\"ZMXpAp\":[\"Actualiser les journaux d'audit\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Régénérer\"],\"PpFJd2\":[\"Régénérer le résumé\"],\"bluvj0\":[\"Régénérer le résumé\"],\"participant.regenerating.outcome\":[\"Régénération du résultat\"],\"oYlYU+\":[\"Régénération du résumé. Patiente un peu...\"],\"HPitDS\":[\"S'enregistrer | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recharger la page\"],\"participant.button.reload.page.text.mode\":[\"Recharger la page\"],\"participant.button.reload\":[\"Recharger la page\"],\"participant.concrete.artefact.action.button.reload\":[\"Recharger la page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Rappeler aux utilisateurs de vérifier avant de finir\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Supprimer\"],\"w61W3L\":[\"Supprimer \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Supprimer l'avatar\"],\"Kl7//J\":[\"Supprimer l'e-mail\"],\"cILfnJ\":[\"Supprimer le fichier\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Supprimer de cette conversation\"],\"O90CN2\":[\"Supprimer le logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Supprimer le remplacement\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renommer\"],\"6PsaMr\":[\"Renommer le chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Enregistrement\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de réponse\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport déjà en cours de génération\"],\"Q3LOVJ\":[\"Signaler un problème\"],\"DUmD+q\":[\"Rapport créé - \",[\"0\"]],\"hh/mvZ\":[\"Génération du rapport annulée\"],\"sSy8vA\":[\"Génération du rapport en cours...\"],\"v7O77U\":[\"La génération du rapport a été annulée. Vous pouvez démarrer un nouveau rapport ci-dessous.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notifications de rapports\"],\"M9snPp\":[\"Rapport programmé\"],\"6g+4DA\":[\"Signalement envoyé. Merci\"],\"u9r3Di\":[\"Les modèles de rapport sont sur notre feuille de route.\"],\"lNo4U2\":[\"Rapport mis à jour - \",[\"0\"]],\"t9yxlZ\":[\"Rapports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Demander l'accès\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Demander le Réinitialisation du Mot de Passe\"],\"8H5nRH\":[\"Demander le Réinitialisation du Mot de Passe | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Accès au microphone en cours...\"],\"TMLAx2\":[\"Requis\"],\"0Hf+6m\":[\"Requiert \\\"Demander l'email ?\\\" pour être activé\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogrammer\"],\"6eIR/n\":[\"Replanifier pour\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Réinitialiser\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Réinitialiser le Mot de Passe\"],\"9uplIY\":[\"Réinitialiser le Mot de Passe | dembrane\"],\"L+rMC9\":[\"Réinitialiser aux paramètres par défaut\"],\"kX8Fjz\":[\"Retour sur la réponse\"],\"Sa5FCh\":[\"Des résultats avant le départ des participants. Nous analysons en direct et présentons dans la salle.\"],\"participant.button.stop.resume\":[\"Reprendre\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Rétranscrire\"],\"ehyRtB\":[\"Rétranscrire la conversation\"],\"1JHQpP\":[\"Rétranscrire la conversation\"],\"+gmVxi\":[\"La rétranscrire n'est pas disponible pour les conversations anonymisées\"],\"MXwASV\":[\"La rétranscrire a commencé. La nouvelle conversation sera disponible bientôt.\"],\"6gRgw8\":[\"Réessayer\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Réessayer le téléchargement\"],\"2fCpt5\":[\"Retour à l'accueil\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Examinez l'activité de votre espace de travail. Filtrez par collection ou action, et exportez la vue actuelle pour une investigation plus approfondie.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Examiner les fichiers avant le téléchargement\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Examiner le statut de traitement pour chaque conversation collectée dans ce projet.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Réviser\"],\"OG3mVO\":[\"Révision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Cliquez avec le bouton droit pour mettre en évidence\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Lignes par page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organiser un événement avec dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Enregistrer\"],\"participant.concrete.action.button.save\":[\"Enregistrer\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Enregistrer comme modèle\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Enregistrer les modifications\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Erreur lors de l'enregistrement !\"],\"5dVjYt\":[\"Enregistrer le modèle\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Enregistrement...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannez le code QR ou copiez le secret dans votre application.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planifier\"],\"wCGy0o\":[\"Programmer le rapport\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Défiler vers le bas\"],\"A1taO8\":[\"Rechercher\"],\"select.all.modal.loading.search\":[\"Rechercher\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Recherchez et sélectionnez les conversations pour ce chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Rechercher des conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Rechercher des projets\"],\"I0hU01\":[\"Rechercher des projets\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Rechercher des projets...\"],\"5WYZKZ\":[\"Résultats de recherche\"],\"lnWve4\":[\"Rechercher des tags\"],\"pECIKL\":[\"Rechercher des templates...\"],\"select.all.modal.search.text\":[\"Texte de recherche :\"],\"nhvuQF\":[\"Rechercher des webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Recherché parmi les sources les plus pertinentes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Recherche en cours…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copié\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"À bientôt\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Sélectionner un microphone\"],\"s5OrCL\":[\"Sélectionner un webhook à cloner\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Tout sélectionner\"],\"+fRipn\":[\"Tout sélectionner (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Sélectionner tous les résultats\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Sélectionner au moins un événement\"],\"d3O/ZP\":[\"Sélectionner au moins un autre sujet avant de supprimer celui-ci\"],\"NK2YNj\":[\"Sélectionner les fichiers audio à télécharger\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Sélectionne des conversations et trouve des citations précises\"],\"LyHz7Q\":[\"Sélectionne des conversations dans la barre latérale\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Sélectionner un projet\"],\"ekUnNJ\":[\"Sélectionner les étiquettes\"],\"CG1cTZ\":[\"Sélectionnez les instructions qui seront affichées aux participants lorsqu'ils commencent une conversation\"],\"qxzrcD\":[\"Sélectionnez le type de retour ou de participation que vous souhaitez encourager.\"],\"QdpRMY\":[\"Sélectionner le tutoriel\"],\"Dh99yE\":[\"Selectionnez jusqu'a 2 axes de focus pour votre rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Sélectionnez les sujets que les participants peuvent utiliser pour \\\"Vérifier\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Sélectionner votre microphone:\"],\"gU5H9I\":[\"Fichiers sélectionnés (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Microphone sélectionné\"],\"tP/pEQ\":[\"Sélection trop grande\"],\"select.all.modal.context.limit.reached\":[\"Sélection trop grande. Certaines conversations n'ont pas été ajoutées.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Envoyer\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Envoyer le signalement\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Envoyer des notifications Slack/Teams lorsque de nouvelles conversations sont terminées\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nom de la Séance\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Configurer l'espace de travail\"],\"J4TuIW\":[\"Configurer votre première organisation\"],\"aBwEIZ\":[\"Configurer votre organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Paramètres\"],\"participant.settings.modal.title\":[\"Paramètres\"],\"BVRW7i\":[\"Paramètres | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Configuration\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Partager le rapport\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Partager vos informations ici\"],\"nnWGzO\":[\"Partagez vos idées avec notre équipe\"],\"4o0klJ\":[\"Partagez votre voix en scannant le code QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Plus court en premier\"],\"8vETh9\":[\"Afficher\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Afficher le lecteur audio\"],\"pzaNzD\":[\"Afficher les données\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Afficher les adresses IP\"],\"6lGV3K\":[\"Afficher moins\"],\"fMPkxb\":[\"Afficher plus\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Afficher les références\"],\"OV2iSn\":[\"Afficher les données de révision\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Afficher l'invitation\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Affichage de \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" sur \",[\"totalItems\"],\" entrées\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" sur \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Affichage de votre dernier rapport terminé.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Passer\"],\"participant.button.verify_prompt.skip\":[\"Passer\"],\"participant.mic.check.button.skip\":[\"Passer\"],\"select.all.modal.context.limit.reached.description\":[\"Ignorées car la sélection était trop grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Communauté Slack\"],\"BmukMD\":[\"Pour que nous puissions vous envoyer les détails de l'appel.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Certains fichiers ont déjà été sélectionnés et ne seront pas ajoutés deux fois.\"],\"select.all.modal.skip.disclaimer\":[\"Certaines peuvent être ignorées (pas de transcription ou sélection trop grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegardé tant que ce problème ne sera pas résolu.\"],\"nwtY4N\":[\"Une erreur s'est produite\"],\"participant.conversation.error.text.mode\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"participant.conversation.error\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"mwpVVD\":[\"Un problème est survenu lors de la génération de votre dernier rapport.\"],\"2WNFmv\":[\"Un problème est survenu lors de la génération de votre rapport.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Une erreur s'est produite lors de l'exportation des journaux d'audit.\"],\"q9A2tm\":[\"Une erreur s'est produite lors de la génération du secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Quelque chose s'est mal passé. Veuillez réessayer en appuyant sur le bouton <0>Explorer, ou contactez le support si le problème persiste.\"],\"fWsBTs\":[\"Une erreur s'est produite. Veuillez réessayer.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Désolé, nous ne pouvons pas traiter cette demande en raison de la politique de contenu du fournisseur de LLM.\"],\"f6Hub0\":[\"Trier\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Espagnol\"],\"z5/5iO\":[\"Contexte spécifique\"],\"mORM2E\":[\"Détails précis\"],\"Etejcu\":[\"Détails précis - Conversations sélectionnées\"],\"uXsB4R\":[\"Équipe dembrane\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Commencer de zéro\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Commencer une nouvelle conversation\"],\"participant.button.start.new.conversation\":[\"Commencer une nouvelle conversation\"],\"i88wdJ\":[\"Recommencer\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Statut\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Arrêter\"],\"participant.button.stop\":[\"Arrêter\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planification Stratégique\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Soumettre\"],\"participant.button.submit.text.mode\":[\"Envoyer\"],\"zzDlyQ\":[\"Succès\"],\"aG+cH9\":[\"Suggérer des suggestions dynamiques basées sur votre conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggéré:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Résumer\"],\"5Y4tAB\":[\"Résume cet entretien en un article partageable\"],\"dXoieq\":[\"Résumé\"],\"+bZY9/\":[\"Résumé (lorsqu'il est disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Le résumé sera disponible une fois la conversation transcrite.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formats supportés: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Volontiers\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Passer à la saisie de texte\"],\"5dzzI6\":[\"La désactiver fait partie d'un forfait payant.\"],\"D+NlUC\":[\"Système\"],\"woaefe\":[\"Valeur par défaut du système\"],\"InGQz2\":[\"État du système\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Étiquettes\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Parlez-nous de l'événement que vous avez en tête.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template appliqué\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nom du template\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Modèles\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Tester le webhook\"],\"xeiujy\":[\"Texte\"],\"CPN34F\":[\"Merci pour votre participation !\"],\"u+Whi9\":[\"Contenu de la page Merci\"],\"1LLF3Z\":[\"Merci !\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Merci, nous vous recontactons sous un jour.\"],\"2yHHa6\":[\"Ce code n'a pas fonctionné. Réessayez avec un nouveau code de votre application d'authentification.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Cela ne ressemble pas à une adresse e-mail.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"C'est tout, merci\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Le calendrier n'a pas pu se charger ici. Choisissez un créneau sur cal.com, ou écrivez-nous à info@dembrane.com.\"],\"TQCE79\":[\"Le code n'a pas fonctionné, veuillez réessayer.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"participant.conversation.error.loading\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"L'endpoint où nous enverrons les données. Obtenez cela de votre service de réception (par exemple, Zapier, Make, ou votre propre serveur).\"],\"Jo19Pu\":[\"Les conversations suivantes ont été automatiquement ajoutées au contexte\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Le rapport peut démarrer jusqu'à 5 minutes après l'heure choisie.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Le résumé est en cours de génération. Attends qu’il soit disponible.\"],\"+AT8nl\":[\"Le résumé est en cours de régénération. Attends qu’il soit disponible.\"],\"9DPC4t\":[\"La page de remerciement se termine par une carte invitant les participants à organiser leur propre événement avec dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"L'URL du webhook et les événements seront clonés. Vous devrez entrer à nouveau le secret si un était configuré.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Thème\"],\"tn4pEQ\":[\"Bienvenue\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Il y avait une erreur lors du clonage de votre projet. Veuillez réessayer ou contacter le support.\"],\"JDFjCg\":[\"Il y avait une erreur lors de la création de votre rapport. Veuillez réessayer ou contacter le support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Ces conversations ont été exclues en raison de transcriptions manquantes.\"],\"8xYB4s\":[\"Ces modèles de vue par défaut seront générés lorsque vous créerez votre première bibliothèque.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Réflexion en cours...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Cela peut se produire lorsqu'un VPN ou un pare-feu bloque la connexion. Essayez de désactiver votre VPN, de passer à un autre réseau (par ex. partage de connexion mobile) ou contactez votre service informatique pour obtenir de l'aide.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Cette conversation a les copies suivantes :\"],\"conversation.linking_conversations.description\":[\"Cette conversation est une copie de\"],\"SzU1mG\":[\"Cette e-mail est déjà dans la liste.\"],\"participant.modal.refine.info.available.in\":[\"Cette fonctionnalité sera disponible dans \",[\"remainingTime\"],\" secondes.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Ces informations sont anonymisées\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Cette est une vue en direct du portail du participant. Vous devrez actualiser la page pour voir les dernières modifications.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"C'est un exemple des données JSON envoyées à votre URL de webhook lorsqu'une conversation est résumée.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Le traitement basé sur le consentement est défini sans lien vers la politique de confidentialité. Ajoutez-en un pour que ce réglage reste valide : les participants doivent pouvoir lire la politique de confidentialité.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothèque\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Cette langue sera utilisée pour le Portail du participant.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Cette page est affichée après que le participant ait terminé la conversation.\"],\"1gmHmj\":[\"Cette page est affichée aux participants lorsqu'ils commencent une conversation après avoir réussi à suivre le tutoriel.\"],\"+9D2sa\":[\"Cette partie de la page n'a pas pu se charger. Recharger la page règle souvent le problème. Si cela continue, revenez à l'accueil.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Ce projet suivra alors le réglage hérité : \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Cette prompt guide comment l'IA répond aux participants. Personnalisez-la pour former le type de feedback ou d'engagement que vous souhaitez encourager.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Ce rapport n'est pas encore disponible. \"],\"GQTpnY\":[\"Ce rapport a été ouvert par \",[\"0\"],\" personnes\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Ce titre est affiché aux participants lorsqu'ils commencent une conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Cela effacera votre entrée actuelle. Êtes-vous sûr ?\"],\"NrRH+W\":[\"Cela créera une copie du projet actuel. Seuls les paramètres et les étiquettes sont copiés. Les rapports, les chats et les conversations ne sont pas inclus dans le clonage. Vous serez redirigé vers le nouveau projet après le clonage.\"],\"hsNXnX\":[\"Cela créera une nouvelle conversation avec la même audio mais une transcription fraîche. La conversation d'origine restera inchangée.\"],\"add.tag.filter.modal.info\":[\"Cela filtrera la liste de conversations pour afficher les conversations avec cette étiquette.\"],\"participant.concrete.regenerating.artefact.description\":[\"Cela ne prendra que quelques instants\"],\"participant.concrete.loading.artefact.description\":[\"Cela ne prendra qu'un instant\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Cet espace de travail a utilisé ses heures d'enregistrement. Passez à une offre supérieure pour continuer à utiliser la voix.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pouce vers le bas\"],\"Nuw8ty\":[\"Pouce vers le haut\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Heure\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Horodatage\"],\"XSqo4Y\":[\"Horodatages et durée\"],\"rm2Cxd\":[\"Conseil\"],\"fEocaE\":[\"Conseil : Utilisez le bouton de lecture (▶) pour envoyer un payload de test à votre webhook et vérifier qu'il fonctionne correctement.\"],\"Zb3ANR\":[\"Astuce : Vous pouvez aussi créer un modèle à partir de n'importe quel message de chat que vous envoyez, ou dupliquer un modèle existant.\"],\"MHrjPM\":[\"Titre\"],\"1xkgU6\":[\"Titre auto-généré\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Pour nous aider à agir, essayez d'inclure où cela s'est produit et ce que vous essayiez de faire. Pour les bugs, dites-nous ce qui s'est mal passé. Pour les idées, dites-nous quel besoin cela résoudrait pour vous.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Trop grande\"],\"yIsdT7\":[\"Trop long\"],\"qgwLj6\":[\"Trop long ou confus\"],\"lcsUaI\":[\"Trop de signalements. Patientez quelques minutes puis réessayez\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Sujet créé avec succès\"],\"Sawj4V\":[\"Sujet supprimé avec succès\"],\"xcp3ny\":[\"Étiquette de sujet\"],\"vQoAht\":[\"Sujet mis à jour avec succès\"],\"th8cMZ\":[\"Titre basé sur le sujet décrivant ce qui a été discuté\"],\"sFMBP5\":[\"Sujets\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Formation\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Formation requise pour une utilisation à haut risque\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcription en cours...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcription\"],\"hfpzKV\":[\"Transcription copiée dans le presse-papiers\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformez ce contenu en insights qui ont vraiment de l'importance. Veuillez :\\n\\nExtrayez les idées essentielles qui contredisent le pensée standard\\nÉcrivez comme quelqu'un qui comprend les nuances, pas un manuel\\nFocalisez-vous sur les implications non évidentes\\nRestez concentré et substantiel\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si le contenu ne contient aucun insight substantiel, veuillez me le signaler, nous avons besoin de matériel de source plus fort.\"],\"uK9JLu\":[\"Transformez cette discussion en intelligence actionnable. Veuillez :\\nCapturez les implications stratégiques, pas seulement les points de vue\\nStructurez-le comme un analyse d'un leader, pas des minutes\\nSurmontez les points de vue standard\\nFocalisez-vous sur les insights qui conduisent à des changements réels\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si la discussion manque de points de décision substantiels ou d'insights, veuillez le signaler pour une exploration plus approfondie la prochaine fois.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Déclencher des workflows automatisés dans des outils comme Zapier, Make, ou n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Tu peux demander\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Essayez de vous rapprocher un peu plus de votre microphone pour une meilleure qualité audio.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Désactiver\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Désactiver l'anonymisation ?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"La désactivation de l'anonymisation pendant les enregistrements en cours peut avoir des conséquences inattendues. Les conversations actives seront également affectées en cours d'enregistrement. Veuillez utiliser cette option avec prudence.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Authentification à deux facteurs\"],\"NwChk2\":[\"Authentification à deux facteurs désactivée\"],\"qwpE/S\":[\"Authentification à deux facteurs activée\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Tapez un message ou appuyez sur / pour les templates...\"],\"EvmL3X\":[\"Tapez votre réponse ici\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"MksxNf\":[\"Impossible de charger les journaux d'audit.\"],\"participant.outcome.error.title\":[\"Impossible de charger le résultat\"],\"59QK2U\":[\"Impossible de charger le résultat généré. Veuillez réessayer.\"],\"nGxDbq\":[\"Impossible de traiter ce fragment\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Annuler\"],\"Ef7StM\":[\"Inconnu\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Raison inconnue\"],\"nWMRxa\":[\"Détacher\"],\"vSdeRU\":[\"Désépinglez d'abord un projet (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Désépinglez d'abord un projet (max 3)\"],\"dx+iaL\":[\"Désépingler le projet\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Modifications non enregistrées\"],\"SMaFdc\":[\"Se désabonner\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Sans titre\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversation sans titre\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Rapport sans titre\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Jusqu'à \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Jusqu'à \",[\"MAX_MESSAGE_CHARS\"],\" caractères\"],\"EkH9pt\":[\"Mettre à jour\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Mises à jour\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Télécharger\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Télécharger un avatar\"],\"kV3A2a\":[\"Téléchargement terminé\"],\"4Fr6DA\":[\"Télécharger des conversations\"],\"pZq3aX\":[\"Le téléchargement a échoué. Veuillez réessayer.\"],\"HAKBY9\":[\"Télécharger les fichiers\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Téléchargement des fichiers audio...\"],\"participant.modal.uploading\":[\"Envoi de l'audio...\"],\"participant.modal.interruption.uploading\":[\"Envoi de l'audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"L'URL est requise\"],\"3VnYUR\":[\"L'URL doit commencer par http:// ou https://\"],\"7FaY4u\":[\"Utilisation\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Utilisation et facturation\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Utiliser la valeur héritée\"],\"ngdRFH\":[\"Utilisez Shift + Entrée pour ajouter une nouvelle ligne\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"Paramètres utilisateur\"],\"7sNhEz\":[\"Nom d'utilisateur\"],\"1Nt3Kg\":[\"Utilisation du logo dembrane par défaut\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Utilisez des webhooks ? Nous aimerions en savoir plus sur votre cas d'utilisation\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Rappel de vérification\"],\"participant.banner.verification_required\":[\"Vérification requise\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Vérifié\"],\"select.all.modal.loading.verified\":[\"Vérifié\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Vérifié\"],\"Iv1iWN\":[\"artefacts vérifiés\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Vérifier\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Vérifier\"],\"participant.echo.verify\":[\"Vérifier\"],\"4LFZoj\":[\"Vérifier le code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Sujets de vérification\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vue\"],\"SZw9tS\":[\"Voir les détails\"],\"95YFbG\":[\"Voir un exemple de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Voir vos réponses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"En attente de la fin des conversations avant de générer un rapport.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Envie d'organiser un événement avec dembrane ?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Nous apportons l'outil et l'équipe, de l'appel de cadrage au rapport. Éprouvé sur plus de 1000 événements.\"],\"participant.alert.microphone.access.issue\":[\"Nous ne pouvons pas vous entendre. Veuillez essayer de changer de microphone ou de vous rapprocher un peu plus de l'appareil.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Nous n'avons pas pu désactiver l'authentification à deux facteurs. Réessayez avec un nouveau code.\"],\"sM2pBB\":[\"Nous n'avons pas pu activer l'authentification à deux facteurs. Vérifiez votre code et réessayez.\"],\"mW8QSA\":[\"Nous n'avons pas trouvé la page que vous cherchiez. Elle a peut-être été déplacée.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Nous avons besoin d'un peu plus de contexte pour vous aider à utiliser ECHO efficacement. Veuillez continuer à enregistrer afin que nous puissions fournir de meilleures suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ?\"],\"8RY8RU\":[\"Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ? Le calendrier est juste ici.\"],\"dni8nq\":[\"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.\"],\"FXjsEJ\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez <0>Signaler un problème pour l'envoyer avec des captures d'écran.\"],\"XolQc4\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez Signaler un problème dans la barre latérale pour l'envoyer avec des captures d'écran.\"],\"participant.test.microphone.description\":[\"Nous testerons votre microphone pour vous assurer la meilleure expérience pour tout le monde dans la session.\"],\"+eLc52\":[\"Nous entendons un peu de silence. Essayez de parler plus fort pour que votre voix soit claire.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL du webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Les webhooks sont des messages automatisés envoyés d'une application à une autre lorsqu'un événement se produit. Pensez à eux comme à un \\\"système de notification\\\" pour vos autres outils.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenue\"],\"9eF5oV\":[\"Bon retour\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Bienvenue sur dembrane!\"],\"u4aLOz\":[\"Bienvenue en mode Vue d’ensemble ! J’ai chargé les résumés de toutes tes conversations. Pose-moi des questions sur les tendances, thèmes et insights de tes données. Pour des citations exactes, démarre un nouveau chat en mode Contexte précis.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Bienvenue !\"],\"RL57XM\":[\"Qu'est-ce que les webhooks ? (2 min de lecture)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Quelles données sont envoyées ?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Que souhaitez-vous vérifier ?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Que s'est-il passé ? Collez une capture d'écran ici pour la joindre\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Que doit ECHO analyser ou générer à partir des conversations ?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Qu'est-ce qui n'a pas marché ?\"],\"qGrqH9\":[\"Quels ont été les moments clés de cette conversation ?\"],\"FXZcgH\":[\"Qu’est-ce que tu veux explorer ?\"],\"3ePd3I\":[\"Nouveautés\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Lorsqu'un participant ouvre le portail, entre ses détails et commence une conversation\"],\"myUTw1\":[\"Lorsqu'un rapport a été généré pour le projet\"],\"7t3vo1\":[\"Lorsque tout l'audio a été converti en texte et que le transcript complet est disponible\"],\"N0GETg\":[\"Quand sont déclenchés les webhooks ?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Lorsqu'il est activé, tous les nouveaux transcriptions auront des informations personnelles (noms, emails, numéros de téléphone, adresses) remplacées par des placeholders. Les conversations anonymisées désactivent également la lecture de l'audio, le téléchargement de l'audio et la rétranscrire pour protéger la confidentialité des participants. Cela ne peut pas être annulé pour les conversations déjà traitées.\"],\"MEmr1I\":[\"Lorsque vous terminez la conversation, les participants qui n'ont pas encore vérifié seront invités à vérifier ou à sauter\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Quand le rapport doit-il être généré ?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Lorsque le résumé est prêt (inclut à la fois le transcript et le résumé)\"],\"Uf3BzE\":[\"Où pouvons-nous vous joindre ?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"sera inclus dans votre rapport\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Espace de travail\"],\"IG4YLy\":[\"Espace de travail / projet\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valeur par défaut de l'espace de travail\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Paramètres de l'espace de travail\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Espaces de travail\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Souhaitez-vous ajouter cette étiquette à vos filtres actuels ?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Langue ou ton incorrect\"],\"MNTYHt\":[\"Mauvaises sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Oui\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Vous\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Vous êtes déjà désinscrit ou votre lien est invalide.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"Vous êtes le propriétaire des données\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail après avoir ajouté vos informations de facturation.\"],\"uGP87g\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail.\"],\"WS92Fk\":[\"Vous pouvez quitter cette page et revenir plus tard. Votre rapport continuera à être généré en arrière-plan.\"],\"E71LBI\":[\"Vous ne pouvez télécharger que jusqu'à \",[\"MAX_FILES\"],\" fichiers à la fois. Seuls les premiers \",[\"0\"],\" fichiers seront ajoutés.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Vous pouvez réessayer ci-dessous.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"Vous avez une invitation en attente\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Vous avez déjà ajouté <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" à ce chat.\"],\"7W35AW\":[\"Vous avez déjà ajouté toutes les conversations liées à ceci\"],\"participant.modal.change.mic.confirmation.text\":[\"Vous avez changé votre microphone. Veuillez cliquer sur \\\"Continuer\\\", pour continuer la session.\"],\"T/Q7jW\":[\"Vous avez été désinscrit avec succès.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Vous n'avez encore vérifié aucun résultat. Souhaitez-vous vérifier avant de terminer ?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Vous pouvez également choisir d'enregistrer une autre conversation.\"],\"yCtSKg\":[\"Vous devez vous connecter avec le même fournisseur que vous avez utilisé pour vous inscrire. Si vous rencontrez des problèmes, veuillez contacter le support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Vous semblez être hors ligne, veuillez vérifier votre connexion internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Vous recevrez bientôt \",[\"objectLabel\"],\" à vérifier.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"Vous êtes à jour.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vous@exemple.fr\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Votre approbation nous aide à comprendre ce que vous pensez vraiment !\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Votre adresse e-mail\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Votre retour et cette réponse sont transmis à l'équipe dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Vos entrées seront automatiquement enregistrées.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La génération de votre dernier rapport a été annulée. Affichage de votre rapport le plus récent.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Votre nom\"],\"VSneAo\":[\"Votre nom, votre e-mail et la page actuelle sont inclus pour que nous puissions vous recontacter.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page.\"],\"wurHZF\":[\"Vos réponses\"],\"B8Q/i2\":[\"Votre vue a été créée. Veuillez patienter pendant que nous traitons et analysons les données.\"],\"library.views.title\":[\"Vos vues\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index b01237b39..7fd308159 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -66,7 +66,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Submit" @@ -261,7 +261,7 @@ msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -792,8 +792,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1029,7 +1029,7 @@ msgstr "" msgid "Add a project goal before saving." msgstr "" -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "" @@ -1070,7 +1070,7 @@ msgstr "" msgid "Add images" msgstr "Aggiungi immagini" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Add key terms or proper nouns to improve transcript quality and accuracy." @@ -1119,7 +1119,7 @@ msgstr "Add to this chat" msgid "Add to workspaces" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Add Topic" @@ -1140,7 +1140,7 @@ msgstr "Add Webhook" msgid "Add Your First Webhook" msgstr "Add Your First Webhook" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "" @@ -1154,7 +1154,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "Added emails" @@ -1255,11 +1255,11 @@ msgstr "" msgid "Advanced" msgstr "Advanced" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Advanced (Tips and best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Advanced Settings" @@ -1501,7 +1501,7 @@ msgstr "" msgid "Anonymize transcript" msgstr "Anonymize transcript" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Anonymize Transcripts" @@ -1640,7 +1640,7 @@ msgstr "Are you sure you want to delete this chat? This action cannot be undone. msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Are you sure you want to delete this conversation? This action cannot be undone." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Are you sure you want to delete this custom topic? This cannot be undone." @@ -1714,12 +1714,12 @@ msgstr "" msgid "Ask about your conversations..." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "Ask for Email?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Ask for Name?" @@ -1728,8 +1728,8 @@ msgstr "Ask for Name?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "" -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "" @@ -1777,7 +1777,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "At least one topic must be selected to enable Verify" @@ -1843,11 +1843,11 @@ msgstr "Audit logs exported to JSON" msgid "Authenticator code" msgstr "Authenticator code" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Auto-generate titles" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Auto-generate Titles" @@ -1859,7 +1859,7 @@ msgstr "Auto-generated or enter manually" msgid "Automatic titles and draft tags" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." @@ -1898,7 +1898,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "" @@ -1951,11 +1951,11 @@ msgstr "" msgid "Base" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Basic (Essential tutorial slides)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Basic Settings" @@ -1973,8 +1973,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1985,12 +1985,12 @@ msgid "Beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Beta" @@ -2060,7 +2060,11 @@ msgstr "Prenota una chiamata con noi" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Prenota una chiamata conoscitiva" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Brainstorm Ideas" @@ -2111,7 +2115,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "" @@ -2555,6 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2744,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3174,7 +3179,7 @@ msgstr "" msgid "Create an account to join" msgstr "" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "" @@ -3297,7 +3302,7 @@ msgid "Current rate" msgstr "" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Custom" @@ -3309,7 +3314,7 @@ msgstr "Custom Filename" msgid "Custom Logo" msgstr "Custom Logo" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Custom title prompt" @@ -3321,7 +3326,7 @@ msgstr "" msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "" @@ -3394,12 +3399,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Default" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Default - No tutorial (Only privacy statements)" @@ -3410,7 +3415,7 @@ msgstr "Delegate multi-step analysis with live tool execution" #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3447,7 +3452,7 @@ msgstr "Delete conversation" msgid "Delete Conversation" msgstr "Delete Conversation" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Delete custom topic" @@ -3537,6 +3542,11 @@ msgstr "" msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "invito agli eventi dembrane" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3703,7 +3713,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3734,6 +3744,10 @@ msgstr "" msgid "Done" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Fatto, contattatemi" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "" @@ -3814,7 +3828,7 @@ msgstr "Duplicate" msgid "Duration" msgstr "Duration" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Dutch" @@ -3827,7 +3841,7 @@ msgstr "" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" @@ -3959,7 +3973,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@work.com" @@ -3996,7 +4010,7 @@ msgstr "" msgid "Enable 2FA" msgstr "Enable 2FA" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Enable Explore" @@ -4004,20 +4018,20 @@ msgstr "Enable Explore" msgid "Enable participation" msgstr "Enable participation" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Enable Report Notifications" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Enable this feature to allow participants to verify and approve \"outcomes\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Enable transcript anonymization" @@ -4025,7 +4039,7 @@ msgstr "Enable transcript anonymization" msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Enable Verify" @@ -4043,12 +4057,12 @@ msgstr "" msgid "Ends on {endDate}, then moves to Free" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "English" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Enter a key term or proper noun" @@ -4129,8 +4143,8 @@ msgstr "Error creating report" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Error loading project" @@ -4189,6 +4203,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Ogni spunto è tracciabile. Il report collega ogni risultato a ciò che è stato davvero detto." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4257,7 +4275,7 @@ msgstr "" msgid "Expiring soon" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explore" @@ -4637,6 +4655,10 @@ msgstr "" msgid "First name" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Cinque domande veloci, poi scegli un orario con il team dembrane. Leggiamo le tue risposte prima della chiamata e portiamo un piano su misura." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4736,7 +4758,7 @@ msgstr "" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "French" @@ -4820,7 +4842,7 @@ msgstr "Generating the summary. Please wait..." msgid "Generating your report..." msgstr "Generating your report..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "German" @@ -4833,6 +4855,10 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Mettiti in contatto" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4943,6 +4969,14 @@ msgstr "" msgid "Good response" msgstr "Buona risposta" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Hai due minuti? Cinque domande facoltative ci aiutano a prepararci." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Hai due minuti? Cinque domande veloci ci aiutano ad arrivare preparati, e puoi saltarle tutte." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "" @@ -4951,7 +4985,7 @@ msgstr "" msgid "Group by" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." @@ -4974,7 +5008,7 @@ msgstr "Has verified artifacts" msgid "Have you completed a training?" msgstr "" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "" @@ -5040,6 +5074,14 @@ msgstr "" msgid "Hide the changes" msgstr "" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "nascondere l'invito agli eventi dembrane" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Nascondere l'invito agli eventi dembrane fa parte di un piano a pagamento." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Highlight specific Concept" @@ -5060,7 +5102,7 @@ msgstr "Organizzatore" msgid "host guide" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5461,7 +5503,7 @@ msgstr "It sounds like more than one person is speaking. Taking turns will help msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italian (only ECHO features, Transcription and Summaries)" @@ -5548,7 +5590,7 @@ msgstr "" msgid "Joined the conversation" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "" @@ -5654,7 +5696,7 @@ msgstr "" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Language" @@ -5700,7 +5742,7 @@ msgstr "" msgid "Latest" msgstr "Latest" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "" @@ -5731,6 +5773,14 @@ msgstr "" msgid "Leave workspace" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Lascia la tua email e ti ricontatteremo entro un giorno per parlare di un evento con dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Lascia la tua email così possiamo contattarti." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "" @@ -5752,7 +5802,7 @@ msgstr "Base giuridica salvata" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "" @@ -5864,7 +5914,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "" @@ -5893,7 +5943,7 @@ msgstr "" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Live Preview" @@ -5991,7 +6041,7 @@ msgstr "" msgid "Loading transcript..." msgstr "Loading transcript..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Loading verify topics…" @@ -6092,7 +6142,7 @@ msgstr "" msgid "Low battery" msgstr "" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "" @@ -6335,7 +6385,7 @@ msgstr "Non risponde alla domanda" msgid "mo" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6610,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6635,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "" @@ -6669,6 +6719,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Nessuna app, nessun hardware. I partecipanti scansionano un codice QR e il loro telefono diventa il portale." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "No audit logs match the current filters." @@ -6917,7 +6971,7 @@ msgstr "No results" msgid "No selectable conversations" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "" @@ -6966,7 +7020,7 @@ msgstr "No valid audio files were selected. Please select audio files only (MP3, msgid "No verification topics are configured for this project." msgstr "No verification topics are configured for this project." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "No verify topics available." @@ -7026,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7121,7 +7175,7 @@ msgstr "" msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Notify participants when a report is published." @@ -7233,7 +7287,7 @@ msgstr "" msgid "One-off" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "Ongoing" @@ -7310,7 +7364,7 @@ msgstr "" msgid "Open account actions" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "" @@ -7422,14 +7476,24 @@ msgstr "Optional" msgid "Optional (falls back to English)" msgstr "Optional (falls back to English)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Optional field on the start page" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Optional field on the thank you page" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Domanda facoltativa {0} di {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Domanda facoltativa {0} di {1}. Salta pure." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "" @@ -7593,7 +7657,7 @@ msgstr "" msgid "Owning organisation" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Page Content" @@ -7602,7 +7666,7 @@ msgstr "Page Content" msgid "Page not found" msgstr "Page not found" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Page Title" @@ -7630,7 +7694,7 @@ msgstr "Participant Email" msgid "Participant Emails" msgstr "Participant Emails" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Participant Features" @@ -7842,11 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Scegli una data" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Scegli un orario adesso" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "" @@ -7940,7 +8008,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8011,7 +8079,7 @@ msgstr "" msgid "Popular" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Portal Content" @@ -8023,12 +8091,12 @@ msgstr "" msgid "portal editor" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Portal Editor" @@ -8065,7 +8133,7 @@ msgstr "" msgid "praise" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "" @@ -8141,7 +8209,7 @@ msgstr "" msgid "Private workspace" msgstr "" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "" @@ -8391,6 +8459,10 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Contattatemi" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "" @@ -8528,13 +8600,13 @@ msgstr "" msgid "participant.button.record" msgstr "Record" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Record another conversation" @@ -8594,10 +8666,10 @@ msgid "Recurring Themes" msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "" @@ -8605,7 +8677,7 @@ msgstr "" msgid "References" msgstr "References" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8692,7 +8764,7 @@ msgstr "Reload Page" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Remind users to verify before finishing" @@ -8734,7 +8806,7 @@ msgstr "" msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "Remove Email" @@ -8826,7 +8898,7 @@ msgstr "" msgid "Reply mode" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Reply Prompt" @@ -8834,7 +8906,7 @@ msgstr "Reply Prompt" msgid "report" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8878,7 +8950,7 @@ msgstr "Report generation was cancelled. You can start a new report below." msgid "Report limit reached" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Report Notifications" @@ -8990,7 +9062,7 @@ msgstr "Requesting microphone access to detect available devices..." msgid "Required" msgstr "Required" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Requires \"Ask for Email?\" to be enabled" @@ -9047,6 +9119,10 @@ msgstr "Reset to default" msgid "Response feedback" msgstr "Commento sulla risposta" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Risultati prima che le persone vadano via. Analizziamo dal vivo e presentiamo in sala." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9218,7 +9294,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "" @@ -9230,6 +9306,10 @@ msgstr "Rows per page" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Organizzare un evento con dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "" @@ -9532,7 +9612,7 @@ msgstr "Secret" msgid "Secret copied" msgstr "Secret copied" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "" @@ -9600,7 +9680,7 @@ msgstr "" msgid "Select at least one event" msgstr "Select at least one event" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Select at least one other topic before deleting this one" @@ -9644,15 +9724,15 @@ msgstr "Select Project" msgid "Select tags" msgstr "Select tags" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Select the instructions that will be shown to participants when they start a conversation" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Select the type of feedback or engagement you want to encourage." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Select tutorial" @@ -9661,7 +9741,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Seleziona fino a 2 aree di focus per il tuo report" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Select which topics participants can use for \"Verify\"." @@ -9868,7 +9948,7 @@ msgstr "" msgid "Share report" msgstr "Share report" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" @@ -9881,7 +9961,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Share your details here" @@ -9993,6 +10073,11 @@ msgstr "" msgid "Show the full text" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Mostra l'invito" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10034,7 +10119,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10064,6 +10149,10 @@ msgstr "" msgid "Slack community" msgstr "Slack community" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Così possiamo inviarti i dettagli della chiamata." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "" @@ -10183,11 +10272,11 @@ msgstr "Source {0}" msgid "Sources" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Spanish" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Specific Context" @@ -10225,7 +10314,7 @@ msgstr "" msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "" @@ -10305,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10314,7 +10403,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10329,7 +10418,7 @@ msgstr "Stop" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10470,6 +10559,10 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Volentieri" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "" @@ -10484,6 +10577,10 @@ msgstr "" msgid "participant.link.switch.text" msgstr "Switch to text input" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Disattivarlo fa parte di un piano a pagamento." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "System" @@ -10542,6 +10639,10 @@ msgstr "Take some time to create an outcome that makes your contribution concret msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Raccontaci l'evento che hai in mente." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10595,43 +10696,51 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Thank you for participating!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Grazie, ti ricontatteremo entro un giorno." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Non sembra un indirizzo email." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10639,6 +10748,10 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "È tutto, grazie" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "" @@ -10659,6 +10772,10 @@ msgstr "" msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "Il calendario non si è caricato qui. Scegli un orario su cal.com oppure scrivici a info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10680,7 +10797,7 @@ msgstr "The conversation could not be loaded. Please try again or contact suppor msgid "participant.conversation.error.loading" msgstr "The conversation could not be loaded. Please try again or contact support." -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "" @@ -10692,16 +10809,16 @@ msgstr "The endpoint where we'll send the data. Get this from your receiving ser msgid "The following conversations were automatically added to the context" msgstr "The following conversations were automatically added to the context" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "" -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "" -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "" @@ -10713,7 +10830,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10741,7 +10858,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "" @@ -10758,7 +10875,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -10791,6 +10908,10 @@ msgstr "The summary is being generated. Please wait for it to be available." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "The summary is being regenerated. Please wait for it to be available." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "La pagina di ringraziamento termina con una scheda che invita i partecipanti a organizzare il proprio evento con dembrane." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "" @@ -10925,7 +11046,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -10977,7 +11098,7 @@ msgstr "" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." @@ -11010,7 +11131,7 @@ msgstr "This is your project library. Create views to analyse your entire projec msgid "This isn't available to you" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "This language will be used for the Participant's Portal." @@ -11052,11 +11173,11 @@ msgstr "" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "This page is shown after the participant has completed the conversation." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "This page is shown to participants when they start a conversation after they successfully complete the tutorial." @@ -11094,7 +11215,7 @@ msgstr "" msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Questo progetto seguirà l'impostazione ereditata: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." @@ -11152,7 +11273,7 @@ msgstr "" msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "This title is shown to participants when they start a conversation" @@ -11461,7 +11582,7 @@ msgstr "" msgid "Transcription error" msgstr "" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "" @@ -11536,7 +11657,7 @@ msgstr "" #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "" @@ -11565,7 +11686,7 @@ msgid "Trying to join an existing organization?" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Turn off" @@ -11573,7 +11694,7 @@ msgstr "Turn off" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Turn off anonymization?" @@ -11595,7 +11716,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution." @@ -11643,7 +11764,7 @@ msgstr "Type your response here" msgid "Typing" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ukrainian (only ECHO features, Transcription and Summaries)" @@ -11883,7 +12004,7 @@ msgstr "" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11930,7 +12051,7 @@ msgstr "" msgid "Upload logo" msgstr "" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "" @@ -11948,7 +12069,7 @@ msgstr "Uploading audio..." msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "" @@ -12015,11 +12136,11 @@ msgstr "Usa il valore ereditato" msgid "Use Shift + Enter to add a new line" msgstr "Use Shift + Enter to add a new line" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "" @@ -12110,7 +12231,7 @@ msgid "Verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verify" @@ -12136,7 +12257,7 @@ msgstr "Verify code" msgid "Verify email" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Verify Topics" @@ -12231,10 +12352,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Vuoi organizzare un evento con dembrane?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Portiamo lo strumento e il team, dalla chiamata iniziale al report. Collaudato in oltre 1000 eventi." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12313,7 +12442,15 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario? Il calendario è proprio qui." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "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." @@ -12373,7 +12510,7 @@ msgstr "Webhooks are automated messages sent from one app to another when someth msgid "Webhooks are not enabled for this environment." msgstr "" -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "" @@ -12449,7 +12586,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Cosa è successo? Incolla qui uno screenshot per allegarlo" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "" @@ -12517,11 +12654,11 @@ msgstr "When are webhooks triggered?" msgid "When do you need dembrane?" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" @@ -12546,6 +12683,10 @@ msgstr "" msgid "When the summary is ready (includes both transcript and summary)" msgstr "When the summary is ready (includes both transcript and summary)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Dove possiamo contattarti?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "" @@ -12763,7 +12904,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "" @@ -12894,7 +13035,7 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "You may also choose to record another conversation." @@ -12914,7 +13055,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "" @@ -13034,6 +13175,10 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "tu@esempio.it" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "" @@ -13057,11 +13202,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "" @@ -13078,6 +13223,10 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "La tua email" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "" @@ -13099,7 +13248,7 @@ msgstr "Il tuo commento e questa risposta arrivano al team dembrane." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "" @@ -13153,7 +13302,7 @@ msgstr "" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "" @@ -13202,15 +13351,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "" #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Your response has been recorded. You may now close this tab." diff --git a/echo/frontend/src/locales/it-IT.ts b/echo/frontend/src/locales/it-IT.ts index 5e255e435..287947515 100644 --- a/echo/frontend/src/locales/it-IT.ts +++ b/echo/frontend/src/locales/it-IT.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Per il trattamento basato sul consenso serve un link all'informativa sulla privacy. Deve iniziare con http:// o https:// e avere al massimo 255 caratteri.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Predefinito dell'account\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Aggiungi prima delle conversazioni al tuo progetto\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Aggiungi immagini\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"C'è stato un errore imprevisto. Di solito basta ricaricare la pagina o tornare alla home.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Altro?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Prenota una chiamata con noi\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annulla la sostituzione\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Controlla il testo e le immagini, poi riprova\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Il trattamento basato sul consenso è attivo senza link all'informativa sulla privacy. Aggiungine uno dove è impostata la base giuridica: i partecipanti devono poter leggere l'informativa.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversazione\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Non abbiamo salvato il feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Non siamo riusciti a inviare la segnalazione. Riprova\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Data\"],\"ItMGda\":[\"Intervallo di date\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Descrivi il problema\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Stabilisce la base giuridica GDPR per i dati personali di questo progetto.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Riprogrammazione non riuscita. Scegli un orario più avanti e riprova.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Commento inviato\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buona risposta\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guidato\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Organizzatore\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Commento dell'organizzatore\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Se hai notato dati visibili a persone sbagliate, qualcuno con un accesso che non dovrebbe avere, o una possibile vulnerabilità di sicurezza, usa il nostro <0>modulo di segnalazione di sicurezza. Arriva a un altro team con un percorso più rapido. Per le urgenze, scrivi a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Le immagini devono pesare meno di \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Sbagliato o inventato\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base giuridica\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Base giuridica salvata\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link all'informativa sulla privacy mostrata ai partecipanti\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Non risponde alla domanda\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Deve essere almeno 10 minuti nel futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Nuove conversazioni aggiunte da questo report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Ancora nessuna conversazione. Puoi programmare un report ora. Le aggiungiamo quando arrivano.\"],\"oaDwXD\":[\"Nessun valore predefinito (vale la gestione del cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Ancora nessun feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Ancora nessuno nell'organizzazione.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Puoi allegare solo immagini\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo gli amministratori del workspace possono cambiare la base giuridica.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Apri registrazione\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O preferisci chattare direttamente?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Altro\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sostituita per questo progetto\"],\"AR/qbs\":[\"Sostituisci per questo progetto\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Scegli una data\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Risposta scadente\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Precedente\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL dell'informativa sulla privacy\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Domanda\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valutazione\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Ricarica la pagina\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Rimuovi \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Rimuovi la sostituzione\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Registrazione\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Segnala un problema\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Segnalazione inviata. Grazie\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Riprogramma per\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Commento sulla risposta\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Torna alla home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Cerca e seleziona le conversazioni per questa chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleziona fino a 2 aree di focus per il tuo report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Invia segnalazione\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Condividi la tua voce scansionando il codice QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" di \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Predefinito di sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"È impostato il trattamento basato sul consenso senza link all'informativa sulla privacy. Aggiungine uno per mantenere valida questa impostazione: i partecipanti devono poter leggere l'informativa.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Questa parte della pagina non si è caricata. Di solito basta ricaricare. Se succede ancora, torna alla home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Questo progetto seguirà l'impostazione ereditata: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pollice giù\"],\"Nuw8ty\":[\"Pollice su\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Ora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Troppo lungo o poco chiaro\"],\"lcsUaI\":[\"Troppe segnalazioni. Aspetta qualche minuto e riprova\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Massimo \",[\"MAX_FILES\"],\" immagini\"],\"lLehih\":[\"Fino a \",[\"MAX_MESSAGE_CHARS\"],\" caratteri\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usa il valore ereditato\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Non abbiamo trovato la pagina che cercavi. Forse è stata spostata.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"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.\"],\"FXjsEJ\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa <0>Segnala un problema per inviarlo con gli screenshot.\"],\"XolQc4\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa Segnala un problema nella barra laterale per inviarlo con gli screenshot.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Benvenuto nella modalità Panoramica. Ho caricato i riassunti di tutte le tue conversazioni. Chiedimi schemi, temi o approfondimenti nei tuoi dati. Per citazioni esatte, apri una nuova chat in modalità Contesto Specifico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Cosa è successo? Incolla qui uno screenshot per allegarlo\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Cosa non ha funzionato?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Spazio di lavoro / progetto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Predefinito del workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Impostazioni del workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Lingua o tono sbagliati\"],\"MNTYHt\":[\"Fonti sbagliate\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Il tuo commento e questa risposta arrivano al team dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Includiamo il tuo nome, la tua email e la pagina attuale, così possiamo ricontattarti.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Per il trattamento basato sul consenso serve un link all'informativa sulla privacy. Deve iniziare con http:// o https:// e avere al massimo 255 caratteri.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Predefinito dell'account\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Aggiungi prima delle conversazioni al tuo progetto\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Aggiungi immagini\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"C'è stato un errore imprevisto. Di solito basta ricaricare la pagina o tornare alla home.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Altro?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Prenota una chiamata con noi\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Prenota una chiamata conoscitiva\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annulla la sostituzione\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Controlla il testo e le immagini, poi riprova\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Il trattamento basato sul consenso è attivo senza link all'informativa sulla privacy. Aggiungine uno dove è impostata la base giuridica: i partecipanti devono poter leggere l'informativa.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversazione\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Non abbiamo salvato il feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Non siamo riusciti a inviare la segnalazione. Riprova\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Data\"],\"ItMGda\":[\"Intervallo di date\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invito agli eventi dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Descrivi il problema\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Stabilisce la base giuridica GDPR per i dati personali di questo progetto.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Fatto, contattatemi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Ogni spunto è tracciabile. Il report collega ogni risultato a ciò che è stato davvero detto.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Riprogrammazione non riuscita. Scegli un orario più avanti e riprova.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Commento inviato\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinque domande veloci, poi scegli un orario con il team dembrane. Leggiamo le tue risposte prima della chiamata e portiamo un piano su misura.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Mettiti in contatto\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buona risposta\"],\"hjZBYK\":[\"Hai due minuti? Cinque domande facoltative ci aiutano a prepararci.\"],\"5sIEgO\":[\"Hai due minuti? Cinque domande veloci ci aiutano ad arrivare preparati, e puoi saltarle tutte.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guidato\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"nascondere l'invito agli eventi dembrane\"],\"V3NvRL\":[\"Nascondere l'invito agli eventi dembrane fa parte di un piano a pagamento.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Organizzatore\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Commento dell'organizzatore\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Se hai notato dati visibili a persone sbagliate, qualcuno con un accesso che non dovrebbe avere, o una possibile vulnerabilità di sicurezza, usa il nostro <0>modulo di segnalazione di sicurezza. Arriva a un altro team con un percorso più rapido. Per le urgenze, scrivi a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Le immagini devono pesare meno di \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Sbagliato o inventato\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Lascia la tua email e ti ricontatteremo entro un giorno per parlare di un evento con dembrane.\"],\"J8VWes\":[\"Lascia la tua email così possiamo contattarti.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base giuridica\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Base giuridica salvata\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link all'informativa sulla privacy mostrata ai partecipanti\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Non risponde alla domanda\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Deve essere almeno 10 minuti nel futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Nuove conversazioni aggiunte da questo report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Nessuna app, nessun hardware. I partecipanti scansionano un codice QR e il loro telefono diventa il portale.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Ancora nessuna conversazione. Puoi programmare un report ora. Le aggiungiamo quando arrivano.\"],\"oaDwXD\":[\"Nessun valore predefinito (vale la gestione del cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Ancora nessun feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Ancora nessuno nell'organizzazione.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Puoi allegare solo immagini\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo gli amministratori del workspace possono cambiare la base giuridica.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Apri registrazione\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Domanda facoltativa \",[\"0\"],\" di \",[\"1\"]],\"S2LyUK\":[\"Domanda facoltativa \",[\"0\"],\" di \",[\"1\"],\". Salta pure.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O preferisci chattare direttamente?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Altro\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sostituita per questo progetto\"],\"AR/qbs\":[\"Sostituisci per questo progetto\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Scegli una data\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Scegli un orario adesso\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Risposta scadente\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Precedente\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL dell'informativa sulla privacy\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Domanda\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valutazione\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Contattatemi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Ricarica la pagina\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Rimuovi \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Rimuovi la sostituzione\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Registrazione\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Segnala un problema\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Segnalazione inviata. Grazie\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Riprogramma per\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Commento sulla risposta\"],\"Sa5FCh\":[\"Risultati prima che le persone vadano via. Analizziamo dal vivo e presentiamo in sala.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Torna alla home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organizzare un evento con dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Cerca e seleziona le conversazioni per questa chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleziona fino a 2 aree di focus per il tuo report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Invia segnalazione\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Condividi la tua voce scansionando il codice QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Mostra l'invito\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" di \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Così possiamo inviarti i dettagli della chiamata.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Volentieri\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Disattivarlo fa parte di un piano a pagamento.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Predefinito di sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Raccontaci l'evento che hai in mente.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Grazie, ti ricontatteremo entro un giorno.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Non sembra un indirizzo email.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"È tutto, grazie\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Il calendario non si è caricato qui. Scegli un orario su cal.com oppure scrivici a info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"La pagina di ringraziamento termina con una scheda che invita i partecipanti a organizzare il proprio evento con dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"È impostato il trattamento basato sul consenso senza link all'informativa sulla privacy. Aggiungine uno per mantenere valida questa impostazione: i partecipanti devono poter leggere l'informativa.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Questa parte della pagina non si è caricata. Di solito basta ricaricare. Se succede ancora, torna alla home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Questo progetto seguirà l'impostazione ereditata: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pollice giù\"],\"Nuw8ty\":[\"Pollice su\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Ora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Troppo lungo o poco chiaro\"],\"lcsUaI\":[\"Troppe segnalazioni. Aspetta qualche minuto e riprova\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Massimo \",[\"MAX_FILES\"],\" immagini\"],\"lLehih\":[\"Fino a \",[\"MAX_MESSAGE_CHARS\"],\" caratteri\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usa il valore ereditato\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Vuoi organizzare un evento con dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Portiamo lo strumento e il team, dalla chiamata iniziale al report. Collaudato in oltre 1000 eventi.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Non abbiamo trovato la pagina che cercavi. Forse è stata spostata.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario?\"],\"8RY8RU\":[\"Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario? Il calendario è proprio qui.\"],\"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.\"],\"FXjsEJ\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa <0>Segnala un problema per inviarlo con gli screenshot.\"],\"XolQc4\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa Segnala un problema nella barra laterale per inviarlo con gli screenshot.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Benvenuto nella modalità Panoramica. Ho caricato i riassunti di tutte le tue conversazioni. Chiedimi schemi, temi o approfondimenti nei tuoi dati. Per citazioni esatte, apri una nuova chat in modalità Contesto Specifico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Cosa è successo? Incolla qui uno screenshot per allegarlo\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Cosa non ha funzionato?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Dove possiamo contattarti?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Spazio di lavoro / progetto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Predefinito del workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Impostazioni del workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Lingua o tono sbagliati\"],\"MNTYHt\":[\"Fonti sbagliate\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"tu@esempio.it\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"La tua email\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Il tuo commento e questa risposta arrivano al team dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Includiamo il tuo nome, la tua email e la pagina attuale, così possiamo ricontattarti.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index 0dc298a49..a82903e29 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "Het genereren van een bibliotheek kan tot een uur duren" -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Verzenden" @@ -262,7 +262,7 @@ msgstr "{0, plural, one {# gesprek in gebruik:} other {# gesprekken in gebruik:} #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar o msgid "{from} → {to}" msgstr "{from} → {to}" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "Voor het gesprek leest {host} je antwoorden en neemt een conceptvoorstel mee." @@ -793,8 +793,8 @@ msgstr "Een project bevat alles voor één onderwerp. Deel de link met deelnemer msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "Een schatting of \"weet ik nog niet\". Met allebei kunnen we verder." @@ -988,7 +988,7 @@ msgstr "Actieve filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1030,7 +1030,7 @@ msgstr "Notitie toevoegen" msgid "Add a project goal before saving." msgstr "Voeg een projectdoel toe voordat je opslaat." -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "een werkruimte toe te voegen" @@ -1071,7 +1071,7 @@ msgstr "Voeg doeltekst toe voordat je dit toepast." msgid "Add images" msgstr "Afbeeldingen toevoegen" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren." @@ -1120,7 +1120,7 @@ msgstr "Voeg toe aan dit gesprek" msgid "Add to workspaces" msgstr "Toevoegen aan werkruimtes" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Onderwerp toevoegen" @@ -1141,7 +1141,7 @@ msgstr "Webhook toevoegen" msgid "Add Your First Webhook" msgstr "Voeg uw eerste webhook toe" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "je logo toe te voegen" @@ -1155,7 +1155,7 @@ msgstr "Toegevoegd" msgid "select.all.modal.added" msgstr "Toegevoegd" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "Toegevoegde e-mails" @@ -1256,11 +1256,11 @@ msgstr "Beheerders hebben toegang tot elke werkruimte in deze organisatie. Leden msgid "Advanced" msgstr "Geavanceerd" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Geavanceerd (Tips en best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Geavanceerde instellingen" @@ -1499,7 +1499,7 @@ msgstr "Transcripten anonimiseren" msgid "Anonymize transcript" msgstr "Transcript anonimiseren" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Transcripten anoniem maken" @@ -1638,7 +1638,7 @@ msgstr "Weet je zeker dat je deze chat wilt verwijderen? Deze actie kan niet ong msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Weet je zeker dat je dit aangepaste onderwerp wilt verwijderen? Dit kan niet ongedaan worden gemaakt." @@ -1712,12 +1712,12 @@ msgstr "Hierover vragen" msgid "Ask about your conversations..." msgstr "Vraag iets over je gesprekken..." -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "Vraag om e-mail?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Vraag om naam?" @@ -1726,8 +1726,8 @@ msgstr "Vraag om naam?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "Vraag het in de chat als je een live beeld van de gesprekken wilt. Het eerste canvas komt hier te staan." -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "meer vragen te stellen in de chat" @@ -1775,7 +1775,7 @@ msgstr "Assistent-geheugen" msgid "At least 8 characters" msgstr "Minstens 8 tekens" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "Er moet minstens één onderwerp zijn geselecteerd om Verifiëren aan te zetten" @@ -1841,11 +1841,11 @@ msgstr "Auditlogboeken geëxporteerd naar JSON" msgid "Authenticator code" msgstr "Authenticator-code" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Automatisch titels genereren" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Automatisch titels genereren" @@ -1857,7 +1857,7 @@ msgstr "Automatisch gegenereerd of handmatig invoeren" msgid "Automatic titles and draft tags" msgstr "Automatische titels en concepttags" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Automatisch een korte onderwerp-gebaseerde titel genereren voor elk gesprek na samenvatting. De titel beschrijft wat er werd besproken, niet wie deelnemde. De oorspronkelijke naam van de deelnemer wordt apart bewaard, als ze er een had." @@ -1896,7 +1896,7 @@ msgstr "Afwezig" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Terug" @@ -1911,7 +1911,7 @@ msgstr "Terug naar microfoon" msgid "participant.button.back" msgstr "Terug" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "Terug naar dembrane" @@ -1949,11 +1949,11 @@ msgstr "Terug naar je werkruimtes" msgid "Base" msgstr "Basis" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Basis (Alleen essentiële tutorial slides)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Basis instellingen" @@ -1971,8 +1971,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1983,12 +1983,12 @@ msgid "Beta" msgstr "Bèta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Bèta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Bèta" @@ -2058,7 +2058,11 @@ msgstr "Plan een gesprek met ons" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "Boek een gecertificeerde training om dembrane te blijven gebruiken in situaties met hoog risico." -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Plan een kennismakingsgesprek" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Brainstorm ideeën" @@ -2109,7 +2113,7 @@ msgstr "kan bewerken" msgid "can read" msgstr "kan lezen" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "Kun je ons meer vertellen?" @@ -2553,6 +2557,7 @@ msgid "Clone Project" msgstr "Project klonen" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2742,7 +2747,7 @@ msgstr "Contextuele suggesties" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3172,7 +3177,7 @@ msgstr "Maak een account aan" msgid "Create an account to join" msgstr "Maak een account aan om deel te nemen" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "nog een rapport te maken" @@ -3295,7 +3300,7 @@ msgid "Current rate" msgstr "Huidig tarief" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Aangepast" @@ -3307,7 +3312,7 @@ msgstr "Aangepaste bestandsnaam" msgid "Custom Logo" msgstr "Aangepast logo" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Aangepaste titelprompt" @@ -3319,7 +3324,7 @@ msgstr "Eigen logo van de werkruimte dat aan deelnemers wordt getoond." msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "Tsjechisch (alleen ECHO-functies, transcriptie en samenvattingen)" @@ -3392,12 +3397,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Standaard" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Standaard - Geen tutorial (Alleen privacy verklaringen)" @@ -3408,7 +3413,7 @@ msgstr "Multistap analyse delegeren met live tool uitvoering" #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3445,7 +3450,7 @@ msgstr "Gesprek verwijderen" msgid "Delete Conversation" msgstr "Verwijder gesprek" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Aangepast onderwerp verwijderen" @@ -3535,6 +3540,11 @@ msgstr "dembrane kan fouten maken. Controleer antwoorden altijd even." msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "dembrane event-uitnodiging" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3701,7 +3711,7 @@ msgstr "Ben ik dit nodig?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "Ben je van plan dembrane te gebruiken in de zorg, het onderwijs, werving, het beheer van kritieke infrastructuur, rechtshandhaving of de rechtspraak?" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Wil je op de hoogte blijven?" @@ -3732,6 +3742,10 @@ msgstr "Wordt niet vanzelf bijgewerkt. Bijgewerkt {updatedAgo}." msgid "Done" msgstr "Klaar" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Klaar, neem contact met me op" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "Nu terug naar Free" @@ -3812,7 +3826,7 @@ msgstr "Dupliceren" msgid "Duration" msgstr "Duur" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Nederlands" @@ -3825,7 +3839,7 @@ msgstr "E-factuur" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "bijv. \"Focus op duurzaamheidsthema's\" of \"Wat vinden deelnemers van het nieuwe beleid?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "bijvoorbeeld \"Gebruik korte zinnen als 'Stedelijke Groene Ruimtes' of 'Jeugdwerkgelegenheid'. Vermijd algemene titels.\"" @@ -3957,7 +3971,7 @@ msgstr "E-mailverificatie" msgid "Email verification | dembrane" msgstr "E-mailverificatie | dembrane" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@werk.com" @@ -3994,7 +4008,7 @@ msgstr "" msgid "Enable 2FA" msgstr "2FA inschakelen" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Verkennen inschakelen" @@ -4002,20 +4016,20 @@ msgstr "Verkennen inschakelen" msgid "Enable participation" msgstr "Deelnemen inschakelen" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Rapportmeldingen inschakelen" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Schakel deze functie in zodat deelnemers AI-antwoorden kunnen vragen tijdens hun gesprek. Na het inspreken van hun gedachten kunnen ze op \"Verkennen\" klikken voor contextuele feedback, zodat ze dieper gaan nadenken en meer betrokken raken. Er zit een wachttijd tussen verzoeken." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Schakel deze functie in om deelnemers \"resultaten\" van hun inzendingen te laten verifiëren en goedkeuren. Dit helpt om belangrijke ideeën, zorgen of samenvattingen concreet te maken. Na het gesprek kun je filteren op discussies met geverifieerde resultaten en deze bekijken in het overzicht." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Transcriptanoniem maken inschakelen" @@ -4023,7 +4037,7 @@ msgstr "Transcriptanoniem maken inschakelen" msgid "Enable two-factor authentication" msgstr "Tweestapsverificatie inschakelen" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Verifiëren inschakelen" @@ -4041,12 +4055,12 @@ msgstr "Afgelopen" msgid "Ends on {endDate}, then moves to Free" msgstr "Eindigt op {endDate}, gaat daarna over naar Free" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "Engels" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Voer een sleutelterm of eigennamen in" @@ -4127,8 +4141,8 @@ msgstr "Fout bij het maken van het rapport" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Fout bij laden van project" @@ -4187,6 +4201,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Elk inzicht herleidbaar. Het rapport koppelt elke bevinding terug aan wat er echt gezegd is." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4255,7 +4273,7 @@ msgstr "Verloopt" msgid "Expiring soon" msgstr "Verloopt binnenkort" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Verkennen" @@ -4635,6 +4653,10 @@ msgstr "Afronden" msgid "First name" msgstr "Voornaam" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "Vijf korte vragen, daarna kies je een moment met het dembrane-team. We lezen je antwoorden voor het gesprek en komen met een plan dat past." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4734,7 +4756,7 @@ msgstr "Het gratis plan staat 1 werkruimte per organisatie toe" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "Gratis, alleen-lezen. Ziet projecten, gesprekken en rapporten. Kan niet chatten of rapporten genereren." -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "Frans" @@ -4818,7 +4840,7 @@ msgstr "Samenvatting wordt gemaakt. Even wachten..." msgid "Generating your report..." msgstr "Je rapport wordt gegenereerd..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "Duits" @@ -4831,6 +4853,10 @@ msgstr "Krijg direct een reactie van dembrane om het gesprek te verdiepen." msgid "participant.refine.go.deeper.description" msgstr "Krijg direct een reactie van dembrane om het gesprek te verdiepen." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Neem contact op" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4941,6 +4967,14 @@ msgstr "Doel opgeslagen" msgid "Good response" msgstr "Goed antwoord" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Heb je twee minuten? Vijf optionele vragen helpen ons voorbereiden." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Heb je twee minuten? Vijf korte vragen helpen ons om goed voorbereid te komen, en je mag ze allemaal overslaan." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "Licenties toekennen" @@ -4949,7 +4983,7 @@ msgstr "Licenties toekennen" msgid "Group by" msgstr "Groeperen op" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Gids hoe titels worden gegenereerd. Titels beschrijven het onderwerp van het gesprek, niet de deelnemer." @@ -4972,7 +5006,7 @@ msgstr "Bevat geverifieerde artefacten" msgid "Have you completed a training?" msgstr "Heb je een training afgerond?" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "je opnames te laten transcriberen" @@ -5038,6 +5072,14 @@ msgstr "Stappen verbergen" msgid "Hide the changes" msgstr "Wijzigingen verbergen" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "de dembrane event-uitnodiging verbergen" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "De dembrane event-uitnodiging verbergen kan met een betaald plan." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Specifiek Concept markeren" @@ -5058,7 +5100,7 @@ msgstr "Host" msgid "host guide" msgstr "hostgids" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5459,7 +5501,7 @@ msgstr "Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal on msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italiaans (alleen ECHO-functies, Transcriptie en Samenvattingen)" @@ -5546,7 +5588,7 @@ msgstr "Toegevoegd als admin" msgid "Joined the conversation" msgstr "Deelgenomen aan het gesprek" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "Ga naar" @@ -5652,7 +5694,7 @@ msgstr "Kickback %" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Taal" @@ -5698,7 +5740,7 @@ msgstr "" msgid "Latest" msgstr "Laatste" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "Laatste rapport" @@ -5729,6 +5771,14 @@ msgstr "Nu verlaten" msgid "Leave workspace" msgstr "Werkruimte verlaten" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Laat je e-mailadres achter en we nemen binnen een dag contact met je op over een event met dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Laat je e-mailadres achter, dan nemen we contact met je op." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "Vertrokken" @@ -5750,7 +5800,7 @@ msgstr "Rechtsgrondslag opgeslagen" msgid "Legal entity name" msgstr "Naam rechtspersoon" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "Aan de slag!" @@ -5862,7 +5912,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "Live en recent" @@ -5891,7 +5941,7 @@ msgstr "Live deelnemersstroom" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "Live deelnemerstrechter: aantallen voor gescand, instellen, op opnamepagina, live en voltooid" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Live Voorbeeld" @@ -5989,7 +6039,7 @@ msgstr "Deze chat laden..." msgid "Loading transcript..." msgstr "Transcript aan het laden..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Verify onderwerpen aan het laden…" @@ -6090,7 +6140,7 @@ msgstr "loop" msgid "Low battery" msgstr "Batterij bijna leeg" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "een werkruimte privé te maken" @@ -6333,7 +6383,7 @@ msgstr "Antwoordt niet op de vraag" msgid "mo" msgstr "mnd" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6608,7 +6658,7 @@ msgstr "Nieuwste eerst" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6633,7 +6683,7 @@ msgstr "Volgende" msgid "Next invoice" msgstr "Volgende factuur" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "Volgende: kies een tijd" @@ -6667,6 +6717,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Geen app, geen hardware. Deelnemers scannen een QR-code en hun telefoon wordt het portaal." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "Geen auditlogboeken komen overeen met de huidige filters." @@ -6915,7 +6969,7 @@ msgstr "Geen resultaten" msgid "No selectable conversations" msgstr "Geen selecteerbare gesprekken" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "Nog geen samenvatting" @@ -6964,7 +7018,7 @@ msgstr "Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audio msgid "No verification topics are configured for this project." msgstr "Er zijn geen verificatie-onderwerpen voor dit project geconfigureerd." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "Geen verify topics beschikbaar." @@ -7024,7 +7078,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7119,7 +7173,7 @@ msgstr "Nog niets opgeslagen. De assistent voegt hier notities toe terwijl er wo msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "Nog niets opgeslagen. De assistent voegt hier notities toe terwijl je chat." -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Deelnemers melden wanneer een rapport wordt gepubliceerd." @@ -7231,7 +7285,7 @@ msgstr "Eén hoofdletter" msgid "One-off" msgstr "Eenmalig" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "Actief" @@ -7308,7 +7362,7 @@ msgstr "Open {label}" msgid "Open account actions" msgstr "Accountacties openen" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "Alles openen" @@ -7420,14 +7474,24 @@ msgstr "Optioneel" msgid "Optional (falls back to English)" msgstr "Optioneel (valt terug naar Engels)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Optioneel veld op de startpagina" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Optioneel veld op de bedankpagina" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Optionele vraag {0} van {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Optionele vraag {0} van {1}. Sla gerust over." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "Optioneel. Waar deze werkruimte voor is." @@ -7591,7 +7655,7 @@ msgstr "Eigendom is vergrendeld. Neem contact op met support om over te dragen." msgid "Owning organisation" msgstr "Eigenaar-organisatie" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Pagina inhoud" @@ -7600,7 +7664,7 @@ msgstr "Pagina inhoud" msgid "Page not found" msgstr "Pagina niet gevonden" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Pagina titel" @@ -7628,7 +7692,7 @@ msgstr "Deelnemer e-mail" msgid "Participant Emails" msgstr "Deelnemer e-mails" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Deelnemer features" @@ -7840,11 +7904,15 @@ msgstr "Telefoon" msgid "Pick a date" msgstr "Kies een datum" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "Kies een tijd" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Kies nu een moment" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "Kies een tijd met {host}." @@ -7938,7 +8006,7 @@ msgstr "Controleer uw invoer voor fouten." msgid "Please enable participation to enable sharing" msgstr "Schakel deelneming in om delen mogelijk te maken" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Voer een geldig e-mailadres in." @@ -8009,7 +8077,7 @@ msgstr "" msgid "Popular" msgstr "Populair" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Portal inhoud" @@ -8021,12 +8089,12 @@ msgstr "Portalbeschrijving" msgid "portal editor" msgstr "portal-editor" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "Portaalbewerker" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Portaal-editor" @@ -8063,7 +8131,7 @@ msgstr "Postcode" msgid "praise" msgstr "compliment" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "Praat je liever? Druk op opnemen en vertel het gewoon." @@ -8139,7 +8207,7 @@ msgstr "Privéproject" msgid "Private workspace" msgstr "Privéwerkruimte" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "Privéwerkruimtes zijn beschikbaar met een betaald abonnement." @@ -8389,6 +8457,10 @@ msgstr "Voer het nieuwe wachtwoord opnieuw in" msgid "Re-use settings from an existing webhook" msgstr "Gebruik instellingen van een bestaande webhook" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Neem contact met me op" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "Heractiveren" @@ -8526,13 +8598,13 @@ msgstr "Opnieuw verbinden" msgid "participant.button.record" msgstr "Opname starten" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "Spraakbericht opnemen" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Neem nog een gesprek op" @@ -8592,10 +8664,10 @@ msgid "Recurring Themes" msgstr "Terugkerende thema's" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "Referentie {reference}" @@ -8603,7 +8675,7 @@ msgstr "Referentie {reference}" msgid "References" msgstr "Referenties" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8690,7 +8762,7 @@ msgstr "Opnieuw laden" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "Denk eraan dat je altijd de Feedback-knop kunt gebruiken voor suggesties. We waarderen je steun, en bedankt dat je dembrane gebruikt." -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Gebruikers herinneren om te verifiëren voordat ze klaar zijn" @@ -8732,7 +8804,7 @@ msgstr "{0} verwijderen uit deze werkruimte? Ze verliezen toegang tot alle proje msgid "Remove avatar" msgstr "Avatar verwijderen" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "E-mail verwijderen" @@ -8824,7 +8896,7 @@ msgstr "Richtlijnen voor antwoorden" msgid "Reply mode" msgstr "Antwoordmodus" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Reactie prompt" @@ -8832,7 +8904,7 @@ msgstr "Reactie prompt" msgid "report" msgstr "rapport" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8876,7 +8948,7 @@ msgstr "Rapportgeneratie is geannuleerd. Je kunt hieronder een nieuw rapport sta msgid "Report limit reached" msgstr "Rapportlimiet bereikt" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Rapportmeldingen" @@ -8988,7 +9060,7 @@ msgstr "Microfoontoegang aanvragen om beschikbare apparaten te detecteren..." msgid "Required" msgstr "Verplicht" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Vraagt om e-mailadres? moet zijn ingeschakeld" @@ -9045,6 +9117,10 @@ msgstr "Resetten naar standaardinstellingen" msgid "Response feedback" msgstr "Feedback op antwoord" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Resultaten voordat mensen naar huis gaan. We analyseren live en presenteren ter plekke." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9216,7 +9292,7 @@ msgstr "Rol bijgewerkt" msgid "Rough estimate to finish transcribing the backlog" msgstr "Ruwe schatting om de achterstand aan transcripties weg te werken" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "Ongeveer hoeveel?" @@ -9228,6 +9304,10 @@ msgstr "Rijen per pagina" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Een event organiseren met dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "Bezig" @@ -9530,7 +9610,7 @@ msgstr "Geheim" msgid "Secret copied" msgstr "Geheim gekopieerd" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "transcripten te bekijken" @@ -9598,7 +9678,7 @@ msgstr "Selecteer alle zichtbare ({remainingCount})" msgid "Select at least one event" msgstr "Selecteer ten minste één gebeurtenis" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Selecteer ten minste één ander onderwerp voordat u dit verwijdert" @@ -9642,15 +9722,15 @@ msgstr "Selecteer Project" msgid "Select tags" msgstr "Selecteer tags" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Selecteer de instructies die worden getoond aan deelnemers wanneer ze een gesprek starten" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Selecteer het type feedback of betrokkenheid dat u wilt stimuleren." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Selecteer tutorial" @@ -9659,7 +9739,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Selecteer maximaal 2 focusgebieden voor je rapport" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Selecteer welke onderwerpen deelnemers kunnen gebruiken voor \"Verifiëren\"." @@ -9866,7 +9946,7 @@ msgstr "" msgid "Share report" msgstr "Rapport delen" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "Deel het project, volg live activiteit en spring vanaf één plek naar de belangrijkste tools." @@ -9879,7 +9959,7 @@ msgstr "Deel met iemand" msgid "Share with workspace" msgstr "Deel met werkruimte" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Deel je gegevens hier" @@ -9991,6 +10071,11 @@ msgstr "Stappen tonen" msgid "Show the full text" msgstr "Volledige tekst tonen" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Toon de uitnodiging" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10032,7 +10117,7 @@ msgstr "Zes weekenden verspreid over zeven maanden" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10062,6 +10147,10 @@ msgstr "Microfooncheck overgeslagen" msgid "Slack community" msgstr "Slack-community" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Zodat we je de details van het gesprek kunnen sturen." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "Een deel van de audio in dit gesprek kon niet worden getranscribeerd. Open het gesprek om te zien welke delen misgingen." @@ -10181,11 +10270,11 @@ msgstr "Bron {0}" msgid "Sources" msgstr "Bronnen" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Spaans" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Specifieke context" @@ -10223,7 +10312,7 @@ msgstr "Standaardtoegang. Werkt samen in de werkruimtes waaraan ze zijn toegevoe msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "Vaste richtlijnen die de assistent meekrijgt in elke projectchat in deze werkruimte. Wordt automatisch opgeslagen." -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "Start een chat" @@ -10303,7 +10392,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "Blijft actueel tot morgen {0}" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "Stap {0} van {STEP_COUNT}" @@ -10312,7 +10401,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "Kom je er nog niet uit? Mail <0>support@dembrane.com." #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10327,7 +10416,7 @@ msgstr "Stop" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10468,6 +10557,10 @@ msgstr "Supporttoegang aangezet" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Prima" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "Overzetten naar self-serve" @@ -10482,6 +10575,10 @@ msgstr "Overzetten naar self-serve facturering" msgid "participant.link.switch.text" msgstr "Overschakelen naar tekstinvoer" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Uitzetten kan met een betaald plan." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "Systeem" @@ -10540,6 +10637,10 @@ msgstr "Kijk of de uitkomst klopt, en pas aan waar nodig." msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "Vertel de beheerders van de werkruimte waarvoor je toegang nodig hebt. Deze notitie is optioneel." +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Vertel ons over het event dat je voor ogen hebt." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10593,43 +10694,51 @@ msgstr "Webhook testen" msgid "Text" msgstr "Tekst" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Dank je wel voor je deelname!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Bedankt pagina inhoud" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Bedankt!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "Bedankt! We nemen zo snel mogelijk contact met je op. Je kunt ons ook mailen via info@dembrane.com." -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "Bedankt voor het invullen. Kijk in je mail voor de bevestiging van de afspraak. Heb je vragen voor ons, dan kun je ons altijd bereiken op info@dembrane.com" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Bedankt, we nemen binnen een dag contact op." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Die code werkte niet. Probeer het opnieuw met een verse code uit je authenticator-app." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnieuw." -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "Dat is niet gelukt. We hebben je opname opgeslagen." +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Dat ziet er niet uit als een e-mailadres." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "Die opname is te lang om te versturen. Neem een kortere notitie op." -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte vragen. Daarna kies je een tijd met het dembrane-team. Voor het gesprek lezen we je antwoorden, zodat we een voorstel meenemen dat bij je past." @@ -10637,6 +10746,10 @@ msgstr "Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "Dat was te kort om te transcriberen. Houd de opname iets langer vast." +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "Dat was het, bedankt" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "Misschien heeft de beheerder hem geannuleerd, of is er met de link geknoeid. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen." @@ -10657,6 +10770,10 @@ msgstr "De assistent vergeet dit in elke toekomstige chat." msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "De assistent stelt voor om {headlineFields} bij te werken. Wacht op jou." +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "De agenda kon hier niet laden. Kies een moment op cal.com, of mail ons op info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10678,7 +10795,7 @@ msgstr "Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of msgid "participant.conversation.error.loading" msgstr "Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "het dembrane-team" @@ -10690,16 +10807,16 @@ msgstr "Het eindpunt waar we de gegevens zullen verzenden. Haal dit op van uw on msgid "The following conversations were automatically added to the context" msgstr "De volgende gesprekken werden automatisch toegevoegd aan de context" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "Het gratis plan dekt één werkruimte." -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "Het gratis plan bevat één chat met drie vragen." -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "Het gratis plan bevat één rapport." @@ -10711,7 +10828,7 @@ msgstr "Het doel stuurt de rapporten, canvassen en suggesties van de assistent i msgid "The host guide is what facilitators read before they run a session." msgstr "De hostgids is wat begeleiders lezen voordat ze een sessie draaien." -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "De uitnodiging staat in je inbox. We lezen je antwoorden vooraf en nemen een conceptvoorstel mee. Heb je intussen vragen? Neem dan contact op met" @@ -10739,7 +10856,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "De methodologie is de manier waarop dit project is opgezet en wordt begeleid." -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "De microfoon is geblokkeerd in je browser, dus opnemen staat uit. Typen werkt wel." @@ -10756,7 +10873,7 @@ msgstr "De organisatie waarvoor deze uitnodiging was, is verwijderd. Er is niets msgid "The page this answer refers to." msgstr "De pagina waar dit antwoord naar verwijst." -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "De portalen blijven werken! Je deelnemers kunnen altijd doorgaan en niets wat ze zeggen gaat verloren. Zodra je een betaald abonnement hebt, wordt alles wat al is opgenomen alsnog getranscribeerd." @@ -10789,6 +10906,10 @@ msgstr "Samenvatting wordt gemaakt. Even wachten tot die klaar is." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "Samenvatting wordt opnieuw gemaakt. Even wachten tot die klaar is." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "De bedankpagina eindigt met een kaart die deelnemers uitnodigt om zelf een event met dembrane te organiseren." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "Het transcript kwam niet terug. Controleer je verbinding en probeer het opnieuw." @@ -10923,7 +11044,7 @@ msgstr "Dit gesprek heeft de volgende kopieën:" msgid "conversation.linking_conversations.description" msgstr "Dit gesprek is een kopie van" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "Deze e-mail is al in de lijst." @@ -10975,7 +11096,7 @@ msgstr "Deze uitnodigingslink is niet geldig voor dit account" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "Deze uitnodiging beslaat {0} factureringscontexten, die elk apart worden gefactureerd:" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken." @@ -11008,7 +11129,7 @@ msgstr "Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegel msgid "This isn't available to you" msgstr "Dit is niet beschikbaar voor jou" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "Deze taal wordt gebruikt voor de Portal van de deelnemer." @@ -11050,11 +11171,11 @@ msgstr "Deze organisatie bestaat niet meer" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "Deze pagina wordt getoond na het voltooien van het gesprek door de deelnemer." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "Deze pagina wordt getoond aan deelnemers wanneer ze een gesprek starten na het voltooien van de tutorial." @@ -11092,7 +11213,7 @@ msgstr "Dit project is zichtbaar voor iedereen in de werkruimte." msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Dit project volgt dan de overgenomen instelling: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert" @@ -11150,7 +11271,7 @@ msgstr "Hiermee komt de werkruimte terug bij de gedeelde facturering van je orga msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "Dit bepaalt de taal die deelnemers in het portaal zien, inclusief de vragen die ze krijgen." -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten" @@ -11459,7 +11580,7 @@ msgstr "transcriptfragment" msgid "Transcription error" msgstr "Transcriptiefout" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "Transcripten zijn beschikbaar met een betaald abonnement." @@ -11532,7 +11653,7 @@ msgstr "Problemen met inloggen? Neem contact op via support@dembrane.com." #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "Opnieuw proberen" @@ -11561,7 +11682,7 @@ msgid "Trying to join an existing organization?" msgstr "Wil je je aansluiten bij een bestaande organisatie?" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Uitschakelen" @@ -11569,7 +11690,7 @@ msgstr "Uitschakelen" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Anonimisering uitschakelen?" @@ -11591,7 +11712,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Het uitschakelen van anonimisering terwijl opnames gaande zijn kan onbedoelde gevolgen hebben. Actieve gesprekken worden ook beïnvloed tijdens de opname. Gebruik dit met voorzichtigheid." @@ -11639,7 +11760,7 @@ msgstr "Typ hier uw reactie" msgid "Typing" msgstr "Typt" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Oekraïens (alleen ECHO-functies, Transcriptie en Samenvattingen)" @@ -11879,7 +12000,7 @@ msgstr "Upgrade je werkruimte om dit gesprek te bekijken" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "Upgrade je werkruimte om transcripties van nieuwe gesprekken te bekijken." -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11926,7 +12047,7 @@ msgstr "Uploadlimiet bereikt. Upgrade je werkruimte." msgid "Upload logo" msgstr "Logo uploaden" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "opnames te uploaden" @@ -11944,7 +12065,7 @@ msgstr "Audio uploaden..." msgid "participant.modal.interruption.uploading" msgstr "Audio uploaden..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "Opnames uploaden is beschikbaar met een betaald abonnement." @@ -12011,11 +12132,11 @@ msgstr "Overgenomen standaard gebruiken" msgid "Use Shift + Enter to add a new line" msgstr "Gebruik Shift + Enter om een nieuwe regel toe te voegen" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "webhooks te gebruiken" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "je stem in de chat te gebruiken" @@ -12106,7 +12227,7 @@ msgid "Verified artifacts" msgstr "Geverifieerde artefacten" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verifiëren" @@ -12132,7 +12253,7 @@ msgstr "Code controleren" msgid "Verify email" msgstr "E-mail verifiëren" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Onderwerpen verifiëren" @@ -12227,10 +12348,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "Loopt de installatie met je door en stelt volgende stappen voor." +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Zelf een event organiseren met dembrane?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "Volg live opnames, transcriptievoortgang en fouten in dit project terwijl ze gebeuren." +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Wij brengen de tool en de crew mee, van intakegesprek tot rapport. Bewezen op 1000+ events." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12309,7 +12438,15 @@ msgstr "We zetten samen het project op, draaien op de dag zelf met je mee en hel msgid "We still couldn't charge your method. Update it and try again." msgstr "We konden je methode nog steeds niet belasten. Werk deze bij en probeer het opnieuw." -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "We nemen binnen een dag contact op. Liever zelf een moment kiezen?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "We nemen binnen een dag contact op. Liever zelf een moment kiezen? De agenda staat hier." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "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." @@ -12369,7 +12506,7 @@ msgstr "Webhooks zijn geautomatiseerde berichten die van een app naar een andere msgid "Webhooks are not enabled for this environment." msgstr "Webhooks zijn niet ingeschakeld voor deze omgeving." -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "Webhooks zijn beschikbaar met een betaald abonnement." @@ -12445,7 +12582,7 @@ msgstr "Wat er verstuurd wordt" msgid "What happened? Paste a screenshot here to attach it" msgstr "Wat is er gebeurd? Plak hier een screenshot om hem toe te voegen" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "Wat is het?" @@ -12513,11 +12650,11 @@ msgstr "Wanneer worden webhooks geactiveerd?" msgid "When do you need dembrane?" msgstr "Wanneer heb je dembrane nodig?" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "Wanneer ingeschakeld, zullen alle nieuwe transcripties persoonlijke informatie (namen, e-mails, telefoonnummers, adressen) worden vervangen door placeholders. Anonieme gesprekken deactiveren ook audio-afspelen, audio-download en hertranscriptie om de privacy van deelnemers te beschermen. Dit kan niet ongedaan worden gemaakt voor al bestaande gesprekken." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "Wanneer je het gesprek afmaakt, worden deelnemers die nog niet hebben geverifieerd gevraagd om te verifiëren of over te slaan" @@ -12542,6 +12679,10 @@ msgstr "Als iemand de QR-code scant, is dat één gesprek. Als 50 mensen hem teg msgid "When the summary is ready (includes both transcript and summary)" msgstr "Wanneer de samenvatting klaar is (bevat zowel transcript als samenvatting)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Waar kunnen we je bereiken?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "Waar wil je naartoe?" @@ -12759,7 +12900,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "Je zit op het gratis plan." @@ -12890,7 +13031,7 @@ msgstr "Je hebt nog geen resultaten geverifieerd. Wil je verifiëren voordat je msgid "You left the workspace" msgstr "Je hebt de werkruimte verlaten" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "Je kunt er ook voor kiezen om een ander gesprek op te nemen." @@ -12910,7 +13051,7 @@ msgstr "Je lijkt offline te zijn, controleer je internetverbinding" msgid "You stopped this run." msgstr "Je hebt deze run gestopt." -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "Je probeerde {action}." @@ -13030,6 +13171,10 @@ msgstr "Je hebt je transcriptielimiet bereikt" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "Je hebt alle 10 uur van de pilot gebruikt. Tools voor hosts (Chat, rapporten, analyse, exports) staan op pauze." +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "jij@voorbeeld.nl" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "Jouw toegang" @@ -13053,11 +13198,11 @@ msgstr "Jouw goedkeuring helpt ons begrijpen wat je echt denkt!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "Je browser blokkeert de microfoon. Geef toegang en probeer het opnieuw." -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "Je afspraak is geboekt: {bookedTime}." -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "Je afspraak is geboekt." @@ -13074,6 +13219,10 @@ msgstr "Jouw gegevens" msgid "Your draft won't be saved." msgstr "Je concept wordt niet opgeslagen." +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Jouw e-mailadres" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "Je e-mailadres is al geverifieerd" @@ -13095,7 +13244,7 @@ msgstr "Je feedback en dit antwoord gaan naar het dembrane-team." msgid "Your free plan includes one report. Upgrade to create more." msgstr "Je gratis plan bevat één rapport. Upgrade om er meer te maken." -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "Je gratis uur voor transcriptie is opgebruikt." @@ -13149,7 +13298,7 @@ msgstr "Je organisatie of bedrijf" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "Je eigen logo is beschikbaar met een betaald abonnement." @@ -13198,15 +13347,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "Je abonnement wordt niet verlengd. Je houdt toegang tot het einde van de periode." #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "Je opname, {0}" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "Je aanvraag is binnen." -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten." diff --git a/echo/frontend/src/locales/nl-NL.ts b/echo/frontend/src/locales/nl-NL.ts index 60dc4ab37..e59a81522 100644 --- a/echo/frontend/src/locales/nl-NL.ts +++ b/echo/frontend/src/locales/nl-NL.ts @@ -1 +1 @@ -/*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\"],\"We're preparing your workspace.\":[\"We bereiden je werkruimte voor.\"],\"Preparing your dashboard\":[\"Dashboard klaarmaken\"],\"Welcome back\":[\"Welkom terug\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Het genereren van een bibliotheek kan tot een uur duren\"],\"uDvV8j\":[\" Verzenden\"],\"aMNEbK\":[\" Afmelden voor meldingen\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" binnenkort beschikbaar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Verkennen\\\" binnenkort beschikbaar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verifiëren\\\" binnenkort beschikbaar\"],\"XGun3K\":[\"(directe toegang tot werkruimte)\"],\"ls1N1w\":[\"(ontbreekt)\"],\"B/gRsg\":[\"(geen)\"],\"NzluOx\":[\"(optioneel)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(onbekend)\"],\"dDUgzP\":[\"(Jij)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" werkruimte)\"],\"other\":[\"(\",\"#\",\" werkruimtes)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" overeenkomst\"],\"other\":[\"#\",\" overeenkomsten\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio gestopt\"],\"other\":[\"#\",\" audio gestopt\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek kon niet aan deze chat worden toegevoegd.\"],\"other\":[\"#\",\" gesprekken konden niet aan deze chat worden toegevoegd.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek wordt hiermee ook verborgen.\"],\"other\":[\"#\",\" gesprekken worden hiermee ook verborgen.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" lid\"],\"other\":[\"#\",\" leden\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" betaling\"],\"other\":[\"#\",\" betalingen\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projecten\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" geselecteerd\"],\"other\":[\"#\",\" geselecteerd\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" in transcriptie\"],\"other\":[\"#\",\" in transcriptie\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" met fouten\"],\"other\":[\"#\",\" met fouten\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord toegevoegd\"],\"other\":[\"#\",\" woorden toegevoegd\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord verwijderd\"],\"other\":[\"#\",\" woorden verwijderd\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focus op \",\"#\",\" gesprek:\"],\"other\":[\"Focus op \",\"#\",\" gesprekken:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Bericht van dembrane\"],\"other\":[\"Berichten van dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Verplaats \",\"#\",\" project naar een andere werkruimte.\"],\"other\":[\"Verplaats \",\"#\",\" projecten naar een andere werkruimte.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Laat zien wat er verandert (\",\"#\",\" veld)\"],\"other\":[\"Laat zien wat er verandert (\",\"#\",\" velden)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik:\"],\"other\":[\"#\",\" gesprekken in gebruik:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (standaard)\"],\"r/Wlfo\":[[\"0\"],\" / plek / maand × \",[\"1\"],\", jaarlijks gefactureerd. Exclusief btw.\"],\"bBa8T+\":[[\"0\"],\" / plek × \",[\"1\"],\". Exclusief btw.\"],\"eysOsc\":[[\"0\"],\" / plek × \",[\"1\"],\". Wordt na deze periode niet meer in rekening gebracht.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" werkruimtes, \",[\"2\"],\" actief\"],\"xfMOtJ\":[[\"0\"],\" over alles\"],\"RKutZY\":[[\"0\"],\" actief\"],\"select.all.modal.added.count\":[[\"0\"],\" toegevoegd\"],\"q87k+2\":[[\"0\"],\" toegevoegd vanuit je organisatie\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gesprekken • Bewerkt \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" verwijderd\"],\"6Re9LE\":[[\"0\"],\" van dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" niet toegevoegd\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" van \",[\"1\"],\" leden zijn getraind.\"],\"uQcaBv\":[[\"0\"],\" van \",[\"1\"],\" getraind\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" plek(ken) · \",[\"1\"],\" nu · +\",[\"2\"],\"/\",[\"cadence\"],\" bij verlenging\"],\"ipdYtj\":[[\"0\"],\" plek(ken) deze periode betaald en ongebruikt. Nodig iemand uit om ze tot de verlenging gratis te vullen.\"],\"q9vtxh\":[[\"0\"],\" plekken\"],\"z9suu0\":[[\"0\"],\" totaal stijgt naar \",[\"1\"],\" zodra \",[\"pendingInvites\"],\" openstaande \",[\"2\"],\" geaccepteerd\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" weergaven\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" werkruimtes · \",[\"1\"],\" betaalde plekken · \",[\"2\"],\" gratis waarnemers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" werkruimtes, \",[\"1\"],\" plekken gedeeld\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", werkruimte-id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" gratis\"],\"other\":[\"#\",\" gratis\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" gesprekken • Bewerkt \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" geselecteerd\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" items in geschiedenis\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% korting toegepast\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" gesprek heeft nog geen transcript, dus het is weggelaten.\"],\"other\":[\"#\",\" gesprekken hebben nog geen transcript, dus ze zijn weggelaten.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[\"Voor het gesprek leest \",[\"host\"],\" je antwoorden en neemt een conceptvoorstel mee.\"],\"XrsLMx\":[[\"invalidCount\"],\" adressen hebben aandacht nodig\"],\"GxhS2s\":[[\"inviterName\"],\" heeft je uitgenodigd voor \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Verwijder het \",\"#\",\" project in deze werkruimte voordat je de werkruimte zelf verwijdert.\"],\"other\":[\"Verwijder de \",\"#\",\" projecten in deze werkruimte voordat je de werkruimte zelf verwijdert.\"]}]],\"YtOXS1\":[\"Gesprek van \",[\"name\"]],\"lJ6xri\":[\"Transcriptfragment van \",[\"name\"]],\"P9UcSP\":[[\"names\"],\" en nog \",[\"extra\"]],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" personen meer\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" gesprek paste niet in deze chat. Start een nieuwe chat voor de rest.\"],\"other\":[\"#\",\" gesprekken pasten niet in deze chat. Start een nieuwe chat voor de rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" uitnodiging(en) in afwachting. Telt mee zodra geaccepteerd.\"],\"lEeV+7\":[[\"person\"],\" verliest toegang tot elke werkruimte in deze organisatie. Directe uitnodigingen voor werkruimtes blijven intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Gericht op \",\"#\",\" gesprek\"],\"other\":[\"Gericht op \",\"#\",\" gesprekken\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik\"],\"other\":[\"#\",\" gesprekken in gebruik\"]}]],\"TVD5At\":[[\"readingNow\"],\" leest nu\"],\"/+py6Q\":[[\"seats\"],\" plekken\"],\"ArGmEy\":[[\"selectedCount\"],\" van \",[\"totalCount\"],\" velden geselecteerd. Accepteren geldt alleen voor de aangevinkte velden.\"],\"odzwX/\":[[\"sent\"],\" uitnodigingen verstuurd\"],\"dmKaRr\":[[\"sentCount\"],\" uitnodigingen verstuurd.\"],\"qzj8O/\":[[\"tag\"],\" (vooraf gekozen)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" actief\"],\"other\":[\"#\",\" actief\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisatie\"],\"other\":[\"#\",\" organisaties\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" worden nog verwerkt.\"],\"ZpJ0wx\":[\"*Een moment a.u.b.*\"],\"lDyo+I\":[\"/zetel/mnd · jaarlijks gefactureerd\"],\"u5M/5B\":[\"/zetel/mnd · maandelijks gefactureerd\"],\"RuXuwk\":[\"+\",[\"0\"],\" meer\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" gesprekken\"],\"VAhv7y\":[\"€\",[\"0\"],\" per stuk, boven de inbegrepen \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra deelnemer\"],\"+Tssgi\":[\"€150 / zetel / maand\"],\"NPPhXn\":[\"€20 / zetel / maand\"],\"XlCmuS\":[\"€75 / zetel / maand\"],\"LeFXS1\":[\"0 Aspecten\"],\"r3PXp+\":[\"1 adres vraagt om aandacht\"],\"N0QWsI\":[\"1 u opname\"],\"2BWxOx\":[\"1 item in geschiedenis\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 weergave\"],\"AeSuqs\":[\"1. Je geeft een URL op waar je meldingen wilt ontvangen\"],\"9u4NIb\":[\"16 tot 40.\"],\"WehR9U\":[\"2 maanden geleden\"],\"gGr93M\":[\"2 tot 5.\"],\"L9boOH\":[\"2. Wanneer een gesprek of rapport plaatsvindt, sturen we de data automatisch naar je URL\"],\"VaA9mu\":[\"24 uur\"],\"RkmegJ\":[\"250 tot 1000.\"],\"7ZrpGs\":[\"3 dagen\"],\"lxBOZP\":[\"3 maanden geleden\"],\"WiUXLq\":[\"3. Uw systeem ontvangt de gegevens en kan erop reageren (bijvoorbeeld opslaan in een database, e-mail verzenden, spreadsheet bijwerken)\"],\"c5EE1L\":[\"50 tot 250.\"],\"rV+scO\":[\"6 tot 15.\"],\"34Qhax\":[\"8 uur\"],\"aFDk6y\":[\"Een paar korte vragen en je bent binnen.\"],\"Ddr+Kq\":[\"Een app_user-id van dembrane-personeel. De server controleert het @dembrane.com-adres.\"],\"iqgpeQ\":[\"Bij een downgrade gelden de downgrade-effecten uit de matrix en krijgen de admins van de werkruimte bericht. Bij een betaald tier gaat het account over op facturatie via dembrane.\"],\"thilZ0\":[\"Een downgrade beperkt functies direct.\"],\"wsTrfq\":[\"Zodra de eerste versie klaar is, verschijnt die hier.\"],\"D+aQ7R\":[\"Een vriendelijke naam om dit webhook te identificeren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Er wordt automatisch een nieuw rapport gegenereerd en gepubliceerd op het geplande tijdstip.\"],\"zm7GU7\":[\"Een link naar het privacybeleid is verplicht voor verwerking op basis van toestemming. De link moet beginnen met http:// of https:// en mag maximaal 255 tekens bevatten.\"],\"TKd+Fa\":[\"Een project bevat alles voor één onderwerp. Deel de link met deelnemers, verzamel stemmen en laat dembrane ze omzetten in inzichten.\"],\"sG+9v8\":[\"Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is.\"],\"lN8IO2\":[\"Een schatting of \\\"weet ik nog niet\\\". Met allebei kunnen we verder.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"Een zetel is één lid. Voeg leden toe of verwijder ze in het tabblad Mensen van elke werkruimte; je volgende afschrijving past zich automatisch aan.\"],\"hyYKSp\":[\"Een zetel is één lid. Zetels blijven beschikbaar tot het abonnement eindigt; wijzigingen worden niet in rekening gebracht.\"],\"SpaKQm\":[\"Een aparte context voor data-eigendom en facturering. Je kunt deze later overdragen aan die organisatie zonder data te verplaatsen.\"],\"GhjsDN\":[\"Een korte tekst die op het organisatieoverzicht wordt getoond.\"],\"F9QjSt\":[\"Een korte notitie over waar dit project over gaat. Je kunt dit later aanpassen.\"],\"j2mO8+\":[\"een werkruimte\"],\"kO7Ugp\":[\"Over de voorgestelde projectupdate: \",[\"hostNote\"]],\"2rz0sA\":[\"Over jou\"],\"g3UF2V\":[\"Accepteren\"],\"Q74FZp\":[\"Accepteren en deelnemen\"],\"JAvG0l\":[\"Voorwaarden geaccepteerd\"],\"LuXP9q\":[\"Toegang\"],\"qLcf0w\":[\"Toegang stopt op\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Toegang verleend voor 24 uur.\"],\"HlgFV1\":[\"Toegangsgeschiedenis\"],\"6NLtuJ\":[\"Toegangsverzoek goedgekeurd\"],\"RpdQvB\":[\"Toegangsverzoek geweigerd\"],\"FmhC27\":[\"Toegangsverzoek verlopen\"],\"pyPxxw\":[\"Toegangsverzoek ingetrokken\"],\"ekMaJX\":[\"Toegangsverzoeken\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account en beveiliging\"],\"K3wUdw\":[\"Accountstandaard\"],\"g9NChz\":[\"Accountmanager\"],\"/8wINa\":[\"Accountmanager toegewezen.\"],\"Q+M1Ej\":[\"Account overgezet naar self-service facturatie.\"],\"DX/Wkz\":[\"Accountwachtwoord\"],\"Euv0O8\":[\"Account overgezet naar facturatie via dembrane.\"],\"A7C5YV\":[\"Account op beheerd gezet.\"],\"0qqrUz\":[\"Gefactureerde accounts\"],\"L5gswt\":[\"Actie door\"],\"7U5F+i\":[\"Actie nodig\"],\"UQXw0W\":[\"Actie op\"],\"7L01XJ\":[\"Acties\"],\"F6pfE9\":[\"Actief\"],\"3976bh\":[\"Actief · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Actieve filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Toevoegen\"],\"4USg1N\":[[\"0\"],\" toevoegen aan \",[\"1\"],\" als <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Voeg een lid toe en kies de toegang.\"],\"o1Svup\":[\"Voeg een naam en een prompt toe voordat je dit toepast.\"],\"kKuKkg\":[\"Voeg een naam, beschrijving en framing toe.\"],\"5xxrhm\":[\"Notitie toevoegen\"],\"Cf2umO\":[\"Voeg een projectdoel toe voordat je opslaat.\"],\"pVTvYj\":[\"een werkruimte toe te voegen\"],\"1m+3Z3\":[\"Voeg extra context toe (Optioneel)\"],\"Se1KZw\":[\"Vink aan wat van toepassing is\"],\"L1uMzn\":[\"Nog een toevoegen\"],\"LvDRbs\":[\"Toevoegen via e-mail\"],\"select.all.modal.title.add\":[\"Gesprekken toevoegen aan context\"],\"8T7YRB\":[\"Voeg eerst gesprekken toe aan je project\"],\"LL1rvo\":[\"Aangepast onderwerp toevoegen\"],\"0qHnFM\":[\"Voeg doeltekst toe voordat je dit toepast.\"],\"5phU36\":[\"Afbeeldingen toevoegen\"],\"1xDwr8\":[\"Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren.\"],\"ndpRPm\":[\"Voeg nieuwe opnames toe aan dit project. Bestanden die u hier uploadt worden verwerkt en verschijnen in gesprekken.\"],\"ymW+mN\":[\"Voeg mensen uit je organisatie toe\"],\"Ralayn\":[\"Trefwoord toevoegen\"],\"add.tag.filter.modal.title\":[\"Tag toevoegen aan filters\"],\"IKoyMv\":[\"Trefwoorden toevoegen\"],\"b6Sm+u\":[\"Toevoegen aan \",[\"0\"],\"?\"],\"jo1zkp\":[\"Toevoegen aan Chat\"],\"add.tag.filter.modal.add\":[\"Toevoegen aan filters\"],\"NffMsn\":[\"Voeg toe aan dit gesprek\"],\"P4Egjx\":[\"Toevoegen aan werkruimtes\"],\"6Xm4X2\":[\"Onderwerp toevoegen\"],\"AHaRrL\":[\"Vertalingen toevoegen\"],\"yFRVHT\":[\"Verificatieprompt toevoegen\"],\"QN2F+7\":[\"Webhook toevoegen\"],\"UZ07em\":[\"Voeg uw eerste webhook toe\"],\"x2dB2O\":[\"je logo toe te voegen\"],\"hp8OtS\":[\"Toegevoegd\"],\"select.all.modal.added\":[\"Toegevoegd\"],\"Na90E+\":[\"Toegevoegde e-mails\"],\"uVX6Vk\":[\"Toegevoegd aan werkruimte\"],\"yg5kon\":[\"Je bent toegevoegd aan \",[\"okCount\"],\" werkruimtes\"],\"ZncK2m\":[\"Je bent toegevoegd aan \",[\"okCount\"],\". \",[\"0\"],\" konden niet worden toegevoegd, probeer opnieuw.\"],\"lQmOCQ\":[\"Je bent toegevoegd aan 1 werkruimte\"],\"54QrMC\":[\"Als je er \",[\"pendingCount\"],\" toevoegt, gaat deze werkruimte over de zetellimiet. Extra zetels worden gefactureerd tegen het tarief van de werkruimte.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen aan de chat\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.loading.title\":[\"Gesprekken toevoegen\"],\"Du6bPw\":[\"Adres\"],\"NY/x1b\":[\"Adresregel 1\"],\"cormHa\":[\"Adresregel 2\"],\"CA/Ul9\":[\"Pas de basislettergrootte voor de interface aan\"],\"U3pytU\":[\"Beheerder\"],\"84oArf\":[\"Beheerdersdashboard\"],\"HJ47wa\":[\"Hier beheerder via organisatierol\"],\"uYQEe4\":[\"Beheerder, dembrane\"],\"eC58+P\":[\"Beheerders\"],\"CLlKPV\":[\"Beheerders hebben toegang tot elke werkruimte in deze organisatie. Leden en externen zien alleen de werkruimtes waartoe ze toegang hebben gekregen.\"],\"sxkWRg\":[\"Geavanceerd\"],\"OaKXud\":[\"Geavanceerd (Tips en best practices)\"],\"JiIKww\":[\"Geavanceerde instellingen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent-run mislukt\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Tool-gestuurd uitvoering\"],\"I1JKlv\":[\"Agentische chat\"],\"N40H+G\":[\"Alles\"],\"cF7bEt\":[\"Alle acties\"],\"O1367B\":[\"Alle collecties\"],\"gvykaX\":[\"Alle gesprekken\"],\"u/fl/S\":[\"Alle bestanden zijn succesvol geüpload.\"],\"zG6Ooi\":[\"Alle projecten\"],\"ynXPFB\":[\"Alles gelezen\"],\"W/4/mV\":[\"Alle plekken in dit niveau zijn bezet. Verwijder een lid of externe, of upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"XQ7aEI\":[\"Alle plekken zijn bezet. Maak een plek vrij of upgrade om meer mensen uit te nodigen.\"],\"X3FPsl\":[\"Alle plekken bezet\"],\"NGO2th\":[\"Alle sjablonen\"],\"IOEBQh\":[\"Alle niveaus\"],\"dYoI9C\":[\"Alle zichtbare gesprekken geselecteerd\"],\"AWdiC+\":[\"Alle werkruimtes\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Geef dembrane-medewerkers toegang tot deze werkruimte voor support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Sta deelnemers toe om met behulp van de link nieuwe gesprekken te starten\"],\"sV+uzv\":[\"Bijna klaar\"],\"bruUug\":[\"Bijna klaar\"],\"gwPMvj\":[\"Al lid\"],\"H7cfSV\":[\"Al toegevoegd aan dit gesprek\"],\"cFO+NU\":[\"Heb je al een account? Log in\"],\"xNyrs1\":[\"Al in context\"],\"lLTpsm\":[\"Al uitgenodigd\"],\"3lBGEC\":[\"Al gebruikt in deze chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Altijd aan, het staat op onze website\"],\"hehnjM\":[\"Bedrag\"],\"nIUIH3\":[\"Bedragen zijn standaard het aantal plekken van het account maal de prijs per plek. Pas dit alleen aan wanneer dat nodig is.\"],\"2G0LKZ\":[\"Een extra training is verplicht voor teams die dembrane gebruiken in situaties die onder de EU AI Act als hoog risico worden aangemerkt.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"Een burgerberaad.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"Een evenement of workshop.\"],\"zqhMd0\":[\"Er ging iets onverwachts mis. Opnieuw laden of teruggaan naar home helpt meestal.\"],\"F4cOH1\":[\"Analyse taal\"],\"ZlwDi6\":[\"Analytics\"],\"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\"],\"J8yrvq\":[\"Transcripten anonimiseren\"],\"M8cgTa\":[\"Transcript anonimiseren\"],\"gd1W+U\":[\"Transcripten anoniem maken\"],\"YdiKaK\":[\"anoniem gesprek\"],\"iPiP6k\":[\"Anoniem gesprek\"],\"D9CFV5\":[\"Anoniem\"],\"Pg5/xn\":[\"Anonieme deelnemer\"],\"SEllfL\":[\"Anonieme bezoeker\"],\"t2jB92\":[\"Een andere admin of eigenaar moet je herstellen.\"],\"6GojWN\":[\"Elke tag\"],\"FnbCx1\":[\"Iedereen in je organisatie kan deze werkruimte vinden. Admins kunnen meteen meedoen, leden kunnen toegang aanvragen.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Nog iets anders nodig?\"],\"isAHo8\":[\"Wil je nog iets anders delen\"],\"kR5k2j\":[\"Nog iets?\"],\"N1Wkmw\":[\"Is er iets dat we beter hadden kunnen doen?\"],\"sMMWxH\":[\"Wil je nog iets toevoegen\"],\"aAIQg2\":[\"Weergave\"],\"9+QMn9\":[\"Toegepast. Het canvas toont nu dit ontwerp en houdt het actueel.\"],\"HMzKuc\":[\"Past deze formulering en het verversgedrag toe op het bestaande canvas.\"],\"DB8zMK\":[\"Toepassen\"],\"4TwsNi\":[\"Sjabloon toepassen\"],\"5swDY2\":[\"Bijna een limiet bereikt deze maand\"],\"z0ccuc\":[\"Bijna aan de limiet: \",[\"0\"],\" / 32.000 tekens\"],\"Z7ZXbT\":[\"Goedkeuren\"],\"participant.concrete.action.button.approve\":[\"Goedkeuren\"],\"m14CS3\":[\"Goedkeuren voor 24 uur\"],\"1kA9Tv\":[\"Supporttoegang goedkeuren\"],\"conversation.verified.approved\":[\"Goedgekeurd\"],\"tq+4rb\":[\"Weet je zeker dat je de webhook \\\"\",[\"0\"],\"\\\" wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"uqhbrg\":[\"Weet je zeker dat je deze chat wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\"],\"Q5Z2wp\":[\"Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"yrk3z3\":[\"Weet je zeker dat je dit aangepaste onderwerp wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"YF1Re1\":[\"Weet je zeker dat je dit project wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"ELQ+fw\":[\"Weet je zeker dat je dit rapport wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"aUsm4A\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen? Dit zal het trefwoord verwijderen uit bestaande gesprekken die het bevatten.\"],\"e3BGhi\":[\"Weet u zeker dat u dit sjabloon wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"participant.modal.finish.message.text.mode\":[\"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.\"],\"UXCOMn\":[\"Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting.\"],\"ZmeZPn\":[\"Weet je zeker dat je je avatar wilt verwijderen?\"],\"wQ5jM6\":[\"Weet je zeker dat je je aangepaste logo wilt verwijderen? Het standaard dembrane-logo wordt in plaats daarvan gebruikt.\"],\"Wh64Gd\":[\"Geregeld met dembrane\"],\"F+vBv0\":[\"Stel vraag\"],\"VttPAe\":[\"Vragen | dembrane\"],\"Djkxtl\":[\"Stel een vraag over de gesprekken in dit project, of vraag hulp bij het opzetten ervan. Elke wijziging wordt eerst ter beoordeling voorgesteld en er wordt niets opgeslagen totdat je het goedkeurt.\"],\"2QOQAV\":[\"Vraag een admin van de werkruimte om een uitnodiging, of kies een andere werkruimte uit je lijst.\"],\"jPTnVt\":[\"Stel vragen over de app.\"],\"7edAaq\":[\"Hierover vragen\"],\"9pDK3A\":[\"Vraag iets over je gesprekken...\"],\"lCenB6\":[\"Vraag om e-mail?\"],\"Rjlwvz\":[\"Vraag om naam?\"],\"KmS8XG\":[\"Vraag het in de chat als je een live beeld van de gesprekken wilt. Het eerste canvas komt hier te staan.\"],\"ZwM3p2\":[\"meer vragen te stellen in de chat\"],\"6S+qQR\":[\"Vraag deelnemers om hun e-mailadres\"],\"I+vZ9W\":[\"Vraag deelnemers om hun naam\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspecten\"],\"kaEPzR\":[\"Toewijzen\"],\"d/bvvp\":[\"Assistent\"],\"MPY6SL\":[\"Assistent-context\"],\"aYfeOI\":[\"Assistent-geheugen\"],\"bU39dx\":[\"Minstens 8 tekens\"],\"iF1OFS\":[\"Er moet minstens één onderwerp zijn geselecteerd om Verifiëren aan te zetten\"],\"quMOkF\":[\"Aan het einde van deze periode\"],\"8Fp5MP\":[\"Hoeveel gesprekken zijn er op je drukste moment tegelijk bezig?\"],\"FA2/EC\":[\"Geverifieerde artefacten toevoegen\"],\"participant.modal.interruption.issue.message\":[\"Let op! We hebben de laatste 60 seconden van je opname verloren door een onderbreking. Druk op de knop hieronder om opnieuw verbinding te maken.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-download niet beschikbaar voor anonieme gesprekken\"],\"N2tS3I\":[\"Audio komt binnen\"],\"SLvg/d\":[\"Audio-afspelen niet beschikbaar voor anonieme gesprekken\"],\"IOBCIN\":[\"Audio-tip\"],\"OCG9c0\":[\"Er kwam audio binnen, maar dat is gestopt. De verbinding is misschien weggevallen of de telefoon is vergrendeld.\"],\"y2W2Hg\":[\"Auditlogboeken\"],\"aL1eBt\":[\"Auditlogboeken geëxporteerd naar CSV\"],\"mS51hl\":[\"Auditlogboeken geëxporteerd naar JSON\"],\"z8CQX2\":[\"Authenticator-code\"],\"R+PyK8\":[\"Automatisch titels genereren\"],\"voAvDv\":[\"Automatisch titels genereren\"],\"Wrpmw7\":[\"Automatisch gegenereerd of handmatig invoeren\"],\"8kH9im\":[\"Automatische titels en concepttags\"],\"dY4Vk3\":[\"Automatisch een korte onderwerp-gebaseerde titel genereren voor elk gesprek na samenvatting. De titel beschrijft wat er werd besproken, niet wie deelnemde. De oorspronkelijke naam van de deelnemer wordt apart bewaard, als ze er een had.\"],\"F95AYw\":[\"Transcripten automatisch opslaan in je CRM of database\"],\"zUbSgC\":[\"Conversatiegegevens automatisch verzenden naar je andere tools en services wanneer gebeurtenissen plaatsvinden.\"],\"AUb80i\":[\"Beschikbaar met een betaald abonnement\"],\"KKfW2W\":[\"Avatar verwijderd\"],\"jSKImf\":[\"Avatar bijgewerkt\"],\"vhjbKr\":[\"Afwezig\"],\"iH8pgl\":[\"Terug\"],\"participant.button.back.microphone\":[\"Terug naar microfoon\"],\"participant.button.back\":[\"Terug\"],\"BT2r2q\":[\"Terug naar dembrane\"],\"aBqveh\":[\"Terug naar live\"],\"7rgUr5\":[\"Terug naar mijn werkruimtes\"],\"/9nVLo\":[\"Terug naar selectie\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Terug naar templates\"],\"IWTC0l\":[\"Terug naar werkruimtes\"],\"1u1/HA\":[\"Terug naar je werkruimtes\"],\"Nzwli2\":[\"Basis\"],\"wVO5q4\":[\"Basis (Alleen essentiële tutorial slides)\"],\"epXTwc\":[\"Basis instellingen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bèta\"],\"dashboard.dembrane.concrete.beta\":[\"Bèta\"],\"dashboard.dembrane.verify.beta\":[\"Bèta\"],\"Zz7XBz\":[\"Betafuncties\"],\"K9cTJe\":[\"Jaarlijks gefactureerd\"],\"aIkeAd\":[\"Maandelijks gefactureerd\"],\"rKaO4m\":[\"Wordt op een eigen abonnement gefactureerd, niet dat van je organisatie. Beheer dit via de facturering van deze werkruimte.\"],\"IHgGGv\":[\"Apart gefactureerd\"],\"4FkKL6\":[\"Apart gefactureerd, geen onderdeel van het abonnement van de organisatie.\"],\"jtq36d\":[\"Gefactureerd onder het abonnement van je organisatie, samen met je andere werkruimtes.\"],\"R+w/Va\":[\"Facturering\"],\"17Ox+q\":[\"Factuurgegevens\"],\"UQPSlS\":[\"Factuurgegevens opgeslagen.\"],\"ZQhgRe\":[\"Facturering wordt beheerd door je organisatie\"],\"/2TrP/\":[\"Facturatiemodus\"],\"MkvsWx\":[\"Een gesprek boeken\"],\"KKLfx1\":[\"Plan een gesprek met ons\"],\"kFl92P\":[\"Boek een gecertificeerde training om dembrane te blijven gebruiken in situaties met hoog risico.\"],\"YgG3yv\":[\"Brainstorm ideeën\"],\"xHijXF\":[\"Overzicht · \",[\"0\"],\" actief\"],\"EpQC5j\":[\"Overzicht per niveau\"],\"16exrD\":[\"Briefing\"],\"7Ic570\":[\"Gebruik je eigen LLM\"],\"4eBtkM\":[\"Aangepaste dashboards bouwen met realtime conversatiegegevens\"],\"G46Sdr\":[\"door \",[\"by\"]],\"IqudIv\":[\"Door dit project te verwijderen, verwijder je alle bijbehorende gegevens. Deze actie kan niet ongedaan worden gemaakt. Weet je het absoluut zeker?\"],\"aeGLaK\":[\"Op status\"],\"0rwwOn\":[\"Op trefwoord\"],\"URPLGF\":[\"kan bewerken\"],\"6++86c\":[\"kan lezen\"],\"OoV4VL\":[\"Kun je ons meer vertellen?\"],\"dEgA5A\":[\"Annuleren\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuleren\"],\"participant.concrete.action.button.cancel\":[\"Annuleren\"],\"participant.concrete.instructions.button.cancel\":[\"Annuleren\"],\"select.all.modal.cancel\":[\"Annuleren\"],\"add.tag.filter.modal.cancel\":[\"Annuleren\"],\"4MDqQJ\":[\"Annuleer wanneer je wilt. Je houdt toegang tot het einde van de periode.\"],\"KWnDn1\":[\"Huidige run stoppen\"],\"UKcgfh\":[\"Overschrijving annuleren\"],\"Bu+BBn\":[\"Abonnement opzeggen\"],\"HoYkSd\":[\"Verzoek intrekken\"],\"lrdoAi\":[\"Planning annuleren\"],\"iypQhn\":[\"Selectie annuleren\"],\"XzQibx\":[\"Training annuleren\"],\"D2vAZP\":[\"Je abonnement opzeggen\"],\"vv7kpg\":[\"Opgezegd\"],\"AreLja\":[\"Bij opzeggen wordt je abonnement niet verlengd. Je houdt \",[\"0\"],\" tot het einde van je huidige factureringsperiode en gaat daarna over naar Free.\"],\"RKD99R\":[\"Kan geen leeg gesprek toevoegen\"],\"SL9Qao\":[\"Kan niet opnieuw plannen binnen 10 minuten voor het geplande tijdstip\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Verversfrequentie van het canvas aangepast\"],\"RP1RaW\":[\"Canvasvoorbeeld\"],\"J5lsfs\":[\"Canvasinstellingen\"],\"vkf71G\":[\"ontbrekende mogelijkheid\"],\"kryGs+\":[\"Kaart\"],\"SHhA6n\":[\"inhalen \",[\"0\"]],\"wNBLz0\":[\"Gecertificeerde training voor teams die dembrane in risicovolle situaties gebruiken. Een apart product, per sessie gefactureerd.\"],\"o+XJ9D\":[\"Wijzigen\"],\"rlgQn8\":[\"De organisatierol van \",[\"person\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"De rol van \",[\"person\"],\" op \",[\"wsName\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Toch wijzigen\"],\"U8sdJ+\":[\"Wijzigen in werkruimte-instellingen\"],\"+DEogc\":[\"Taal wijzigen\"],\"7KtLzo\":[\"Organisatierol wijzigen?\"],\"GptGxg\":[\"Wachtwoord wijzigen\"],\"Ts/A07\":[\"Betaalmethode wijzigen\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Rol wijzigen\"],\"qpV0fp\":[\"Niveau wijzigen\"],\"XbjzC/\":[\"Werkruimterol wijzigen?\"],\"mtseAM\":[\"Je eigen rol wijzigen?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Wijzigingen toegepast. Je kunt ze altijd bijstellen in de projectinstellingen.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat aangemaakt\"],\"pB+sJr\":[\"Chat verwijderd\"],\"qlK5jV\":[\"Chat is niet beschikbaar op jouw toegangsniveau. Neem contact op met je werkruimtebeheerder om een upgrade aan te vragen.\"],\"qUVihD\":[\"Chatlimiet bereikt\"],\"tDlhkF\":[\"Chatnaam\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Controleer microfoontoegang\"],\"participant.button.check.microphone.access\":[\"Controleer microfoontoegang\"],\"WQUm5N\":[\"Controleer de tekst en afbeeldingen en probeer het opnieuw\"],\"v4fiSg\":[\"Controleer je email\"],\"mGd0TP\":[\"Gecontroleerd \",[\"checkedAgo\"],\". De eerste update verschijnt zodra er genoeg te tonen is.\"],\"fhPONC\":[\"Gecontroleerd \",[\"checkedAgo\"],\". Niets nieuws sinds je laatste gesprek. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Live gesprekken controleren\"],\"pMF40U\":[\"Je sessie wordt gecontroleerd.\"],\"KFa1f3\":[\"Een logo-bestand kiezen\"],\"MgLGKD\":[\"Kies een methodologie\"],\"4Jd65a\":[\"Kies eerst een organisatie\"],\"okLwd9\":[\"Kiezen uit je andere projecten\"],\"Aoxltn\":[\"Kiezen wanneer je meldingen wilt ontvangen\"],\"mgiYV1\":[\"Kies je voorkeurstaal voor de interface\"],\"DakUDF\":[\"Kies je favoriete thema voor de interface\"],\"3wV73y\":[\"Plaats\"],\"xCJdfg\":[\"Wissen\"],\"yYxB17\":[\"Alles wissen\"],\"u8JHrO\":[\"Filters wissen\"],\"V8yTm6\":[\"Zoekopdracht wissen\"],\"eIdJyh\":[[\"cleared\"],\" van \",[\"total\"],\" gesprekken gewist\"],\"B2pdef\":[\"Klik op \\\"Upload bestanden\\\" wanneer je klaar bent om de upload te starten.\"],\"cwMTjO\":[\"Klik om te bewerken\"],\"jcSz6S\":[\"Klik om alle \",[\"totalCount\"],\" gesprekken te zien\"],\"oL+Urh\":[\"Klik om te sorteren\"],\"VbcOhD\":[\"Klantkorting %\"],\"1vOl9f\":[\"Klantorganisatie\"],\"WXNW/R\":[\"Klantorganisaties van partners\"],\"bIj+VB\":[\"Door client beheerd\"],\"+d+tJS\":[\"Klonen vanuit een ander project\"],\"nCnTY0\":[\"Klonen vanuit project\"],\"BPrdpc\":[\"Project klonen\"],\"9U86tL\":[\"Project klonen\"],\"yz7wBu\":[\"Sluiten\"],\"select.all.modal.close\":[\"Sluiten\"],\"RRo5cD\":[\"Sluiten en naar dembrane\"],\"bQfDiL\":[\"Cloud Act-veilig\"],\"sShXu3\":[\"Collega's die je uitnodigt kunnen gesprekken verkennen, inzichten delen en samen met jou rapporten maken.\"],\"Y+lkZA\":[\"Verhalen van mensen verzamelen zonder dat je erbij bent, zoals met een gesproken enquête.\"],\"q+hNag\":[\"Collectie\"],\"jEu4bB\":[\"Kolommen\"],\"AUYALh\":[\"Binnenkort beschikbaar\"],\"bJHBId\":[\"Algemene toepassingen:\"],\"Wqc3zS\":[\"Vergelijk\"],\"CfO59/\":[\"Vergelijk & Contrast Insights\"],\"2Jg8b0\":[\"Gratis proefperiode. €0 omzet.\"],\"bUEr/M\":[\"Gratis proefperiode. Verloopt op \",[\"0\"],\". €0 omzet.\"],\"bD8I7O\":[\"Voltooid\"],\"qqWcBV\":[\"Voltooid\"],\"XdO6hR\":[\"Voltooid op\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Doorgaan\"],\"7VpPHA\":[\"Bevestigen\"],\"s/uNVb\":[\"Bevestigen en versturen\"],\"JRQitQ\":[\"Bevestig nieuw wachtwoord\"],\"yjkELF\":[\"Bevestig nieuw wachtwoord\"],\"xnWESi\":[\"Wachtwoord bevestigen\"],\"puQ8+/\":[\"Publiceren bevestigen\"],\"vz1fGK\":[\"Herplanning bevestigen\"],\"L0k594\":[\"Bevestig je wachtwoord om een nieuw geheim voor je authenticator-app te genereren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbinding maken met rapportservices...\"],\"wX/BfX\":[\"Verbinding gezond\"],\"participant.modal.s3check.title\":[\"Verbindingsprobleem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbinding ongezond\"],\"l9fkrm\":[\"Toestemming\"],\"EhtOYz\":[\"Verwerking op basis van toestemming is actief zonder link naar het privacybeleid. Voeg er een toe waar de rechtsgrondslag is ingesteld: deelnemers moeten het privacybeleid kunnen lezen.\"],\"mpby9d\":[\"Contact met support\"],\"E5Shm/\":[\"Neem contact op met de beheerder als dit onverwacht was.\"],\"4b3oEV\":[\"Inhoud\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context toegevoegd:\"],\"JX3KT4\":[\"Contextuele suggesties\"],\"xGVfLh\":[\"Doorgaan\"],\"participant.button.continue\":[\"Doorgaan\"],\"participant.ready.to.begin.button.text\":[\"Doorgaan\"],\"F1pfAy\":[\"gesprek\"],\"YyNOE7\":[\"Gesprek\"],\"EiHu8M\":[\"Gesprek toegevoegd aan chat\"],\"participant.conversation.ended\":[\"Gesprek beëindigd\"],\"OtdHFE\":[\"Gesprek verwijderd uit chat\"],\"zTKMNm\":[\"Gespreksstatus\"],\"Rdt7Iv\":[\"Gespreksstatusdetails\"],\"7Ljafh\":[\"Gesprekslabels\"],\"a7zH70\":[\"gesprekken\"],\"EnJuK0\":[\"Gesprekken\"],\"72XGHt\":[\"Gesprekken gewist\"],\"participant.refine.cooling.down\":[\"Even afkoelen. Beschikbaar over \",[\"0\"]],\"6V3Ea3\":[\"Gekopieerd\"],\"84o0nc\":[\"Gekopieerd van het originele gesprek\"],\"PiH3UR\":[\"Gekopieerd!\"],\"iaPtht\":[\"kopie\"],\"he3ygx\":[\"Kopieer\"],\"qQB+iu\":[\"Kopieer goedgekeurde uitkomsten naar het nieuwe gesprek zodat ze niet verloren gaan als het origineel wordt verwijderd.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Uitnodigingslink kopiëren\"],\"y1eoq1\":[\"Kopieer link\"],\"H4brGj\":[\"Link naar klembord kopiëren\"],\"AjrNNs\":[\"Rapportinhoud kopiëren\"],\"vAkFou\":[\"Geheim kopiëren\"],\"v3StFl\":[\"Kopieer samenvatting\"],\"/4gGIX\":[\"Kopieer naar clipboard\"],\"RTxUjI\":[\"Kopieer naar klembord\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Kon je gesprekken niet aan deze chat toevoegen\"],\"wcXkqW\":[\"Kon niet alle tagwijzigingen toepassen.\"],\"5XIW2B\":[\"Kon de wijzigingen niet toepassen. Er is niets opgeslagen.\"],\"1kNETE\":[\"Je selectie kon niet worden meegenomen. Kies hieronder opnieuw.\"],\"Exvn8R\":[\"Kon die actie niet voltooien.\"],\"leuP7L\":[\"Kon de betaling niet bevestigen. Vernieuw om opnieuw te proberen.\"],\"inHtAw\":[\"Kon niet naar het klembord kopiëren. Probeer het opnieuw.\"],\"X+pWr+\":[\"Sjabloon kon niet worden aangemaakt\"],\"qg6spM\":[\"De organisatie kon niet worden aangemaakt\"],\"D4A5VY\":[\"Kon dit canvas niet aanmaken\"],\"kzqg8O\":[\"Kon deze methodologie niet aanmaken\"],\"BiXtZw\":[\"Sjabloon kon niet worden verwijderd\"],\"qFM9uZ\":[\"Er kon geen samenvatting worden gegenereerd. Probeer het opnieuw.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Kon de methodologieën niet laden.\"],\"RYJyLk\":[\"Betalingen konden niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"3ewci6\":[\"Kon de bibliotheek niet laden.\"],\"S+kUD0\":[\"De rollup kon niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"mNTNj8\":[\"Kon het doel van dit project niet laden.\"],\"2gcFEX\":[\"De gesprekkenlijst kon niet worden geopend. Probeer het opnieuw.\"],\"WSxAYE\":[\"Kon nu geen voorbeeld van dit canvas laden.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Kon dit canvas niet verversen\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Kon niet opslaan\"],\"vFB5Q8\":[\"Feedback niet opgeslagen\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Kon tags niet opslaan\"],\"/C4Hgq\":[\"De hostgids kon niet worden opgeslagen\"],\"mb/wyK\":[\"Kon deze methodologie niet opslaan\"],\"g4QEze\":[\"Kon dit projectdoel niet opslaan\"],\"HQinjp\":[\"De uitnodigings-e-mail kon niet worden verstuurd. Controleer de e-mailconfiguratie.\"],\"BMDNcQ\":[\"Je melding kon niet worden verzonden. Probeer het opnieuw\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Sjabloon kon niet worden bijgewerkt\"],\"Ld3JrX\":[\"Kon dit canvas niet bijwerken\"],\"0Mj7CF\":[\"Kon de methodologie van dit project niet bijwerken\"],\"/P90WH\":[[\"failed\"],\" leden konden niet worden toegevoegd. Voeg ze toe via de instellingen van de werkruimte.\"],\"n5jG23\":[\"1 lid kon niet worden toegevoegd. Voeg het toe via de instellingen van de werkruimte.\"],\"KFEjpC\":[\"Persoon kon niet worden toegevoegd\"],\"RbXh2U\":[\"Zichtbaarheid kon niet worden gewijzigd\"],\"DjWv8n\":[\"De link kon niet worden gekopieerd.\"],\"QYq+2z\":[\"Deelnemen lukt nu niet\"],\"TOvPOV\":[\"Kon live activiteit niet laden\"],\"CLBne9\":[\"Kon herinneringen niet laden. Vernieuw om het opnieuw te proberen.\"],\"SnOYvu\":[\"Organisatie kon niet worden geladen (\",[\"0\"],\")\"],\"KYcw2y\":[\"Organisatieleden konden niet worden geladen. Probeer te vernieuwen, en neem contact op met support als het blijft mislukken.\"],\"Vw2vHe\":[\"Openstaande uitnodigingen konden niet worden geladen.\"],\"8a9fbX\":[\"Gebruik kon niet worden geladen (\",[\"0\"],\")\"],\"Fwc3py\":[\"Instellingen van de werkruimte konden niet worden geladen (\",[\"0\"],\")\"],\"edGmsx\":[\"Werkruimtes konden niet worden geladen. Sluit en open opnieuw om het nogmaals te proberen.\"],\"4ufrJH\":[\"Gebruik kon niet worden vernieuwd. Probeer het opnieuw.\"],\"PMx835\":[\"Kon deze herinnering niet verwijderen\"],\"b5ALMv\":[\"Training kon niet worden aangevraagd\"],\"JNCzPW\":[\"Land\"],\"hYgDIe\":[\"Maak\"],\"VW1ecc\":[\"Een nieuwe webhook vanaf nul maken\"],\"oJfYM5\":[\"Een onderzoeksbrief maken van recente gesprekken\"],\"1hMWR6\":[\"Account aanmaken\"],\"3T8ziB\":[\"Maak een account aan\"],\"lJ+m2/\":[\"Maak een account aan om deel te nemen\"],\"/EJK2h\":[\"nog een rapport te maken\"],\"library.create\":[\"Maak bibliotheek aan\"],\"T7gFri\":[\"Nieuwe organisatie aanmaken\"],\"library.create.view.modal.title\":[\"Maak nieuwe view aan\"],\"55yNvT\":[\"Organisatie aanmaken\"],\"vPAex+\":[\"Wachtwoord aanmaken\"],\"Q7h9s/\":[\"Project aanmaken\"],\"bsfMt3\":[\"Maak rapport\"],\"A5hiCy\":[\"Template aanmaken\"],\"library.create.view\":[\"Maak view aan\"],\"3D0MXY\":[\"Maak view aan\"],\"dkAPxi\":[\"Webhook maken\"],\"FdtSNC\":[\"Werkruimte aanmaken\"],\"WqpzRx\":[\"Werkruimte aanmaken | dembrane\"],\"d+F6q9\":[\"Aangemaakt\"],\"NCIYDF\":[\"Aangemaakt door\"],\"45O6zJ\":[\"Gemaakt op\"],\"QxmQob\":[\"Aanmaken in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar bijsnijden\"],\"udBqWc\":[\"Afbeelding bijsnijden\"],\"8LMgB6\":[\"Logo bijsnijden\"],\"6dfVdc\":[\"Logo bijsnijden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Huidig\"],\"yOrQ4N\":[\"Huidige logo\"],\"Pn2B7/\":[\"Huidig wachtwoord\"],\"A+zoTy\":[\"Huidig abonnement\"],\"a+EVO+\":[\"Huidig tarief\"],\"8Tg/JR\":[\"Aangepast\"],\"o1nIYK\":[\"Aangepaste bestandsnaam\"],\"GrXJvi\":[\"Aangepast logo\"],\"iv5fAO\":[\"Aangepaste titelprompt\"],\"yGoz+a\":[\"Eigen logo van de werkruimte dat aan deelnemers wordt getoond.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Tsjechisch (alleen ECHO-functies, transcriptie en samenvattingen)\"],\"TNZKpI\":[\"Gevaar\"],\"Zz6Cxn\":[\"Gevarenzone\"],\"wqCnxg\":[\"Dashboard URL (directe link naar gespreksoverzicht)\"],\"S3EU+A\":[\"E-mail van de data-eigenaar\"],\"+kPwoM\":[\"Data-eigendom\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Datumbereik\"],\"Zpu3D+\":[\"Data die passen, context, alles wat verder relevant is\"],\"jbq7j2\":[\"Weigeren\"],\"a1Rv+M\":[\"Uitnodiging weigeren\"],\"bdg17D\":[\"Verzoek weigeren\"],\"OhcpqZ\":[\"Verzoek weigeren?\"],\"BfuTZd\":[\"De uitnodiging voor \",[\"subjectName\"],\" weigeren? Je kunt vragen om hem later opnieuw te sturen.\"],\"vrNxDR\":[\"Dit toegangsverzoek weigeren? De aanvrager krijgt geen melding en zou opnieuw toegang moeten aanvragen.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standaard\"],\"ucTqrC\":[\"Standaard - Geen tutorial (Alleen privacy verklaringen)\"],\"K/78Yl\":[\"Multistap analyse delegeren met live tool uitvoering\"],\"cnGeoo\":[\"Verwijder\"],\"project.sidebar.chat.delete\":[\"Chat verwijderen\"],\"Tf88pC\":[[\"0\"],\" verwijderen?\"],\"YFpLoV\":[\"Chat verwijderen\"],\"2GCE3m\":[\"Gesprek verwijderen\"],\"2DzmAq\":[\"Verwijder gesprek\"],\"j5pYC4\":[\"Aangepast onderwerp verwijderen\"],\"mp235G\":[\"Project verwijderen\"],\"++iDlT\":[\"Verwijder project\"],\"rUWrSE\":[\"Rapport verwijderen\"],\"qr0gpK\":[\"Tag verwijderen\"],\"DFjdv0\":[\"Template verwijderen\"],\"NUXYj2\":[\"Dit project in \",[\"0\"],\" verwijderen? Alle gesprekken en gegevens worden definitief verwijderd.\"],\"Ja/2b5\":[\"Deze werkruimte verwijderen\"],\"ooWc3n\":[\"Deze werkruimte verwijderen. Leden verliezen direct toegang en alle gesprekken en gegevens worden definitief verwijderd.\"],\"zdyslo\":[\"Webhook verwijderen\"],\"kYu0eF\":[\"Werkruimte verwijderen\"],\"Jb6/SB\":[\"Verwijderen…\"],\"L7H6O4\":[\"Verwijderd · \",[\"0\"]],\"+m7PfT\":[\"Verwijderd succesvol\"],\"InIP7b\":[\"Een organisatie verwijderen doen we samen met support. Mail <0>support@dembrane.com en we lopen het met je door. Alle werkruimtes moeten eerst leeg zijn en verwijderd.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane, de standaard\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", alle rechten voorbehouden.\"],\"qFd3qy\":[\"dembrane kan fouten maken. Controleer antwoorden altijd even.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"toegang voor dembrane-medewerker automatisch gestopt\"],\"NBxEip\":[\"dembrane-medewerker heeft de sessie verlengd\"],\"7VMnIt\":[\"dembrane-medewerker is erbij gekomen voor support\"],\"g0sCc9\":[\"dembrane-medewerker is vertrokken\"],\"PDkZlx\":[\"dembrane-medewerker heeft toegang aangevraagd\"],\"cFCKYZ\":[\"Weigeren\"],\"HpYpx4\":[\"Beschrijf het probleem\"],\"Fs/0D5\":[\"Beschrijf wat de taalmodel moet extraheren of samenvatten uit het gesprek...\"],\"Nu4oKW\":[\"Beschrijving\"],\"Uf+1DF\":[\"Doelwerkruimte\"],\"ney/NP\":[\"Bepaalt onder welke AVG-rechtsgrondslag persoonsgegevens voor dit project worden verwerkt.\"],\"2rgVKb\":[\"Bepaalt op welke AVG-grondslag persoonsgegevens worden verwerkt. Dit is van invloed op de informatie die aan deelnemers wordt getoond en de rechten van betrokkenen.\"],\"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.\"],\"rGCttu\":[\"Verwachtte je dit niet? Je kunt deze pagina rustig negeren.\"],\"ch15wD\":[\"Niet ontvangen? Kijk eerst in je spam of ongewenste mail. Het bericht komt van dembrane.com.\"],\"hsGK8G\":[\"Niet ontvangen? Kijk in je spam- of ongewenste-mailmap. De e-mail komt van dembrane.com.\"],\"qERl58\":[\"2FA uitschakelen\"],\"yrMawf\":[\"Tweestapsverificatie uitschakelen\"],\"E/QGRL\":[\"Uitgeschakeld\"],\"bzSI52\":[\"Weggooien\"],\"Xrxdv5\":[\"Dit project weggooien?\"],\"gemv7o\":[\"Deze werkruimte weggooien?\"],\"H6Ma8Z\":[\"Korting\"],\"Ix7Qp4\":[\"Vindbaar in deze organisatie\"],\"1QfxQT\":[\"Negeren\"],\"J6hrEy\":[\"Genegeerd\"],\"K0Wh2e\":[\"Afgewezen. Er is niets gewijzigd.\"],\"pfa8F0\":[\"Weergavenaam\"],\"fDGgw4\":[\"Ben ik dit nodig?\"],\"qPwbNF\":[\"Ben je van plan dembrane te gebruiken in de zorg, het onderwijs, werving, het beheer van kritieke infrastructuur, rechtshandhaving of de rechtspraak?\"],\"JeOjN4\":[\"Wil je op de hoogte blijven?\"],\"TvY/XA\":[\"Documentatie\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Wordt niet vanzelf bijgewerkt.\"],\"VjXLEl\":[\"Wordt niet vanzelf bijgewerkt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Klaar\"],\"K98xdM\":[\"Nu terug naar Free\"],\"mzI/c+\":[\"Downloaden\"],\"5YVf7S\":[\"Download alle transcripten die voor dit project zijn gegenereerd.\"],\"SCWfsz\":[\"Alle transcripties downloaden\"],\"8fQs2Z\":[\"Downloaden als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio downloaden\"],\"KMdYRY\":[\"PDF downloaden\"],\"wEiqju\":[\"QR code downloaden\"],\"+bBcKo\":[\"Transcript downloaden\"],\"5XW2u5\":[\"Download transcript opties\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Ontwerp volgende acties en organiseer ze op basis van prioriteit\"],\"yboQcK\":[\"Een notitie opstellen die je naar het dembrane-team kunt sturen\"],\"hUO5BY\":[\"Sleep audio bestanden hierheen of klik om bestanden te selecteren\"],\"KGi3u9\":[\"Sleep om te herordenen\"],\"pBB+yW\":[\"Gaat terug naar het gratis plan. Ze kunnen op elk moment een betaald plan nemen.\"],\"euc6Ns\":[\"Dupliceren\"],\"lkz6PL\":[\"Duur\"],\"KIjvtr\":[\"Nederlands\"],\"oUKP8j\":[\"E-factuur\"],\"hBOGLr\":[\"bijv. \\\"Focus op duurzaamheidsthema's\\\" of \\\"Wat vinden deelnemers van het nieuwe beleid?\\\"\"],\"pO9dOq\":[\"bijvoorbeeld \\\"Gebruik korte zinnen als 'Stedelijke Groene Ruimtes' of 'Jeugdwerkgelegenheid'. Vermijd algemene titels.\\\"\"],\"9nchXg\":[\"bijv. Klant Alpha\"],\"o8kQWN\":[\"bijv. Klant Alpha, Q1-onderzoek\"],\"Ys/6OK\":[\"bijv. Onboardinggesprekken met klanten, Q1-productonderzoek\"],\"MR17iW\":[\"bijv. Klimaatluisteren, Q1-onderzoek\"],\"xnZ8L2\":[\"bijv. het rapportprobleem onderzoeken waarover je mailde\"],\"jYJhQk\":[\"bijv. We zijn een onderzoeksbureau. Rapporten gaan naar gemeentelijke opdrachtgevers, dus houd samenvattingen formeel en in het Nederlands.\"],\"sHNbQq\":[\"bijv. Wekelijkse samenvatting stakeholders\"],\"ffuZIY\":[\"bijvoorbeeld, Slack meldingen, Make workflow\"],\"Cs04r/\":[\"Elk nieuw lid wordt per stoel in rekening gebracht volgens je abonnement.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bewerken\"],\"9WkyHF\":[\"Gesprek bewerken\"],\"Y/3VME\":[\"Aangepast onderwerp bewerken\"],\"/8fAkm\":[\"Bestandsnaam bewerken\"],\"IYfHCP\":[\"Bijwerkinstellingen aanpassen\"],\"qDZ8v9\":[\"Doel bewerken\"],\"X14Q1S\":[\"Methodologie bewerken\"],\"G1Sb51\":[\"Bewerkingsmodus\"],\"niSWGL\":[\"Opties bewerken\"],\"G2KpGE\":[\"Project bewerken\"],\"DdevVt\":[\"Rapport inhoud bewerken\"],\"report.editor.description\":[\"Bewerk de rapport inhoud met de rich text editor hieronder. Je kunt tekst formatteren, links, afbeeldingen en meer toevoegen.\"],\"nP7CdQ\":[\"Webhook bewerken\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"E-mailadres\"],\"LimKOG\":[\"E-mailverificatie\"],\"QdCcsg\":[\"E-mailverificatie | dembrane\"],\"g2N9MJ\":[\"email@werk.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji getoond naast het onderwerp bijvoorbeeld 💡 🔍 📊\"],\"TiAvLQ\":[\"leeggemaakt\"],\"N2S1rs\":[\"Leeg\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA inschakelen\"],\"D3AnH0\":[\"Verkennen inschakelen\"],\"4KKbfZ\":[\"Deelnemen inschakelen\"],\"G3dSLc\":[\"Rapportmeldingen inschakelen\"],\"ZUS4uO\":[\"Schakel deze functie in zodat deelnemers AI-antwoorden kunnen vragen tijdens hun gesprek. Na het inspreken van hun gedachten kunnen ze op \\\"Verkennen\\\" klikken voor contextuele feedback, zodat ze dieper gaan nadenken en meer betrokken raken. Er zit een wachttijd tussen verzoeken.\"],\"dashboard.dembrane.feature.verify.description\":[\"Schakel deze functie in om deelnemers \\\"resultaten\\\" van hun inzendingen te laten verifiëren en goedkeuren. Dit helpt om belangrijke ideeën, zorgen of samenvattingen concreet te maken. Na het gesprek kun je filteren op discussies met geverifieerde resultaten en deze bekijken in het overzicht.\"],\"C027jd\":[\"Transcriptanoniem maken inschakelen\"],\"329BBO\":[\"Tweestapsverificatie inschakelen\"],\"x35ZEt\":[\"Verifiëren inschakelen\"],\"RxzN1M\":[\"Ingeschakeld\"],\"237hSL\":[\"Afgelopen\"],\"ajxGoy\":[\"Eindigt op \",[\"endDate\"],\", gaat daarna over naar Free\"],\"lYGfRP\":[\"Engels\"],\"GboWYL\":[\"Voer een sleutelterm of eigennamen in\"],\"TSHJTb\":[\"Voer een naam in voor het nieuwe gesprek\"],\"KovX5R\":[\"Voer een naam in voor je nieuwe project\"],\"DRYPFp\":[\"Voer een geheime sleutel in\"],\"34YqUw\":[\"Voer een geldige code in om tweestapsverificatie uit te schakelen.\"],\"QbilUm\":[\"Voer een geldig e-mailadres in\"],\"CyH1Uk\":[\"Voer het huidige wachtwoord in\"],\"2FPsPl\":[\"Voer bestandsnaam (zonder extensie) in\"],\"VpwcSk\":[\"Voer het nieuwe wachtwoord in\"],\"oIn7d4\":[\"Voer de 6-cijferige code uit je authenticator-app in.\"],\"q1OmsR\":[\"Voer de huidige zescijferige code uit je authenticator-app in.\"],\"NgaR6B\":[\"Voer je wachtwoord in\"],\"42tLXR\":[\"Voer uw query in\"],\"HRbyGE\":[\"Ingevoerd door de deelnemer op het portaal\"],\"FiGRkg\":[\"Gegevens ingevuld\"],\"SlfejT\":[\"Fout\"],\"Ne0Dr1\":[\"Fout bij het klonen van het project\"],\"AEkJ6x\":[\"Fout bij het maken van het rapport\"],\"edh3aY\":[\"Fout bij laden van project\"],\"4kVRov\":[\"Fout opgetreden\"],\"hmk+3M\":[\"Fout bij het uploaden van \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Geschatte kosten\"],\"0PkibI\":[\"Geschat totaal: €\",[\"estimated\"]],\"sIs2jw\":[\"In de EU gehoste taalmodellen inbegrepen\"],\"inuQyd\":[\"Hulp van het dembrane-team bij je evenement\"],\"tst44n\":[\"Gebeurtenissen\"],\"VFClUG\":[\"Gebeurtenissen om te luisteren naar\"],\"IwE6dT\":[\"Elke 15 minuten\"],\"QFwKaB\":[\"Elke 5 minuten\"],\"NsoFw9\":[\"Elke 60 minuten\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Elke week, een jaar lang\"],\"aBiYpV\":[\"Iedereen kan het vinden. Admins doen direct mee, leden kunnen het aanvragen.\"],\"Mzb7Rk\":[\"Iedereen in \",[\"0\"],\" kan dit project vinden en openen.\"],\"PwqyQw\":[\"Iedereen in je organisatie\"],\"nvU1pM\":[\"Iedereen op de lijst is getraind.\"],\"participant.alert.microphone.access.success\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"jqsg/I\":[\"Voorbeeld webhook payload\"],\"p9TUoT\":[\"Overschrijdt het maximum aantal stoelen. Er gelden extra kosten.\"],\"sQpDn6\":[\"Volledig scherm sluiten\"],\"FATwZw\":[\"Werkruimtes uitvouwen\"],\"Rsjgm0\":[\"Experimenteel\"],\"M1RnFv\":[\"Verlopen\"],\"KnN1Tu\":[\"Verloopt\"],\"vHL8v0\":[\"Verloopt binnenkort\"],\"8tjQCz\":[\"Verkennen\"],\"participant.echo.explore\":[\"Verkennen\"],\"6jZGjE\":[\"Verkennen\"],\"sAod0Q\":[[\"conversationCount\"],\" gesprekken aan het verkennen\"],\"GS+Mus\":[\"Exporteer\"],\"2KAI4N\":[\"CSV exporteren\"],\"tZXz25\":[\"24 uur verlengen\"],\"bVhrVt\":[\"Extern\"],\"3xOpcO\":[\"Extern van \",[\"0\"]],\"8f/4pG\":[\"Extern van partner\"],\"FMB83I\":[\"Externen\"],\"uRzQpN\":[\"Externen worden niet aan je organisatie toegevoegd. Ze zien alleen de werkruimtes die je hier selecteert.\"],\"W3lkzg\":[\"Externen bestaan alleen binnen een werkruimte. Kies er minstens één om de uitnodiging te versturen.\"],\"KVTM6i\":[\"Extra deelnemers\"],\"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\"]],\"g5wCZj\":[\"Mislukt om gesprekken aan context toe te voegen\"],\"pmwvUt\":[\"Fout bij het goedkeuren van het resultaat. Probeer het opnieuw.\"],\"UcQWAA\":[\"Gesprekken wissen is mislukt\"],\"RBpcoc\":[\"Fout bij het kopiëren van de chat. Probeer het opnieuw.\"],\"uvu6eC\":[\"Kopiëren van transcript is mislukt. Probeer het nog een keer.\"],\"UQ6LqT\":[\"Fout bij het aanmaken van het aangepaste onderwerp\"],\"bHJ//P\":[\"Project aanmaken mislukt\"],\"nVOWis\":[\"Verwijderen van chat mislukt\"],\"ZiNeUi\":[\"Fout bij het verwijderen van het aangepaste onderwerp\"],\"7QAutA\":[\"Verwijderen van project mislukt\"],\"BVzTya\":[\"Fout bij het verwijderen van de reactie\"],\"REIHSi\":[\"Verwijderen van tag mislukt\"],\"Gu9mXj\":[\"Fout bij het voltooien van het gesprek. Probeer het opnieuw.\"],\"vx5bTP\":[\"Fout bij het genereren van \",[\"label\"],\". Probeer het opnieuw.\"],\"Fa1ewI\":[\"Samenvatting maken lukt niet. Probeer het later nog een keer.\"],\"Z77bMM\":[\"Fout bij het laden van webhooks\"],\"T7KYJY\":[\"Fout bij het markeren van alle meldingen als gelezen\"],\"eGHX/x\":[\"Fout bij het markeren van de melding als gelezen\"],\"PECaxL\":[\"Aankondiging als ongelezen markeren mislukt\"],\"CN1kl1\":[\"Verplaatsen van project mislukt\"],\"kC1ABz\":[\"Verplaatsen van projecten mislukt\"],\"FBluE+\":[\"Opnieuw verbinden mislukt. Probeer de pagina opnieuw te laden.\"],\"SVtMXb\":[\"Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later.\"],\"h49o9M\":[\"Opnieuw laden is mislukt. Probeer het opnieuw.\"],\"rv8mO7\":[\"Kan avatar niet verwijderen\"],\"kE1PiG\":[\"Fout bij het verwijderen van het gesprek uit de chat\"],\"+piK6h\":[\"Fout bij het verwijderen van het gesprek uit de chat\",[\"0\"]],\"P9wLTJ\":[\"Fout bij het verwijderen van het logo\"],\"IMUHg3\":[\"Opnieuw plannen mislukt. Kies een tijdstip verder in de toekomst en probeer het opnieuw.\"],\"SmP70M\":[\"Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw.\"],\"kClMar\":[\"Fout bij het herzien van het resultaat. Probeer het opnieuw.\"],\"wMEdO3\":[\"Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw.\"],\"FBpxE9\":[\"De run stoppen is mislukt\"],\"6xOp3l\":[\"Bericht versturen is mislukt\"],\"qTUnxX\":[\"Fout bij het bijwerken van het aangepaste onderwerp\"],\"BpuK7o\":[\"Fout bij het bijwerken van de rechtsgrondslag\"],\"Avee+B\":[\"Kan naam niet bijwerken\"],\"gnm1CH\":[\"Vastpinnen bijwerken mislukt\"],\"tOcErW\":[\"Instellingen bijwerken is mislukt\"],\"S1McZh\":[\"Kan avatar niet uploaden\"],\"RW4V7P\":[\"Fout bij het uploaden van het logo\"],\"3O1Mz4\":[\"Redelijk wachtwoord\"],\"participant.modal.echo.info.title\":[\"Functie binnenkort beschikbaar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedbackportaal\"],\"2roTVj\":[\"Feedback verstuurd\"],\"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\"],\"UkgMPE\":[\"Bestandsnaam van het geüploade bestand\"],\"5g0xbt\":[\"Filter auditlogboeken op actie\"],\"9clinz\":[\"Filter auditlogboeken op collectie\"],\"O39Ph0\":[\"Filter op actie\"],\"DiDNkt\":[\"Filter op collectie\"],\"3AFOMQ\":[\"Filter op naam of id\"],\"MRk67a\":[\"Vind tegenstrijdigheden en voeg volgende vragen voor\"],\"participant.button.stop.finish\":[\"Afronden\"],\"participant.button.finish.text.mode\":[\"Voltooien\"],\"participant.button.finish\":[\"Voltooien\"],\"participant.modal.finish.title.text.mode\":[\"Gesprek afmaken\"],\"4dQFvz\":[\"Voltooid\"],\"jtvljU\":[\"Afronden\"],\"V1EGGU\":[\"Voornaam\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus op gesprekken\"],\"2CludW\":[\"Gericht op:\"],\"cGeFup\":[\"Lettergrootte\"],\"UfM4y6\":[\"Voor <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Voor geavanceerde gebruikers: Een geheime sleutel om de authenticiteit van de webhook te controleren. Alleen nodig als je ontvangende service een handtekeningvereist.\"],\"aW4yu6\":[\"Voor een externe organisatie\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"Voor intern gebruik\"],\"c08s58\":[\"Voor facturen, een gedeeld contract, om een samenwerking te bespreken of voor iets op maat, mail <0>support@dembrane.com.\"],\"YP/rFm\":[\"voor het dembrane-team\"],\"GcibpE\":[\"Voor jou\"],\"z7J3FU\":[\"Prognose\"],\"UXY498\":[\"Een opgeslagen herinnering vergeten\"],\"glx6on\":[\"Wachtwoord vergeten?\"],\"rWsDiJ\":[\"Kader\"],\"2POOFK\":[\"Gratis\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Het gratis plan staat 1 rapport per werkruimte toe\"],\"GAy5hu\":[\"Het gratis plan staat 1 werkruimte per organisatie toe\"],\"/L+Kwy\":[\"Gratis, alleen-lezen. Ziet projecten, gesprekken en rapporten. Kan niet chatten of rapporten genereren.\"],\"nLC6tu\":[\"Frans\"],\"2Ui6bR\":[\"wrijving\"],\"OwIqiD\":[\"Volledig scherm\"],\"k/Ywl4\":[\"Volledig transcript (wanneer beschikbaar)\"],\"3qkggm\":[\"Volledig scherm\"],\"Weq9zb\":[\"Algemeen\"],\"ziAjHi\":[\"Genereren\"],\"EIdJgG\":[\"Nieuw rapport genereren\"],\"QsUhrf\":[\"Rapport genereren\"],\"GRy59I\":[\"Genereer eerst een samenvatting\"],\"MWSGhX\":[\"Bibliotheek genereren\"],\"5SWGxv\":[\"Nu genereren\"],\"GWUJ9X\":[\"Nu genereren\"],\"QqIxfi\":[\"Geheim genereren\"],\"gitFA/\":[\"Samenvatting genereren\"],\"3/pp83\":[\"Gegenereerd op basis van het transcript. Je kunt het bewerken.\"],\"5z5bUs\":[\"Rapport wordt gegenereerd...\"],\"kzY+nd\":[\"Samenvatting wordt gemaakt. Even wachten...\"],\"hMOYzR\":[\"Je rapport wordt gegenereerd...\"],\"DDcvSo\":[\"Duits\"],\"jpNBdT\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"participant.refine.go.deeper.description\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"ZDIydz\":[\"Aan de slag\"],\"4/PUV0\":[\"aan de slag.\"],\"erZjsz\":[[\"0\"],\" van dembrane 24 uur adminrechten geven voor deze werkruimte? De toegang stopt automatisch.\"],\"TAXdgS\":[\"Geef me een lijst van 5-10 onderwerpen die worden besproken.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Ga terug\"],\"participant.concrete.artefact.action.button.go.back\":[\"Terug\"],\"DXr0zk\":[\"Volledig scherm\"],\"iWpEwy\":[\"Ga naar home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Naar facturering\"],\"mPlqH9\":[\"Naar chats\"],\"s15CIR\":[\"Naar gesprekken\"],\"10Xyas\":[\"Naar dashboard\"],\"4+0/e5\":[\"Naar de hostgids\"],\"BVMldh\":[\"Naar de bibliotheek\"],\"SAshCc\":[\"Naar de monitor\"],\"A3oCMz\":[\"Ga naar nieuw gesprek\"],\"S8lgYE\":[\"Naar het overzicht\"],\"Zo4Spg\":[\"Naar de portal-editor\"],\"jH97zI\":[\"Naar de projectpagina\"],\"QvyaLZ\":[\"Naar het rapport\"],\"1WuwiM\":[\"Naar instellingen\"],\"EEZvNu\":[\"Doel\"],\"mc61Qc\":[\"Doel opgeslagen\"],\"VIfUjY\":[\"Goed antwoord\"],\"Lr2Goo\":[\"Licenties toekennen\"],\"ALoP4W\":[\"Groeperen op\"],\"+h3keC\":[\"Gids hoe titels worden gegenereerd. Titels beschrijven het onderwerp van het gesprek, niet de deelnemer.\"],\"uMjvI3\":[\"Het rapport begeleiden\"],\"myXGZW\":[\"Begeleid\"],\"ZqBGoi\":[\"Bevat geverifieerde artefacten\"],\"0zo6ap\":[\"Heb je een training afgerond?\"],\"OwUS8p\":[\"je opnames te laten transcriberen\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me op weg\"],\"55zzNI\":[\"Hulp bij het opzetten van je project.\"],\"1zZ1IK\":[\"Hoi\"],\"v6a4UH\":[\"Hoi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Verborgen voor leden van de organisatie. Beheerders van de organisatie kunnen de werkruimte nog wel vinden en eraan deelnemen.\"],\"G1UUQY\":[\"Verborgen parel\"],\"vLyv1R\":[\"Verbergen\"],\"eHo/Jc\":[\"Gegevens verbergen\"],\"CdQHTK\":[\"Details verbergen\"],\"lqv0Dk\":[\"Projecten verbergen\"],\"g4tIdF\":[\"Revisiegegevens verbergen\"],\"dN/wNN\":[\"Stappen verbergen\"],\"umJNCH\":[\"Wijzigingen verbergen\"],\"tn75xn\":[\"Specifiek Concept markeren\"],\"3l+JGi\":[\"Notitie bij wijziging\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"hostgids\"],\"bGCQQ9\":[\"Hostgids\"],\"EW9rvn\":[\"Feedback van de host\"],\"yY8wAv\":[\"Uren\"],\"zvDeDZ\":[\"Uren vanaf nu\"],\"EmxJlb\":[\"Hoe Vragen werkt en wat je ermee kunt.\"],\"lgXx7l\":[\"Hoe het werkt:\"],\"DTQkD6\":[\"Hoeveel opnames verwacht je in je eerste jaar?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"Zeg het zoals jij het zou zeggen. Een datum, een seizoen, of dat je het nog niet weet.\"],\"/c3Xl4\":[\"https://youtu.be/y6jIf-kAYtQ\"],\"ACVscB\":[\"Ik heb het canvas toegepast.\"],\"wJCEin\":[\"Ik heb het doel toegepast.\"],\"L5eful\":[\"Ik heb binnenkort veel grote evenementen\"],\"Q53s6K\":[\"Ik heb de <0>voorwaarden gelezen en ga ermee akkoord\"],\"IVvH44\":[\"Ik heb ondersteuning voor een specifieke taal nodig\"],\"UTbk9h\":[\"Ik heb strikte privacygaranties nodig\"],\"participant.button.i.understand\":[\"Ik begrijp het\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"Ik weet het over een week of twee\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Inactief\"],\"IroOSC\":[\"Als je hebt gezien dat gegevens zichtbaar zijn voor de verkeerde mensen, dat iemand toegang heeft die dat niet hoort te hebben, of dat er mogelijk een beveiligingslek is, gebruik dan ons <0>formulier voor beveiligingsmeldingen. Je melding komt dan bij een ander team terecht en wordt sneller opgepakt. Mail bij spoed naar <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Als je tevreden bent met \",[\"objectLabel\"],\", klik dan op \\\"Goedkeuren\\\" om te laten zien dat je je gehoord voelt.\"],\"qtM5OH\":[\"Als je iets anders nodig hebt, maken we een voorstel voor jouw situatie.\"],\"mHvgOU\":[\"Verwachtte je toegang? Vraag de persoon die je heeft uitgenodigd om de uitnodiging opnieuw te sturen.\"],\"AGaPk/\":[\"Als je niet zeker bent, is het waarschijnlijk nog niet nodig. Webhooks zijn een geavanceerde functie die meestal wordt gebruikt door ontwikkelaars of teams met aangepaste integraties. Je kunt ze altijd later instellen.\"],\"hDVOQQ\":[\"Als je webhook-integraties instelt, zouden we graag weten wat je voor gebruik hebt. We zijn ook bezig met observability-functies, waaronder auditlogboeken en leveringstracking.\"],\"kSoYmo\":[\"Als je je bij een bestaande organisatie wilt aansluiten, maak dan geen nieuwe aan. Je kunt hier per ongeluk terechtkomen door:\"],\"X2yiuT\":[\"Beeldstijl\"],\"QYnqWe\":[\"Afbeeldingen mogen maximaal \",[\"MAX_FILE_MB\"],\"MB zijn\"],\"zyr//t\":[\"Verbeter mijn instellingen\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactief\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portallink opnemen\"],\"hTwp/C\":[\"Inbegrepen uren opgebruikt\"],\"LYjZNH\":[\"Inbegrepen uren deze maand opgebruikt\"],\"JEvKqp\":[\"Onjuist of verzonnen\"],\"8aA4We\":[\"overgenomen van organisatie\"],\"C6W6w6\":[\"Begin\"],\"fr30H3\":[\"Innovator of hoger\"],\"sQpkks\":[\"inzicht \",[\"0\"]],\"3hJypY\":[\"Inzichten\"],\"MSVCjk\":[\"Instructies voor het genereren van het verificatieresultaat\"],\"fN5mkr\":[\"Integraties en export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ongeldige code. Vraag een nieuwe aan.\"],\"jLr8VJ\":[\"Ongeldige inloggegevens.\"],\"B2Tpo0\":[\"Ongeldige e-mail\"],\"R7p7+o\":[\"Ongeldige uitnodigingslink\"],\"KhBSE/\":[\"Uitnodiging\"],\"oFgGAT\":[\"Er staan uitnodigingen voor je klaar. Accepteer om aan de slag te gaan.\"],\"MFKlMB\":[\"Uitnodigen\"],\"UwSCxN\":[\"Uitnodiging afgewezen\"],\"ynskdH\":[\"Nodig leden uit om samen te werken aan projecten en gesprekken in deze werkruimte.\"],\"3iGwJw\":[\"Alleen op uitnodiging\"],\"W6+yFb\":[\"Mensen uitnodigen\"],\"iLWFzs\":[\"Nodig mensen uit voor \",[\"orgName\"]],\"lOslCN\":[\"Uitnodiging opnieuw verstuurd\"],\"7Nlmb6\":[\"Uitnodiging ingetrokken\"],\"gfMuvV\":[\"Uitnodiging verstuurd\"],\"2AL6ct\":[\"Uitnodiging verstuurd.\"],\"CTWPKj\":[\"Nodig uit voor een werkruimte, of alleen voor de organisatie.\"],\"RXHza3\":[\"Nodig uit voor deze werkruimte, of alleen voor de organisatie.\"],\"d+Y+rP\":[\"Nodig je team uit\"],\"GA5TFo\":[\"Werkruimte op uitnodiging\"],\"M4oozP\":[\"uitgenodigd door \",[\"0\"]],\"voFazH\":[\"Uitnodigingen verlopen na 7 dagen. Vraag \",[\"inviterName\"],\" om een nieuwe te versturen.\"],\"ec+Yhb\":[\"Factuurbedrag, EUR\"],\"Nv38Sl\":[\"Factuur geregistreerd als betaald.\"],\"DTZqjh\":[\"Offline gefactureerd, geen Mollie-machtiging.\"],\"F7nA5/\":[\"Facturen\"],\"L7OkFI\":[\"Facturatie\"],\"1xMiTU\":[\"IP-adres\"],\"7eZuvg\":[\"Is dit voor intern gebruik binnen je organisatie, of voor een externe organisatie?\"],\"6u5tk8\":[\"Is deze werkruimte voor intern gebruik binnen je organisatie, of voor een externe organisatie die eigenaar is van haar data?\"],\"eeAl1v\":[\"Factuur uitgeven\"],\"08FN6B\":[\"Betaallink uitgeven\"],\"Gglww2\":[\"Het heeft een eigen abonnement en eigen plaatsen, niet het gedeelde abonnement van \",[\"0\"],\". Wijzigingen hier gelden alleen voor deze werkruimte.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Het lijkt erop dat de bibliotheek niet beschikbaar is voor uw account. Vraag om toegang om deze functionaliteit te ontgrendelen.\"],\"participant.outcome.error.description\":[\"We konden deze uitkomst niet laden. Dit kan een tijdelijk probleem zijn. U kunt proberen te herladen of teruggaan om een ander onderwerp te selecteren.\"],\"5dxEAB\":[\"Het lijkt erop dat u nog geen rapport voor dit project heeft. Genereer er een om een overzicht van uw gesprekken te krijgen.\"],\"ZYXJus\":[\"Misschien is hij al gebruikt of verlopen. Als je e-mail geverifieerd is, log dan in om door te gaan.\"],\"MbKzYA\":[\"Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal ons helpen iedereen duidelijk te horen.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiaans (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"KFXip/\":[\"Jan\"],\"r6wcTL\":[\"jan@voorbeeld.com\"],\"0wdd7X\":[\"Aansluiten\"],\"ADF305\":[\"Lid worden van \",[\"0\"],\" als <0>admin? Het verschijnt daarna meteen in je zijbalk.\"],\"C6DnOz\":[\"Word eerst zelf admin van \",[\"0\"],\" om anderen toe te voegen.\"],\"q1E+AA\":[\"Lid worden van \",[\"0\"],\"?\"],\"agqQk1\":[\"Word lid van \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Lid worden als admin\"],\"TCEFVm\":[\"Lid worden als admin?\"],\"j4IJHz\":[\"Eerst lid worden\"],\"eI7D2K\":[\"Aansluiten voor support\"],\"oopH2X\":[\"Aansluiten voor support (24 uur)\"],\"Q31z/2\":[\"Word lid van onze Slack-community\"],\"s/jfrO\":[\"Word lid van deze organisatie om werkruimtes te ontdekken en samen te werken met je team.\"],\"BICpzG\":[\"Sluit je als beheerder aan bij deze werkruimte om te helpen met support. De klant moet support-toegang voor medewerkers hebben aangezet. Je toegang stopt automatisch na 24 uur.\"],\"gePQ/O\":[\"Word lid van deze werkruimte om samen te werken aan gesprekken, inzichten te delen en samen rapporten te maken.\"],\"IKAMA9\":[\"Lid geworden van \",[\"subjectName\"]],\"Glgamf\":[\"Toegevoegd als admin\"],\"l4EwDk\":[\"Deelgenomen aan het gesprek\"],\"NiZZRh\":[\"Ga naar\"],\"uocCon\":[\"Gewoon een momentje\"],\"xOTzt5\":[\"zojuist\"],\"TXB5vy\":[\"Eén.\"],\"mmEyCQ\":[\"Net een preview gemaakt. Even geduld.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Net bijgewerkt. Even geduld.\"],\"UQYK3R\":[\"Net begonnen\"],\"U0T6D0\":[\"Praat of typ gewoon op een natuurlijke manier. Uw bijdrage gaat rechtstreeks naar ons productteam en helpt ons echt om dembrane te verbeteren. We lezen alles.\"],\"hK3t2g\":[\"Alleen jij, plus de beheerders van de werkruimte.\"],\"rnwfSX\":[\"Voorlopig alleen jij.\"],\"lgdsfK\":[\"Alleen jij. Deel met specifieke mensen →\"],\"OePlDL\":[[\"tier\"],\" houden tot een datum\"],\"0ohX1R\":[\"Houd de toegang veilig met een eenmalige code uit je authenticator-app. Gebruik deze schakelaar om tweestapsverificatie voor dit account te beheren.\"],\"4OjqAQ\":[\"Verder bewerken\"],\"RQElWR\":[\"Behouden\"],\"B3WAHx\":[\"Licentie houden\"],\"uHdpk+\":[\"Mijn abonnement behouden\"],\"Qzyw+2\":[\"In behandeling houden\"],\"II//jO\":[\"Houd dit canvas up-to-date\"],\"0BWuwA\":[\"Houdt het niveau tot de datum hieronder en gaat daarna terug naar Free, tenzij ze een abonnement nemen.\"],\"4q0kY7\":[\"Kernbegrippen\"],\"dymfAn\":[\"Kernbegrippen vertellen de transcriptie hoe de namen en woorden die in dit project belangrijk zijn geschreven worden.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Taal\"],\"swJ0V2\":[\"Laatste audio\"],\"rTwgPH\":[\"Vorige maand\"],\"1ZaQUH\":[\"Achternaam\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Laatst opgeslagen \",[\"0\"]],\"K7P0jz\":[\"Laatst bijgewerkt\"],\"QEU41f\":[\"Laatst bijgewerkt \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Laatste\"],\"wv+L3B\":[\"Laatste rapport\"],\"zwWKhA\":[\"Meer informatie\"],\"ay5uke\":[\"Meer informatie over webhooks\"],\"ffCwpJ\":[\"Laat leeg om bestaande te behouden\"],\"wpBe20\":[\"Nu verlaten\"],\"qvRaz1\":[\"Werkruimte verlaten\"],\"UlKSMd\":[\"Vertrokken\"],\"Mx+KL8\":[\"Rechtsgrondslag\"],\"vRXsmZ\":[\"Rechtsgrondslag\"],\"CopiEV\":[\"Rechtsgrondslag opgeslagen\"],\"nc/jNe\":[\"Naam rechtspersoon\"],\"oK9656\":[\"Aan de slag!\"],\"8zGcQ2\":[\"Laten we je eerste gesprek horen.\"],\"qnAazR\":[\"Laten we het over het canvas \\\\\\\"\",[\"0\"],\"\\\\\\\" hebben.\"],\"OQ/Al+\":[\"Laten we het over dit canvas hebben.\"],\"VxapXh\":[\"bibliotheek\"],\"exYcTF\":[\"Bibliotheek\"],\"library.title\":[\"Bibliotheek\"],\"T50lwc\":[\"Bibliotheek wordt aangemaakt\"],\"gkv8iG\":[\"Kenteken\"],\"u/z4+7\":[\"Licentie ingetrokken\"],\"snyG+w\":[\"Licenties\"],\"/NleHL\":[\"Licenties verleend\"],\"JbbFA4\":[\"Levenslange limiet\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link gekopieerd\"],\"H+AO1D\":[\"Link naar het privacybeleid dat deelnemers te zien krijgen\"],\"g4/qsV\":[\"Toon mijn gesprekken\"],\"k3d/oJ\":[\"Toon de gesprekken in dit project.\"],\"+L0OEa\":[\"Gesprekken op een rij zetten\"],\"gWVReV\":[\"Documentatiepagina's opzoeken\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live en recent\"],\"uH9GEL\":[\"Live agent uitvoermodus\"],\"participant.live.audio.level\":[\"Live audio niveau:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live deelnemersstroom\"],\"O0rtUS\":[\"Live deelnemerstrechter: aantallen voor gescand, instellen, op opnamepagina, live en voltooid\"],\"n9yU9X\":[\"Live Voorbeeld\"],\"hQE9uK\":[\"Live opnames, voortgang van transcriptie en fouten verschijnen hier zodra deelnemers in de portal beginnen met opnemen.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live verbinding verbroken. We werken minder vaak bij tot de verbinding terug is.\"],\"PPSKvH\":[\"Live verbinding onderbroken. We halen updates nu periodiek op.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Meer laden\"],\"yQE2r9\":[\"Bezig met laden\"],\"participant.verify.instructions.loading\":[\"Bezig met laden\"],\"yQ9yN3\":[\"Acties worden geladen...\"],\"participant.concrete.loading.artefact\":[\"Tekst aan het laden…\"],\"JOvnq+\":[\"Auditlogboeken worden geladen…\"],\"y+JWgj\":[\"Collecties worden geladen...\"],\"YyMToN\":[\"Leden laden\"],\"IG63hz\":[\"Methodologie laden\"],\"FUK4WT\":[\"Microfoons laden...\"],\"Xan9/v\":[\"Projecten laden...\"],\"GtQzAW\":[\"Deze chat laden...\"],\"H+bnrh\":[\"Transcript aan het laden...\"],\"3SKW0s\":[\"Verify onderwerpen aan het laden…\"],\"eRq8Ag\":[\"Werkruimtes laden…\"],\"+yD+Wu\":[\"bezig met laden...\"],\"Z3FXyt\":[\"Bezig met laden...\"],\"Pwqkdw\":[\"Bezig met laden…\"],\"G2fuEb\":[\"Vergrendeld\"],\"pefb7Y\":[\"Gesprek vergrendeld, upgrade om te bekijken\"],\"z32CuS\":[\"Vergrendeld om bij de uitnodiging te passen. Wil je een ander adres gebruiken? Vraag de admin om dat e-mailadres opnieuw uit te nodigen.\"],\"sQia9P\":[\"Inloggen\"],\"L3Q5Lc\":[\"Log in bij \",[\"resolvedWorkspaceName\"],\" om verder te gaan.\"],\"KC88rc\":[\"Uitloggen en het uitgenodigde e-mailadres gebruiken\"],\"7Zt++i\":[\"Dit doorgeven aan het dembrane-team\"],\"z0t9bb\":[\"Inloggen\"],\"LM/dWU\":[\"Inloggen | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo verwijderd\"],\"MjfaMh\":[\"Logo bijgewerkt\"],\"nOhz3x\":[\"Uitloggen\"],\"FTbR8B\":[\"Langste eerst\"],\"jWXlkr\":[\"Langste eerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Batterij bijna leeg\"],\"tX9/Xs\":[\"een werkruimte privé te maken\"],\"QqxHAZ\":[\"Maak het privé om alleen met specifieke mensen te delen. Privéprojecten vereisen het innovator-abonnement of hoger.\"],\"icpEdc\":[\"Privé maken\"],\"pCYZVV\":[\"Zichtbaar maken voor de hele werkruimte\"],\"wckWOP\":[\"Beheren\"],\"lXmPSL\":[\"Aanwezigen beheren\"],\"hB02vO\":[\"Leden beheren\"],\"WLAeKT\":[\"Facturatie van organisatie beheren\"],\"mrenWs\":[\"Templates beheren\"],\"2VeSf/\":[\"Training beheren\"],\"waFx9W\":[\"Beheerd\"],\"DlYfyz\":[\"Beheerde accounts betalen op factuur, niet met een kaart. Een account beheerd maken houdt alle functies aan en zet automatisch incasseren, aanmaningen en verlopen uit. Wijs een dembrane-accountmanager toe zodat de klant weet bij wie hij terechtkan.\"],\"bxxIPf\":[\"Beheerde facturatie\"],\"usR1Ju\":[\"Beheerd door dembrane\"],\"/FWPUc\":[\"Beheert leden, werkruimtes en organisatie-instellingen.\"],\"onllUU\":[\"Alles markeren als gelezen\"],\"JSxZVX\":[\"Alle als gelezen markeren\"],\"E8m+Rc\":[\"Markeer als aanwezig\"],\"+s1J8k\":[\"Als gelezen markeren\"],\"5GPcf9\":[\"Markeren als ongelezen\"],\"TyonBx\":[\"Markeer als voltooid\"],\"MCipZC\":[\"Factuur markeren als betaald\"],\"AHBWqd\":[\"Training als voltooid markeren\"],\"Ofm5QB\":[\"Markeert \",[\"orgName\"],\" als partner. De werkruimtes geven bij het aanmaken zelf aan of ze voor intern of extern klantgebruik zijn.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Vergadernotities\"],\"NwiNTb\":[\"lid\"],\"OvoEq7\":[\"Lid\"],\"deUR+U\":[\"Lid verwijderd\"],\"GnG6Oy\":[\"leden\"],\"wlQNTg\":[\"Leden\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Geheugen\"],\"u418B7\":[\"Herinnering verwijderd\"],\"ltnOth\":[\"Bericht van het dembrane team\"],\"YcaR2g\":[\"Bericht is te lang (maximaal 32.000 tekens). Voeg gesprekken toe of maak je bericht korter.\"],\"08d+3x\":[\"Berichten van \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologieën\"],\"m8tKkP\":[\"Methodologie\"],\"hml7oE\":[\"Methodologie aangemaakt\"],\"l1/lbT\":[\"Methodologie opgeslagen\"],\"e6I7Ej\":[\"Methodologie bijgewerkt\"],\"ADm81a\":[\"Microfoon geblokkeerd\"],\"+WoTL8\":[\"Microfoon getest\"],\"B+1PXy\":[\"Toegang tot de microfoon wordt nog steeds geweigerd. Controleer uw instellingen en probeer het opnieuw.\"],\"azjxk1\":[\"Antwoordt niet op de vraag\"],\"pTc/Cy\":[\"mnd\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is niet ingesteld in deze omgeving, dus er worden geen live transacties getoond. De Dashboard-link verwijst nog steeds naar de juiste Mollie-omgeving.\"],\"j0uaMA\":[\"Monitoren\"],\"f8jrkd\":[\"meer\"],\"JcD7qf\":[\"Meer acties\"],\"YJLckp\":[\"Meer dan 1000.\"],\"MDHqSE\":[\"Meer dan 40.\"],\"QWdKwH\":[\"Verplaatsen\"],\"3qp1VW\":[\"\\\"\",[\"0\"],\"\\\" verplaatsen naar \",[\"targetWorkspaceName\"],\"? Leden van de huidige werkruimte verliezen hun toegang.\"],\"ZU6coV\":[[\"0\"],\" van \",[\"1\"],\" naar \",[\"tier\"],\" verplaatsen?\"],\"8Pgx5L\":[\"Haal \",[\"name\"],\" van facturatie door dembrane. Kies wat er met hun plan gebeurt.\"],\"CyKTz9\":[\"Verplaats gesprek\"],\"cK3qrq\":[\"Verplaatsingsgeschiedenis\"],\"nthowT\":[\"Project verplaatsen\"],\"WnyjBv\":[\"Projecten verplaatsen\"],\"7TYQRA\":[\"Dit project naar de geselecteerde werkruimte verplaatsen?\"],\"fwyWPz\":[\"Verplaats dit project, met de gesprekken en rapporten, naar een werkruimte die je beheert. Je moet admin of eigenaar van de doelwerkruimte zijn.\"],\"wUTBdx\":[\"Verplaats naar een ander project\"],\"zCpAZ1\":[\"Naar een andere werkruimte verplaatsen\"],\"Ksvwy+\":[\"Verplaats naar project\"],\"5MzfrX\":[\"Analyse in meerdere stappen.\"],\"uzUz9i\":[\"Meerdere talen\"],\"j7HfhZ\":[\"Moet minstens 10 minuten in de toekomst zijn\"],\"5hOInR\":[\"Mijn toegang\"],\"en+4fS\":[\"Mijn sjablonen\"],\"6YtxFj\":[\"Naam\"],\"e3/ja4\":[\"Naam A-Z\"],\"8/brI5\":[\"Naam is verplicht\"],\"aFFbp6\":[\"Noem het naar de klant, opdracht of het doel.\"],\"KxAfaR\":[\"Noem het naar het onderwerp, de opdracht of de vraag die je verkent.\"],\"ztAdhw\":[\"Naam bijgewerkt\"],\"vfJR5V\":[\"Geef je organisatie een naam om te beginnen. Je kunt daarna meteen leden uitnodigen, of later via instellingen lid worden van andere organisaties.\"],\"5cahWP\":[\"Geef je organisatie een naam. Je kunt daarna mensen uitnodigen, of dat later via instellingen doen.\"],\"pfbjQ0\":[\"Geef je werkruimte een naam.\"],\"c5Xt89\":[\"Naam Z-A\"],\"WcgzjF\":[\"naam@voorbeeld.com\"],\"CLjxnx\":[\"naam@voorbeeld.com, naam2@voorbeeld.com\"],\"AQjK0x\":[\"Werkwijzen met een naam die je team opnieuw kan gebruiken.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Meer toegang nodig? Vraag de persoon die je heeft uitgenodigd om je toe te voegen aan de organisatie of een andere werkruimte.\"],\"fAUSZy\":[\"Vereist aandacht\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nieuw\"],\"mdHOWX\":[\"Nieuwe chat over dit canvas\"],\"Wmq4bZ\":[\"Nieuwe Gesprek Naam\"],\"u2uElg\":[\"Nieuwe gesprekken toegevoegd sinds dit rapport\"],\"library.new.conversations\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"UPRdvV\":[\"Nieuwe methodologie\"],\"MVaH2c\":[\"Nieuwe organisatie\"],\"/nT6AE\":[\"Nieuw wachtwoord\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"gKi+a/\":[\"Nieuw project\"],\"wzIR5D\":[\"Nieuw project | dembrane\"],\"z6wcHz\":[\"Nieuw rapport\"],\"ZfVx+G\":[\"Nieuw niveau\"],\"curoK5\":[\"Nieuwe werkruimte\"],\"cTUByn\":[\"Nieuwste eerst\"],\"+RfVvh\":[\"Nieuwste eerst\"],\"hXzOVo\":[\"Volgende\"],\"participant.button.next\":[\"Volgende\"],\"participant.verify.selection.button.next\":[\"Volgende\"],\"participant.verify.instructions.button.next\":[\"Volgende\"],\"1vEADD\":[\"Volgende factuur\"],\"ljNSDv\":[\"Volgende: kies een tijd\"],\"1UzENP\":[\"Nee\"],\"participant.button.finish.no.text.mode\":[\"Nee\"],\"oPoLg+\":[\"Geen toegang\"],\"VHfLAW\":[\"Geen accounts\"],\"riwuXX\":[\"Geen acties gevonden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"Geen auditlogboeken komen overeen met de huidige filters.\"],\"Xmk0PY\":[\"Nog geen factureringsaccount. Mail naar <0>support@dembrane.com en we stellen er een in.\"],\"PVAfDk\":[\"Geen factureringsaccounts voldoen aan de huidige filters.\"],\"xz3y0A\":[\"Nog geen canvassen\"],\"d2Jf1f\":[\"Geen wijziging\"],\"project.sidebar.chat.empty.description\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"9nWRSv\":[\"Geen chats gevonden voor je zoekopdracht.\"],\"r3iaI0\":[\"Nog geen chats.\"],\"Qqhl3R\":[\"Geen collecties gevonden\"],\"zsslJv\":[\"Geen inhoud\"],\"1pZsdx\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"library.no.conversations\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"EtMtH/\":[\"Geen gesprekken gevonden.\"],\"BuikQT\":[\"Geen gesprekken gevonden. Start een gesprek met behulp van de deelname-uitnodigingslink uit het <0><1>projectoverzicht.\"],\"PNz5nE\":[\"Geen gesprekken voldoen aan deze filters.\"],\"select.all.modal.no.conversations\":[\"Er zijn geen gesprekken verwerkt. Dit kan gebeuren als alle gesprekken al in de context zijn of niet overeenkomen met de geselecteerde filters.\"],\"YnWe3z\":[\"Nog geen gesprekken.\"],\"GKpO3x\":[\"Nog geen gesprekken. Je kunt nu een rapport plannen en gesprekken worden opgenomen zodra ze zijn toegevoegd.\"],\"oaDwXD\":[\"Geen standaard ingesteld (door client beheerd geldt)\"],\"dl4q4O\":[\"geen vervaldatum\"],\"7Ad0TM\":[\"Geen expliciete delingen. Werkruimtebeheerders hebben nog steeds toegang.\"],\"Fb9N7E\":[\"Nog geen extern geleide organisaties.\"],\"cZ8DR9\":[\"Nog geen feedback.\"],\"cqoc0B\":[\"Geen verdere kosten\"],\"bl3Q4e\":[\"Nog geen doel. Stel er hier een in, of laat de assistent je erover interviewen in de chat.\"],\"wuFH13\":[\"Er zijn geen uitnodigingen verstuurd. Bekijk de lijst hieronder.\"],\"rwtE4m\":[\"Geen logo ingesteld. De standaard van dembrane wordt gebruikt.\"],\"4TVVsS\":[\"Geen resultaten\"],\"IntpVZ\":[\"Geen resultaten gevonden\"],\"JuBV6F\":[\"Nog geen leden.\"],\"A4D9sY\":[\"Nog geen methodologieën.\"],\"gr5hJS\":[\"Er was geen microfoon beschikbaar. Controleer of er een is aangesloten en niet ergens anders in gebruik is.\"],\"UfnqDf\":[\"Geen naam\"],\"jfhDAK\":[\"Noch geen nieuwe feedback gedetecteerd. Ga door met je gesprek en probeer het opnieuw binnenkort.\"],\"XOpCfj\":[\"Geen nieuwe uitnodigingen nodig. Bekijk de lijst hieronder.\"],\"nZsRCa\":[\"Nog niemand toegevoegd\"],\"VylT70\":[\"Nog niemand anders in deze organisatie\"],\"xp1ZnX\":[\"Nog niemand hier.\"],\"wca+1p\":[\"Niemand wordt automatisch geblokkeerd bij niet-betalen. Houd mislukte betalingen hier in de gaten en volg ze op.\"],\"6iedjR\":[\"Niemand voldoet aan dat filter.\"],\"RJSUJO\":[\"Nog niemand in de organisatie.\"],\"ZwZtAi\":[\"Nog niemand in deze organisatie.\"],\"/+Nxaa\":[\"Nog niemand gedeeld\"],\"sAu4UE\":[\"Nog niemand in de werkruimte.\"],\"/ksKg9\":[\"Geen organisatierol. Toegang via werkruimte-uitnodigingen.\"],\"laeweW\":[\"Geen betalingen voldoen aan het filter.\"],\"iV2Or0\":[\"Nog geen betalingen.\"],\"cqfchi\":[\"Geen pdf beschikbaar voor deze factuur.\"],\"qPbs1l\":[\"Geen openstaande uitnodigingen\"],\"X0DUuO\":[\"Geen projectactiviteit deze periode.\"],\"T3TyGx\":[\"Geen projecten gevonden \",[\"0\"]],\"y29l+b\":[\"Geen projecten gevonden voor de zoekterm\"],\"YzI8q2\":[\"Geen projecten gevonden.\"],\"m0I2ba\":[\"Geen recente activiteit\"],\"9Y/ZE7\":[\"Nog geen verwijsafspraken.\"],\"ctlSnm\":[\"Geen rapport gevonden\"],\"1iQvuD\":[\"Nog geen rapporten\"],\"Ev2r9A\":[\"Geen resultaten\"],\"pm345e\":[\"Geen selecteerbare gesprekken\"],\"deovLP\":[\"Nog geen samenvatting\"],\"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.\"],\"KE6RCJ\":[\"Geen templates gevonden voor {searchQuery}\"],\"ndv8BV\":[\"Geen trainingen gevonden met deze filters.\"],\"JmSs4s\":[\"Nog geen trainingen.\"],\"bhqKwO\":[\"Geen transcript beschikbaar\"],\"vq+6l+\":[\"Er is nog geen transcript beschikbaar voor dit gesprek. Controleer later opnieuw.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"Nog geen verbruik deze cyclus.\"],\"OdkUBk\":[\"Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audiobestanden (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Er zijn geen verificatie-onderwerpen voor dit project geconfigureerd.\"],\"pdWSGS\":[\"Geen verify topics beschikbaar.\"],\"Z9sn1g\":[\"Nog geen versie\"],\"+uY23Q\":[\"Geen webhooks geconfigureerd\"],\"/PUkCU\":[\"Geen webhooks gevonden\"],\"AtHA/x\":[\"Nog geen werkruimtetoegang\"],\"nnCUYC\":[\"Geen werkruimte gekozen. Ze worden toegevoegd aan \",[\"orgName\"],\" en kunnen zelf werkruimtetoegang aanvragen.\"],\"wn5bQU\":[\"Geen wijziging van werkruimterol. Voeg deze persoon toe aan de organisatie en nodig ze daarna opnieuw uit vanuit de werkruimte.\"],\"tPEiUj\":[\"Er worden op dit moment geen werkruimtes uit deze organisatie met je gedeeld.\"],\"pxmfsY\":[\"Geen werkruimtes komen overeen met \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"Niets gepland\"],\"PjeFWm\":[\"Geen geldig e-mailadres.\"],\"select.all.modal.not.added\":[\"Niet toegevoegd\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Niet nu\"],\"Ua2NxX\":[\"Geen beheerde facturatie. Zet op beheerd om dit account op het \",[\"tier\"],\"-niveau te factureren, zonder automatische afschrijvingen via Mollie.\"],\"07Vguj\":[\"Wordt niet verlengd\"],\"vaVAp0\":[\"Niet ingepland\"],\"MTqQMG\":[\"Niet ingesteld\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Weet ik nog niet.\"],\"kBpuXT\":[\"Deze niet\"],\"vbpAZQ\":[\"Niet getraind\"],\"/hpEcX\":[\"notitie\"],\"1DBGsz\":[\"Notities\"],\"RYtZxa\":[\"Notities voor ons team\"],\"budBGD\":[\"Notities die de assistent bijhoudt over hoe je graag werkt, opgeslagen tijdens je chats. Alleen jij ziet ze. Verwijder alles wat je niet wilt bewaren.\"],\"NdAad3\":[\"Notities die de assistent vanuit chats over dit project heeft opgeslagen. Iedereen die in dit project chat deelt ze.\"],\"WAy8m5\":[\"Notities die de assistent vanuit chats over deze werkruimte heeft opgeslagen. Iedereen in de werkruimte deelt ze.\"],\"DZMptz\":[\"Op dit moment niets van dembrane.\"],\"DN72IZ\":[\"Hier is nog niets voor je.\"],\"yFnB+H\":[\"hier nog niets\"],\"0IdomT\":[\"Er wordt niets verstuurd totdat je het verstuurt. Pas hieronder eerst aan wat je wilt.\"],\"we3tJT\":[\"Niets komt overeen met het filter.\"],\"610qM/\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl er wordt gechat.\"],\"6rAlvZ\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl je chat.\"],\"yebagU\":[\"Deelnemers melden wanneer een rapport wordt gepubliceerd.\"],\"hGA9Wy\":[\"Waarnemer\"],\"phUtHZ\":[\"Waarnemers (gratis)\"],\"k9cwCQ\":[\"Waarnemers zijn gratis en alleen-lezen, en alleen voor werkruimtes van externe klanten. Ze kunnen de werkruimte bekijken, maar niet chatten, rapporten genereren of bewerken. Wijzig hun rol naar Extern om ze meer te laten doen.\"],\"RfY3gN\":[\"Observers zijn gratis gasten die alleen kunnen meelezen. Wil je ze laten bewerken? Verwijder ze en nodig ze opnieuw uit als lid.\"],\"JIE4kF\":[\"Waarnemers zijn alleen beschikbaar in werkruimtes voor een externe klant. Kies alleen werkruimtes van externe klanten, of kies een andere rol.\"],\"Bdtwnw\":[\"uit\"],\"az8lvo\":[\"Uit\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oudste eerst\"],\"9+6THi\":[\"Oudste eerst\"],\"Fdp03t\":[\"aan\"],\"Z5HWHd\":[\"Aan\"],\"Hktelz\":[\"Facturatie wordt beheerd door dembrane. Overschakelen naar self-serve behoudt het niveau en toont de klant de checkout om kaartbetaling in te stellen.\"],\"er1mH/\":[\"Op opnamepagina\"],\"participant.verify.instructions.revise.artefact\":[\"Heb je het besproken? Klik op \\\"Herzien\\\" om \",[\"objectLabel\"],\" aan te passen aan jullie gesprek.\"],\"participant.verify.instructions.read.aloud\":[\"Lees \",[\"objectLabel\"],\" hardop voor en vertel wat je eventueel wilt aanpassen.\"],\"lKCG/O\":[\"Één groot evenement aan het eind van het jaar\"],\"O3G8il\":[\"Één dag in oktober\"],\"qvLmaf\":[\"Eén kleine letter\"],\"+P5Okg\":[\"Eén cijfer\"],\"m5rZjl\":[\"Eén symbool\"],\"MKUgK1\":[\"Eén hoofdletter\"],\"qitPxp\":[\"Eenmalig\"],\"J6n7sl\":[\"Actief\"],\"conversation.ongoing\":[\"Actief\"],\"yAVA7C\":[\"Lopende gesprekken\"],\"a//PzZ\":[\"Verander deze instelling alleen in overleg met de verantwoordelijke persoon(nen) voor de bescherming van gegevens binnen uw organisatie.\"],\"z7dMhl\":[\"Je kunt alleen afbeeldingen toevoegen\"],\"uaB4AS\":[\"Alleen organisatiebeheerders en eigenaren kunnen werkruimtes aanmaken. Vraag een beheerder van je organisatie om er een aan te maken, of om je eerst te promoveren.\"],\"0WLwiw\":[\"Alleen mensen die al in deze werkruimte zitten, kunnen worden toegevoegd. Nodig ze eerst uit voor de werkruimte als ze hier nog niet zijn.\"],\"xbDpkO\":[\"Alleen de mensen die je toevoegt of uitnodigt, kunnen het zien.\"],\"K/CPkL\":[\"Alleen bij het vastleggen van een factuur die al buiten het systeem is betaald.\"],\"fKQbMI\":[\"Alleen werkruimtebeheerders en de mensen die je uitnodigt, kunnen dit project openen.\"],\"BKONOC\":[\"Alleen werkruimtebeheerders kunnen de rechtsgrondslag wijzigen.\"],\"C/Sx14\":[\"Alleen werkruimtebeheerders kunnen deze instellingen wijzigen. Vraag een beheerder als er iets bijgewerkt moet worden.\"],\"4UuIbT\":[\"Alleen jij kunt deze werkruimte zien.\"],\"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.\"],\"1TNIig\":[\"Openen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Accountacties openen\"],\"tcgf5/\":[\"Alles openen\"],\"yCDcIF\":[\"Open chatdocumentatie\"],\"uIKeEf\":[\"Gesprek openen\"],\"EUQ7ko\":[\"Open documentatie\"],\"aRGGej\":[\"Open voor deelname\"],\"CD3rbs\":[\"Hostgids openen\"],\"f04uGY\":[\"Openen in Bibliotheek\"],\"c9rlQI\":[\"Mollie-dashboard openen\"],\"iZD9CK\":[\"Organisatie openen\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Opname bekijken\"],\"FBPD+d\":[\"Open \",[\"0\"],\" vanaf hier.\"],\"OG3wju\":[\"Open de chat\"],\"828iLy\":[\"Open de oorspronkelijke uitnodigings-e-mail en klik daar op de link, of vraag de uitnodiger om een nieuwe uitnodiging te sturen.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open de probleemoplossingsgids\"],\"m9eUZO\":[\"Open voor de werkruimte\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open de probleemoplossingsgids\"],\"Gc/l1s\":[\"Werkruimte openen\"],\"F7e1nt\":[\"Werkruimteacties openen\"],\"Hak8r6\":[\"Open je authenticator-app en voer de huidige zescijferige code in.\"],\"rPRgw+\":[\"Zet experimentele functies aan en help dembrane vormgeven. Deze functies kunnen op elk moment veranderen of verdwijnen.\"],\"LLAa/9\":[\"Optioneel\"],\"ZFIvWo\":[\"Optioneel (valt terug naar Engels)\"],\"V44CS4\":[\"Optioneel veld op de startpagina\"],\"bkndzy\":[\"Optioneel veld op de bedankpagina\"],\"0OspM/\":[\"Optioneel. Waar deze werkruimte voor is.\"],\"0zpgxV\":[\"Opties\"],\"BzEFor\":[\"of\"],\"0EffTH\":[\"Of kies een tijd\"],\"7r2pfW\":[\"Of liever direct chatten?\"],\"1h45Hu\":[\"Of schrijf uw eigen\"],\"v2MBz4\":[\"Alleen organisatie\"],\"LB3Kje\":[\"Organisatie\"],\"sezvMj\":[\"Organisatie | dembrane\"],\"9L7xZr\":[\"Organisatieaccount\"],\"x/dDGk\":[\"Organisatielid\"],\"Juy8tT\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte.\"],\"UPvG74\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte. Uitnodigingen worden verstuurd vanaf het tabblad Leden van elke werkruimte.\"],\"m9HLnV\":[\"Organisatienaam\"],\"IvGxhL\":[\"Organisatie niet gevonden\"],\"B38pCE\":[\"Alleen organisatie\"],\"kzWAph\":[\"Organisatiegebruik\"],\"GoZkew\":[\"Organisaties\"],\"usabod\":[\"Organisaties | dembrane\"],\"qdq0Jp\":[\"Organisaties aangemaakt door mensen die externe samenwerkers van een partner zijn. Een signaal dat ze mogelijk hun eigen abonnement willen.\"],\"/IX/7x\":[\"Anders\"],\"GC75c7\":[\"Resultaat succesvol goedgekeurd!\"],\"QLXrh9\":[\"Resultaat succesvol herladen!\"],\"LJg1UW\":[\"Resultaat succesvol herzien!\"],\"df3S+R\":[\"Resultaat succesvol bijgewerkt!\"],\"1fjbvD\":[\"resultaten\"],\"ZU3zZC\":[\"Resultaten\"],\"NTkmOk\":[\"Facturering voor overschrijding van toepassing\"],\"6KkwPT\":[\"Overschreven voor dit project\"],\"AR/qbs\":[\"Overschrijven voor dit project\"],\"6/dCYd\":[\"Overzicht\"],\"/fAXQQ\":[\"Overview - Thema’s & patronen\"],\"oDAEQq\":[\"Eigendom\"],\"OwPQJt\":[\"Eigendom is vergrendeld. Neem contact op met support om over te dragen.\"],\"HSAzUy\":[\"Eigenaar-organisatie\"],\"Wu++6g\":[\"Pagina inhoud\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"6+Py7/\":[\"Pagina titel\"],\"v4nCHK\":[\"Betaald\"],\"uneeEC\":[\"deels afgerond\"],\"v8fxDX\":[\"Deelnemer\"],\"h3AUOJ\":[\"Deelnemer e-mail\"],\"WdEzKM\":[\"Deelnemer e-mails\"],\"Uc9fP1\":[\"Deelnemer features\"],\"hRcUJQ\":[\"Naam deelnemer\"],\"rMCv1T\":[\"Deelnemer naam en e-mail\"],\"CmOBUh\":[\"Deelnemers abonneren op updates\"],\"DbvvEo\":[\"Verificatie van deelnemers\"],\"MZHPuB\":[\"Deelnemers\"],\"y4n1fB\":[\"Deelnemers kunnen trefwoorden selecteren wanneer ze een gesprek starten\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partnerorganisatie\"],\"LkuJMH\":[\"Partnerwerkruimte, apart gefactureerd en geen onderdeel van het plan van de organisatie.\"],\"qC5k4V\":[\"Partnerwerkruimte, apart gefactureerd van de organisatie.\"],\"8ZsakT\":[\"Wachtwoord\"],\"zJx6Vx\":[\"Wachtwoord gewijzigd\"],\"PxRsoo\":[\"Wachtwoord voldoet niet aan de vereisten.\"],\"lpIMne\":[\"Wachtwoorden komen niet overeen\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pauzeer het voorlezen\"],\"KXsZLF\":[\"Updates pauzeren\"],\"URAE3q\":[\"Gepauzeerd\"],\"XaA5fF\":[\"Gepauzeerd.\"],\"6Dmao4\":[\"Gepauzeerd. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Nu betalen\"],\"VwkrOQ\":[\"Betalende omzet\"],\"VESsDr\":[\"Betalende omzet deze maand\"],\"pJxzaT\":[\"Betaling mislukt\"],\"/CNehZ\":[\"Bedrag betaallink, EUR\"],\"GfJaff\":[\"Betaallink uitgegeven.\"],\"ENEPLY\":[\"Betaalmethode\"],\"sni5ir\":[\"Betalingskenmerk\"],\"Kd2B1D\":[\"De betaling is gelukt. Je plan is up-to-date.\"],\"S48xcO\":[\"in behandeling\"],\"UbRKMZ\":[\"In afwachting\"],\"EaYDGF\":[\"Openstaande toegangsverzoeken\"],\"V1wW5o\":[\"Actie vereist\"],\"sU2oO4\":[\"Openstaande uitnodigingen\"],\"GC714A\":[\"Openstaande uitnodigingen | dembrane\"],\"gPRsPw\":[\"personen\"],\"1wdjme\":[\"Personen\"],\"t9qtWL\":[\"Personen met toegang\"],\"Uoqcz2\":[\"Resultaten per ontvanger:\"],\"hkffer\":[\"Toegang per werkruimte\"],\"SrVzRe\":[\"Procent\"],\"NtQvjo\":[\"Periode\"],\"D0meML\":[\"persoon\"],\"t4wIPl\":[\"Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"zmwvG2\":[\"Telefoon\"],\"B8mlc2\":[\"Kies een datum\"],\"8hUAfY\":[\"Kies een tijd\"],\"635Oq4\":[\"Kies een tijd met \",[\"host\"],\".\"],\"PYDbNJ\":[\"Kies een account\"],\"hZjgId\":[\"Kies minstens één werkruimte om de uitnodiging te versturen.\"],\"NCubup\":[\"Kies iemand uit je organisatie of typ een e-mailadres om uit te nodigen.\"],\"m+EMny\":[\"Kies er een\"],\"6v5aT9\":[\"Kies de aanpak die past bij je vraag\"],\"U1Tudq\":[\"Pilotlimiet bereikt\"],\"qVkGWK\":[\"Vastpinnen\"],\"u8qC4w\":[\"Project vastpinnen\"],\"S+WiJ3\":[\"Pin sjablonen hier vast voor snelle toegang.\"],\"kNiQp6\":[\"Vastgezet\"],\"LdWQ+0\":[\"Vastgepind is vol (max 5)\"],\"EC6BHi\":[\"Vastgezette projecten\"],\"RimR35\":[\"Vastgepinde sjablonen\"],\"afV5A2\":[\"Plan eindigt\"],\"Iqh0Uv\":[\"Gepland\"],\"lWy5a1\":[\"Plannen\"],\"PI95wJ\":[\"Plant, verzamelt en controleert het eigen werk over veel gesprekken.\"],\"PKrSWk\":[\"Accepteer de voorwaarden om door te gaan.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Schakel deelneming in om delen mogelijk te maken\"],\"fwrPh4\":[\"Voer een geldig e-mailadres in.\"],\"ZhyvmA\":[\"Log in om door te gaan.\"],\"MXEkrp\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen)\"],\"Lu1j4b\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen).\\nJe transcriptie wordt geanonimiseerd en je host kan niet naar je opname luisteren.\"],\"library.processing.request\":[\"Bibliotheek wordt verwerkt\"],\"04DMtb\":[\"Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt automatisch doorgestuurd naar het nieuwe gesprek wanneer klaar.\"],\"6MncU0\":[\"plus werkruimtebeheerders\"],\"rhEYMw\":[\"PNG, JPEG of WebP. Wordt bijgesneden tot een cirkel.\"],\"jjdudv\":[\"Slecht antwoord\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Populair\"],\"uRFMMc\":[\"Portal inhoud\"],\"ivjxif\":[\"Portalbeschrijving\"],\"oNb5Ox\":[\"portal-editor\"],\"694+8E\":[\"Portaalbewerker\"],\"qVypVJ\":[\"Portaal-editor\"],\"OZYxCC\":[\"Afsluitbericht portal\"],\"FNuwSz\":[\"Portaltaal\"],\"gKSdKz\":[\"Portal open voor nieuwe gesprekken\"],\"XfoCxn\":[\"Portaaloverzicht\"],\"qLWG8R\":[\"Portaltitel\"],\"D5roJB\":[\"Portaltutorial\"],\"U4aiMW\":[\"Postcode\"],\"cWkKWE\":[\"compliment\"],\"E7dbXD\":[\"Praat je liever? Druk op opnemen en vertel het gewoon.\"],\"kBa6hc\":[\"Een navigatiesnelkoppeling voorbereiden\"],\"9vB8nN\":[\"Eerste update wordt voorbereid.\"],\"xVEtui\":[\"Dit canvas wordt voorbereid\"],\"/SM3Ws\":[\"Uw ervaring voorbereiden\"],\"rdUucN\":[\"Voorbeeld\"],\"hyneRf\":[\"Voorbeeld: De snelle bruine vos springt over de luiende hond.\"],\"DHhJ7s\":[\"Vorige\"],\"a7u1N9\":[\"Prijs\"],\"UoByX/\":[\"Afdrukken / PDF opslaan\"],\"S8ugMC\":[\"Rapport afdrukken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL van het privacybeleid\"],\"zwBp5t\":[\"Privé\"],\"Q7R6ZJ\":[\"Privé · alleen genodigden kunnen dit zien\"],\"i4YTOL\":[\"Privéproject\"],\"1vsuTU\":[\"Privéwerkruimte\"],\"FdLMTd\":[\"Privéwerkruimtes zijn beschikbaar met een betaald abonnement.\"],\"1ihBUA\":[\"Privé. Voeg mensen toe om het te delen.\"],\"qAGp2O\":[\"Doorgaan\"],\"select.all.modal.proceed\":[\"Doorgaan\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" verwerken en toevoegen aan je chat\"],\"gzGDMM\":[\"Hertranscriptieaanvraag wordt verwerkt...\"],\"byJgGz\":[\"Hulp bij inkoop\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Projectacties\"],\"eBFgFZ\":[\"projectchats\"],\"2LxK9d\":[\"Projectcontext\"],\"RYrbVH\":[\"Project aangemaakt\"],\"Hie0VV\":[\"Project aangemaakt\"],\"zjTrs1\":[\"Projectstandaard: ingeschakeld. Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"aVOwd+\":[\"Project verwijderd\"],\"7TYa2T\":[\"Projectdoel\"],\"qW7NU2\":[\"Het project is nu zichtbaar voor iedereen in \",[\"workspaceName\"]],\"wNXqAE\":[\"Het project is nu zichtbaar voor de werkruimte\"],\"QFx9kj\":[\"Inzichtenbibliotheek | dembrane\"],\"QDjWwu\":[\"Project Meta Samenvatting\"],\"lltun+\":[\"Project verplaatst\"],\"OyIC0Q\":[\"Projectnaam\"],\"3gh0L6\":[\"Projectnaam en ID\"],\"6Z2q2Y\":[\"Projectnaam moet minstens 4 tekens lang zijn\"],\"n7JQEk\":[\"Project niet gevonden\"],\"uMobxw\":[\"projectoverzicht\"],\"q0+yfq\":[\"Project Overzicht | dembrane\"],\"3YND3K\":[\"projectinstellingen\"],\"Wsk5pi\":[\"Project Instellingen\"],\"7NmoFz\":[\"Verwacht maandtotaal\"],\"gitVS9\":[\"Verwacht jaartotaal\"],\"M9H+/G\":[\"projecten\"],\"+0B+ue\":[\"Projecten\"],\"DK5DV3\":[\"Projecten | dembrane\"],\"B1WDxD\":[\"Projecten binnen organisatie · \",[\"0\"]],\"uNGCZL\":[\"Projecten verplaatst\"],\"2ugVVF\":[\"Projecten verschijnen hier zodra iemand in de organisatie er een met je deelt.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Voorgesteld\"],\"pAY+Io\":[\"Voorgestelde wijzigingen\"],\"Aka3jE\":[\"Naar rato voor de rest van deze factureringsperiode.\"],\"nyEOdh\":[\"Geef een overzicht van de belangrijkste onderwerpen en herhalende thema's\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publiceren\"],\"vsX8VJ\":[\"Publiceer dit rapport eerst om de portallink te tonen\"],\"IHzoSN\":[\"Publiceer dit rapport om een deellink te krijgen\"],\"u3wRF+\":[\"Gepubliceerd\"],\"E7YTYP\":[\"Haal de meest impactvolle quotes uit deze sessie\"],\"NHHXdL\":[[\"name\"],\" op facturatie beheerd door dembrane zetten, op het \",[\"tier\"],\"-niveau? Geen automatische afschrijvingen via Mollie en niets dat automatisch verloopt.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Vraag\"],\"4PTJUv\":[\"Vragen over hoe dembrane werkt, niet alleen over je data.\"],\"XhrBin\":[[\"0\"],\" stappen tegelijk uitgevoerd\"],\"iZuzSU\":[\"Snelheidslimiet bereikt\"],\"z1U/Fh\":[\"Beoordeling\"],\"wr9IYa\":[\"Voer het nieuwe wachtwoord opnieuw in\"],\"0ZBIgY\":[\"Gebruik instellingen van een bestaande webhook\"],\"D2yGaZ\":[\"Heractiveren\"],\"Pkpg2N\":[\"Plan heractiveren\"],\"wZxwNu\":[\"Lees hardop voor\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Minder lezen\"],\"8fZueG\":[\"Meer lezen →\"],\"wOfACA\":[\"Lees de gids voor problemen met transcripties en samenvattingen\"],\"6pSHJ5\":[\"Alleen-lezen\"],\"WU7BCa\":[\"Samenvatting van \",[\"0\"],\" lezen\"],\"tFk6c8\":[\"Transcript van \",[\"0\"],\" lezen\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Een gesprekssamenvatting lezen\"],\"LpWlYq\":[\"Een skill lezen\"],\"9UTzRO\":[\"Een transcript lezen\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Projectcontext lezen\"],\"ug1A83\":[\"Projectinstellingen lezen\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"De documentatie lezen\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Klaar om te beginnen\"],\"ShoKlK\":[\"Klaar om je tools te verbinden? Voeg een webhook toe om automatisch gesprekdata te ontvangen wanneer gebeurtenissen plaatsvinden.\"],\"VJScHU\":[\"Reden\"],\"Xc0UKh\":[\"reden: \",[\"0\"]],\"0f3uxy\":[\"Recente betalingen over alle accounts\"],\"mzcrRN\":[\"onlangs\"],\"hpnYpo\":[\"Aanbevolen apps\"],\"participant.button.s3check.reconnect\":[\"Opnieuw verbinden\"],\"participant.button.interruption.reconnect\":[\"Opnieuw verbinden\"],\"BakXLg\":[\"Opnieuw verbinden\"],\"participant.button.record\":[\"Opname starten\"],\"462bGY\":[\"Spraakbericht opnemen\"],\"s4Sz7r\":[\"Neem nog een gesprek op\"],\"XmKjfh\":[\"Opname\"],\"3gnwKb\":[\"Conferentiesessies opnemen.\"],\"HCC0Bp\":[\"Gesprekken opnemen waar je zelf bij bent, zoals straatinterviews.\"],\"participant.modal.interruption.title\":[\"Opname onderbroken\"],\"yjom5N\":[\"Opnemen blijft werken, dus je deelnemers ondervinden er niets van.\"],\"4IbgAX\":[\"Opnamepagina\"],\"participant.modal.pause.title\":[\"Opname gepauzeerd\"],\"/l7qFE\":[\"Opname gestart\"],\"POxNnV\":[\"De opname is gestopt bij de limiet van vijf minuten. Je opname wordt omgezet naar tekst.\"],\"view.recreate.tooltip\":[\"Bekijk opnieuw\"],\"view.recreate.modal.title\":[\"Bekijk opnieuw\"],\"CqnkB0\":[\"Terugkerende thema's\"],\"zKZCRh\":[\"Referentie \",[\"reference\"]],\"9aloPG\":[\"Referenties\"],\"lCF0wC\":[\"Vernieuwen\"],\"ZMXpAp\":[\"Auditlogboeken vernieuwen\"],\"rOwugh\":[\"Nu verversen\"],\"1STMKj\":[\"Lopende gesprekken vernieuwen\"],\"eEud7e\":[\"Verversen gestart\"],\"WqYAGe\":[\"Verversen werkt zodra de canvasservice klaar is.\"],\"zVuxvN\":[\"Vernieuwen…\"],\"6exX+8\":[\"Opnieuw genereren\"],\"PpFJd2\":[\"Samenvatting opnieuw genereren\"],\"bluvj0\":[\"Samenvatting opnieuw genereren\"],\"participant.regenerating.outcome\":[\"Uitkomst wordt opnieuw gegenereerd\"],\"oYlYU+\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten...\"],\"HPitDS\":[\"Registreer | dembrane\"],\"UcLJ6I\":[\"Releasevideo\"],\"tF5Smn\":[\"Pagina opnieuw laden\"],\"participant.button.reload.page.text.mode\":[\"Pagina herladen\"],\"participant.button.reload\":[\"Pagina herladen\"],\"participant.concrete.artefact.action.button.reload\":[\"Opnieuw laden\"],\"Lbcvrt\":[\"Denk eraan dat je altijd de Feedback-knop kunt gebruiken voor suggesties. We waarderen je steun, en bedankt dat je dembrane gebruikt.\"],\"vqD7S+\":[\"Gebruikers herinneren om te verifiëren voordat ze klaar zijn\"],\"tmHC17\":[\"Herinnering verstuurd: supporttoegang staat nog aan\"],\"t/YqKh\":[\"Verwijderen\"],\"w61W3L\":[[\"0\"],\" verwijderen\"],\"G0aZvo\":[[\"0\"],\" verwijderen uit deze werkruimte? Ze verliezen toegang tot alle projecten erin.\"],\"VoKjPv\":[\"Avatar verwijderen\"],\"Kl7//J\":[\"E-mail verwijderen\"],\"cILfnJ\":[\"Bestand verwijderen\"],\"tOkPHm\":[\"Uit chat verwijderen\"],\"1G/+Gj\":[\"Uit organisatie verwijderen\"],\"18PmZk\":[\"Uit organisatie verwijderen?\"],\"CJgPtd\":[\"Verwijder van dit gesprek\"],\"O90CN2\":[\"Logo verwijderen\"],\"99VIgC\":[\"Lid verwijderen\"],\"c8Kx/b\":[\"Overschrijving verwijderen\"],\"Gr8pvR\":[\"Het aangepaste logo verwijderen? In plaats daarvan wordt het standaardlogo van dembrane gebruikt.\"],\"itsN5H\":[\"Deze herinnering verwijderen?\"],\"eps54V\":[\"Verwijderd\"],\"nVEhnc\":[\"Verwijderd uit organisatie\"],\"project.sidebar.chat.rename\":[\"Naam wijzigen\"],\"6PsaMr\":[\"Chat hernoemen\"],\"TBZOgu\":[\"Verlenging\"],\"M7SqjM\":[\"Heropenen\"],\"m290vd\":[\"Opname\"],\"rnkWZt\":[\"Antwoorden aan deelnemers\"],\"1jBoqr\":[\"Richtlijnen voor antwoorden\"],\"X9GEGX\":[\"Antwoordmodus\"],\"XyN13i\":[\"Reactie prompt\"],\"w1tLX2\":[\"rapport\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport wordt al gegenereerd\"],\"Q3LOVJ\":[\"Probleem melden\"],\"DUmD+q\":[\"Rapport aangemaakt - \",[\"0\"]],\"hh/mvZ\":[\"Rapportgeneratie geannuleerd\"],\"sSy8vA\":[\"Rapport wordt gegenereerd...\"],\"v7O77U\":[\"Rapportgeneratie is geannuleerd. Je kunt hieronder een nieuw rapport starten.\"],\"fIBsri\":[\"Rapportlimiet bereikt\"],\"hIQOLx\":[\"Rapportmeldingen\"],\"M9snPp\":[\"Rapport gepland\"],\"6g+4DA\":[\"Melding verzonden. Bedankt\"],\"u9r3Di\":[\"Report templates staan op onze roadmap.\"],\"lNo4U2\":[\"Rapport bijgewerkt - \",[\"0\"]],\"t9yxlZ\":[\"Rapporten\"],\"E1vQT6\":[[\"0\"],\"-training aanvragen\"],\"qbXLnJ\":[\"Een training aanvragen\"],\"WdCAhr\":[\"Toegang aanvragen\"],\"library.request.access\":[\"Toegang aanvragen\"],\"cH8Bhd\":[\"Aanvraag goedgekeurd\"],\"ViqcVt\":[\"Aanvraag afgewezen\"],\"jI02E7\":[\"Verzoek geweigerd.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Wachtwoord reset aanvragen\"],\"8H5nRH\":[\"Wachtwoord reset aanvragen | dembrane\"],\"1RVBJe\":[\"Aanvraag verzonden\"],\"OQsKlA\":[\"Verzoek verstuurd. De beheerders van de werkruimte hebben bericht gekregen.\"],\"b44axA\":[\"Verzoek verstuurd. Wachten op de beheerders van de werkruimte.\"],\"7rVjfL\":[\"Supporttoegang aanvragen\"],\"XmXfrX\":[\"Verzoek ingetrokken.\"],\"Yx0Ud8\":[\"Aangevraagd\"],\"VRpBev\":[\"Aangevraagde en geplande trainingen. Markeer een training als voltooid om elke deelnemer een licentie van een jaar te geven.\"],\"PXQc8Y\":[\"Aanvrager\"],\"participant.alert.microphone.access.loading\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"TMLAx2\":[\"Verplicht\"],\"0Hf+6m\":[\"Vraagt om e-mailadres? moet zijn ingeschakeld\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Herplannen\"],\"6eIR/n\":[\"Opnieuw plannen naar\"],\"ZSTojU\":[\"Uitnodiging opnieuw versturen\"],\"8WtTog\":[\"Uitnodiging opnieuw versturen\"],\"OfhWJH\":[\"Resetten\"],\"I9EnzM\":[\"Filters resetten\"],\"KbS2K9\":[\"Wachtwoord resetten\"],\"9uplIY\":[\"Wachtwoord resetten | dembrane\"],\"L+rMC9\":[\"Resetten naar standaardinstellingen\"],\"kX8Fjz\":[\"Feedback op antwoord\"],\"participant.button.stop.resume\":[\"Hervatten\"],\"1K1kvB\":[\"Abonnement hervatten\"],\"85Qjyx\":[\"Updates hervatten\"],\"ioYnu6\":[\"ingetrokken\"],\"fM1Ldq\":[\"ingetrokken voor het dembrane-team\"],\"AWy1Kd\":[\"Een notitie voor het dembrane-team intrekken\"],\"sVzC0H\":[\"Hertranscriptie\"],\"ehyRtB\":[\"Hertranscriptie gesprek\"],\"1JHQpP\":[\"Hertranscriptie gesprek\"],\"+gmVxi\":[\"Hertranscriptie niet beschikbaar voor anonieme gesprekken\"],\"MXwASV\":[\"Hertranscriptie gestart. Nieuw gesprek wordt binnenkort beschikbaar.\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"zHJTti\":[\"Nu opnieuw proberen\"],\"H1Pyjd\":[\"Opnieuw uploaden\"],\"2fCpt5\":[\"Terug naar home\"],\"5k0NLb\":[\"Controleren\"],\"9VUzX4\":[\"Bekijk de activiteiten van je werkruimte. Filter op collectie of actie en exporteer de huidige weergave voor verder onderzoek.\"],\"ECoHYI\":[\"Opnieuw bekijken\"],\"dSCHZP\":[\"Bekijk en bewerk hieronder. Dit voegt een controle toe die bij elk gesprek draait. Verificatie moet aan staan om de controle uit te voeren. Er verandert niets tot je hem toevoegt.\"],\"Tqa1v9\":[\"Controleer voordat je aanmaakt.\"],\"UZVWVb\":[\"Bestanden bekijken voordat u uploadt\"],\"OybZ3y\":[\"Bekijk mijn projectinstellingen en stel verbeteringen voor.\"],\"3lYF/Z\":[\"Bekijk de verwerkingsstatus voor elk gesprek dat in dit project is verzameld.\"],\"JuDdMd\":[\"Bekijk, bewerk en open elk gesprek in dit project.\"],\"participant.concrete.action.button.revise\":[\"Aanpassen\"],\"OG3mVO\":[\"Revisie #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Versiegeschiedenis\"],\"GXsAby\":[\"Intrekken\"],\"jjsSSc\":[\"Uitnodiging intrekken\"],\"HZn3qT\":[\"Licentie intrekken\"],\"TUcQqn\":[\"De uitnodiging aan \",[\"0\"],\" intrekken? Je kunt deze persoon later opnieuw uitnodigen.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklikken om te markeren\"],\"GDvlUT\":[\"Rol\"],\"QjMlvE\":[\"Rol gewijzigd\"],\"jQ6I8X\":[\"Rol bijgewerkt\"],\"wbV5uX\":[\"Ruwe schatting om de achterstand aan transcripties weg te werken\"],\"/9oiI7\":[\"Ongeveer hoeveel?\"],\"xxCtZv\":[\"Rijen per pagina\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Bezig\"],\"i39IXZ\":[\"Verkoopfactuur uitgegeven.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Opslaan\"],\"participant.concrete.action.button.save\":[\"Opslaan\"],\"GsV2va\":[\"Toegang opslaan\"],\"BnmEvM\":[\"Opslaan als template\"],\"gjqGP0\":[\"Factuurgegevens opslaan\"],\"IUwGEM\":[\"Wijzigingen opslaan\"],\"qjHQoH\":[\"Korting opslaan\"],\"2VA/7X\":[\"Opslaan fout!\"],\"5dVjYt\":[\"Template opslaan\"],\"idD8Ev\":[\"Opgeslagen\"],\"8AhhHy\":[\"Opgeslagen als doel van dit project.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Opslaan...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan of klik op de QR-code om het feedbackportaal te openen\"],\"nHeO/c\":[\"Scan de QR-code of kopieer het geheim naar je app.\"],\"SGnha7\":[\"Scan om deel te nemen aan dit project\"],\"NAe+hu\":[\"Gescand\"],\"epl7MR\":[[\"0\"],\" keer gescand\"],\"iQbBJn\":[\"QR gescand\"],\"gmB6oO\":[\"Plannen\"],\"wCGy0o\":[\"Rapport inplannen\"],\"qtjOKf\":[\"Training inplannen\"],\"4ba0NE\":[\"Ingepland\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll naar beneden\"],\"A1taO8\":[\"Zoeken\"],\"select.all.modal.loading.search\":[\"Zoeken\"],\"FyLaDj\":[\"Zoek op account, status, beschrijving\"],\"Uu9l/P\":[\"Zoek op account, werkruimte, organisatie, e-mail, tier\"],\"EJ1adC\":[\"Zoek en selecteer de gesprekken voor deze chat.\"],\"V0wu2W\":[\"Zoeken op organisatie\"],\"a4xYoA\":[\"Zoek chats\"],\"OWm+8o\":[\"Zoek gesprekken\"],\"QU2qoc\":[\"Zoek op naam of e-mail\"],\"6/qy61\":[\"Zoek op partner, klant, werkruimte\"],\"l9vi1F\":[\"Zoek mensen\"],\"S1LvJy\":[\"Zoek mensen of typ een e-mailadres\"],\"hjqK3H\":[\"Zoek project of werkruimte\"],\"blFttG\":[\"Zoek projecten\"],\"I0hU01\":[\"Zoek projecten\"],\"Ix2UwQ\":[\"Zoek projecten, organisaties, werkruimtes, instellingen…\"],\"RVZJWQ\":[\"Zoek projecten...\"],\"5WYZKZ\":[\"Zoekresultaten\"],\"lnWve4\":[\"Zoek tags\"],\"pECIKL\":[\"Zoek templates...\"],\"select.all.modal.search.text\":[\"Zoektekst:\"],\"nhvuQF\":[\"Zoek webhooks...\"],\"S2BNQs\":[\"Zoek werkruimtes\"],\"uSvNyU\":[\"Doorzocht de meest relevante bronnen\"],\"mHOLEz\":[\"Gesprekken doorzoeken\"],\"rI5Wda\":[\"Gesprekken doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"De documentatie doorzoeken\"],\"hoK9sq\":[\"Transcripten doorzoeken\"],\"/DtZhN\":[\"Transcripten doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Zoeken…\"],\"MpFIca\":[\"plekken\"],\"grt0Pu\":[\"Plekken\"],\"R4Xlsa\":[\"Plekken vol\"],\"8VEDbV\":[\"Geheim\"],\"Y1y+VB\":[\"Geheim gekopieerd\"],\"tAfXHu\":[\"transcripten te bekijken\"],\"ic1SaJ\":[\"Bekijk upgrade-opties\"],\"0sQPzI\":[\"Tot snel\"],\"XZRu52\":[\"Ziet gebruik en facturen. Geen toegang tot projecten of content.\"],\"rG3WVm\":[\"Selecteren\"],\"02ePaq\":[[\"0\"],\" selecteren\"],\"F7wP7I\":[\"Selecteer een gesprek om verder te gaan\"],\"H/diq7\":[\"Selecteer een microfoon\"],\"s5OrCL\":[\"Selecteer een webhook om te klonen\"],\"NM2hyD\":[\"Selecteer een werkruimte\"],\"wgNoIs\":[\"Alles selecteren\"],\"+fRipn\":[\"Alles selecteren (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle resultaten selecteren\"],\"XSLOfq\":[\"Selecteer alle zichtbare (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecteer ten minste één gebeurtenis\"],\"d3O/ZP\":[\"Selecteer ten minste één ander onderwerp voordat u dit verwijdert\"],\"NK2YNj\":[\"Selecteer audiobestanden om te uploaden\"],\"OOZBXR\":[\"Gesprek selecteren\"],\"5z/6Uk\":[\"Gesprekken selecteren\"],\"/3ntVG\":[\"Selecteer gesprekken en vind exacte quotes\"],\"LyHz7Q\":[\"Selecteer gesprekken in de sidebar\"],\"1kovRK\":[\"Project selecteren\"],\"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\"],\"Dh99yE\":[\"Selecteer maximaal 2 focusgebieden voor je rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Selecteer welke onderwerpen deelnemers kunnen gebruiken voor \\\"Verifiëren\\\".\"],\"GnNO41\":[\"Selecteer wie erbij was. Iedereen krijgt een licentie van een jaar om dembrane te gebruiken in situaties met een hoog risico.\"],\"participant.select.microphone\":[\"Selecteer een microfoon\"],\"gU5H9I\":[\"Geselecteerde bestanden (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Geselecteerde microfoon\"],\"tP/pEQ\":[\"Selectie te groot\"],\"select.all.modal.context.limit.reached\":[\"Selectie te groot. Sommige gesprekken zijn niet toegevoegd.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Verzenden\"],\"iJyjJ8\":[[\"0\"],\" uitnodigingen versturen\"],\"Hvnq/n\":[\"Uitnodiging versturen\"],\"FCfEtD\":[\"Uitnodigingen versturen\"],\"6M/wwR\":[\"Notitie versturen\"],\"O9oQJS\":[\"Melding versturen\"],\"4k2VbT\":[\"Verzoek versturen\"],\"PIMJF6\":[\"Stuur Slack/Teams notificaties wanneer nieuwe gesprekken zijn voltooid\"],\"j73b/6\":[\"Naar dembrane sturen\"],\"h69WC6\":[\"Verstuurd\"],\"EhSyaK\":[[\"sentCount\"],\" van \",[\"0\"],\" verstuurd. Bekijk de lijst hieronder.\"],\"oSzbte\":[\"verstuurd naar het dembrane-team\"],\"XyiDbI\":[\"Apart (klant)\"],\"OnmeuT\":[\"Scheid met komma's, spaties of nieuwe regels.\"],\"NprC8U\":[\"Sessienaam\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"ingesteld door \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Doel instellen\"],\"eo7QNa\":[\"Instellen als beheerd\"],\"WAdU35\":[\"Zet op beheerd\"],\"c0oPm+\":[\"Zet op beheerde facturatie\"],\"FpHYiz\":[\"Na het aanmaken instellen met de assistent\"],\"JfvZ6H\":[\"Werkruimte instellen\"],\"J4TuIW\":[\"Stel je eerste organisatie in\"],\"aBwEIZ\":[\"Stel je organisatie in\"],\"OALBTr\":[\"Stel je werkruimte in | dembrane\"],\"2zDY/H\":[\"Bepaal wie het kan zien en kan deelnemen.\"],\"A6EhcS\":[\"We zetten alles voor je klaar\"],\"XYlJJT\":[\"Instellen\"],\"Tz0i8g\":[\"Instellingen\"],\"participant.settings.modal.title\":[\"Instellingen\"],\"BVRW7i\":[\"Instellingen | dembrane\"],\"RPF/8g\":[\"Instellingen bijgewerkt\"],\"RDjuBN\":[\"Instellen\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Rapport delen\"],\"nzT4VD\":[\"Deel het project, volg live activiteit en spring vanaf één plek naar de belangrijkste tools.\"],\"8styFN\":[\"Deel met iemand\"],\"bM7Rp3\":[\"Deel met werkruimte\"],\"oX3zgA\":[\"Deel je gegevens hier\"],\"nnWGzO\":[\"Deel uw ideeën met ons team\"],\"4o0klJ\":[\"Deel je stem door de QR-code te scannen\"],\"jqnSi6\":[\"Gedeeld met\"],\"YJJJo3\":[\"Gedeeld met \",[\"0\"]],\"zIgU4M\":[\"Gedeeld met \",[\"0\"],\" en \",[\"overflow\"],\" anderen\"],\"Sdetlc\":[\"Kortste eerst\"],\"+tz9Ky\":[\"Kortste eerst\"],\"8vETh9\":[\"Toon\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Toon \",[\"hidden\"],\" meer\"],\"fp7sBF\":[\"Nog \",[\"overflow\"],\" tonen\"],\"w1eody\":[\"Toon audiospeler\"],\"pzaNzD\":[\"Gegevens tonen\"],\"9Resvw\":[\"Toon details\"],\"Qc9KX+\":[\"IP-adressen tonen\"],\"6lGV3K\":[\"Minder tonen\"],\"fMPkxb\":[\"Meer tonen\"],\"Wh1pao\":[\"Meer versies tonen\"],\"34iCWY\":[\"Alleen wijzigingen tonen\"],\"ersE21\":[\"Toon projecten\"],\"3bGwZS\":[\"Toon referenties\"],\"OV2iSn\":[\"Revisiegegevens tonen\"],\"qB9H4B\":[\"Stappen tonen\"],\"EgEjZz\":[\"Volledige tekst tonen\"],\"RpOvMh\":[[\"0\"],\" van \",[\"1\"],\" weergegeven\"],\"Tqzrjk\":[\"Toont \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" van \",[\"totalItems\"],\" items\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" van \",[\"total\"]],\"qVf+dV\":[\"De eerste \",[\"0\"],\" van \",[\"shownCount\"],\" resultaten worden getoond. Verfijn je zoekopdracht om de rest te zien.\"],\"8Lpud3\":[\"Uw meest recente voltooide rapport wordt getoond.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Wordt getoond in de organisatiekop en in onderwerpregels van e-mails.\"],\"DVBfkn\":[\"Zes weekenden verspreid over zeven maanden\"],\"6Uau97\":[\"Overslaan\"],\"participant.button.verify_prompt.skip\":[\"Overslaan\"],\"participant.mic.check.button.skip\":[\"Overslaan\"],\"select.all.modal.context.limit.reached.description\":[\"Overgeslagen omdat de selectie te groot was.\"],\"TTKYZB\":[\"Microfooncheck overgeslagen\"],\"3Czdpd\":[\"Slack-community\"],\"QCIy1f\":[\"Een deel van de audio in dit gesprek kon niet worden getranscribeerd. Open het gesprek om te zien welke delen misgingen.\"],\"q+pJ6c\":[\"Sommige bestanden werden al geselecteerd en worden niet dubbel toegevoegd.\"],\"select.all.modal.skip.disclaimer\":[\"Sommige kunnen worden overgeslagen (geen transcript of selectie te groot).\"],\"Pe0Fnh\":[\"Een deel van de recente audio kon niet worden getranscribeerd. De opname is opgeslagen.\"],\"C6+ZRl\":[\"Iemand\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Iets anders.\"],\"participant.modal.s3check.message\":[\"Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit wordt opgelost.\"],\"nwtY4N\":[\"Er ging iets mis\"],\"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.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\"],\"mwpVVD\":[\"Er is iets misgegaan bij het genereren van uw laatste rapport.\"],\"2WNFmv\":[\"Er is iets misgegaan bij het genereren van uw rapport.\"],\"aT53wg\":[\"Er ging iets mis aan mijn kant. Stuur je bericht opnieuw, dan probeer ik het nog een keer.\"],\"avSWtK\":[\"Er is iets misgegaan bij het exporteren van de auditlogboeken.\"],\"q9A2tm\":[\"Er is iets misgegaan bij het genereren van het geheim.\"],\"VXAsiD\":[\"Er ging iets mis tijdens het transcriberen. Probeer het opnieuw.\"],\"KeOwCj\":[\"Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"7PyY8A\":[\"Er ging iets mis. Open de link uit je e-mail opnieuw, of <0>begin opnieuw.\"],\"participant.explore.generic.error.message\":[\"Er is iets misgegaan. Probeer het opnieuw door op de <0>Verkennen knop te drukken, of neem contact op met ondersteuning als het probleem aanhoudt.\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"We kunnen hier niet dieper op ingaan door onze contentregels.\"],\"f6Hub0\":[\"Sorteer\"],\"/AhHDE\":[\"Bron \",[\"0\"]],\"sBJ5MF\":[\"Bronnen\"],\"65A04M\":[\"Spaans\"],\"z5/5iO\":[\"Specifieke context\"],\"mORM2E\":[\"Specifieke details\"],\"Etejcu\":[\"Specifieke details - Geselecteerde gesprekken\"],\"uXsB4R\":[\"Personeel\"],\"eicGWU\":[\"Alleen personeel\"],\"vtV8C/\":[\"Door dembrane aangemaakt\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standaardtoegang. Werkt samen in de werkruimtes waaraan ze zijn toegevoegd.\"],\"vv5o+Y\":[\"Vaste richtlijnen die de assistent meekrijgt in elke projectchat in deze werkruimte. Wordt automatisch opgeslagen.\"],\"ruoKG4\":[\"Start een chat\"],\"vPF04k\":[\"Start een nieuwe chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Beginnen vanaf nul\"],\"nYTTLF\":[\"Starten in de assistentchat\"],\"participant.button.start.new.conversation.text.mode\":[\"Nieuw gesprek starten\"],\"participant.button.start.new.conversation\":[\"Nieuw gesprek starten\"],\"i88wdJ\":[\"Opnieuw beginnen\"],\"slY7aQ\":[\"Opname gestart\"],\"W1KkjZ\":[\"Begint\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Blijft live gedurende\"],\"DpvswE\":[\"Blijft actueel\"],\"M66Dtk\":[\"Blijft actueel tot \",[\"0\"]],\"oWpwLu\":[\"Blijft actueel tot morgen \",[\"0\"]],\"RibpL5\":[\"Stap \",[\"0\"],\" van \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Kom je er nog niet uit? Mail <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Opname stoppen en omzetten naar tekst\"],\"pozyoW\":[\"Gestopt op \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Gestopt op \",[\"stoppedAt\"],\". Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Gestopt.\"],\"YAtsqu\":[\"Gestopt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planning\"],\"BVSaId\":[\"Sterk wachtwoord\"],\"hQRttt\":[\"Stuur in\"],\"participant.button.submit.text.mode\":[\"Stuur in\"],\"zzDlyQ\":[\"Succes\"],\"aG+cH9\":[\"Dynamische suggesties voorstellen op basis van uw gesprek.\"],\"6xSPmn\":[\"Voorgesteld projectdoel\"],\"SLIAI6\":[\"Voorgestelde tagwijzigingen voor je project\"],\"kBrP+r\":[\"Voorgestelde verificatievraag\"],\"bh1eKt\":[\"Aanbevelingen:\"],\"TQTiuh\":[\"Canvas voorstellen\"],\"VOjaCv\":[\"Projectdoel voorstellen\"],\"jt3eXx\":[\"Verificatievraag voorstellen\"],\"5+Cysq\":[\"Projectwijzigingen voorstellen\"],\"BN3mxb\":[\"Tagwijzigingen voorstellen\"],\"F1nkJm\":[\"Samenvatten\"],\"5Y4tAB\":[\"Vat dit interview samen in een artikel dat je kunt delen\"],\"dXoieq\":[\"Samenvatting\"],\"+bZY9/\":[\"Samenvatting (wanneer beschikbaar)\"],\"zdF7Nh\":[\"Samenvatting gegenereerd.\"],\"hlaWg4\":[\"Samenvatting opnieuw gegenereerd.\"],\"Pqa6KW\":[\"Samenvatting komt beschikbaar als het gesprek is uitgeschreven.\"],\"/lNOlB\":[\"Supporttoegang beëindigd.\"],\"iD58Ik\":[\"Supporttoegang met 24 uur verlengd.\"],\"1iB0Qb\":[\"Supporttoegang verleend. Deze stopt automatisch na 24 uur.\"],\"H9ee/+\":[\"Supporttoegang uitgezet\"],\"Qm32kv\":[\"Supporttoegang uitgezet nadat de sessie eindigde\"],\"jtzW2z\":[\"Supporttoegang aangezet\"],\"6ZHOF8\":[\"Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Overzetten naar self-serve\"],\"h1qzuU\":[\"Overzetten naar self-serve facturering\"],\"participant.link.switch.text\":[\"Overschakelen naar tekstinvoer\"],\"D+NlUC\":[\"Systeem\"],\"woaefe\":[\"Systeemstandaard\"],\"InGQz2\":[\"Systeemstatus\"],\"N3D6GN\":[\"Tag verwijderd\"],\"OYHzN1\":[\"Trefwoorden\"],\"gGG+ax\":[\"Tags zijn de woorden waaruit deelnemers in de portal kunnen kiezen. Er verandert niets tot je ze toepast.\"],\"kNzjto\":[\"Tags bijgewerkt. Je kunt ze altijd bijstellen in de portaleditor.\"],\"tFhVJf\":[\"Breng me naar \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig of krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"eyu39U\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"participant.refine.make.concrete.description\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"Jzcupi\":[\"Vertel de beheerders van de werkruimte waarvoor je toegang nodig hebt. Deze notitie is optioneel.\"],\"ijEuC1\":[\"Vertel ons wat je nodig hebt\"],\"QCchuT\":[\"Template toegepast\"],\"JcCDm9\":[\"Sjabloon aangemaakt\"],\"ZTgE3k\":[\"Sjabloon verwijderd\"],\"5OwALL\":[\"Template naam\"],\"PQb/If\":[\"Sjabloon bijgewerkt\"],\"iTylMl\":[\"Sjablonen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Voorwaarden\"],\"qYLZL2\":[\"testmodus\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Tekst\"],\"CPN34F\":[\"Dank je wel voor je deelname!\"],\"u+Whi9\":[\"Bedankt pagina inhoud\"],\"1LLF3Z\":[\"Bedankt!\"],\"w0rnwH\":[\"Bedankt! We nemen zo snel mogelijk contact met je op. Je kunt ons ook mailen via info@dembrane.com.\"],\"yP6ia6\":[\"Bedankt voor het invullen. Kijk in je mail voor de bevestiging van de afspraak. Heb je vragen voor ons, dan kun je ons altijd bereiken op info@dembrane.com\"],\"2yHHa6\":[\"Die code werkte niet. Probeer het opnieuw met een verse code uit je authenticator-app.\"],\"PuGTvO\":[\"Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnieuw.\"],\"TqOQmZ\":[\"Dat is niet gelukt. We hebben je opname opgeslagen.\"],\"FT6q8r\":[\"Die opname is te lang om te versturen. Neem een kortere notitie op.\"],\"qoYkjn\":[\"Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte vragen. Daarna kies je een tijd met het dembrane-team. Voor het gesprek lezen we je antwoorden, zodat we een voorstel meenemen dat bij je past.\"],\"a/CreD\":[\"Dat was te kort om te transcriberen. Houd de opname iets langer vast.\"],\"rKnNUJ\":[\"Misschien heeft de beheerder hem geannuleerd, of is er met de link geknoeid. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"De assistent vergeet dit in elke toekomstige chat.\"],\"jvdqI1\":[\"De assistent stelt voor om \",[\"headlineFields\"],\" bij te werken. Wacht op jou.\"],\"TQCE79\":[\"Code werkt niet, probeer het nog een keer.\"],\"NPynOC\":[\"De verbinding is weggevallen. We proberen automatisch opnieuw.\"],\"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.loading\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"rEUvpC\":[\"het dembrane-team\"],\"mK5NUZ\":[\"Het eindpunt waar we de gegevens zullen verzenden. Haal dit op van uw ontvangende service (bijvoorbeeld Zapier, Make, of uw eigen server).\"],\"Jo19Pu\":[\"De volgende gesprekken werden automatisch toegevoegd aan de context\"],\"iQVN2u\":[\"Het gratis plan dekt één werkruimte.\"],\"4ofqC4\":[\"Het gratis plan bevat één chat met drie vragen.\"],\"lIEwn+\":[\"Het gratis plan bevat één rapport.\"],\"IUkPfk\":[\"Het doel stuurt de rapporten, canvassen en suggesties van de assistent in dit project.\"],\"IwNUoA\":[\"De hostgids is wat begeleiders lezen voordat ze een sessie draaien.\"],\"C5CHds\":[\"De uitnodiging staat in je inbox. We lezen je antwoorden vooraf en nemen een conceptvoorstel mee. Heb je intussen vragen? Neem dan contact op met\"],\"oRhAnS\":[\"De uitnodiging is verstuurd naar \",[\"invitedEmail\"],\", maar je bent ingelogd als \",[\"myEmail\"],\". Log uit en meld je aan met het juiste adres, of vraag de beheerder om \",[\"myEmail\"],\" opnieuw uit te nodigen.\"],\"lrIONj\":[\"De link is misschien privé, of hij is verplaatst. Vraag degene die de link heeft gedeeld om het te controleren.\"],\"o5ki/a\":[\"Misschien is de link verwijderd, of is hij naar een ander e-mailadres gestuurd. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"De methodologie is de manier waarop dit project is opgezet en wordt begeleid.\"],\"2zCZsi\":[\"De microfoon is geblokkeerd in je browser, dus opnemen staat uit. Typen werkt wel.\"],\"WO8jr5\":[\"De microfoon is nog steeds geblokkeerd. Pas het aan in je browserinstellingen en controleer het daarna opnieuw.\"],\"LofrVg\":[\"De organisatie waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"K3dQWG\":[\"De pagina waar dit antwoord naar verwijst.\"],\"6WE2tf\":[\"De portalen blijven werken! Je deelnemers kunnen altijd doorgaan en niets wat ze zeggen gaat verloren. Zodra je een betaald abonnement hebt, wordt alles wat al is opgenomen alsnog getranscribeerd.\"],\"Khtiqr\":[\"De vorige versies zijn hieronder nog beschikbaar.\"],\"D4If9P\":[\"De projectcontext wordt gelezen door transcriptie, chatantwoorden en canvasgeneratie, dus een wijziging hier raakt meer dan een scherm.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Het rapport kan tot 5 minuten na de gekozen tijd starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Samenvatting wordt gemaakt. Even wachten tot die klaar is.\"],\"+AT8nl\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten tot die klaar is.\"],\"otcrOk\":[\"Het transcript kwam niet terug. Controleer je verbinding en probeer het opnieuw.\"],\"sQgHJn\":[\"De transcriptie is niet afgerond. Probeer het opnieuw.\"],\"uPGyvo\":[\"De webhook URL en gebeurtenissen worden gekloond. Je moet de geheime sleutel opnieuw invoeren als er een was geconfigureerd.\"],\"Ws5p1J\":[\"De werkruimte waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"mbsBu1\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer en wordt het overdrachtscontact.\"],\"k59/22\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer, krijgt per e-mail bericht dat hij de data-eigenaar is en wordt het overdrachtscontact.\"],\"p9LlT0\":[\"Het scherm is vergrendeld of het tabblad is niet actief. De opname pauzeert tot ze terugkomen.\"],\"FEr96N\":[\"Thema\"],\"tn4pEQ\":[\"daar\"],\"fm15Og\":[\"Er zijn geen andere werkruimtes waarnaar je deze projecten kunt verplaatsen.\"],\"PmKiRy\":[\"Er zijn geen andere werkruimtes waarnaar je dit project kunt verplaatsen.\"],\"T8rsM6\":[\"Er is een fout opgetreden bij het klonen van uw project. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"JDFjCg\":[\"Er is een fout opgetreden bij het maken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"4MElLm\":[\"Er zat geen spraak in die opname.\"],\"D8iLCl\":[\"Deze wijzigingen zijn toegepast op je project.\"],\"select.all.modal.other.reason.description\":[\"Deze gesprekken werden uitgesloten vanwege ontbrekende transcripties.\"],\"8xYB4s\":[\"Deze standaardweergaven worden automatisch aangemaakt wanneer je je eerste bibliotheek maakt.\"],\"7Ye3FL\":[\"Deze tagwijzigingen zijn toegepast op je project.\"],\"81wkbM\":[\"Deze werkruimtes worden apart gefactureerd. Elke persoon die je toevoegt neemt een plek in \",[\"billingContextCount\"],\" factureringscontexten in, die elk afzonderlijk worden gefactureerd.\"],\"0ZaC+v\":[\"Deze werkruimtes hebben hun eigen abonnement, beheerd vanuit elke werkruimte. Ze maken geen deel uit van het abonnement van deze organisatie.\"],\"8AOwf0\":[\"Ze worden toegevoegd als leden. Je kunt er later meer toevoegen.\"],\"MOF98U\":[\"Denk aan: een gesprek met je DPO of CISO, een beveiligingsbeoordeling of een DPIA op maat.\"],\"Ed99mE\":[\"Denken...\"],\"WLBoIc\":[\"Dit account heeft een lopend Mollie-abonnement. Zeg dat eerst op.\"],\"3YoDz8\":[\"Dit account heeft een actief abonnement. Vraag de klant om het op te zeggen via de factureringspagina voordat je het niveau aanpast.\"],\"kUtEeG\":[\"Dit gedeelte is voor dembrane-personeel. Denk je dat je toegang zou moeten hebben? Mail dan support@dembrane.com.\"],\"7eQeNC\":[\"Deze browser kan geen audio opnemen. Chrome, Edge en Safari wel.\"],\"participant.modal.s3check.suggestions\":[\"Dit kan gebeuren wanneer een VPN of firewall de verbinding blokkeert. Probeer je VPN uit te schakelen, over te schakelen naar een ander netwerk (bijv. mobiele hotspot) of neem contact op met je IT-afdeling voor hulp.\"],\"XR7DRS\":[\"Dit canvas kon niet worden bijgewerkt.\"],\"fztlir\":[\"Dit verandert hoe transcripten vanaf nu worden opgeslagen. Gesprekken die al zijn opgenomen behouden de vorm waarin ze zijn bewaard.\"],\"conversation.linked_conversations.description\":[\"Dit gesprek heeft de volgende kopieën:\"],\"conversation.linking_conversations.description\":[\"Dit gesprek is een kopie van\"],\"SzU1mG\":[\"Deze e-mail is al in de lijst.\"],\"participant.modal.refine.info.available.in\":[\"Deze functie is beschikbaar over \",[\"remainingTime\"],\" seconden.\"],\"XVmrFS\":[\"Dit veld bevat al de voorgestelde waarde.\"],\"lja/om\":[\"Deze informatie is anoniem\"],\"VqK4uu\":[\"Dit inzicht is verwijderd\"],\"1p9Zmk\":[\"Deze uitnodiging is al gebruikt\"],\"BGIpSK\":[\"Deze uitnodiging is verlopen\"],\"tU7tLa\":[\"Deze uitnodiging is niet meer geldig\"],\"u3BWAB\":[\"Deze uitnodiging is niet voor dit account\"],\"fcMrKf\":[\"Deze uitnodigingslink is niet geldig\"],\"ZPOM9u\":[\"Deze uitnodigingslink is niet geldig voor dit account\"],\"kdZCIM\":[\"Deze uitnodiging beslaat \",[\"0\"],\" factureringscontexten, die elk apart worden gefactureerd:\"],\"QR7hjh\":[\"Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken.\"],\"bSbU2m\":[\"Dit is een overzicht van elke organisatie en werkruimte waarvan je lid bent.\"],\"+JlPfM\":[\"Dit is een voorbeeld van de JSON-gegevens die naar je webhook-URL worden verzonden wanneer een gesprek wordt samengevat.\"],\"AypXpi\":[\"Dit is nog niet opgeslagen.\"],\"DsBmZV\":[\"Dit staat op verwerking op basis van toestemming zonder link naar het privacybeleid. Voeg er een toe om deze instelling geldig te houden: deelnemers moeten het privacybeleid kunnen lezen.\"],\"kt9FX3\":[\"Dit is dringend\"],\"library.description\":[\"Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegelijk te analyseren.\"],\"BLwPhM\":[\"Dit is niet beschikbaar voor jou\"],\"Gbd5HD\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer.\"],\"2033EA\":[\"Deze link is al gebruikt. Je bent ingelogd en kunt aan de slag.\"],\"MR5ygV\":[\"Deze link is niet meer geldig\"],\"Aznd4+\":[\"Hiermee zet je de training op geannuleerd. Je kunt hem later via hetzelfde menu weer openen.\"],\"oW3yYY\":[\"Deze maand\"],\"YN8nMm\":[\"Hiermee krijgt de werkruimte een eigen facturerings- en datacontext. De projecten verplaatsen niet meer vrij mee met de rest van je organisatie.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"Deze organisatie heeft nog geen leden om te trainen.\"],\"DHgelW\":[\"Deze organisatie bestaat niet meer\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op. Blijft het gebeuren, ga dan terug naar home.\"],\"SWBo09\":[\"deze persoon\"],\"CWAQCC\":[\"Dit project was niet bereikbaar.\"],\"bon4/x\":[\"Dit project hoort niet bij een werkruimte.\"],\"ocBOyA\":[\"Dit project is zichtbaar voor iedereen in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"Dit project is zichtbaar voor iedereen in de werkruimte.\"],\"xbLJ58\":[\"Dit project volgt dan de overgenomen instelling: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert\"],\"3dSMKs\":[\"Hiermee zet je het account op facturering die dembrane beheert: geen automatische Mollie-afschrijvingen en geen automatisch verlopen.\"],\"xfqtI+\":[\"Deze korte rondleiding laat onze nieuwe indeling in drie niveaus zien: organisaties, workspaces en projecten. Bekijk de video en leer hoe je toegang beheert, je werk organiseert en onze nieuwe analysetools gebruikt.\"],\"64Ko7C\":[\"Dit record heeft geen factureringsaccount.\"],\"SQuwgX\":[\"Hiermee verwijder je het gesprek uit het project. Dit kun je niet terugdraaien.\"],\"9zTDpd\":[\"Hiermee verwijder je de licentie van één jaar voor \",[\"0\"],\". Ze tellen dan niet meer als getraind en verliezen toegang tot instellingen met hoog risico. Doe dit alleen als de licentie per ongeluk is toegekend.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dit rapport is nog niet beschikbaar. \"],\"GQTpnY\":[\"Dit rapport werd geopend door \",[\"0\"],\" mensen\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"Dit verzoek duurde te lang, dus ik heb het gestopt. Stuur het opnieuw, dan probeer ik het nog een keer.\"],\"bKWJ+t\":[\"Hiermee gaat het account terug naar standaard gratis facturering.\"],\"XK9N+e\":[\"Hiermee komt de werkruimte terug bij de gedeelde facturering van je organisatie en wordt de externe data-eigenaar verwijderd.\"],\"cjRyq5\":[\"Dit bepaalt de taal die deelnemers in het portaal zien, inclusief de vragen die ze krijgen.\"],\"hwyBn8\":[\"Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten\"],\"ABJz8Q\":[\"Deze verificatievraag is toegevoegd aan je project.\"],\"Dj5ai3\":[\"Dit zal uw huidige invoer wissen. Weet u het zeker?\"],\"NrRH+W\":[\"Dit zal een kopie van het huidige project maken. Alleen instellingen en trefwoorden worden gekopieerd. Rapporten, chats en gesprekken worden niet opgenomen in de kopie. U wordt doorgestuurd naar het nieuwe project na het klonen.\"],\"hsNXnX\":[\"Dit zal een nieuw gesprek maken met dezelfde audio maar een nieuwe transcriptie. Het originele gesprek blijft ongewijzigd.\"],\"add.tag.filter.modal.info\":[\"Dit zal de conversatielijst filteren om conversaties met deze tag weer te geven.\"],\"participant.concrete.regenerating.artefact.description\":[\"We zijn je tekst aan het vernieuwen. Dit duurt meestal maar een paar seconden.\"],\"participant.concrete.loading.artefact.description\":[\"We zijn je tekst aan het ophalen. Even geduld.\"],\"mSuhYn\":[\"deze werkruimte\"],\"8b9oJD\":[\"Deze werkruimte heeft de opnamelimiet bereikt. Upgrade om meer audio te uploaden.\"],\"1pzlg0\":[\"Deze werkruimte heeft zijn opname-uren gebruikt. Upgrade om spraak te blijven gebruiken.\"],\"teN+SJ\":[\"Deze werkruimte wordt apart gefactureerd\"],\"/HZ7l/\":[\"Deze werkruimte wordt gefactureerd via \",[\"orgName\"],\". Abonnementen en betaling worden in één keer voor de hele organisatie beheerd, en elke werkruimte deelt dit.\"],\"Khe1Xt\":[\"Deze werkruimte zit op een niveau dat geen extra plekken toelaat. Upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"vvEr5j\":[\"Deze werkruimte bestaat niet meer\"],\"+FiXAn\":[\"Deze werkruimte deelt de facturering van de organisatie. Pas het niveau aan op het organisatieaccount, daar geldt hij voor elke interne werkruimte in de organisatie.\"],\"QnWmgF\":[\"Deze werkruimte is op \",[\"sinceDate\"],\" teruggezet naar \",[\"tier\"],\". Sommige functies zijn beperkt.\"],\"DGZ0dc\":[\"Drie snelle stappen en je bent binnen.\"],\"VDoFSJ\":[\"Duim omlaag\"],\"Nuw8ty\":[\"Duim omhoog\"],\"67ZxuT\":[\"Vink alles aan wat van toepassing is.\"],\"s/y/Z+\":[\"Vink alles aan wat past.\"],\"nNGGkA\":[\"Niveau\"],\"qPIf5y\":[\"Niveau gewijzigd\"],\"LhMjLm\":[\"Tijd\"],\"cklVjM\":[\"Tijdlijn\"],\"8TMaZI\":[\"Tijdstempel\"],\"XSqo4Y\":[\"Tijdstempels en duur\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Gebruik de afspeelknop (▶) om een testpayload naar je webhook te verzenden en te controleren of het correct werkt.\"],\"Zb3ANR\":[\"Tip: U kunt ook een sjabloon maken van elk chatbericht dat u verstuurt, of een bestaand sjabloon dupliceren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch gegenereerd\"],\"ouSxtJ\":[\"Titel gegenereerd uit het gesprek\"],\"uqnBvS\":[\"Titelrichtlijn\"],\"Mozc0C\":[\"Titel of deelnemer\"],\"dMtLDE\":[\"naar\"],\"xLXwHL\":[\"Om een nieuwe tag toe te wijzen, maak je deze eerst aan in de portalinstellingen.\"],\"qDfpLj\":[\"Om ons te helpen actie te ondernemen, probeer aan te geven waar het gebeurde en wat u probeerde te doen. Bij bugs, vertel ons wat er mis ging. Bij ideeën, vertel ons welke behoefte het voor u zou oplossen.\"],\"UEleqp\":[\"Om iemand te promoveren tot lid van de werkruimte, voeg je deze persoon eerst toe aan de organisatie en nodig je daarna opnieuw uit vanuit de werkruimte.\"],\"CCDe0r\":[\"Wil je bespreken wat je nodig hebt, mail dan <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Te groot\"],\"yIsdT7\":[\"Te lang\"],\"qgwLj6\":[\"Te lang of onduidelijk\"],\"lcsUaI\":[\"Te veel meldingen. Wacht een paar minuten en probeer het opnieuw\"],\"li4gmn\":[\"Te veel om hier te tonen. De assistent leest ze in delen door.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Onderwerp succesvol aangemaakt\"],\"Sawj4V\":[\"Onderwerp verwijderd\"],\"xcp3ny\":[\"Onderwerp label\"],\"vQoAht\":[\"Onderwerp bijgewerkt\"],\"th8cMZ\":[\"Titel op basis van onderwerp die beschrijft wat er werd besproken\"],\"sFMBP5\":[\"Onderwerpen\"],\"ONchxy\":[\"totaal\"],\"72c5Qo\":[\"Totaal\"],\"kFzhfN\":[\"Nu te betalen totaal\"],\"McSz22\":[\"Getraind\"],\"kMf0pe\":[\"Getraind tot \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training aangemaakt\"],\"p9JlS7\":[\"Trainingsdatum\"],\"1gL8o6\":[\"Training aangevraagd. We nemen contact op om het in te plannen.\"],\"KxpIJA\":[\"Training vereist voor gebruik met hoog risico\"],\"VGao62\":[\"Training bijgewerkt\"],\"miJqd2\":[\"Trainingsverificatie is hier niet beschikbaar.\"],\"cP0LwD\":[\"Trainingen\"],\"fp5rKh\":[\"Transcriptie wordt uitgevoerd...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcriptie\"],\"hfpzKV\":[\"Transcript gekopieerd naar klembord\"],\"K3Fxr/\":[\"transcriptfragment\"],\"MzWrba\":[\"Transcriptiefout\"],\"TyO5K+\":[\"Transcripten zijn beschikbaar met een betaald abonnement.\"],\"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.\"],\"lhkaAC\":[\"Proef\"],\"hDv2MY\":[\"Proef- en gratis accounts, niet meegerekend in het betalende totaal.\"],\"DtButj\":[\"Trigger automatische workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Problemen met inloggen? Neem contact op via support@dembrane.com.\"],\"KDw4GX\":[\"Opnieuw proberen\"],\"u62wQ4\":[\"Probeer het zo meteen opnieuw.\"],\"7dRUDh\":[\"Probeer Agentic\"],\"eP1iDc\":[\"Vraag bijvoorbeeld\"],\"sZgR8D\":[\"Probeer het\"],\"goQEqo\":[\"Probeer een beetje dichter bij je microfoon te komen voor betere geluidskwaliteit.\"],\"q1ok4Y\":[\"Wil je je aansluiten bij een bestaande organisatie?\"],\"portal.anonymization.disable.confirm\":[\"Uitschakelen\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonimisering uitschakelen?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Het uitschakelen van anonimisering terwijl opnames gaande zijn kan onbedoelde gevolgen hebben. Actieve gesprekken worden ook beïnvloed tijdens de opname. Gebruik dit met voorzichtigheid.\"],\"JPF8BN\":[\"Je spraaknotitie wordt omgezet naar tekst\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Tweestapsverificatie\"],\"NwChk2\":[\"Tweestapsverificatie uitgezet\"],\"qwpE/S\":[\"Tweestapsverificatie aangezet\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Typ <0>\",[\"0\"],\" om te bevestigen.\"],\"hHFgGr\":[\"Typ een bericht of druk / voor templates...\"],\"EvmL3X\":[\"Typ hier uw reactie\"],\"KfLidz\":[\"Typt\"],\"dubg//\":[\"Oekraïens (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"MksxNf\":[\"Kan auditlogboeken niet laden.\"],\"participant.outcome.error.title\":[\"Kan uitkomst niet laden\"],\"59QK2U\":[\"Kan het gegenereerde resultaat niet laden. Probeer het opnieuw.\"],\"nGxDbq\":[\"Kan dit fragment niet verwerken\"],\"lLwEjI\":[\"Minder dan 50.\"],\"8ryDoK\":[\"Onder je organisatie\"],\"HYUJF4\":[\"Onze nieuwe structuur uitgelegd\"],\"9uI/rE\":[\"Ongedaan maken\"],\"Ef7StM\":[\"Onbekend\"],\"wF2wqQ\":[\"Onbekende datum\"],\"rIOkYf\":[\"Onbekend lid\"],\"1MTTTw\":[\"Onbekende reden\"],\"nWMRxa\":[\"Losmaken\"],\"vSdeRU\":[\"Maak eerst een project los (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Maak eerst een project los (max 3)\"],\"dx+iaL\":[\"Project losmaken\"],\"KuVpz+\":[\"Ongelezen\"],\"sCTlv5\":[\"Niet-opgeslagen wijzigingen\"],\"SMaFdc\":[\"Afmelden\"],\"nOxIVE\":[\"Zonder tag\"],\"VFYmmV\":[\"Vink een veld uit om het precies te laten zoals het is.\"],\"1hTGn4\":[\"tot \",[\"0\"]],\"wja8aL\":[\"Naamloos\"],\"CoInOF\":[\"Naamloos canvas\"],\"LOM/+N\":[\"Naamloos gesprek\"],\"jlrVDp\":[\"Gesprek zonder titel\"],\"ZjKqrC\":[\"Naamloze methodologie\"],\"PZKdTd\":[\"Naamloos rapport\"],\"+TYrZZ\":[\"Tot \",[\"0\"],\" deelnemers\"],\"RHUiSf\":[\"Tot \",[\"0\"],\" deelnemers zijn inbegrepen.\"],\"0wHyhk\":[\"Maximaal \",[\"MAX_FILES\"],\" afbeeldingen\"],\"lLehih\":[\"Maximaal \",[\"MAX_MESSAGE_CHARS\"],\" tekens\"],\"EkH9pt\":[\"Bijwerken\"],\"H/FUVb\":[\"Updateritme\"],\"x4Xp3c\":[\"bijgewerkt\"],\"Ef5vag\":[\"Bijgewerkt \",[\"0\"],\" · \"],\"+vId6X\":[\"Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Bijgewerkt.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij tot \",[\"0\"],\".\"],\"luwc/s\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij.\"],\"V7w3WZ\":[\"Notitie voor het dembrane-team bijwerken\"],\"IUC5Nz\":[\"Opgeslagen geheugen bijwerken\"],\"26+vhb\":[\"Projecttags bijwerken\"],\"Gw18pn\":[\"Upgrade om dit aan de chat toe te voegen\"],\"0s5x5X\":[\"Upgrade om verder te gaan\"],\"3I+le5\":[\"Upgrade om een titel voor dit gesprek te genereren\"],\"GFLM5d\":[\"Upgrade om samenvattingen voor dit gesprek te genereren\"],\"xeIX9S\":[\"Upgrade je werkruimte om audio te downloaden van gesprekken die na de limiet zijn opgenomen\"],\"24kHLh\":[\"Upgrade je werkruimte om samenvattingen van nieuwe gesprekken te bekijken.\"],\"mahIMH\":[\"Upgrade je werkruimte om dit gesprek te bekijken\"],\"3symHf\":[\"Upgrade je werkruimte om transcripties van nieuwe gesprekken te bekijken.\"],\"ONWvwQ\":[\"Uploaden\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar uploaden\"],\"kV3A2a\":[\"Upload voltooid\"],\"4Fr6DA\":[\"Gesprekken uploaden\"],\"pZq3aX\":[\"Upload mislukt. Probeer het opnieuw.\"],\"HAKBY9\":[\"Bestanden uploaden\"],\"4Z7WLN\":[\"Uploadlimiet bereikt\"],\"6XdQf/\":[\"Uploadlimiet bereikt. Upgrade je werkruimte.\"],\"QfiWpJ\":[\"Logo uploaden\"],\"ZeGAhv\":[\"opnames te uploaden\"],\"k/LaWp\":[\"Audio bestanden uploaden...\"],\"participant.modal.uploading\":[\"Audio uploaden...\"],\"participant.modal.interruption.uploading\":[\"Audio uploaden...\"],\"P2sJqQ\":[\"Opnames uploaden is beschikbaar met een betaald abonnement.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is vereist\"],\"3VnYUR\":[\"URL moet beginnen met http:// of https://\"],\"7FaY4u\":[\"Gebruik\"],\"6YK+1q\":[\"Gebruik · \",[\"0\"]],\"9TZVmX\":[\"Gebruik en facturering\"],\"589hpo\":[\"Gebruik en facturering, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Gebruik en facturering, betalingen, partnergrootboek. Elke Directus-beheerder heeft toegang.\"],\"9rNv3P\":[\"Gebruik wordt bijgehouden voor je organisatie. Bekijk het in de organisatie-instellingen.\"],\"RuzOGi\":[\"Gebruik deze cyclus\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Overgenomen standaard gebruiken\"],\"ngdRFH\":[\"Gebruik Shift + Enter om een nieuwe regel toe te voegen\"],\"w+4I2h\":[\"webhooks te gebruiken\"],\"QB0CBI\":[\"je stem in de chat te gebruiken\"],\"5pcSZ4\":[\"Gebruikt op je facturen. Prijzen zijn exclusief btw.\"],\"vSPQ9U\":[\"Verkeerd adres gebruikt? <0>Registreer opnieuw.\"],\"lcDO4m\":[\"Gebruikersinstellingen\"],\"7sNhEz\":[\"Gebruikersnaam\"],\"1Nt3Kg\":[\"Gebruik standaard dembrane-logo\"],\"08yTaL\":[\"Gebruikt fixture-data.\"],\"mUOhaJ\":[\"Gebruik webhooks? We zouden graag van je horen\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"Btw-nummer\"],\"/n0QEP\":[\"Btw-regio\"],\"NBpTc8\":[\"Verificatie op het eindscherm\"],\"participant.modal.verify_prompt.title\":[\"Herinnering om te verifiëren\"],\"participant.banner.verification_required\":[\"Verificatie vereist\"],\"OKGlwv\":[\"Verificatieonderwerpen\"],\"select.all.modal.verified\":[\"Geverifieerd\"],\"select.all.modal.loading.verified\":[\"Geverifieerd\"],\"QDEWii\":[\"Geverifieerd\"],\"conversation.filters.verified.text\":[\"Geverifieerd\"],\"Iv1iWN\":[\"geverifieerde artefacten\"],\"bepwgB\":[\"Geverifieerde artefacten\"],\"dashboard.dembrane.verify.title\":[\"Verifiëren\"],\"uSMfoN\":[\"Verifiëren\"],\"participant.button.verify_prompt.verify\":[\"Verifiëren\"],\"participant.echo.verify\":[\"Verifiëren\"],\"4LFZoj\":[\"Code controleren\"],\"MBOY4U\":[\"E-mail verifiëren\"],\"w6Mgbs\":[\"Onderwerpen verifiëren\"],\"bl9677\":[\"Verifieert\"],\"iOnm3W\":[\"Je e-mailadres wordt geverifieerd.\"],\"eE0JZ4\":[\"Versie\"],\"IYNSdp\":[\"Versies\"],\"YFvfo/\":[\"Erg stil op dit moment. Check of de microfoon niet uitstaat.\"],\"jpctdh\":[\"Weergave\"],\"SZw9tS\":[\"Bekijk details\"],\"95YFbG\":[\"Voorbeeld payload bekijken\"],\"j45ntU\":[\"Uitnodiging bekijken\"],\"D4e7re\":[\"Bekijk je reacties\"],\"rUp0hp\":[\"Je bekijkt \",[\"0\"]],\"P0bGkp\":[\"Zichtbare kolommen\"],\"S3T9oe\":[\"Zichtbaar voor iedereen in \",[\"workspaceName\"]],\"fedNgo\":[\"Zichtbaar voor iedereen in deze werkruimte\"],\"754W/v\":[\"Zichtbaar voor iedereen in deze werkruimte. Laat uit om het persoonlijk te houden.\"],\"RdG06l\":[\"Bezoekersgegevens\"],\"KAXSwC\":[\"Spraak\"],\"Ln6Gy/\":[\"Wachten tot gesprekken zijn afgerond voordat een rapport wordt gegenereerd.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Loopt de installatie met je door en stelt volgende stappen voor.\"],\"0/aCt7\":[\"Volg live opnames, transcriptievoortgang en fouten in dit project terwijl ze gebeuren.\"],\"participant.alert.microphone.access.issue\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"kSJ1rO\":[\"We konden je betaalmethode niet belasten\"],\"Ul0g2u\":[\"We konden tweestapsverificatie niet uitschakelen. Probeer het opnieuw met een nieuwe code.\"],\"sM2pBB\":[\"We konden tweestapsverificatie niet inschakelen. Controleer je code en probeer het opnieuw.\"],\"mW8QSA\":[\"We konden de pagina die je zocht niet vinden. Misschien is hij verplaatst.\"],\"UStbqQ\":[\"We konden deze organisatie niet laden. Probeer het zo meteen opnieuw.\"],\"viuoK1\":[\"We konden het gebruik van deze organisatie niet laden.\"],\"huDAZ9\":[\"We konden de werkruimtes van deze organisatie niet laden. Sommige opties ontbreken mogelijk. Probeer te vernieuwen.\"],\"Ay7FNv\":[\"We konden dit project niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"Z2y7ap\":[\"We konden deze werkruimte niet laden. Probeer het zo meteen opnieuw.\"],\"zPjLTr\":[\"We konden het gebruik van deze werkruimte niet laden.\"],\"y5BiQM\":[\"We konden je organisaties niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"+jHAFm\":[\"We konden je openstaande uitnodigingen niet laden. Probeer het zo meteen opnieuw.\"],\"gNHeDV\":[\"We konden je betaalmethode niet bijwerken. Je oude methode is nog actief. Probeer het opnieuw.\"],\"participant.modal.echo.info.reason\":[\"We hebben iets meer context nodig om u te helpen ECHO effectief te gebruiken. Ga door met opnemen zodat we betere suggesties kunnen geven.\"],\"GC6z0d\":[\"We hebben een verificatielink naar <0>\",[\"email\"],\" gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"9i8m90\":[\"We hebben je een verificatielink gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"81dqga\":[\"We zetten samen het project op, draaien op de dag zelf met je mee en helpen je daarna het rapport te schrijven.\"],\"S+HYhm\":[\"We konden je methode nog steeds niet belasten. Werk deze bij en probeer het opnieuw.\"],\"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.\"],\"FXjsEJ\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik <0>Probleem melden om die met schermafbeeldingen te sturen.\"],\"XolQc4\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik Probleem melden in de zijbalk om die met schermafbeeldingen te sturen.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We hebben organisaties toegevoegd zodat je projecten kunt ordenen en delen met collega's. Alles wat je eerder had, is er nog. We hebben alleen een naam voor je organisatie nodig.\"],\"Yc3tsw\":[\"We hebben een verificatielink naar <0>\",[\"0\"],\" gestuurd. Open de e-mail en klik op de link om verder te gaan.\"],\"fylXkT\":[\"Zwak netwerk\"],\"7cUq8g\":[\"Zwak wachtwoord\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks zijn geautomatiseerde berichten die van een app naar een andere worden verzonden wanneer iets gebeurt. Denk aan ze als een \\\"notificatiesysteem\\\" voor uw andere tools.\"],\"3rkRxG\":[\"Webhooks zijn niet ingeschakeld voor deze omgeving.\"],\"EAioZ5\":[\"Webhooks zijn beschikbaar met een betaald abonnement.\"],\"6jfS51\":[\"Welkom\"],\"9eF5oV\":[\"Welkom terug\"],\"ZVR4oQ\":[\"Welkom terug, \",[\"displayName\"]],\"OM+lH0\":[\"Welkom bij dembrane\"],\"P3EAlh\":[\"Welkom bij dembrane chat. Selecteer de gesprekken die je wilt analyseren en vraag dan naar details, citaten en samenvattingen.\"],\"Fx+f0A\":[\"Welkom bij dembrane!\"],\"u4aLOz\":[\"Welkom in Overview Mode! Ik heb samenvattingen van al je gesprekken klaarstaan. Vraag me naar patronen, thema’s en inzichten in je data. Voor exacte quotes start je een nieuwe chat in Specific Context mode.\"],\"J2FSRx\":[\"Welkom, \",[\"displayName\"]],\"klH6ct\":[\"Welkom!\"],\"RL57XM\":[\"Wat zijn webhooks? (2 min lezen)\"],\"nCQNTt\":[\"Wat wil je te weten komen?\"],\"vv/EFG\":[\"Wat gegevens worden verzonden?\"],\"WSxXHT\":[\"Waarvoor wil je dembrane gebruiken?\"],\"3jWdsE\":[\"Waarvoor wil je dembrane gebruiken?\"],\"participant.verify.selection.title\":[\"Wat wil je verifiëren?\"],\"B5v8nx\":[\"Wat er verstuurd wordt\"],\"JJjzZE\":[\"Wat is er gebeurd? Plak hier een screenshot om hem toe te voegen\"],\"WqnI4l\":[\"Wat is het?\"],\"T91psD\":[\"Wat zou hieraan anders moeten zijn?\"],\"pVIWuw\":[\"Wat moet ECHO analyseren of genereren uit de gesprekken?\"],\"yWXuOc\":[\"Welke thema's kwamen naar voren in de gesprekken in dit project?\"],\"LfRBcL\":[\"Welke thema's kwamen naar voren?\"],\"pd3Yt/\":[\"Wat dit project deze cyclus verbruikt.\"],\"tq89gP\":[\"Wat ging er mis?\"],\"qGrqH9\":[\"Wat waren de belangrijkste momenten in dit gesprek?\"],\"FXZcgH\":[\"Wat wil je verkennen?\"],\"3ePd3I\":[\"Wat is er nieuw\"],\"k7eeqO\":[\"Wat is de belangrijkste reden?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wanneer een deelnemer het portaal opent, hun details invoert en een gesprek begint\"],\"myUTw1\":[\"Wanneer er een rapport is gegenereerd voor het project\"],\"7t3vo1\":[\"Wanneer alle audio is geconverteerd naar tekst en het volledige transcript beschikbaar is\"],\"N0GETg\":[\"Wanneer worden webhooks geactiveerd?\"],\"/MdXB7\":[\"Wanneer heb je dembrane nodig?\"],\"KmUKwU\":[\"Wanneer ingeschakeld, zullen alle nieuwe transcripties persoonlijke informatie (namen, e-mails, telefoonnummers, adressen) worden vervangen door placeholders. Anonieme gesprekken deactiveren ook audio-afspelen, audio-download en hertranscriptie om de privacy van deelnemers te beschermen. Dit kan niet ongedaan worden gemaakt voor al bestaande gesprekken.\"],\"MEmr1I\":[\"Wanneer je het gesprek afmaakt, worden deelnemers die nog niet hebben geverifieerd gevraagd om te verifiëren of over te slaan\"],\"BaiSBQ\":[\"Staat dit aan, dan kan het supportteam van dembrane deze werkruimte in om je te helpen. Hun toegang stopt automatisch na 24 uur.\"],\"SgIrVC\":[\"Zodra deelnemers de QR-code scannen, verschijnen ze hier en bewegen ze live door de fases.\"],\"/dAMl1\":[\"Wanneer moet het rapport gegenereerd worden?\"],\"MyMufZ\":[\"Als iemand de QR-code scant, is dat één gesprek. Als 50 mensen hem tegelijk scannen, zijn dat 50 gesprekken tegelijk.\"],\"NPIwj3\":[\"Wanneer de samenvatting klaar is (bevat zowel transcript als samenvatting)\"],\"JwZibo\":[\"Waar wil je naartoe?\"],\"msYPX5\":[\"Waar wil je beginnen?\"],\"kqHiF1\":[\"Bij welke organisatie hoort deze werkruimte?\"],\"lwFEDE\":[\"Welke organisatie is eigenaar van de data van deze werkruimte? Dit bepaalt de data- en compliancecontext.\"],\"wZht80\":[\"Wie dit project kan zien en eraan kan samenwerken.\"],\"P9WL8r\":[\"Wie kan dit project zien?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Wie in je team een actuele trainingslicentie heeft. Boek een training via de Training-weergave van je organisatie.\"],\"KcnIXL\":[\"wordt in je rapport opgenomen\"],\"EpZ9+F\":[\"wens\"],\"QdkkH5\":[\"Met externe klanten\"],\"KWhZCH\":[\"Binnen mijn organisatie\"],\"qJ0J+6\":[[\"0\"],\" stappen doorlopen\"],\"B6dzt1\":[\"Bezig met je antwoord...\"],\"NwM/eB\":[\"werkruimte\"],\"pmUArF\":[\"Werkruimte\"],\"IG4YLy\":[\"Workspace / project\"],\"VmdouC\":[\"Werkruimte-account\"],\"Zqthj7\":[\"Werkruimte-acties\"],\"ZBKhLV\":[\"Werkruimte aangemaakt.\"],\"xM1hP9\":[\"Werkruimtestandaard\"],\"UlhdTP\":[\"Werkruimte verwijderd\"],\"Ep8k4i\":[\"Werkruimte is vol\"],\"Y0Fj4S\":[\"Werkruimtelogo\"],\"CozWO1\":[\"Naam van de werkruimte\"],\"dg0Efy\":[\"Naam van de werkruimte. Wordt automatisch opgeslagen.\"],\"wHWiPE\":[\"Werkruimte hernoemd\"],\"Knd6gz\":[\"Werkruimte-instellingen\"],\"XAW6X5\":[\"Werkruimte-instellingen | dembrane\"],\"wowvFW\":[\"Gast met alleen toegang tot de werkruimte. Niet toegevoegd aan de organisatie.\"],\"JKU2hI\":[\"werkruimtes\"],\"pmt7u4\":[\"Werkruimtes\"],\"YRelrK\":[\"Werkruimtes apart gefactureerd\"],\"vMCu+n\":[\"Werkruimtes in dit account\"],\"XLYmK5\":[\"Werkruimtes in deze organisatie waar je nog geen lid van bent. Als admin kun je jezelf toevoegen om ze te beheren.\"],\"lBVr4U\":[\"Werkruimtes die met je zijn gedeeld\"],\"++IGvT\":[\"Werkruimtes waar je lid van kunt worden\"],\"JEHySj\":[\"Werkruimtes waarvoor je bent uitgenodigd. Accepteer om te gaan samenwerken.\"],\"add.tag.filter.modal.description\":[\"Wilt u deze tag toevoegen aan uw huidige filters?\"],\"Exc/LI\":[\"Verkeerd adres? E-mail wijzigen\"],\"bmC+Ww\":[\"Verkeerde taal of toon\"],\"MNTYHt\":[\"Verkeerde bronnen\"],\"l75CjT\":[\"Ja\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"jou\"],\"kWJmRL\":[\"Jij\"],\"VHG+Js\":[\"Je hebt al toegang tot deze werkruimte.\"],\"Dl7lP/\":[\"Je bent al afgemeld of je link is ongeldig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"Je zit op het gratis plan.\"],\"Arw/sv\":[\"Je zit op het gratis plan. Er is nog niets te betalen.\"],\"rKP2WF\":[\"Jij bent de data-eigenaar\"],\"EDIsb+\":[\"Je kunt dit altijd aanpassen in de instellingen.\"],\"fzU5ll\":[\"Je kunt dit later aanpassen in de projectinstellingen.\"],\"dWZJqc\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen nadat je factuurgegevens hebt toegevoegd.\"],\"uGP87g\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen.\"],\"WS92Fk\":[\"Je kunt wegnavigeren en later terugkomen. Je rapport wordt op de achtergrond verder gegenereerd.\"],\"E71LBI\":[\"Je kunt maximaal \",[\"MAX_FILES\"],\" bestanden tegelijk uploaden. Alleen de eerste \",[\"0\"],\" bestanden worden toegevoegd.\"],\"+IqtlU\":[\"Je kunt ze later opnieuw uitnodigen vanuit elke werkruimte.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"U kunt het hieronder opnieuw proberen.\"],\"96ERwL\":[\"Je kunt nog geen werkruimte aanmaken\"],\"bHCu+u\":[\"Je kunt jezelf niet uitnodigen.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"Je hebt geen toestemming om te transcriberen in dit project.\"],\"UjkUrJ\":[\"Je hebt geen toegang tot deze werkruimte.\"],\"3x5+PU\":[\"Je hebt geen rechten om werkruimtes aan te maken in die organisatie. We vallen terug op je primaire organisatie.\"],\"fkXBUO\":[\"Je hebt geen rechten om uit te nodigen voor een werkruimte in deze organisatie.\"],\"QYdixc\":[\"Je hebt een openstaande uitnodiging\"],\"ombH/9\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". Open deze om lid te worden van de organisatie.\"],\"8v7ix0\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". De beheerder moet een plek vrijmaken voordat je lid kunt worden.\"],\"select.all.modal.already.added\":[\"U heeft al <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversatie\"],\"other\":[\"#\",\" conversaties\"]}],\" aan deze chat toegevoegd.\"],\"7W35AW\":[\"Je hebt alle gerelateerde gesprekken al toegevoegd\"],\"participant.modal.change.mic.confirmation.text\":[\"Je hebt je microfoon gewisseld. Klik op \\\"Doorgaan\\\" om verder te gaan met de sessie.\"],\"T/Q7jW\":[\"U hebt succesvol afgemeld.\"],\"fopZ8o\":[\"Je hebt supporttoegang tot deze werkruimte. Deze stopt automatisch op \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"Je bent nog geen lid van een werkruimte in deze organisatie.\"],\"participant.modal.verify_prompt.description\":[\"Je hebt nog geen resultaten geverifieerd. Wil je verifiëren voordat je afsluit?\"],\"PjAkjf\":[\"Je hebt de werkruimte verlaten\"],\"lTDtES\":[\"Je kunt er ook voor kiezen om een ander gesprek op te nemen.\"],\"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.\"],\"t6Ti2e\":[\"Je hebt een uitnodiging van een collega nodig\"],\"snMcrk\":[\"Je lijkt offline te zijn, controleer je internetverbinding\"],\"MLw3ff\":[\"Je hebt deze run gestopt.\"],\"zlqA7w\":[\"Je probeerde \",[\"action\"],\".\"],\"N/N2Av\":[\"Je wordt als admin toegevoegd aan \",[\"0\"],\" privéwerkruimtes. Ze verschijnen daarna meteen in je zijbalk.\"],\"cehffY\":[\"Je wordt als admin toegevoegd aan \",[\"singleName\"],\". Die verschijnt daarna meteen in je zijbalk.\"],\"OR5x71\":[\"Al je projecten staan voor je klaar.\"],\"hu3KYo\":[\"Je komt in een chat waar dembrane je helpt het project vorm te geven, voordat je gesprekken verzamelt.\"],\"OQI3hm\":[\"Je verliest toegang tot deze werkruimte.\"],\"bX2FeG\":[\"Je verliest toegang tot deze werkruimte. Projecten die je hebt gemaakt blijven; je rol hier wordt verwijderd.\"],\"participant.verify.instructions.receive.artefact\":[\"Je ontvangt zo meteen \",[\"objectLabel\"],\" om te verifiëren.\"],\"gDdsRc\":[\"Je bevestigt je nieuwe betaalmethode op het volgende scherm. Er wordt niets in rekening gebracht, het bevestigt alleen de nieuwe kaart.\"],\"vkNkB8\":[\"Je staat op het punt je eigen rol te wijzigen naar <0>\",[\"0\"],\". Je verliest direct toegang tot de instellingen van de werkruimte, uitnodigingen en ledenbeheer.\"],\"KS7iJH\":[\"Je bent helemaal bij.\"],\"ADMWt4\":[\"Je bent al lid van \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"Je zit al in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"Je bent een externe medewerker in deze organisatie. Open hieronder een van de werkruimtes die met je zijn gedeeld.\"],\"bbvEPE\":[\"Je zit erin\"],\"LfpEZ9\":[\"Je logt in met het verkeerde e-mailadres\"],\"PVUJ6+\":[\"Je zit nog in geen enkele organisatie. Maak een werkruimte om een organisatie te starten, of vraag een lid om een uitnodiging.\"],\"Y3LcET\":[\"Je maakt op dit moment deel uit van geen enkele organisatie.\"],\"FQdXKc\":[\"Je hergebruikt plekken waarvoor je deze periode al hebt betaald (iemand is vertrokken), dus daar wordt nu niets voor in rekening gebracht. De verlenging houdt er rekening mee.\"],\"HnqO9D\":[\"Je bent de enige beheerder. Maak iemand anders beheerder voordat je je rol wijzigt.\"],\"AcL9Ou\":[\"Je bent uitgenodigd om samen te werken met \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"cZ4+ZH\":[\"Je bent uitgenodigd om samen te werken met <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"ePJQ19\":[\"Je bent uitgenodigd voor \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"RTgVkc\":[\"Je bent uitgenodigd voor <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"189Q0c\":[\"Je hebt de limiet van het gratis plan voor deze chat bereikt. Upgrade om verder te chatten.\"],\"GP7h+t\":[\"Je hebt je samenvattingslimiet bereikt\"],\"WfEaJc\":[\"Je hebt je transcriptielimiet bereikt\"],\"o/5HQF\":[\"Je hebt alle 10 uur van de pilot gebruikt. Tools voor hosts (Chat, rapporten, analyse, exports) staan op pauze.\"],\"M5ub3j\":[\"Jouw toegang\"],\"WIv0oz\":[\"Jouw toegang tot \",[\"0\"],\" eindigde op \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Jouw goedkeuring helpt ons begrijpen wat je echt denkt!\"],\"wmkjMv\":[\"Je browser blokkeert de microfoon. Geef toegang en probeer het opnieuw.\"],\"NzCkyb\":[\"Je afspraak is geboekt: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Je afspraak is geboekt.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Jouw gegevens\"],\"lRpeom\":[\"Je concept wordt niet opgeslagen.\"],\"t4FxxP\":[\"Je e-mailadres is al geverifieerd\"],\"CqsrQF\":[\"Je e-mailadres is geverifieerd. Log in om door te gaan.\"],\"GjqC/j\":[\"Je e-mailadres is geverifieerd. We brengen je naar de loginpagina.\"],\"vaTeZ3\":[\"Je feedback en dit antwoord gaan naar het dembrane-team.\"],\"DM8bIO\":[\"Je gratis plan bevat één rapport. Upgrade om er meer te maken.\"],\"+Tx3/U\":[\"Je gratis uur voor transcriptie is opgebruikt.\"],\"aZHXuZ\":[\"Uw invoer wordt automatisch opgeslagen.\"],\"Yo3xGL\":[\"Je uitnodiging staat nog open. Probeer het opnieuw zodra de beheerder een plek vrijmaakt of de werkruimte upgradet.\"],\"aCpo/d\":[\"Je uitnodiging is al geaccepteerd, maar je bent geen lid meer van \",[\"resolvedWorkspaceName\"],\". Vraag de beheerder om je opnieuw uit te nodigen.\"],\"/Mqhsc\":[\"Je laatste betaling is niet gelukt. Je abonnement blijft actief. Werk je betaalmethode bij of probeer de betaling opnieuw om het recht te zetten.\"],\"1Uvqtx\":[\"De generatie van je laatste rapport is geannuleerd. Je meest recente voltooide rapport wordt getoond.\"],\"JgZh6f\":[\"Je logo is nog actief, maar kan op dit niveau niet worden gewijzigd.\"],\"q8yluz\":[\"Uw naam\"],\"VSneAo\":[\"Je naam, e-mailadres en huidige pagina worden meegestuurd zodat we contact kunnen opnemen.\"],\"LlzdZF\":[\"Je organisatie zit standaard op het gratis abonnement. Eén abonnement dekt elke werkruimte, per plek gefactureerd zodra je upgradet.\"],\"HnzTai\":[\"Je organisatie staat voor je klaar. Klik op doorgaan om mee te doen.\"],\"jlKzXO\":[\"Je organisatie of bedrijf\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Je eigen logo is beschikbaar met een betaald abonnement.\"],\"ArN1eD\":[\"Je betaalde periode is afgelopen, dus we kunnen dit abonnement hier niet meer aanzetten. Mail support@dembrane.com, dan lossen we het samen met je op.\"],\"+3q2fE\":[\"Je betaalmethode is bijgewerkt.\"],\"xoMBWJ\":[\"Het bijwerken van je betaalmethode wordt nog verwerkt.\"],\"URFO7+\":[\"Je abonnement eindigt aan het einde van de periode.\"],\"6ba1MP\":[\"Je abonnement eindigt op \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Je abonnement is geregeld met dembrane, dus hier valt niets te betalen. Alles wat in je abonnement zit blijft beschikbaar.\"],\"Zn38Tr\":[\"Je abonnement is weer actief. Je behoudt je huidige periode.\"],\"QIQh3n\":[\"Je abonnement is inactief. Activeer het opnieuw om leden toe te voegen.\"],\"PB21Rh\":[\"Je abonnement wordt beheerd door dembrane. Neem contact op met je accountmanager om wijzigingen te maken.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Je abonnement wordt niet verlengd. Je houdt toegang tot het einde van de periode.\"],\"pYnFb6\":[\"Je opname, \",[\"0\"]],\"MBrtod\":[\"Je aanvraag is binnen.\"],\"B+9EHO\":[\"Je antwoord is opgeslagen. Je kunt dit tabblad sluiten.\"],\"wurHZF\":[\"Je reacties\"],\"B8Q/i2\":[\"Je weergave is gemaakt. Wacht aub terwijl we de data verwerken en analyseren.\"],\"library.views.title\":[\"Je weergaven\"],\"lWeANa\":[\"Je werkruimte staat klaar. Klik op doorgaan om samen te werken.\"],\"crrqaX\":[\"jr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"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\"],\"We're preparing your workspace.\":[\"We bereiden je werkruimte voor.\"],\"Preparing your dashboard\":[\"Dashboard klaarmaken\"],\"Welcome back\":[\"Welkom terug\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Het genereren van een bibliotheek kan tot een uur duren\"],\"uDvV8j\":[\" Verzenden\"],\"aMNEbK\":[\" Afmelden voor meldingen\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" binnenkort beschikbaar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Verkennen\\\" binnenkort beschikbaar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verifiëren\\\" binnenkort beschikbaar\"],\"XGun3K\":[\"(directe toegang tot werkruimte)\"],\"ls1N1w\":[\"(ontbreekt)\"],\"B/gRsg\":[\"(geen)\"],\"NzluOx\":[\"(optioneel)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(onbekend)\"],\"dDUgzP\":[\"(Jij)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" werkruimte)\"],\"other\":[\"(\",\"#\",\" werkruimtes)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" overeenkomst\"],\"other\":[\"#\",\" overeenkomsten\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio gestopt\"],\"other\":[\"#\",\" audio gestopt\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek kon niet aan deze chat worden toegevoegd.\"],\"other\":[\"#\",\" gesprekken konden niet aan deze chat worden toegevoegd.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek wordt hiermee ook verborgen.\"],\"other\":[\"#\",\" gesprekken worden hiermee ook verborgen.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" lid\"],\"other\":[\"#\",\" leden\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" betaling\"],\"other\":[\"#\",\" betalingen\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projecten\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" geselecteerd\"],\"other\":[\"#\",\" geselecteerd\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" in transcriptie\"],\"other\":[\"#\",\" in transcriptie\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" met fouten\"],\"other\":[\"#\",\" met fouten\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord toegevoegd\"],\"other\":[\"#\",\" woorden toegevoegd\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord verwijderd\"],\"other\":[\"#\",\" woorden verwijderd\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focus op \",\"#\",\" gesprek:\"],\"other\":[\"Focus op \",\"#\",\" gesprekken:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Bericht van dembrane\"],\"other\":[\"Berichten van dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Verplaats \",\"#\",\" project naar een andere werkruimte.\"],\"other\":[\"Verplaats \",\"#\",\" projecten naar een andere werkruimte.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Laat zien wat er verandert (\",\"#\",\" veld)\"],\"other\":[\"Laat zien wat er verandert (\",\"#\",\" velden)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik:\"],\"other\":[\"#\",\" gesprekken in gebruik:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (standaard)\"],\"r/Wlfo\":[[\"0\"],\" / plek / maand × \",[\"1\"],\", jaarlijks gefactureerd. Exclusief btw.\"],\"bBa8T+\":[[\"0\"],\" / plek × \",[\"1\"],\". Exclusief btw.\"],\"eysOsc\":[[\"0\"],\" / plek × \",[\"1\"],\". Wordt na deze periode niet meer in rekening gebracht.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" werkruimtes, \",[\"2\"],\" actief\"],\"xfMOtJ\":[[\"0\"],\" over alles\"],\"RKutZY\":[[\"0\"],\" actief\"],\"select.all.modal.added.count\":[[\"0\"],\" toegevoegd\"],\"q87k+2\":[[\"0\"],\" toegevoegd vanuit je organisatie\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gesprekken • Bewerkt \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" verwijderd\"],\"6Re9LE\":[[\"0\"],\" van dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" niet toegevoegd\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" van \",[\"1\"],\" leden zijn getraind.\"],\"uQcaBv\":[[\"0\"],\" van \",[\"1\"],\" getraind\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" plek(ken) · \",[\"1\"],\" nu · +\",[\"2\"],\"/\",[\"cadence\"],\" bij verlenging\"],\"ipdYtj\":[[\"0\"],\" plek(ken) deze periode betaald en ongebruikt. Nodig iemand uit om ze tot de verlenging gratis te vullen.\"],\"q9vtxh\":[[\"0\"],\" plekken\"],\"z9suu0\":[[\"0\"],\" totaal stijgt naar \",[\"1\"],\" zodra \",[\"pendingInvites\"],\" openstaande \",[\"2\"],\" geaccepteerd\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" weergaven\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" werkruimtes · \",[\"1\"],\" betaalde plekken · \",[\"2\"],\" gratis waarnemers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" werkruimtes, \",[\"1\"],\" plekken gedeeld\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", werkruimte-id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" gratis\"],\"other\":[\"#\",\" gratis\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" gesprekken • Bewerkt \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" geselecteerd\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" items in geschiedenis\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% korting toegepast\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" gesprek heeft nog geen transcript, dus het is weggelaten.\"],\"other\":[\"#\",\" gesprekken hebben nog geen transcript, dus ze zijn weggelaten.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[\"Voor het gesprek leest \",[\"host\"],\" je antwoorden en neemt een conceptvoorstel mee.\"],\"XrsLMx\":[[\"invalidCount\"],\" adressen hebben aandacht nodig\"],\"GxhS2s\":[[\"inviterName\"],\" heeft je uitgenodigd voor \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Verwijder het \",\"#\",\" project in deze werkruimte voordat je de werkruimte zelf verwijdert.\"],\"other\":[\"Verwijder de \",\"#\",\" projecten in deze werkruimte voordat je de werkruimte zelf verwijdert.\"]}]],\"YtOXS1\":[\"Gesprek van \",[\"name\"]],\"lJ6xri\":[\"Transcriptfragment van \",[\"name\"]],\"P9UcSP\":[[\"names\"],\" en nog \",[\"extra\"]],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" personen meer\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" gesprek paste niet in deze chat. Start een nieuwe chat voor de rest.\"],\"other\":[\"#\",\" gesprekken pasten niet in deze chat. Start een nieuwe chat voor de rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" uitnodiging(en) in afwachting. Telt mee zodra geaccepteerd.\"],\"lEeV+7\":[[\"person\"],\" verliest toegang tot elke werkruimte in deze organisatie. Directe uitnodigingen voor werkruimtes blijven intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Gericht op \",\"#\",\" gesprek\"],\"other\":[\"Gericht op \",\"#\",\" gesprekken\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik\"],\"other\":[\"#\",\" gesprekken in gebruik\"]}]],\"TVD5At\":[[\"readingNow\"],\" leest nu\"],\"/+py6Q\":[[\"seats\"],\" plekken\"],\"ArGmEy\":[[\"selectedCount\"],\" van \",[\"totalCount\"],\" velden geselecteerd. Accepteren geldt alleen voor de aangevinkte velden.\"],\"odzwX/\":[[\"sent\"],\" uitnodigingen verstuurd\"],\"dmKaRr\":[[\"sentCount\"],\" uitnodigingen verstuurd.\"],\"qzj8O/\":[[\"tag\"],\" (vooraf gekozen)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" actief\"],\"other\":[\"#\",\" actief\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisatie\"],\"other\":[\"#\",\" organisaties\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" worden nog verwerkt.\"],\"ZpJ0wx\":[\"*Een moment a.u.b.*\"],\"lDyo+I\":[\"/zetel/mnd · jaarlijks gefactureerd\"],\"u5M/5B\":[\"/zetel/mnd · maandelijks gefactureerd\"],\"RuXuwk\":[\"+\",[\"0\"],\" meer\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" gesprekken\"],\"VAhv7y\":[\"€\",[\"0\"],\" per stuk, boven de inbegrepen \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra deelnemer\"],\"+Tssgi\":[\"€150 / zetel / maand\"],\"NPPhXn\":[\"€20 / zetel / maand\"],\"XlCmuS\":[\"€75 / zetel / maand\"],\"LeFXS1\":[\"0 Aspecten\"],\"r3PXp+\":[\"1 adres vraagt om aandacht\"],\"N0QWsI\":[\"1 u opname\"],\"2BWxOx\":[\"1 item in geschiedenis\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 weergave\"],\"AeSuqs\":[\"1. Je geeft een URL op waar je meldingen wilt ontvangen\"],\"9u4NIb\":[\"16 tot 40.\"],\"WehR9U\":[\"2 maanden geleden\"],\"gGr93M\":[\"2 tot 5.\"],\"L9boOH\":[\"2. Wanneer een gesprek of rapport plaatsvindt, sturen we de data automatisch naar je URL\"],\"VaA9mu\":[\"24 uur\"],\"RkmegJ\":[\"250 tot 1000.\"],\"7ZrpGs\":[\"3 dagen\"],\"lxBOZP\":[\"3 maanden geleden\"],\"WiUXLq\":[\"3. Uw systeem ontvangt de gegevens en kan erop reageren (bijvoorbeeld opslaan in een database, e-mail verzenden, spreadsheet bijwerken)\"],\"c5EE1L\":[\"50 tot 250.\"],\"rV+scO\":[\"6 tot 15.\"],\"34Qhax\":[\"8 uur\"],\"aFDk6y\":[\"Een paar korte vragen en je bent binnen.\"],\"Ddr+Kq\":[\"Een app_user-id van dembrane-personeel. De server controleert het @dembrane.com-adres.\"],\"iqgpeQ\":[\"Bij een downgrade gelden de downgrade-effecten uit de matrix en krijgen de admins van de werkruimte bericht. Bij een betaald tier gaat het account over op facturatie via dembrane.\"],\"thilZ0\":[\"Een downgrade beperkt functies direct.\"],\"wsTrfq\":[\"Zodra de eerste versie klaar is, verschijnt die hier.\"],\"D+aQ7R\":[\"Een vriendelijke naam om dit webhook te identificeren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Er wordt automatisch een nieuw rapport gegenereerd en gepubliceerd op het geplande tijdstip.\"],\"zm7GU7\":[\"Een link naar het privacybeleid is verplicht voor verwerking op basis van toestemming. De link moet beginnen met http:// of https:// en mag maximaal 255 tekens bevatten.\"],\"TKd+Fa\":[\"Een project bevat alles voor één onderwerp. Deel de link met deelnemers, verzamel stemmen en laat dembrane ze omzetten in inzichten.\"],\"sG+9v8\":[\"Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is.\"],\"lN8IO2\":[\"Een schatting of \\\"weet ik nog niet\\\". Met allebei kunnen we verder.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"Een zetel is één lid. Voeg leden toe of verwijder ze in het tabblad Mensen van elke werkruimte; je volgende afschrijving past zich automatisch aan.\"],\"hyYKSp\":[\"Een zetel is één lid. Zetels blijven beschikbaar tot het abonnement eindigt; wijzigingen worden niet in rekening gebracht.\"],\"SpaKQm\":[\"Een aparte context voor data-eigendom en facturering. Je kunt deze later overdragen aan die organisatie zonder data te verplaatsen.\"],\"GhjsDN\":[\"Een korte tekst die op het organisatieoverzicht wordt getoond.\"],\"F9QjSt\":[\"Een korte notitie over waar dit project over gaat. Je kunt dit later aanpassen.\"],\"j2mO8+\":[\"een werkruimte\"],\"kO7Ugp\":[\"Over de voorgestelde projectupdate: \",[\"hostNote\"]],\"2rz0sA\":[\"Over jou\"],\"g3UF2V\":[\"Accepteren\"],\"Q74FZp\":[\"Accepteren en deelnemen\"],\"JAvG0l\":[\"Voorwaarden geaccepteerd\"],\"LuXP9q\":[\"Toegang\"],\"qLcf0w\":[\"Toegang stopt op\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Toegang verleend voor 24 uur.\"],\"HlgFV1\":[\"Toegangsgeschiedenis\"],\"6NLtuJ\":[\"Toegangsverzoek goedgekeurd\"],\"RpdQvB\":[\"Toegangsverzoek geweigerd\"],\"FmhC27\":[\"Toegangsverzoek verlopen\"],\"pyPxxw\":[\"Toegangsverzoek ingetrokken\"],\"ekMaJX\":[\"Toegangsverzoeken\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account en beveiliging\"],\"K3wUdw\":[\"Accountstandaard\"],\"g9NChz\":[\"Accountmanager\"],\"/8wINa\":[\"Accountmanager toegewezen.\"],\"Q+M1Ej\":[\"Account overgezet naar self-service facturatie.\"],\"DX/Wkz\":[\"Accountwachtwoord\"],\"Euv0O8\":[\"Account overgezet naar facturatie via dembrane.\"],\"A7C5YV\":[\"Account op beheerd gezet.\"],\"0qqrUz\":[\"Gefactureerde accounts\"],\"L5gswt\":[\"Actie door\"],\"7U5F+i\":[\"Actie nodig\"],\"UQXw0W\":[\"Actie op\"],\"7L01XJ\":[\"Acties\"],\"F6pfE9\":[\"Actief\"],\"3976bh\":[\"Actief · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Actieve filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Toevoegen\"],\"4USg1N\":[[\"0\"],\" toevoegen aan \",[\"1\"],\" als <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Voeg een lid toe en kies de toegang.\"],\"o1Svup\":[\"Voeg een naam en een prompt toe voordat je dit toepast.\"],\"kKuKkg\":[\"Voeg een naam, beschrijving en framing toe.\"],\"5xxrhm\":[\"Notitie toevoegen\"],\"Cf2umO\":[\"Voeg een projectdoel toe voordat je opslaat.\"],\"pVTvYj\":[\"een werkruimte toe te voegen\"],\"1m+3Z3\":[\"Voeg extra context toe (Optioneel)\"],\"Se1KZw\":[\"Vink aan wat van toepassing is\"],\"L1uMzn\":[\"Nog een toevoegen\"],\"LvDRbs\":[\"Toevoegen via e-mail\"],\"select.all.modal.title.add\":[\"Gesprekken toevoegen aan context\"],\"8T7YRB\":[\"Voeg eerst gesprekken toe aan je project\"],\"LL1rvo\":[\"Aangepast onderwerp toevoegen\"],\"0qHnFM\":[\"Voeg doeltekst toe voordat je dit toepast.\"],\"5phU36\":[\"Afbeeldingen toevoegen\"],\"1xDwr8\":[\"Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren.\"],\"ndpRPm\":[\"Voeg nieuwe opnames toe aan dit project. Bestanden die u hier uploadt worden verwerkt en verschijnen in gesprekken.\"],\"ymW+mN\":[\"Voeg mensen uit je organisatie toe\"],\"Ralayn\":[\"Trefwoord toevoegen\"],\"add.tag.filter.modal.title\":[\"Tag toevoegen aan filters\"],\"IKoyMv\":[\"Trefwoorden toevoegen\"],\"b6Sm+u\":[\"Toevoegen aan \",[\"0\"],\"?\"],\"jo1zkp\":[\"Toevoegen aan Chat\"],\"add.tag.filter.modal.add\":[\"Toevoegen aan filters\"],\"NffMsn\":[\"Voeg toe aan dit gesprek\"],\"P4Egjx\":[\"Toevoegen aan werkruimtes\"],\"6Xm4X2\":[\"Onderwerp toevoegen\"],\"AHaRrL\":[\"Vertalingen toevoegen\"],\"yFRVHT\":[\"Verificatieprompt toevoegen\"],\"QN2F+7\":[\"Webhook toevoegen\"],\"UZ07em\":[\"Voeg uw eerste webhook toe\"],\"x2dB2O\":[\"je logo toe te voegen\"],\"hp8OtS\":[\"Toegevoegd\"],\"select.all.modal.added\":[\"Toegevoegd\"],\"Na90E+\":[\"Toegevoegde e-mails\"],\"uVX6Vk\":[\"Toegevoegd aan werkruimte\"],\"yg5kon\":[\"Je bent toegevoegd aan \",[\"okCount\"],\" werkruimtes\"],\"ZncK2m\":[\"Je bent toegevoegd aan \",[\"okCount\"],\". \",[\"0\"],\" konden niet worden toegevoegd, probeer opnieuw.\"],\"lQmOCQ\":[\"Je bent toegevoegd aan 1 werkruimte\"],\"54QrMC\":[\"Als je er \",[\"pendingCount\"],\" toevoegt, gaat deze werkruimte over de zetellimiet. Extra zetels worden gefactureerd tegen het tarief van de werkruimte.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen aan de chat\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.loading.title\":[\"Gesprekken toevoegen\"],\"Du6bPw\":[\"Adres\"],\"NY/x1b\":[\"Adresregel 1\"],\"cormHa\":[\"Adresregel 2\"],\"CA/Ul9\":[\"Pas de basislettergrootte voor de interface aan\"],\"U3pytU\":[\"Beheerder\"],\"84oArf\":[\"Beheerdersdashboard\"],\"HJ47wa\":[\"Hier beheerder via organisatierol\"],\"uYQEe4\":[\"Beheerder, dembrane\"],\"eC58+P\":[\"Beheerders\"],\"CLlKPV\":[\"Beheerders hebben toegang tot elke werkruimte in deze organisatie. Leden en externen zien alleen de werkruimtes waartoe ze toegang hebben gekregen.\"],\"sxkWRg\":[\"Geavanceerd\"],\"OaKXud\":[\"Geavanceerd (Tips en best practices)\"],\"JiIKww\":[\"Geavanceerde instellingen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent-run mislukt\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Tool-gestuurd uitvoering\"],\"I1JKlv\":[\"Agentische chat\"],\"N40H+G\":[\"Alles\"],\"cF7bEt\":[\"Alle acties\"],\"O1367B\":[\"Alle collecties\"],\"gvykaX\":[\"Alle gesprekken\"],\"u/fl/S\":[\"Alle bestanden zijn succesvol geüpload.\"],\"zG6Ooi\":[\"Alle projecten\"],\"ynXPFB\":[\"Alles gelezen\"],\"W/4/mV\":[\"Alle plekken in dit niveau zijn bezet. Verwijder een lid of externe, of upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"XQ7aEI\":[\"Alle plekken zijn bezet. Maak een plek vrij of upgrade om meer mensen uit te nodigen.\"],\"X3FPsl\":[\"Alle plekken bezet\"],\"NGO2th\":[\"Alle sjablonen\"],\"IOEBQh\":[\"Alle niveaus\"],\"dYoI9C\":[\"Alle zichtbare gesprekken geselecteerd\"],\"AWdiC+\":[\"Alle werkruimtes\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Geef dembrane-medewerkers toegang tot deze werkruimte voor support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Sta deelnemers toe om met behulp van de link nieuwe gesprekken te starten\"],\"sV+uzv\":[\"Bijna klaar\"],\"bruUug\":[\"Bijna klaar\"],\"gwPMvj\":[\"Al lid\"],\"H7cfSV\":[\"Al toegevoegd aan dit gesprek\"],\"cFO+NU\":[\"Heb je al een account? Log in\"],\"xNyrs1\":[\"Al in context\"],\"lLTpsm\":[\"Al uitgenodigd\"],\"3lBGEC\":[\"Al gebruikt in deze chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Altijd aan, het staat op onze website\"],\"hehnjM\":[\"Bedrag\"],\"nIUIH3\":[\"Bedragen zijn standaard het aantal plekken van het account maal de prijs per plek. Pas dit alleen aan wanneer dat nodig is.\"],\"2G0LKZ\":[\"Een extra training is verplicht voor teams die dembrane gebruiken in situaties die onder de EU AI Act als hoog risico worden aangemerkt.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"Een burgerberaad.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"Een evenement of workshop.\"],\"zqhMd0\":[\"Er ging iets onverwachts mis. Opnieuw laden of teruggaan naar home helpt meestal.\"],\"F4cOH1\":[\"Analyse taal\"],\"ZlwDi6\":[\"Analytics\"],\"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\"],\"J8yrvq\":[\"Transcripten anonimiseren\"],\"M8cgTa\":[\"Transcript anonimiseren\"],\"gd1W+U\":[\"Transcripten anoniem maken\"],\"YdiKaK\":[\"anoniem gesprek\"],\"iPiP6k\":[\"Anoniem gesprek\"],\"D9CFV5\":[\"Anoniem\"],\"Pg5/xn\":[\"Anonieme deelnemer\"],\"SEllfL\":[\"Anonieme bezoeker\"],\"t2jB92\":[\"Een andere admin of eigenaar moet je herstellen.\"],\"6GojWN\":[\"Elke tag\"],\"FnbCx1\":[\"Iedereen in je organisatie kan deze werkruimte vinden. Admins kunnen meteen meedoen, leden kunnen toegang aanvragen.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Nog iets anders nodig?\"],\"isAHo8\":[\"Wil je nog iets anders delen\"],\"kR5k2j\":[\"Nog iets?\"],\"N1Wkmw\":[\"Is er iets dat we beter hadden kunnen doen?\"],\"sMMWxH\":[\"Wil je nog iets toevoegen\"],\"aAIQg2\":[\"Weergave\"],\"9+QMn9\":[\"Toegepast. Het canvas toont nu dit ontwerp en houdt het actueel.\"],\"HMzKuc\":[\"Past deze formulering en het verversgedrag toe op het bestaande canvas.\"],\"DB8zMK\":[\"Toepassen\"],\"4TwsNi\":[\"Sjabloon toepassen\"],\"5swDY2\":[\"Bijna een limiet bereikt deze maand\"],\"z0ccuc\":[\"Bijna aan de limiet: \",[\"0\"],\" / 32.000 tekens\"],\"Z7ZXbT\":[\"Goedkeuren\"],\"participant.concrete.action.button.approve\":[\"Goedkeuren\"],\"m14CS3\":[\"Goedkeuren voor 24 uur\"],\"1kA9Tv\":[\"Supporttoegang goedkeuren\"],\"conversation.verified.approved\":[\"Goedgekeurd\"],\"tq+4rb\":[\"Weet je zeker dat je de webhook \\\"\",[\"0\"],\"\\\" wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"uqhbrg\":[\"Weet je zeker dat je deze chat wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\"],\"Q5Z2wp\":[\"Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"yrk3z3\":[\"Weet je zeker dat je dit aangepaste onderwerp wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"YF1Re1\":[\"Weet je zeker dat je dit project wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"ELQ+fw\":[\"Weet je zeker dat je dit rapport wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"aUsm4A\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen? Dit zal het trefwoord verwijderen uit bestaande gesprekken die het bevatten.\"],\"e3BGhi\":[\"Weet u zeker dat u dit sjabloon wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"participant.modal.finish.message.text.mode\":[\"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.\"],\"UXCOMn\":[\"Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting.\"],\"ZmeZPn\":[\"Weet je zeker dat je je avatar wilt verwijderen?\"],\"wQ5jM6\":[\"Weet je zeker dat je je aangepaste logo wilt verwijderen? Het standaard dembrane-logo wordt in plaats daarvan gebruikt.\"],\"Wh64Gd\":[\"Geregeld met dembrane\"],\"F+vBv0\":[\"Stel vraag\"],\"VttPAe\":[\"Vragen | dembrane\"],\"Djkxtl\":[\"Stel een vraag over de gesprekken in dit project, of vraag hulp bij het opzetten ervan. Elke wijziging wordt eerst ter beoordeling voorgesteld en er wordt niets opgeslagen totdat je het goedkeurt.\"],\"2QOQAV\":[\"Vraag een admin van de werkruimte om een uitnodiging, of kies een andere werkruimte uit je lijst.\"],\"jPTnVt\":[\"Stel vragen over de app.\"],\"7edAaq\":[\"Hierover vragen\"],\"9pDK3A\":[\"Vraag iets over je gesprekken...\"],\"lCenB6\":[\"Vraag om e-mail?\"],\"Rjlwvz\":[\"Vraag om naam?\"],\"KmS8XG\":[\"Vraag het in de chat als je een live beeld van de gesprekken wilt. Het eerste canvas komt hier te staan.\"],\"ZwM3p2\":[\"meer vragen te stellen in de chat\"],\"6S+qQR\":[\"Vraag deelnemers om hun e-mailadres\"],\"I+vZ9W\":[\"Vraag deelnemers om hun naam\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspecten\"],\"kaEPzR\":[\"Toewijzen\"],\"d/bvvp\":[\"Assistent\"],\"MPY6SL\":[\"Assistent-context\"],\"aYfeOI\":[\"Assistent-geheugen\"],\"bU39dx\":[\"Minstens 8 tekens\"],\"iF1OFS\":[\"Er moet minstens één onderwerp zijn geselecteerd om Verifiëren aan te zetten\"],\"quMOkF\":[\"Aan het einde van deze periode\"],\"8Fp5MP\":[\"Hoeveel gesprekken zijn er op je drukste moment tegelijk bezig?\"],\"FA2/EC\":[\"Geverifieerde artefacten toevoegen\"],\"participant.modal.interruption.issue.message\":[\"Let op! We hebben de laatste 60 seconden van je opname verloren door een onderbreking. Druk op de knop hieronder om opnieuw verbinding te maken.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-download niet beschikbaar voor anonieme gesprekken\"],\"N2tS3I\":[\"Audio komt binnen\"],\"SLvg/d\":[\"Audio-afspelen niet beschikbaar voor anonieme gesprekken\"],\"IOBCIN\":[\"Audio-tip\"],\"OCG9c0\":[\"Er kwam audio binnen, maar dat is gestopt. De verbinding is misschien weggevallen of de telefoon is vergrendeld.\"],\"y2W2Hg\":[\"Auditlogboeken\"],\"aL1eBt\":[\"Auditlogboeken geëxporteerd naar CSV\"],\"mS51hl\":[\"Auditlogboeken geëxporteerd naar JSON\"],\"z8CQX2\":[\"Authenticator-code\"],\"R+PyK8\":[\"Automatisch titels genereren\"],\"voAvDv\":[\"Automatisch titels genereren\"],\"Wrpmw7\":[\"Automatisch gegenereerd of handmatig invoeren\"],\"8kH9im\":[\"Automatische titels en concepttags\"],\"dY4Vk3\":[\"Automatisch een korte onderwerp-gebaseerde titel genereren voor elk gesprek na samenvatting. De titel beschrijft wat er werd besproken, niet wie deelnemde. De oorspronkelijke naam van de deelnemer wordt apart bewaard, als ze er een had.\"],\"F95AYw\":[\"Transcripten automatisch opslaan in je CRM of database\"],\"zUbSgC\":[\"Conversatiegegevens automatisch verzenden naar je andere tools en services wanneer gebeurtenissen plaatsvinden.\"],\"AUb80i\":[\"Beschikbaar met een betaald abonnement\"],\"KKfW2W\":[\"Avatar verwijderd\"],\"jSKImf\":[\"Avatar bijgewerkt\"],\"vhjbKr\":[\"Afwezig\"],\"iH8pgl\":[\"Terug\"],\"participant.button.back.microphone\":[\"Terug naar microfoon\"],\"participant.button.back\":[\"Terug\"],\"BT2r2q\":[\"Terug naar dembrane\"],\"aBqveh\":[\"Terug naar live\"],\"7rgUr5\":[\"Terug naar mijn werkruimtes\"],\"/9nVLo\":[\"Terug naar selectie\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Terug naar templates\"],\"IWTC0l\":[\"Terug naar werkruimtes\"],\"1u1/HA\":[\"Terug naar je werkruimtes\"],\"Nzwli2\":[\"Basis\"],\"wVO5q4\":[\"Basis (Alleen essentiële tutorial slides)\"],\"epXTwc\":[\"Basis instellingen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bèta\"],\"dashboard.dembrane.concrete.beta\":[\"Bèta\"],\"dashboard.dembrane.verify.beta\":[\"Bèta\"],\"Zz7XBz\":[\"Betafuncties\"],\"K9cTJe\":[\"Jaarlijks gefactureerd\"],\"aIkeAd\":[\"Maandelijks gefactureerd\"],\"rKaO4m\":[\"Wordt op een eigen abonnement gefactureerd, niet dat van je organisatie. Beheer dit via de facturering van deze werkruimte.\"],\"IHgGGv\":[\"Apart gefactureerd\"],\"4FkKL6\":[\"Apart gefactureerd, geen onderdeel van het abonnement van de organisatie.\"],\"jtq36d\":[\"Gefactureerd onder het abonnement van je organisatie, samen met je andere werkruimtes.\"],\"R+w/Va\":[\"Facturering\"],\"17Ox+q\":[\"Factuurgegevens\"],\"UQPSlS\":[\"Factuurgegevens opgeslagen.\"],\"ZQhgRe\":[\"Facturering wordt beheerd door je organisatie\"],\"/2TrP/\":[\"Facturatiemodus\"],\"MkvsWx\":[\"Een gesprek boeken\"],\"KKLfx1\":[\"Plan een gesprek met ons\"],\"kFl92P\":[\"Boek een gecertificeerde training om dembrane te blijven gebruiken in situaties met hoog risico.\"],\"IkwW6y\":[\"Plan een kennismakingsgesprek\"],\"YgG3yv\":[\"Brainstorm ideeën\"],\"xHijXF\":[\"Overzicht · \",[\"0\"],\" actief\"],\"EpQC5j\":[\"Overzicht per niveau\"],\"16exrD\":[\"Briefing\"],\"7Ic570\":[\"Gebruik je eigen LLM\"],\"4eBtkM\":[\"Aangepaste dashboards bouwen met realtime conversatiegegevens\"],\"G46Sdr\":[\"door \",[\"by\"]],\"IqudIv\":[\"Door dit project te verwijderen, verwijder je alle bijbehorende gegevens. Deze actie kan niet ongedaan worden gemaakt. Weet je het absoluut zeker?\"],\"aeGLaK\":[\"Op status\"],\"0rwwOn\":[\"Op trefwoord\"],\"URPLGF\":[\"kan bewerken\"],\"6++86c\":[\"kan lezen\"],\"OoV4VL\":[\"Kun je ons meer vertellen?\"],\"dEgA5A\":[\"Annuleren\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuleren\"],\"participant.concrete.action.button.cancel\":[\"Annuleren\"],\"participant.concrete.instructions.button.cancel\":[\"Annuleren\"],\"select.all.modal.cancel\":[\"Annuleren\"],\"add.tag.filter.modal.cancel\":[\"Annuleren\"],\"4MDqQJ\":[\"Annuleer wanneer je wilt. Je houdt toegang tot het einde van de periode.\"],\"KWnDn1\":[\"Huidige run stoppen\"],\"UKcgfh\":[\"Overschrijving annuleren\"],\"Bu+BBn\":[\"Abonnement opzeggen\"],\"HoYkSd\":[\"Verzoek intrekken\"],\"lrdoAi\":[\"Planning annuleren\"],\"iypQhn\":[\"Selectie annuleren\"],\"XzQibx\":[\"Training annuleren\"],\"D2vAZP\":[\"Je abonnement opzeggen\"],\"vv7kpg\":[\"Opgezegd\"],\"AreLja\":[\"Bij opzeggen wordt je abonnement niet verlengd. Je houdt \",[\"0\"],\" tot het einde van je huidige factureringsperiode en gaat daarna over naar Free.\"],\"RKD99R\":[\"Kan geen leeg gesprek toevoegen\"],\"SL9Qao\":[\"Kan niet opnieuw plannen binnen 10 minuten voor het geplande tijdstip\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Verversfrequentie van het canvas aangepast\"],\"RP1RaW\":[\"Canvasvoorbeeld\"],\"J5lsfs\":[\"Canvasinstellingen\"],\"vkf71G\":[\"ontbrekende mogelijkheid\"],\"kryGs+\":[\"Kaart\"],\"SHhA6n\":[\"inhalen \",[\"0\"]],\"wNBLz0\":[\"Gecertificeerde training voor teams die dembrane in risicovolle situaties gebruiken. Een apart product, per sessie gefactureerd.\"],\"o+XJ9D\":[\"Wijzigen\"],\"rlgQn8\":[\"De organisatierol van \",[\"person\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"De rol van \",[\"person\"],\" op \",[\"wsName\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Toch wijzigen\"],\"U8sdJ+\":[\"Wijzigen in werkruimte-instellingen\"],\"+DEogc\":[\"Taal wijzigen\"],\"7KtLzo\":[\"Organisatierol wijzigen?\"],\"GptGxg\":[\"Wachtwoord wijzigen\"],\"Ts/A07\":[\"Betaalmethode wijzigen\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Rol wijzigen\"],\"qpV0fp\":[\"Niveau wijzigen\"],\"XbjzC/\":[\"Werkruimterol wijzigen?\"],\"mtseAM\":[\"Je eigen rol wijzigen?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Wijzigingen toegepast. Je kunt ze altijd bijstellen in de projectinstellingen.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat aangemaakt\"],\"pB+sJr\":[\"Chat verwijderd\"],\"qlK5jV\":[\"Chat is niet beschikbaar op jouw toegangsniveau. Neem contact op met je werkruimtebeheerder om een upgrade aan te vragen.\"],\"qUVihD\":[\"Chatlimiet bereikt\"],\"tDlhkF\":[\"Chatnaam\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Controleer microfoontoegang\"],\"participant.button.check.microphone.access\":[\"Controleer microfoontoegang\"],\"WQUm5N\":[\"Controleer de tekst en afbeeldingen en probeer het opnieuw\"],\"v4fiSg\":[\"Controleer je email\"],\"mGd0TP\":[\"Gecontroleerd \",[\"checkedAgo\"],\". De eerste update verschijnt zodra er genoeg te tonen is.\"],\"fhPONC\":[\"Gecontroleerd \",[\"checkedAgo\"],\". Niets nieuws sinds je laatste gesprek. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Live gesprekken controleren\"],\"pMF40U\":[\"Je sessie wordt gecontroleerd.\"],\"KFa1f3\":[\"Een logo-bestand kiezen\"],\"MgLGKD\":[\"Kies een methodologie\"],\"4Jd65a\":[\"Kies eerst een organisatie\"],\"okLwd9\":[\"Kiezen uit je andere projecten\"],\"Aoxltn\":[\"Kiezen wanneer je meldingen wilt ontvangen\"],\"mgiYV1\":[\"Kies je voorkeurstaal voor de interface\"],\"DakUDF\":[\"Kies je favoriete thema voor de interface\"],\"3wV73y\":[\"Plaats\"],\"xCJdfg\":[\"Wissen\"],\"yYxB17\":[\"Alles wissen\"],\"u8JHrO\":[\"Filters wissen\"],\"V8yTm6\":[\"Zoekopdracht wissen\"],\"eIdJyh\":[[\"cleared\"],\" van \",[\"total\"],\" gesprekken gewist\"],\"B2pdef\":[\"Klik op \\\"Upload bestanden\\\" wanneer je klaar bent om de upload te starten.\"],\"cwMTjO\":[\"Klik om te bewerken\"],\"jcSz6S\":[\"Klik om alle \",[\"totalCount\"],\" gesprekken te zien\"],\"oL+Urh\":[\"Klik om te sorteren\"],\"VbcOhD\":[\"Klantkorting %\"],\"1vOl9f\":[\"Klantorganisatie\"],\"WXNW/R\":[\"Klantorganisaties van partners\"],\"bIj+VB\":[\"Door client beheerd\"],\"+d+tJS\":[\"Klonen vanuit een ander project\"],\"nCnTY0\":[\"Klonen vanuit project\"],\"BPrdpc\":[\"Project klonen\"],\"9U86tL\":[\"Project klonen\"],\"yz7wBu\":[\"Sluiten\"],\"select.all.modal.close\":[\"Sluiten\"],\"RRo5cD\":[\"Sluiten en naar dembrane\"],\"bQfDiL\":[\"Cloud Act-veilig\"],\"sShXu3\":[\"Collega's die je uitnodigt kunnen gesprekken verkennen, inzichten delen en samen met jou rapporten maken.\"],\"Y+lkZA\":[\"Verhalen van mensen verzamelen zonder dat je erbij bent, zoals met een gesproken enquête.\"],\"q+hNag\":[\"Collectie\"],\"jEu4bB\":[\"Kolommen\"],\"AUYALh\":[\"Binnenkort beschikbaar\"],\"bJHBId\":[\"Algemene toepassingen:\"],\"Wqc3zS\":[\"Vergelijk\"],\"CfO59/\":[\"Vergelijk & Contrast Insights\"],\"2Jg8b0\":[\"Gratis proefperiode. €0 omzet.\"],\"bUEr/M\":[\"Gratis proefperiode. Verloopt op \",[\"0\"],\". €0 omzet.\"],\"bD8I7O\":[\"Voltooid\"],\"qqWcBV\":[\"Voltooid\"],\"XdO6hR\":[\"Voltooid op\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Doorgaan\"],\"7VpPHA\":[\"Bevestigen\"],\"s/uNVb\":[\"Bevestigen en versturen\"],\"JRQitQ\":[\"Bevestig nieuw wachtwoord\"],\"yjkELF\":[\"Bevestig nieuw wachtwoord\"],\"xnWESi\":[\"Wachtwoord bevestigen\"],\"puQ8+/\":[\"Publiceren bevestigen\"],\"vz1fGK\":[\"Herplanning bevestigen\"],\"L0k594\":[\"Bevestig je wachtwoord om een nieuw geheim voor je authenticator-app te genereren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbinding maken met rapportservices...\"],\"wX/BfX\":[\"Verbinding gezond\"],\"participant.modal.s3check.title\":[\"Verbindingsprobleem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbinding ongezond\"],\"l9fkrm\":[\"Toestemming\"],\"EhtOYz\":[\"Verwerking op basis van toestemming is actief zonder link naar het privacybeleid. Voeg er een toe waar de rechtsgrondslag is ingesteld: deelnemers moeten het privacybeleid kunnen lezen.\"],\"mpby9d\":[\"Contact met support\"],\"E5Shm/\":[\"Neem contact op met de beheerder als dit onverwacht was.\"],\"4b3oEV\":[\"Inhoud\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context toegevoegd:\"],\"JX3KT4\":[\"Contextuele suggesties\"],\"xGVfLh\":[\"Doorgaan\"],\"participant.button.continue\":[\"Doorgaan\"],\"participant.ready.to.begin.button.text\":[\"Doorgaan\"],\"F1pfAy\":[\"gesprek\"],\"YyNOE7\":[\"Gesprek\"],\"EiHu8M\":[\"Gesprek toegevoegd aan chat\"],\"participant.conversation.ended\":[\"Gesprek beëindigd\"],\"OtdHFE\":[\"Gesprek verwijderd uit chat\"],\"zTKMNm\":[\"Gespreksstatus\"],\"Rdt7Iv\":[\"Gespreksstatusdetails\"],\"7Ljafh\":[\"Gesprekslabels\"],\"a7zH70\":[\"gesprekken\"],\"EnJuK0\":[\"Gesprekken\"],\"72XGHt\":[\"Gesprekken gewist\"],\"participant.refine.cooling.down\":[\"Even afkoelen. Beschikbaar over \",[\"0\"]],\"6V3Ea3\":[\"Gekopieerd\"],\"84o0nc\":[\"Gekopieerd van het originele gesprek\"],\"PiH3UR\":[\"Gekopieerd!\"],\"iaPtht\":[\"kopie\"],\"he3ygx\":[\"Kopieer\"],\"qQB+iu\":[\"Kopieer goedgekeurde uitkomsten naar het nieuwe gesprek zodat ze niet verloren gaan als het origineel wordt verwijderd.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Uitnodigingslink kopiëren\"],\"y1eoq1\":[\"Kopieer link\"],\"H4brGj\":[\"Link naar klembord kopiëren\"],\"AjrNNs\":[\"Rapportinhoud kopiëren\"],\"vAkFou\":[\"Geheim kopiëren\"],\"v3StFl\":[\"Kopieer samenvatting\"],\"/4gGIX\":[\"Kopieer naar clipboard\"],\"RTxUjI\":[\"Kopieer naar klembord\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Kon je gesprekken niet aan deze chat toevoegen\"],\"wcXkqW\":[\"Kon niet alle tagwijzigingen toepassen.\"],\"5XIW2B\":[\"Kon de wijzigingen niet toepassen. Er is niets opgeslagen.\"],\"1kNETE\":[\"Je selectie kon niet worden meegenomen. Kies hieronder opnieuw.\"],\"Exvn8R\":[\"Kon die actie niet voltooien.\"],\"leuP7L\":[\"Kon de betaling niet bevestigen. Vernieuw om opnieuw te proberen.\"],\"inHtAw\":[\"Kon niet naar het klembord kopiëren. Probeer het opnieuw.\"],\"X+pWr+\":[\"Sjabloon kon niet worden aangemaakt\"],\"qg6spM\":[\"De organisatie kon niet worden aangemaakt\"],\"D4A5VY\":[\"Kon dit canvas niet aanmaken\"],\"kzqg8O\":[\"Kon deze methodologie niet aanmaken\"],\"BiXtZw\":[\"Sjabloon kon niet worden verwijderd\"],\"qFM9uZ\":[\"Er kon geen samenvatting worden gegenereerd. Probeer het opnieuw.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Kon de methodologieën niet laden.\"],\"RYJyLk\":[\"Betalingen konden niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"3ewci6\":[\"Kon de bibliotheek niet laden.\"],\"S+kUD0\":[\"De rollup kon niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"mNTNj8\":[\"Kon het doel van dit project niet laden.\"],\"2gcFEX\":[\"De gesprekkenlijst kon niet worden geopend. Probeer het opnieuw.\"],\"WSxAYE\":[\"Kon nu geen voorbeeld van dit canvas laden.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Kon dit canvas niet verversen\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Kon niet opslaan\"],\"vFB5Q8\":[\"Feedback niet opgeslagen\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Kon tags niet opslaan\"],\"/C4Hgq\":[\"De hostgids kon niet worden opgeslagen\"],\"mb/wyK\":[\"Kon deze methodologie niet opslaan\"],\"g4QEze\":[\"Kon dit projectdoel niet opslaan\"],\"HQinjp\":[\"De uitnodigings-e-mail kon niet worden verstuurd. Controleer de e-mailconfiguratie.\"],\"BMDNcQ\":[\"Je melding kon niet worden verzonden. Probeer het opnieuw\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Sjabloon kon niet worden bijgewerkt\"],\"Ld3JrX\":[\"Kon dit canvas niet bijwerken\"],\"0Mj7CF\":[\"Kon de methodologie van dit project niet bijwerken\"],\"/P90WH\":[[\"failed\"],\" leden konden niet worden toegevoegd. Voeg ze toe via de instellingen van de werkruimte.\"],\"n5jG23\":[\"1 lid kon niet worden toegevoegd. Voeg het toe via de instellingen van de werkruimte.\"],\"KFEjpC\":[\"Persoon kon niet worden toegevoegd\"],\"RbXh2U\":[\"Zichtbaarheid kon niet worden gewijzigd\"],\"DjWv8n\":[\"De link kon niet worden gekopieerd.\"],\"QYq+2z\":[\"Deelnemen lukt nu niet\"],\"TOvPOV\":[\"Kon live activiteit niet laden\"],\"CLBne9\":[\"Kon herinneringen niet laden. Vernieuw om het opnieuw te proberen.\"],\"SnOYvu\":[\"Organisatie kon niet worden geladen (\",[\"0\"],\")\"],\"KYcw2y\":[\"Organisatieleden konden niet worden geladen. Probeer te vernieuwen, en neem contact op met support als het blijft mislukken.\"],\"Vw2vHe\":[\"Openstaande uitnodigingen konden niet worden geladen.\"],\"8a9fbX\":[\"Gebruik kon niet worden geladen (\",[\"0\"],\")\"],\"Fwc3py\":[\"Instellingen van de werkruimte konden niet worden geladen (\",[\"0\"],\")\"],\"edGmsx\":[\"Werkruimtes konden niet worden geladen. Sluit en open opnieuw om het nogmaals te proberen.\"],\"4ufrJH\":[\"Gebruik kon niet worden vernieuwd. Probeer het opnieuw.\"],\"PMx835\":[\"Kon deze herinnering niet verwijderen\"],\"b5ALMv\":[\"Training kon niet worden aangevraagd\"],\"JNCzPW\":[\"Land\"],\"hYgDIe\":[\"Maak\"],\"VW1ecc\":[\"Een nieuwe webhook vanaf nul maken\"],\"oJfYM5\":[\"Een onderzoeksbrief maken van recente gesprekken\"],\"1hMWR6\":[\"Account aanmaken\"],\"3T8ziB\":[\"Maak een account aan\"],\"lJ+m2/\":[\"Maak een account aan om deel te nemen\"],\"/EJK2h\":[\"nog een rapport te maken\"],\"library.create\":[\"Maak bibliotheek aan\"],\"T7gFri\":[\"Nieuwe organisatie aanmaken\"],\"library.create.view.modal.title\":[\"Maak nieuwe view aan\"],\"55yNvT\":[\"Organisatie aanmaken\"],\"vPAex+\":[\"Wachtwoord aanmaken\"],\"Q7h9s/\":[\"Project aanmaken\"],\"bsfMt3\":[\"Maak rapport\"],\"A5hiCy\":[\"Template aanmaken\"],\"library.create.view\":[\"Maak view aan\"],\"3D0MXY\":[\"Maak view aan\"],\"dkAPxi\":[\"Webhook maken\"],\"FdtSNC\":[\"Werkruimte aanmaken\"],\"WqpzRx\":[\"Werkruimte aanmaken | dembrane\"],\"d+F6q9\":[\"Aangemaakt\"],\"NCIYDF\":[\"Aangemaakt door\"],\"45O6zJ\":[\"Gemaakt op\"],\"QxmQob\":[\"Aanmaken in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar bijsnijden\"],\"udBqWc\":[\"Afbeelding bijsnijden\"],\"8LMgB6\":[\"Logo bijsnijden\"],\"6dfVdc\":[\"Logo bijsnijden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Huidig\"],\"yOrQ4N\":[\"Huidige logo\"],\"Pn2B7/\":[\"Huidig wachtwoord\"],\"A+zoTy\":[\"Huidig abonnement\"],\"a+EVO+\":[\"Huidig tarief\"],\"8Tg/JR\":[\"Aangepast\"],\"o1nIYK\":[\"Aangepaste bestandsnaam\"],\"GrXJvi\":[\"Aangepast logo\"],\"iv5fAO\":[\"Aangepaste titelprompt\"],\"yGoz+a\":[\"Eigen logo van de werkruimte dat aan deelnemers wordt getoond.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Tsjechisch (alleen ECHO-functies, transcriptie en samenvattingen)\"],\"TNZKpI\":[\"Gevaar\"],\"Zz6Cxn\":[\"Gevarenzone\"],\"wqCnxg\":[\"Dashboard URL (directe link naar gespreksoverzicht)\"],\"S3EU+A\":[\"E-mail van de data-eigenaar\"],\"+kPwoM\":[\"Data-eigendom\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Datumbereik\"],\"Zpu3D+\":[\"Data die passen, context, alles wat verder relevant is\"],\"jbq7j2\":[\"Weigeren\"],\"a1Rv+M\":[\"Uitnodiging weigeren\"],\"bdg17D\":[\"Verzoek weigeren\"],\"OhcpqZ\":[\"Verzoek weigeren?\"],\"BfuTZd\":[\"De uitnodiging voor \",[\"subjectName\"],\" weigeren? Je kunt vragen om hem later opnieuw te sturen.\"],\"vrNxDR\":[\"Dit toegangsverzoek weigeren? De aanvrager krijgt geen melding en zou opnieuw toegang moeten aanvragen.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standaard\"],\"ucTqrC\":[\"Standaard - Geen tutorial (Alleen privacy verklaringen)\"],\"K/78Yl\":[\"Multistap analyse delegeren met live tool uitvoering\"],\"cnGeoo\":[\"Verwijder\"],\"project.sidebar.chat.delete\":[\"Chat verwijderen\"],\"Tf88pC\":[[\"0\"],\" verwijderen?\"],\"YFpLoV\":[\"Chat verwijderen\"],\"2GCE3m\":[\"Gesprek verwijderen\"],\"2DzmAq\":[\"Verwijder gesprek\"],\"j5pYC4\":[\"Aangepast onderwerp verwijderen\"],\"mp235G\":[\"Project verwijderen\"],\"++iDlT\":[\"Verwijder project\"],\"rUWrSE\":[\"Rapport verwijderen\"],\"qr0gpK\":[\"Tag verwijderen\"],\"DFjdv0\":[\"Template verwijderen\"],\"NUXYj2\":[\"Dit project in \",[\"0\"],\" verwijderen? Alle gesprekken en gegevens worden definitief verwijderd.\"],\"Ja/2b5\":[\"Deze werkruimte verwijderen\"],\"ooWc3n\":[\"Deze werkruimte verwijderen. Leden verliezen direct toegang en alle gesprekken en gegevens worden definitief verwijderd.\"],\"zdyslo\":[\"Webhook verwijderen\"],\"kYu0eF\":[\"Werkruimte verwijderen\"],\"Jb6/SB\":[\"Verwijderen…\"],\"L7H6O4\":[\"Verwijderd · \",[\"0\"]],\"+m7PfT\":[\"Verwijderd succesvol\"],\"InIP7b\":[\"Een organisatie verwijderen doen we samen met support. Mail <0>support@dembrane.com en we lopen het met je door. Alle werkruimtes moeten eerst leeg zijn en verwijderd.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane, de standaard\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", alle rechten voorbehouden.\"],\"qFd3qy\":[\"dembrane kan fouten maken. Controleer antwoorden altijd even.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane event-uitnodiging\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"toegang voor dembrane-medewerker automatisch gestopt\"],\"NBxEip\":[\"dembrane-medewerker heeft de sessie verlengd\"],\"7VMnIt\":[\"dembrane-medewerker is erbij gekomen voor support\"],\"g0sCc9\":[\"dembrane-medewerker is vertrokken\"],\"PDkZlx\":[\"dembrane-medewerker heeft toegang aangevraagd\"],\"cFCKYZ\":[\"Weigeren\"],\"HpYpx4\":[\"Beschrijf het probleem\"],\"Fs/0D5\":[\"Beschrijf wat de taalmodel moet extraheren of samenvatten uit het gesprek...\"],\"Nu4oKW\":[\"Beschrijving\"],\"Uf+1DF\":[\"Doelwerkruimte\"],\"ney/NP\":[\"Bepaalt onder welke AVG-rechtsgrondslag persoonsgegevens voor dit project worden verwerkt.\"],\"2rgVKb\":[\"Bepaalt op welke AVG-grondslag persoonsgegevens worden verwerkt. Dit is van invloed op de informatie die aan deelnemers wordt getoond en de rechten van betrokkenen.\"],\"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.\"],\"rGCttu\":[\"Verwachtte je dit niet? Je kunt deze pagina rustig negeren.\"],\"ch15wD\":[\"Niet ontvangen? Kijk eerst in je spam of ongewenste mail. Het bericht komt van dembrane.com.\"],\"hsGK8G\":[\"Niet ontvangen? Kijk in je spam- of ongewenste-mailmap. De e-mail komt van dembrane.com.\"],\"qERl58\":[\"2FA uitschakelen\"],\"yrMawf\":[\"Tweestapsverificatie uitschakelen\"],\"E/QGRL\":[\"Uitgeschakeld\"],\"bzSI52\":[\"Weggooien\"],\"Xrxdv5\":[\"Dit project weggooien?\"],\"gemv7o\":[\"Deze werkruimte weggooien?\"],\"H6Ma8Z\":[\"Korting\"],\"Ix7Qp4\":[\"Vindbaar in deze organisatie\"],\"1QfxQT\":[\"Negeren\"],\"J6hrEy\":[\"Genegeerd\"],\"K0Wh2e\":[\"Afgewezen. Er is niets gewijzigd.\"],\"pfa8F0\":[\"Weergavenaam\"],\"fDGgw4\":[\"Ben ik dit nodig?\"],\"qPwbNF\":[\"Ben je van plan dembrane te gebruiken in de zorg, het onderwijs, werving, het beheer van kritieke infrastructuur, rechtshandhaving of de rechtspraak?\"],\"JeOjN4\":[\"Wil je op de hoogte blijven?\"],\"TvY/XA\":[\"Documentatie\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Wordt niet vanzelf bijgewerkt.\"],\"VjXLEl\":[\"Wordt niet vanzelf bijgewerkt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Klaar\"],\"9bIbDI\":[\"Klaar, neem contact met me op\"],\"K98xdM\":[\"Nu terug naar Free\"],\"mzI/c+\":[\"Downloaden\"],\"5YVf7S\":[\"Download alle transcripten die voor dit project zijn gegenereerd.\"],\"SCWfsz\":[\"Alle transcripties downloaden\"],\"8fQs2Z\":[\"Downloaden als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio downloaden\"],\"KMdYRY\":[\"PDF downloaden\"],\"wEiqju\":[\"QR code downloaden\"],\"+bBcKo\":[\"Transcript downloaden\"],\"5XW2u5\":[\"Download transcript opties\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Ontwerp volgende acties en organiseer ze op basis van prioriteit\"],\"yboQcK\":[\"Een notitie opstellen die je naar het dembrane-team kunt sturen\"],\"hUO5BY\":[\"Sleep audio bestanden hierheen of klik om bestanden te selecteren\"],\"KGi3u9\":[\"Sleep om te herordenen\"],\"pBB+yW\":[\"Gaat terug naar het gratis plan. Ze kunnen op elk moment een betaald plan nemen.\"],\"euc6Ns\":[\"Dupliceren\"],\"lkz6PL\":[\"Duur\"],\"KIjvtr\":[\"Nederlands\"],\"oUKP8j\":[\"E-factuur\"],\"hBOGLr\":[\"bijv. \\\"Focus op duurzaamheidsthema's\\\" of \\\"Wat vinden deelnemers van het nieuwe beleid?\\\"\"],\"pO9dOq\":[\"bijvoorbeeld \\\"Gebruik korte zinnen als 'Stedelijke Groene Ruimtes' of 'Jeugdwerkgelegenheid'. Vermijd algemene titels.\\\"\"],\"9nchXg\":[\"bijv. Klant Alpha\"],\"o8kQWN\":[\"bijv. Klant Alpha, Q1-onderzoek\"],\"Ys/6OK\":[\"bijv. Onboardinggesprekken met klanten, Q1-productonderzoek\"],\"MR17iW\":[\"bijv. Klimaatluisteren, Q1-onderzoek\"],\"xnZ8L2\":[\"bijv. het rapportprobleem onderzoeken waarover je mailde\"],\"jYJhQk\":[\"bijv. We zijn een onderzoeksbureau. Rapporten gaan naar gemeentelijke opdrachtgevers, dus houd samenvattingen formeel en in het Nederlands.\"],\"sHNbQq\":[\"bijv. Wekelijkse samenvatting stakeholders\"],\"ffuZIY\":[\"bijvoorbeeld, Slack meldingen, Make workflow\"],\"Cs04r/\":[\"Elk nieuw lid wordt per stoel in rekening gebracht volgens je abonnement.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bewerken\"],\"9WkyHF\":[\"Gesprek bewerken\"],\"Y/3VME\":[\"Aangepast onderwerp bewerken\"],\"/8fAkm\":[\"Bestandsnaam bewerken\"],\"IYfHCP\":[\"Bijwerkinstellingen aanpassen\"],\"qDZ8v9\":[\"Doel bewerken\"],\"X14Q1S\":[\"Methodologie bewerken\"],\"G1Sb51\":[\"Bewerkingsmodus\"],\"niSWGL\":[\"Opties bewerken\"],\"G2KpGE\":[\"Project bewerken\"],\"DdevVt\":[\"Rapport inhoud bewerken\"],\"report.editor.description\":[\"Bewerk de rapport inhoud met de rich text editor hieronder. Je kunt tekst formatteren, links, afbeeldingen en meer toevoegen.\"],\"nP7CdQ\":[\"Webhook bewerken\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"E-mailadres\"],\"LimKOG\":[\"E-mailverificatie\"],\"QdCcsg\":[\"E-mailverificatie | dembrane\"],\"g2N9MJ\":[\"email@werk.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji getoond naast het onderwerp bijvoorbeeld 💡 🔍 📊\"],\"TiAvLQ\":[\"leeggemaakt\"],\"N2S1rs\":[\"Leeg\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA inschakelen\"],\"D3AnH0\":[\"Verkennen inschakelen\"],\"4KKbfZ\":[\"Deelnemen inschakelen\"],\"G3dSLc\":[\"Rapportmeldingen inschakelen\"],\"ZUS4uO\":[\"Schakel deze functie in zodat deelnemers AI-antwoorden kunnen vragen tijdens hun gesprek. Na het inspreken van hun gedachten kunnen ze op \\\"Verkennen\\\" klikken voor contextuele feedback, zodat ze dieper gaan nadenken en meer betrokken raken. Er zit een wachttijd tussen verzoeken.\"],\"dashboard.dembrane.feature.verify.description\":[\"Schakel deze functie in om deelnemers \\\"resultaten\\\" van hun inzendingen te laten verifiëren en goedkeuren. Dit helpt om belangrijke ideeën, zorgen of samenvattingen concreet te maken. Na het gesprek kun je filteren op discussies met geverifieerde resultaten en deze bekijken in het overzicht.\"],\"C027jd\":[\"Transcriptanoniem maken inschakelen\"],\"329BBO\":[\"Tweestapsverificatie inschakelen\"],\"x35ZEt\":[\"Verifiëren inschakelen\"],\"RxzN1M\":[\"Ingeschakeld\"],\"237hSL\":[\"Afgelopen\"],\"ajxGoy\":[\"Eindigt op \",[\"endDate\"],\", gaat daarna over naar Free\"],\"lYGfRP\":[\"Engels\"],\"GboWYL\":[\"Voer een sleutelterm of eigennamen in\"],\"TSHJTb\":[\"Voer een naam in voor het nieuwe gesprek\"],\"KovX5R\":[\"Voer een naam in voor je nieuwe project\"],\"DRYPFp\":[\"Voer een geheime sleutel in\"],\"34YqUw\":[\"Voer een geldige code in om tweestapsverificatie uit te schakelen.\"],\"QbilUm\":[\"Voer een geldig e-mailadres in\"],\"CyH1Uk\":[\"Voer het huidige wachtwoord in\"],\"2FPsPl\":[\"Voer bestandsnaam (zonder extensie) in\"],\"VpwcSk\":[\"Voer het nieuwe wachtwoord in\"],\"oIn7d4\":[\"Voer de 6-cijferige code uit je authenticator-app in.\"],\"q1OmsR\":[\"Voer de huidige zescijferige code uit je authenticator-app in.\"],\"NgaR6B\":[\"Voer je wachtwoord in\"],\"42tLXR\":[\"Voer uw query in\"],\"HRbyGE\":[\"Ingevoerd door de deelnemer op het portaal\"],\"FiGRkg\":[\"Gegevens ingevuld\"],\"SlfejT\":[\"Fout\"],\"Ne0Dr1\":[\"Fout bij het klonen van het project\"],\"AEkJ6x\":[\"Fout bij het maken van het rapport\"],\"edh3aY\":[\"Fout bij laden van project\"],\"4kVRov\":[\"Fout opgetreden\"],\"hmk+3M\":[\"Fout bij het uploaden van \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Geschatte kosten\"],\"0PkibI\":[\"Geschat totaal: €\",[\"estimated\"]],\"sIs2jw\":[\"In de EU gehoste taalmodellen inbegrepen\"],\"inuQyd\":[\"Hulp van het dembrane-team bij je evenement\"],\"tst44n\":[\"Gebeurtenissen\"],\"VFClUG\":[\"Gebeurtenissen om te luisteren naar\"],\"IwE6dT\":[\"Elke 15 minuten\"],\"QFwKaB\":[\"Elke 5 minuten\"],\"NsoFw9\":[\"Elke 60 minuten\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Elk inzicht herleidbaar. Het rapport koppelt elke bevinding terug aan wat er echt gezegd is.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Elke week, een jaar lang\"],\"aBiYpV\":[\"Iedereen kan het vinden. Admins doen direct mee, leden kunnen het aanvragen.\"],\"Mzb7Rk\":[\"Iedereen in \",[\"0\"],\" kan dit project vinden en openen.\"],\"PwqyQw\":[\"Iedereen in je organisatie\"],\"nvU1pM\":[\"Iedereen op de lijst is getraind.\"],\"participant.alert.microphone.access.success\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"jqsg/I\":[\"Voorbeeld webhook payload\"],\"p9TUoT\":[\"Overschrijdt het maximum aantal stoelen. Er gelden extra kosten.\"],\"sQpDn6\":[\"Volledig scherm sluiten\"],\"FATwZw\":[\"Werkruimtes uitvouwen\"],\"Rsjgm0\":[\"Experimenteel\"],\"M1RnFv\":[\"Verlopen\"],\"KnN1Tu\":[\"Verloopt\"],\"vHL8v0\":[\"Verloopt binnenkort\"],\"8tjQCz\":[\"Verkennen\"],\"participant.echo.explore\":[\"Verkennen\"],\"6jZGjE\":[\"Verkennen\"],\"sAod0Q\":[[\"conversationCount\"],\" gesprekken aan het verkennen\"],\"GS+Mus\":[\"Exporteer\"],\"2KAI4N\":[\"CSV exporteren\"],\"tZXz25\":[\"24 uur verlengen\"],\"bVhrVt\":[\"Extern\"],\"3xOpcO\":[\"Extern van \",[\"0\"]],\"8f/4pG\":[\"Extern van partner\"],\"FMB83I\":[\"Externen\"],\"uRzQpN\":[\"Externen worden niet aan je organisatie toegevoegd. Ze zien alleen de werkruimtes die je hier selecteert.\"],\"W3lkzg\":[\"Externen bestaan alleen binnen een werkruimte. Kies er minstens één om de uitnodiging te versturen.\"],\"KVTM6i\":[\"Extra deelnemers\"],\"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\"]],\"g5wCZj\":[\"Mislukt om gesprekken aan context toe te voegen\"],\"pmwvUt\":[\"Fout bij het goedkeuren van het resultaat. Probeer het opnieuw.\"],\"UcQWAA\":[\"Gesprekken wissen is mislukt\"],\"RBpcoc\":[\"Fout bij het kopiëren van de chat. Probeer het opnieuw.\"],\"uvu6eC\":[\"Kopiëren van transcript is mislukt. Probeer het nog een keer.\"],\"UQ6LqT\":[\"Fout bij het aanmaken van het aangepaste onderwerp\"],\"bHJ//P\":[\"Project aanmaken mislukt\"],\"nVOWis\":[\"Verwijderen van chat mislukt\"],\"ZiNeUi\":[\"Fout bij het verwijderen van het aangepaste onderwerp\"],\"7QAutA\":[\"Verwijderen van project mislukt\"],\"BVzTya\":[\"Fout bij het verwijderen van de reactie\"],\"REIHSi\":[\"Verwijderen van tag mislukt\"],\"Gu9mXj\":[\"Fout bij het voltooien van het gesprek. Probeer het opnieuw.\"],\"vx5bTP\":[\"Fout bij het genereren van \",[\"label\"],\". Probeer het opnieuw.\"],\"Fa1ewI\":[\"Samenvatting maken lukt niet. Probeer het later nog een keer.\"],\"Z77bMM\":[\"Fout bij het laden van webhooks\"],\"T7KYJY\":[\"Fout bij het markeren van alle meldingen als gelezen\"],\"eGHX/x\":[\"Fout bij het markeren van de melding als gelezen\"],\"PECaxL\":[\"Aankondiging als ongelezen markeren mislukt\"],\"CN1kl1\":[\"Verplaatsen van project mislukt\"],\"kC1ABz\":[\"Verplaatsen van projecten mislukt\"],\"FBluE+\":[\"Opnieuw verbinden mislukt. Probeer de pagina opnieuw te laden.\"],\"SVtMXb\":[\"Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later.\"],\"h49o9M\":[\"Opnieuw laden is mislukt. Probeer het opnieuw.\"],\"rv8mO7\":[\"Kan avatar niet verwijderen\"],\"kE1PiG\":[\"Fout bij het verwijderen van het gesprek uit de chat\"],\"+piK6h\":[\"Fout bij het verwijderen van het gesprek uit de chat\",[\"0\"]],\"P9wLTJ\":[\"Fout bij het verwijderen van het logo\"],\"IMUHg3\":[\"Opnieuw plannen mislukt. Kies een tijdstip verder in de toekomst en probeer het opnieuw.\"],\"SmP70M\":[\"Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw.\"],\"kClMar\":[\"Fout bij het herzien van het resultaat. Probeer het opnieuw.\"],\"wMEdO3\":[\"Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw.\"],\"FBpxE9\":[\"De run stoppen is mislukt\"],\"6xOp3l\":[\"Bericht versturen is mislukt\"],\"qTUnxX\":[\"Fout bij het bijwerken van het aangepaste onderwerp\"],\"BpuK7o\":[\"Fout bij het bijwerken van de rechtsgrondslag\"],\"Avee+B\":[\"Kan naam niet bijwerken\"],\"gnm1CH\":[\"Vastpinnen bijwerken mislukt\"],\"tOcErW\":[\"Instellingen bijwerken is mislukt\"],\"S1McZh\":[\"Kan avatar niet uploaden\"],\"RW4V7P\":[\"Fout bij het uploaden van het logo\"],\"3O1Mz4\":[\"Redelijk wachtwoord\"],\"participant.modal.echo.info.title\":[\"Functie binnenkort beschikbaar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedbackportaal\"],\"2roTVj\":[\"Feedback verstuurd\"],\"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\"],\"UkgMPE\":[\"Bestandsnaam van het geüploade bestand\"],\"5g0xbt\":[\"Filter auditlogboeken op actie\"],\"9clinz\":[\"Filter auditlogboeken op collectie\"],\"O39Ph0\":[\"Filter op actie\"],\"DiDNkt\":[\"Filter op collectie\"],\"3AFOMQ\":[\"Filter op naam of id\"],\"MRk67a\":[\"Vind tegenstrijdigheden en voeg volgende vragen voor\"],\"participant.button.stop.finish\":[\"Afronden\"],\"participant.button.finish.text.mode\":[\"Voltooien\"],\"participant.button.finish\":[\"Voltooien\"],\"participant.modal.finish.title.text.mode\":[\"Gesprek afmaken\"],\"4dQFvz\":[\"Voltooid\"],\"jtvljU\":[\"Afronden\"],\"V1EGGU\":[\"Voornaam\"],\"FnQmUL\":[\"Vijf korte vragen, daarna kies je een moment met het dembrane-team. We lezen je antwoorden voor het gesprek en komen met een plan dat past.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus op gesprekken\"],\"2CludW\":[\"Gericht op:\"],\"cGeFup\":[\"Lettergrootte\"],\"UfM4y6\":[\"Voor <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Voor geavanceerde gebruikers: Een geheime sleutel om de authenticiteit van de webhook te controleren. Alleen nodig als je ontvangende service een handtekeningvereist.\"],\"aW4yu6\":[\"Voor een externe organisatie\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"Voor intern gebruik\"],\"c08s58\":[\"Voor facturen, een gedeeld contract, om een samenwerking te bespreken of voor iets op maat, mail <0>support@dembrane.com.\"],\"YP/rFm\":[\"voor het dembrane-team\"],\"GcibpE\":[\"Voor jou\"],\"z7J3FU\":[\"Prognose\"],\"UXY498\":[\"Een opgeslagen herinnering vergeten\"],\"glx6on\":[\"Wachtwoord vergeten?\"],\"rWsDiJ\":[\"Kader\"],\"2POOFK\":[\"Gratis\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Het gratis plan staat 1 rapport per werkruimte toe\"],\"GAy5hu\":[\"Het gratis plan staat 1 werkruimte per organisatie toe\"],\"/L+Kwy\":[\"Gratis, alleen-lezen. Ziet projecten, gesprekken en rapporten. Kan niet chatten of rapporten genereren.\"],\"nLC6tu\":[\"Frans\"],\"2Ui6bR\":[\"wrijving\"],\"OwIqiD\":[\"Volledig scherm\"],\"k/Ywl4\":[\"Volledig transcript (wanneer beschikbaar)\"],\"3qkggm\":[\"Volledig scherm\"],\"Weq9zb\":[\"Algemeen\"],\"ziAjHi\":[\"Genereren\"],\"EIdJgG\":[\"Nieuw rapport genereren\"],\"QsUhrf\":[\"Rapport genereren\"],\"GRy59I\":[\"Genereer eerst een samenvatting\"],\"MWSGhX\":[\"Bibliotheek genereren\"],\"5SWGxv\":[\"Nu genereren\"],\"GWUJ9X\":[\"Nu genereren\"],\"QqIxfi\":[\"Geheim genereren\"],\"gitFA/\":[\"Samenvatting genereren\"],\"3/pp83\":[\"Gegenereerd op basis van het transcript. Je kunt het bewerken.\"],\"5z5bUs\":[\"Rapport wordt gegenereerd...\"],\"kzY+nd\":[\"Samenvatting wordt gemaakt. Even wachten...\"],\"hMOYzR\":[\"Je rapport wordt gegenereerd...\"],\"DDcvSo\":[\"Duits\"],\"jpNBdT\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"participant.refine.go.deeper.description\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"Pl6LQ+\":[\"Neem contact op\"],\"ZDIydz\":[\"Aan de slag\"],\"4/PUV0\":[\"aan de slag.\"],\"erZjsz\":[[\"0\"],\" van dembrane 24 uur adminrechten geven voor deze werkruimte? De toegang stopt automatisch.\"],\"TAXdgS\":[\"Geef me een lijst van 5-10 onderwerpen die worden besproken.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Ga terug\"],\"participant.concrete.artefact.action.button.go.back\":[\"Terug\"],\"DXr0zk\":[\"Volledig scherm\"],\"iWpEwy\":[\"Ga naar home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Naar facturering\"],\"mPlqH9\":[\"Naar chats\"],\"s15CIR\":[\"Naar gesprekken\"],\"10Xyas\":[\"Naar dashboard\"],\"4+0/e5\":[\"Naar de hostgids\"],\"BVMldh\":[\"Naar de bibliotheek\"],\"SAshCc\":[\"Naar de monitor\"],\"A3oCMz\":[\"Ga naar nieuw gesprek\"],\"S8lgYE\":[\"Naar het overzicht\"],\"Zo4Spg\":[\"Naar de portal-editor\"],\"jH97zI\":[\"Naar de projectpagina\"],\"QvyaLZ\":[\"Naar het rapport\"],\"1WuwiM\":[\"Naar instellingen\"],\"EEZvNu\":[\"Doel\"],\"mc61Qc\":[\"Doel opgeslagen\"],\"VIfUjY\":[\"Goed antwoord\"],\"hjZBYK\":[\"Heb je twee minuten? Vijf optionele vragen helpen ons voorbereiden.\"],\"5sIEgO\":[\"Heb je twee minuten? Vijf korte vragen helpen ons om goed voorbereid te komen, en je mag ze allemaal overslaan.\"],\"Lr2Goo\":[\"Licenties toekennen\"],\"ALoP4W\":[\"Groeperen op\"],\"+h3keC\":[\"Gids hoe titels worden gegenereerd. Titels beschrijven het onderwerp van het gesprek, niet de deelnemer.\"],\"uMjvI3\":[\"Het rapport begeleiden\"],\"myXGZW\":[\"Begeleid\"],\"ZqBGoi\":[\"Bevat geverifieerde artefacten\"],\"0zo6ap\":[\"Heb je een training afgerond?\"],\"OwUS8p\":[\"je opnames te laten transcriberen\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me op weg\"],\"55zzNI\":[\"Hulp bij het opzetten van je project.\"],\"1zZ1IK\":[\"Hoi\"],\"v6a4UH\":[\"Hoi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Verborgen voor leden van de organisatie. Beheerders van de organisatie kunnen de werkruimte nog wel vinden en eraan deelnemen.\"],\"G1UUQY\":[\"Verborgen parel\"],\"vLyv1R\":[\"Verbergen\"],\"eHo/Jc\":[\"Gegevens verbergen\"],\"CdQHTK\":[\"Details verbergen\"],\"lqv0Dk\":[\"Projecten verbergen\"],\"g4tIdF\":[\"Revisiegegevens verbergen\"],\"dN/wNN\":[\"Stappen verbergen\"],\"umJNCH\":[\"Wijzigingen verbergen\"],\"SGJRXz\":[\"de dembrane event-uitnodiging verbergen\"],\"V3NvRL\":[\"De dembrane event-uitnodiging verbergen kan met een betaald plan.\"],\"tn75xn\":[\"Specifiek Concept markeren\"],\"3l+JGi\":[\"Notitie bij wijziging\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"hostgids\"],\"bGCQQ9\":[\"Hostgids\"],\"EW9rvn\":[\"Feedback van de host\"],\"yY8wAv\":[\"Uren\"],\"zvDeDZ\":[\"Uren vanaf nu\"],\"EmxJlb\":[\"Hoe Vragen werkt en wat je ermee kunt.\"],\"lgXx7l\":[\"Hoe het werkt:\"],\"DTQkD6\":[\"Hoeveel opnames verwacht je in je eerste jaar?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"Zeg het zoals jij het zou zeggen. Een datum, een seizoen, of dat je het nog niet weet.\"],\"/c3Xl4\":[\"https://youtu.be/y6jIf-kAYtQ\"],\"ACVscB\":[\"Ik heb het canvas toegepast.\"],\"wJCEin\":[\"Ik heb het doel toegepast.\"],\"L5eful\":[\"Ik heb binnenkort veel grote evenementen\"],\"Q53s6K\":[\"Ik heb de <0>voorwaarden gelezen en ga ermee akkoord\"],\"IVvH44\":[\"Ik heb ondersteuning voor een specifieke taal nodig\"],\"UTbk9h\":[\"Ik heb strikte privacygaranties nodig\"],\"participant.button.i.understand\":[\"Ik begrijp het\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"Ik weet het over een week of twee\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Inactief\"],\"IroOSC\":[\"Als je hebt gezien dat gegevens zichtbaar zijn voor de verkeerde mensen, dat iemand toegang heeft die dat niet hoort te hebben, of dat er mogelijk een beveiligingslek is, gebruik dan ons <0>formulier voor beveiligingsmeldingen. Je melding komt dan bij een ander team terecht en wordt sneller opgepakt. Mail bij spoed naar <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Als je tevreden bent met \",[\"objectLabel\"],\", klik dan op \\\"Goedkeuren\\\" om te laten zien dat je je gehoord voelt.\"],\"qtM5OH\":[\"Als je iets anders nodig hebt, maken we een voorstel voor jouw situatie.\"],\"mHvgOU\":[\"Verwachtte je toegang? Vraag de persoon die je heeft uitgenodigd om de uitnodiging opnieuw te sturen.\"],\"AGaPk/\":[\"Als je niet zeker bent, is het waarschijnlijk nog niet nodig. Webhooks zijn een geavanceerde functie die meestal wordt gebruikt door ontwikkelaars of teams met aangepaste integraties. Je kunt ze altijd later instellen.\"],\"hDVOQQ\":[\"Als je webhook-integraties instelt, zouden we graag weten wat je voor gebruik hebt. We zijn ook bezig met observability-functies, waaronder auditlogboeken en leveringstracking.\"],\"kSoYmo\":[\"Als je je bij een bestaande organisatie wilt aansluiten, maak dan geen nieuwe aan. Je kunt hier per ongeluk terechtkomen door:\"],\"X2yiuT\":[\"Beeldstijl\"],\"QYnqWe\":[\"Afbeeldingen mogen maximaal \",[\"MAX_FILE_MB\"],\"MB zijn\"],\"zyr//t\":[\"Verbeter mijn instellingen\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactief\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portallink opnemen\"],\"hTwp/C\":[\"Inbegrepen uren opgebruikt\"],\"LYjZNH\":[\"Inbegrepen uren deze maand opgebruikt\"],\"JEvKqp\":[\"Onjuist of verzonnen\"],\"8aA4We\":[\"overgenomen van organisatie\"],\"C6W6w6\":[\"Begin\"],\"fr30H3\":[\"Innovator of hoger\"],\"sQpkks\":[\"inzicht \",[\"0\"]],\"3hJypY\":[\"Inzichten\"],\"MSVCjk\":[\"Instructies voor het genereren van het verificatieresultaat\"],\"fN5mkr\":[\"Integraties en export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ongeldige code. Vraag een nieuwe aan.\"],\"jLr8VJ\":[\"Ongeldige inloggegevens.\"],\"B2Tpo0\":[\"Ongeldige e-mail\"],\"R7p7+o\":[\"Ongeldige uitnodigingslink\"],\"KhBSE/\":[\"Uitnodiging\"],\"oFgGAT\":[\"Er staan uitnodigingen voor je klaar. Accepteer om aan de slag te gaan.\"],\"MFKlMB\":[\"Uitnodigen\"],\"UwSCxN\":[\"Uitnodiging afgewezen\"],\"ynskdH\":[\"Nodig leden uit om samen te werken aan projecten en gesprekken in deze werkruimte.\"],\"3iGwJw\":[\"Alleen op uitnodiging\"],\"W6+yFb\":[\"Mensen uitnodigen\"],\"iLWFzs\":[\"Nodig mensen uit voor \",[\"orgName\"]],\"lOslCN\":[\"Uitnodiging opnieuw verstuurd\"],\"7Nlmb6\":[\"Uitnodiging ingetrokken\"],\"gfMuvV\":[\"Uitnodiging verstuurd\"],\"2AL6ct\":[\"Uitnodiging verstuurd.\"],\"CTWPKj\":[\"Nodig uit voor een werkruimte, of alleen voor de organisatie.\"],\"RXHza3\":[\"Nodig uit voor deze werkruimte, of alleen voor de organisatie.\"],\"d+Y+rP\":[\"Nodig je team uit\"],\"GA5TFo\":[\"Werkruimte op uitnodiging\"],\"M4oozP\":[\"uitgenodigd door \",[\"0\"]],\"voFazH\":[\"Uitnodigingen verlopen na 7 dagen. Vraag \",[\"inviterName\"],\" om een nieuwe te versturen.\"],\"ec+Yhb\":[\"Factuurbedrag, EUR\"],\"Nv38Sl\":[\"Factuur geregistreerd als betaald.\"],\"DTZqjh\":[\"Offline gefactureerd, geen Mollie-machtiging.\"],\"F7nA5/\":[\"Facturen\"],\"L7OkFI\":[\"Facturatie\"],\"1xMiTU\":[\"IP-adres\"],\"7eZuvg\":[\"Is dit voor intern gebruik binnen je organisatie, of voor een externe organisatie?\"],\"6u5tk8\":[\"Is deze werkruimte voor intern gebruik binnen je organisatie, of voor een externe organisatie die eigenaar is van haar data?\"],\"eeAl1v\":[\"Factuur uitgeven\"],\"08FN6B\":[\"Betaallink uitgeven\"],\"Gglww2\":[\"Het heeft een eigen abonnement en eigen plaatsen, niet het gedeelde abonnement van \",[\"0\"],\". Wijzigingen hier gelden alleen voor deze werkruimte.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Het lijkt erop dat de bibliotheek niet beschikbaar is voor uw account. Vraag om toegang om deze functionaliteit te ontgrendelen.\"],\"participant.outcome.error.description\":[\"We konden deze uitkomst niet laden. Dit kan een tijdelijk probleem zijn. U kunt proberen te herladen of teruggaan om een ander onderwerp te selecteren.\"],\"5dxEAB\":[\"Het lijkt erop dat u nog geen rapport voor dit project heeft. Genereer er een om een overzicht van uw gesprekken te krijgen.\"],\"ZYXJus\":[\"Misschien is hij al gebruikt of verlopen. Als je e-mail geverifieerd is, log dan in om door te gaan.\"],\"MbKzYA\":[\"Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal ons helpen iedereen duidelijk te horen.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiaans (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"KFXip/\":[\"Jan\"],\"r6wcTL\":[\"jan@voorbeeld.com\"],\"0wdd7X\":[\"Aansluiten\"],\"ADF305\":[\"Lid worden van \",[\"0\"],\" als <0>admin? Het verschijnt daarna meteen in je zijbalk.\"],\"C6DnOz\":[\"Word eerst zelf admin van \",[\"0\"],\" om anderen toe te voegen.\"],\"q1E+AA\":[\"Lid worden van \",[\"0\"],\"?\"],\"agqQk1\":[\"Word lid van \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Lid worden als admin\"],\"TCEFVm\":[\"Lid worden als admin?\"],\"j4IJHz\":[\"Eerst lid worden\"],\"eI7D2K\":[\"Aansluiten voor support\"],\"oopH2X\":[\"Aansluiten voor support (24 uur)\"],\"Q31z/2\":[\"Word lid van onze Slack-community\"],\"s/jfrO\":[\"Word lid van deze organisatie om werkruimtes te ontdekken en samen te werken met je team.\"],\"BICpzG\":[\"Sluit je als beheerder aan bij deze werkruimte om te helpen met support. De klant moet support-toegang voor medewerkers hebben aangezet. Je toegang stopt automatisch na 24 uur.\"],\"gePQ/O\":[\"Word lid van deze werkruimte om samen te werken aan gesprekken, inzichten te delen en samen rapporten te maken.\"],\"IKAMA9\":[\"Lid geworden van \",[\"subjectName\"]],\"Glgamf\":[\"Toegevoegd als admin\"],\"l4EwDk\":[\"Deelgenomen aan het gesprek\"],\"NiZZRh\":[\"Ga naar\"],\"uocCon\":[\"Gewoon een momentje\"],\"xOTzt5\":[\"zojuist\"],\"TXB5vy\":[\"Eén.\"],\"mmEyCQ\":[\"Net een preview gemaakt. Even geduld.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Net bijgewerkt. Even geduld.\"],\"UQYK3R\":[\"Net begonnen\"],\"U0T6D0\":[\"Praat of typ gewoon op een natuurlijke manier. Uw bijdrage gaat rechtstreeks naar ons productteam en helpt ons echt om dembrane te verbeteren. We lezen alles.\"],\"hK3t2g\":[\"Alleen jij, plus de beheerders van de werkruimte.\"],\"rnwfSX\":[\"Voorlopig alleen jij.\"],\"lgdsfK\":[\"Alleen jij. Deel met specifieke mensen →\"],\"OePlDL\":[[\"tier\"],\" houden tot een datum\"],\"0ohX1R\":[\"Houd de toegang veilig met een eenmalige code uit je authenticator-app. Gebruik deze schakelaar om tweestapsverificatie voor dit account te beheren.\"],\"4OjqAQ\":[\"Verder bewerken\"],\"RQElWR\":[\"Behouden\"],\"B3WAHx\":[\"Licentie houden\"],\"uHdpk+\":[\"Mijn abonnement behouden\"],\"Qzyw+2\":[\"In behandeling houden\"],\"II//jO\":[\"Houd dit canvas up-to-date\"],\"0BWuwA\":[\"Houdt het niveau tot de datum hieronder en gaat daarna terug naar Free, tenzij ze een abonnement nemen.\"],\"4q0kY7\":[\"Kernbegrippen\"],\"dymfAn\":[\"Kernbegrippen vertellen de transcriptie hoe de namen en woorden die in dit project belangrijk zijn geschreven worden.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Taal\"],\"swJ0V2\":[\"Laatste audio\"],\"rTwgPH\":[\"Vorige maand\"],\"1ZaQUH\":[\"Achternaam\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Laatst opgeslagen \",[\"0\"]],\"K7P0jz\":[\"Laatst bijgewerkt\"],\"QEU41f\":[\"Laatst bijgewerkt \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Laatste\"],\"wv+L3B\":[\"Laatste rapport\"],\"zwWKhA\":[\"Meer informatie\"],\"ay5uke\":[\"Meer informatie over webhooks\"],\"ffCwpJ\":[\"Laat leeg om bestaande te behouden\"],\"wpBe20\":[\"Nu verlaten\"],\"qvRaz1\":[\"Werkruimte verlaten\"],\"HZKm0W\":[\"Laat je e-mailadres achter en we nemen binnen een dag contact met je op over een event met dembrane.\"],\"J8VWes\":[\"Laat je e-mailadres achter, dan nemen we contact met je op.\"],\"UlKSMd\":[\"Vertrokken\"],\"Mx+KL8\":[\"Rechtsgrondslag\"],\"vRXsmZ\":[\"Rechtsgrondslag\"],\"CopiEV\":[\"Rechtsgrondslag opgeslagen\"],\"nc/jNe\":[\"Naam rechtspersoon\"],\"oK9656\":[\"Aan de slag!\"],\"8zGcQ2\":[\"Laten we je eerste gesprek horen.\"],\"qnAazR\":[\"Laten we het over het canvas \\\\\\\"\",[\"0\"],\"\\\\\\\" hebben.\"],\"OQ/Al+\":[\"Laten we het over dit canvas hebben.\"],\"VxapXh\":[\"bibliotheek\"],\"exYcTF\":[\"Bibliotheek\"],\"library.title\":[\"Bibliotheek\"],\"T50lwc\":[\"Bibliotheek wordt aangemaakt\"],\"gkv8iG\":[\"Kenteken\"],\"u/z4+7\":[\"Licentie ingetrokken\"],\"snyG+w\":[\"Licenties\"],\"/NleHL\":[\"Licenties verleend\"],\"JbbFA4\":[\"Levenslange limiet\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link gekopieerd\"],\"H+AO1D\":[\"Link naar het privacybeleid dat deelnemers te zien krijgen\"],\"g4/qsV\":[\"Toon mijn gesprekken\"],\"k3d/oJ\":[\"Toon de gesprekken in dit project.\"],\"+L0OEa\":[\"Gesprekken op een rij zetten\"],\"gWVReV\":[\"Documentatiepagina's opzoeken\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live en recent\"],\"uH9GEL\":[\"Live agent uitvoermodus\"],\"participant.live.audio.level\":[\"Live audio niveau:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live deelnemersstroom\"],\"O0rtUS\":[\"Live deelnemerstrechter: aantallen voor gescand, instellen, op opnamepagina, live en voltooid\"],\"n9yU9X\":[\"Live Voorbeeld\"],\"hQE9uK\":[\"Live opnames, voortgang van transcriptie en fouten verschijnen hier zodra deelnemers in de portal beginnen met opnemen.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live verbinding verbroken. We werken minder vaak bij tot de verbinding terug is.\"],\"PPSKvH\":[\"Live verbinding onderbroken. We halen updates nu periodiek op.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Meer laden\"],\"yQE2r9\":[\"Bezig met laden\"],\"participant.verify.instructions.loading\":[\"Bezig met laden\"],\"yQ9yN3\":[\"Acties worden geladen...\"],\"participant.concrete.loading.artefact\":[\"Tekst aan het laden…\"],\"JOvnq+\":[\"Auditlogboeken worden geladen…\"],\"y+JWgj\":[\"Collecties worden geladen...\"],\"YyMToN\":[\"Leden laden\"],\"IG63hz\":[\"Methodologie laden\"],\"FUK4WT\":[\"Microfoons laden...\"],\"Xan9/v\":[\"Projecten laden...\"],\"GtQzAW\":[\"Deze chat laden...\"],\"H+bnrh\":[\"Transcript aan het laden...\"],\"3SKW0s\":[\"Verify onderwerpen aan het laden…\"],\"eRq8Ag\":[\"Werkruimtes laden…\"],\"+yD+Wu\":[\"bezig met laden...\"],\"Z3FXyt\":[\"Bezig met laden...\"],\"Pwqkdw\":[\"Bezig met laden…\"],\"G2fuEb\":[\"Vergrendeld\"],\"pefb7Y\":[\"Gesprek vergrendeld, upgrade om te bekijken\"],\"z32CuS\":[\"Vergrendeld om bij de uitnodiging te passen. Wil je een ander adres gebruiken? Vraag de admin om dat e-mailadres opnieuw uit te nodigen.\"],\"sQia9P\":[\"Inloggen\"],\"L3Q5Lc\":[\"Log in bij \",[\"resolvedWorkspaceName\"],\" om verder te gaan.\"],\"KC88rc\":[\"Uitloggen en het uitgenodigde e-mailadres gebruiken\"],\"7Zt++i\":[\"Dit doorgeven aan het dembrane-team\"],\"z0t9bb\":[\"Inloggen\"],\"LM/dWU\":[\"Inloggen | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo verwijderd\"],\"MjfaMh\":[\"Logo bijgewerkt\"],\"nOhz3x\":[\"Uitloggen\"],\"FTbR8B\":[\"Langste eerst\"],\"jWXlkr\":[\"Langste eerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Batterij bijna leeg\"],\"tX9/Xs\":[\"een werkruimte privé te maken\"],\"QqxHAZ\":[\"Maak het privé om alleen met specifieke mensen te delen. Privéprojecten vereisen het innovator-abonnement of hoger.\"],\"icpEdc\":[\"Privé maken\"],\"pCYZVV\":[\"Zichtbaar maken voor de hele werkruimte\"],\"wckWOP\":[\"Beheren\"],\"lXmPSL\":[\"Aanwezigen beheren\"],\"hB02vO\":[\"Leden beheren\"],\"WLAeKT\":[\"Facturatie van organisatie beheren\"],\"mrenWs\":[\"Templates beheren\"],\"2VeSf/\":[\"Training beheren\"],\"waFx9W\":[\"Beheerd\"],\"DlYfyz\":[\"Beheerde accounts betalen op factuur, niet met een kaart. Een account beheerd maken houdt alle functies aan en zet automatisch incasseren, aanmaningen en verlopen uit. Wijs een dembrane-accountmanager toe zodat de klant weet bij wie hij terechtkan.\"],\"bxxIPf\":[\"Beheerde facturatie\"],\"usR1Ju\":[\"Beheerd door dembrane\"],\"/FWPUc\":[\"Beheert leden, werkruimtes en organisatie-instellingen.\"],\"onllUU\":[\"Alles markeren als gelezen\"],\"JSxZVX\":[\"Alle als gelezen markeren\"],\"E8m+Rc\":[\"Markeer als aanwezig\"],\"+s1J8k\":[\"Als gelezen markeren\"],\"5GPcf9\":[\"Markeren als ongelezen\"],\"TyonBx\":[\"Markeer als voltooid\"],\"MCipZC\":[\"Factuur markeren als betaald\"],\"AHBWqd\":[\"Training als voltooid markeren\"],\"Ofm5QB\":[\"Markeert \",[\"orgName\"],\" als partner. De werkruimtes geven bij het aanmaken zelf aan of ze voor intern of extern klantgebruik zijn.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Vergadernotities\"],\"NwiNTb\":[\"lid\"],\"OvoEq7\":[\"Lid\"],\"deUR+U\":[\"Lid verwijderd\"],\"GnG6Oy\":[\"leden\"],\"wlQNTg\":[\"Leden\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Geheugen\"],\"u418B7\":[\"Herinnering verwijderd\"],\"ltnOth\":[\"Bericht van het dembrane team\"],\"YcaR2g\":[\"Bericht is te lang (maximaal 32.000 tekens). Voeg gesprekken toe of maak je bericht korter.\"],\"08d+3x\":[\"Berichten van \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologieën\"],\"m8tKkP\":[\"Methodologie\"],\"hml7oE\":[\"Methodologie aangemaakt\"],\"l1/lbT\":[\"Methodologie opgeslagen\"],\"e6I7Ej\":[\"Methodologie bijgewerkt\"],\"ADm81a\":[\"Microfoon geblokkeerd\"],\"+WoTL8\":[\"Microfoon getest\"],\"B+1PXy\":[\"Toegang tot de microfoon wordt nog steeds geweigerd. Controleer uw instellingen en probeer het opnieuw.\"],\"azjxk1\":[\"Antwoordt niet op de vraag\"],\"pTc/Cy\":[\"mnd\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is niet ingesteld in deze omgeving, dus er worden geen live transacties getoond. De Dashboard-link verwijst nog steeds naar de juiste Mollie-omgeving.\"],\"j0uaMA\":[\"Monitoren\"],\"f8jrkd\":[\"meer\"],\"JcD7qf\":[\"Meer acties\"],\"YJLckp\":[\"Meer dan 1000.\"],\"MDHqSE\":[\"Meer dan 40.\"],\"QWdKwH\":[\"Verplaatsen\"],\"3qp1VW\":[\"\\\"\",[\"0\"],\"\\\" verplaatsen naar \",[\"targetWorkspaceName\"],\"? Leden van de huidige werkruimte verliezen hun toegang.\"],\"ZU6coV\":[[\"0\"],\" van \",[\"1\"],\" naar \",[\"tier\"],\" verplaatsen?\"],\"8Pgx5L\":[\"Haal \",[\"name\"],\" van facturatie door dembrane. Kies wat er met hun plan gebeurt.\"],\"CyKTz9\":[\"Verplaats gesprek\"],\"cK3qrq\":[\"Verplaatsingsgeschiedenis\"],\"nthowT\":[\"Project verplaatsen\"],\"WnyjBv\":[\"Projecten verplaatsen\"],\"7TYQRA\":[\"Dit project naar de geselecteerde werkruimte verplaatsen?\"],\"fwyWPz\":[\"Verplaats dit project, met de gesprekken en rapporten, naar een werkruimte die je beheert. Je moet admin of eigenaar van de doelwerkruimte zijn.\"],\"wUTBdx\":[\"Verplaats naar een ander project\"],\"zCpAZ1\":[\"Naar een andere werkruimte verplaatsen\"],\"Ksvwy+\":[\"Verplaats naar project\"],\"5MzfrX\":[\"Analyse in meerdere stappen.\"],\"uzUz9i\":[\"Meerdere talen\"],\"j7HfhZ\":[\"Moet minstens 10 minuten in de toekomst zijn\"],\"5hOInR\":[\"Mijn toegang\"],\"en+4fS\":[\"Mijn sjablonen\"],\"6YtxFj\":[\"Naam\"],\"e3/ja4\":[\"Naam A-Z\"],\"8/brI5\":[\"Naam is verplicht\"],\"aFFbp6\":[\"Noem het naar de klant, opdracht of het doel.\"],\"KxAfaR\":[\"Noem het naar het onderwerp, de opdracht of de vraag die je verkent.\"],\"ztAdhw\":[\"Naam bijgewerkt\"],\"vfJR5V\":[\"Geef je organisatie een naam om te beginnen. Je kunt daarna meteen leden uitnodigen, of later via instellingen lid worden van andere organisaties.\"],\"5cahWP\":[\"Geef je organisatie een naam. Je kunt daarna mensen uitnodigen, of dat later via instellingen doen.\"],\"pfbjQ0\":[\"Geef je werkruimte een naam.\"],\"c5Xt89\":[\"Naam Z-A\"],\"WcgzjF\":[\"naam@voorbeeld.com\"],\"CLjxnx\":[\"naam@voorbeeld.com, naam2@voorbeeld.com\"],\"AQjK0x\":[\"Werkwijzen met een naam die je team opnieuw kan gebruiken.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Meer toegang nodig? Vraag de persoon die je heeft uitgenodigd om je toe te voegen aan de organisatie of een andere werkruimte.\"],\"fAUSZy\":[\"Vereist aandacht\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nieuw\"],\"mdHOWX\":[\"Nieuwe chat over dit canvas\"],\"Wmq4bZ\":[\"Nieuwe Gesprek Naam\"],\"u2uElg\":[\"Nieuwe gesprekken toegevoegd sinds dit rapport\"],\"library.new.conversations\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"UPRdvV\":[\"Nieuwe methodologie\"],\"MVaH2c\":[\"Nieuwe organisatie\"],\"/nT6AE\":[\"Nieuw wachtwoord\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"gKi+a/\":[\"Nieuw project\"],\"wzIR5D\":[\"Nieuw project | dembrane\"],\"z6wcHz\":[\"Nieuw rapport\"],\"ZfVx+G\":[\"Nieuw niveau\"],\"curoK5\":[\"Nieuwe werkruimte\"],\"cTUByn\":[\"Nieuwste eerst\"],\"+RfVvh\":[\"Nieuwste eerst\"],\"hXzOVo\":[\"Volgende\"],\"participant.button.next\":[\"Volgende\"],\"participant.verify.selection.button.next\":[\"Volgende\"],\"participant.verify.instructions.button.next\":[\"Volgende\"],\"1vEADD\":[\"Volgende factuur\"],\"ljNSDv\":[\"Volgende: kies een tijd\"],\"1UzENP\":[\"Nee\"],\"participant.button.finish.no.text.mode\":[\"Nee\"],\"oPoLg+\":[\"Geen toegang\"],\"VHfLAW\":[\"Geen accounts\"],\"riwuXX\":[\"Geen acties gevonden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Geen app, geen hardware. Deelnemers scannen een QR-code en hun telefoon wordt het portaal.\"],\"Em+3Ls\":[\"Geen auditlogboeken komen overeen met de huidige filters.\"],\"Xmk0PY\":[\"Nog geen factureringsaccount. Mail naar <0>support@dembrane.com en we stellen er een in.\"],\"PVAfDk\":[\"Geen factureringsaccounts voldoen aan de huidige filters.\"],\"xz3y0A\":[\"Nog geen canvassen\"],\"d2Jf1f\":[\"Geen wijziging\"],\"project.sidebar.chat.empty.description\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"9nWRSv\":[\"Geen chats gevonden voor je zoekopdracht.\"],\"r3iaI0\":[\"Nog geen chats.\"],\"Qqhl3R\":[\"Geen collecties gevonden\"],\"zsslJv\":[\"Geen inhoud\"],\"1pZsdx\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"library.no.conversations\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"EtMtH/\":[\"Geen gesprekken gevonden.\"],\"BuikQT\":[\"Geen gesprekken gevonden. Start een gesprek met behulp van de deelname-uitnodigingslink uit het <0><1>projectoverzicht.\"],\"PNz5nE\":[\"Geen gesprekken voldoen aan deze filters.\"],\"select.all.modal.no.conversations\":[\"Er zijn geen gesprekken verwerkt. Dit kan gebeuren als alle gesprekken al in de context zijn of niet overeenkomen met de geselecteerde filters.\"],\"YnWe3z\":[\"Nog geen gesprekken.\"],\"GKpO3x\":[\"Nog geen gesprekken. Je kunt nu een rapport plannen en gesprekken worden opgenomen zodra ze zijn toegevoegd.\"],\"oaDwXD\":[\"Geen standaard ingesteld (door client beheerd geldt)\"],\"dl4q4O\":[\"geen vervaldatum\"],\"7Ad0TM\":[\"Geen expliciete delingen. Werkruimtebeheerders hebben nog steeds toegang.\"],\"Fb9N7E\":[\"Nog geen extern geleide organisaties.\"],\"cZ8DR9\":[\"Nog geen feedback.\"],\"cqoc0B\":[\"Geen verdere kosten\"],\"bl3Q4e\":[\"Nog geen doel. Stel er hier een in, of laat de assistent je erover interviewen in de chat.\"],\"wuFH13\":[\"Er zijn geen uitnodigingen verstuurd. Bekijk de lijst hieronder.\"],\"rwtE4m\":[\"Geen logo ingesteld. De standaard van dembrane wordt gebruikt.\"],\"4TVVsS\":[\"Geen resultaten\"],\"IntpVZ\":[\"Geen resultaten gevonden\"],\"JuBV6F\":[\"Nog geen leden.\"],\"A4D9sY\":[\"Nog geen methodologieën.\"],\"gr5hJS\":[\"Er was geen microfoon beschikbaar. Controleer of er een is aangesloten en niet ergens anders in gebruik is.\"],\"UfnqDf\":[\"Geen naam\"],\"jfhDAK\":[\"Noch geen nieuwe feedback gedetecteerd. Ga door met je gesprek en probeer het opnieuw binnenkort.\"],\"XOpCfj\":[\"Geen nieuwe uitnodigingen nodig. Bekijk de lijst hieronder.\"],\"nZsRCa\":[\"Nog niemand toegevoegd\"],\"VylT70\":[\"Nog niemand anders in deze organisatie\"],\"xp1ZnX\":[\"Nog niemand hier.\"],\"wca+1p\":[\"Niemand wordt automatisch geblokkeerd bij niet-betalen. Houd mislukte betalingen hier in de gaten en volg ze op.\"],\"6iedjR\":[\"Niemand voldoet aan dat filter.\"],\"RJSUJO\":[\"Nog niemand in de organisatie.\"],\"ZwZtAi\":[\"Nog niemand in deze organisatie.\"],\"/+Nxaa\":[\"Nog niemand gedeeld\"],\"sAu4UE\":[\"Nog niemand in de werkruimte.\"],\"/ksKg9\":[\"Geen organisatierol. Toegang via werkruimte-uitnodigingen.\"],\"laeweW\":[\"Geen betalingen voldoen aan het filter.\"],\"iV2Or0\":[\"Nog geen betalingen.\"],\"cqfchi\":[\"Geen pdf beschikbaar voor deze factuur.\"],\"qPbs1l\":[\"Geen openstaande uitnodigingen\"],\"X0DUuO\":[\"Geen projectactiviteit deze periode.\"],\"T3TyGx\":[\"Geen projecten gevonden \",[\"0\"]],\"y29l+b\":[\"Geen projecten gevonden voor de zoekterm\"],\"YzI8q2\":[\"Geen projecten gevonden.\"],\"m0I2ba\":[\"Geen recente activiteit\"],\"9Y/ZE7\":[\"Nog geen verwijsafspraken.\"],\"ctlSnm\":[\"Geen rapport gevonden\"],\"1iQvuD\":[\"Nog geen rapporten\"],\"Ev2r9A\":[\"Geen resultaten\"],\"pm345e\":[\"Geen selecteerbare gesprekken\"],\"deovLP\":[\"Nog geen samenvatting\"],\"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.\"],\"KE6RCJ\":[\"Geen templates gevonden voor {searchQuery}\"],\"ndv8BV\":[\"Geen trainingen gevonden met deze filters.\"],\"JmSs4s\":[\"Nog geen trainingen.\"],\"bhqKwO\":[\"Geen transcript beschikbaar\"],\"vq+6l+\":[\"Er is nog geen transcript beschikbaar voor dit gesprek. Controleer later opnieuw.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"Nog geen verbruik deze cyclus.\"],\"OdkUBk\":[\"Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audiobestanden (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Er zijn geen verificatie-onderwerpen voor dit project geconfigureerd.\"],\"pdWSGS\":[\"Geen verify topics beschikbaar.\"],\"Z9sn1g\":[\"Nog geen versie\"],\"+uY23Q\":[\"Geen webhooks geconfigureerd\"],\"/PUkCU\":[\"Geen webhooks gevonden\"],\"AtHA/x\":[\"Nog geen werkruimtetoegang\"],\"nnCUYC\":[\"Geen werkruimte gekozen. Ze worden toegevoegd aan \",[\"orgName\"],\" en kunnen zelf werkruimtetoegang aanvragen.\"],\"wn5bQU\":[\"Geen wijziging van werkruimterol. Voeg deze persoon toe aan de organisatie en nodig ze daarna opnieuw uit vanuit de werkruimte.\"],\"tPEiUj\":[\"Er worden op dit moment geen werkruimtes uit deze organisatie met je gedeeld.\"],\"pxmfsY\":[\"Geen werkruimtes komen overeen met \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"Niets gepland\"],\"PjeFWm\":[\"Geen geldig e-mailadres.\"],\"select.all.modal.not.added\":[\"Niet toegevoegd\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Niet nu\"],\"Ua2NxX\":[\"Geen beheerde facturatie. Zet op beheerd om dit account op het \",[\"tier\"],\"-niveau te factureren, zonder automatische afschrijvingen via Mollie.\"],\"07Vguj\":[\"Wordt niet verlengd\"],\"vaVAp0\":[\"Niet ingepland\"],\"MTqQMG\":[\"Niet ingesteld\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Weet ik nog niet.\"],\"kBpuXT\":[\"Deze niet\"],\"vbpAZQ\":[\"Niet getraind\"],\"/hpEcX\":[\"notitie\"],\"1DBGsz\":[\"Notities\"],\"RYtZxa\":[\"Notities voor ons team\"],\"budBGD\":[\"Notities die de assistent bijhoudt over hoe je graag werkt, opgeslagen tijdens je chats. Alleen jij ziet ze. Verwijder alles wat je niet wilt bewaren.\"],\"NdAad3\":[\"Notities die de assistent vanuit chats over dit project heeft opgeslagen. Iedereen die in dit project chat deelt ze.\"],\"WAy8m5\":[\"Notities die de assistent vanuit chats over deze werkruimte heeft opgeslagen. Iedereen in de werkruimte deelt ze.\"],\"DZMptz\":[\"Op dit moment niets van dembrane.\"],\"DN72IZ\":[\"Hier is nog niets voor je.\"],\"yFnB+H\":[\"hier nog niets\"],\"0IdomT\":[\"Er wordt niets verstuurd totdat je het verstuurt. Pas hieronder eerst aan wat je wilt.\"],\"we3tJT\":[\"Niets komt overeen met het filter.\"],\"610qM/\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl er wordt gechat.\"],\"6rAlvZ\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl je chat.\"],\"yebagU\":[\"Deelnemers melden wanneer een rapport wordt gepubliceerd.\"],\"hGA9Wy\":[\"Waarnemer\"],\"phUtHZ\":[\"Waarnemers (gratis)\"],\"k9cwCQ\":[\"Waarnemers zijn gratis en alleen-lezen, en alleen voor werkruimtes van externe klanten. Ze kunnen de werkruimte bekijken, maar niet chatten, rapporten genereren of bewerken. Wijzig hun rol naar Extern om ze meer te laten doen.\"],\"RfY3gN\":[\"Observers zijn gratis gasten die alleen kunnen meelezen. Wil je ze laten bewerken? Verwijder ze en nodig ze opnieuw uit als lid.\"],\"JIE4kF\":[\"Waarnemers zijn alleen beschikbaar in werkruimtes voor een externe klant. Kies alleen werkruimtes van externe klanten, of kies een andere rol.\"],\"Bdtwnw\":[\"uit\"],\"az8lvo\":[\"Uit\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oudste eerst\"],\"9+6THi\":[\"Oudste eerst\"],\"Fdp03t\":[\"aan\"],\"Z5HWHd\":[\"Aan\"],\"Hktelz\":[\"Facturatie wordt beheerd door dembrane. Overschakelen naar self-serve behoudt het niveau en toont de klant de checkout om kaartbetaling in te stellen.\"],\"er1mH/\":[\"Op opnamepagina\"],\"participant.verify.instructions.revise.artefact\":[\"Heb je het besproken? Klik op \\\"Herzien\\\" om \",[\"objectLabel\"],\" aan te passen aan jullie gesprek.\"],\"participant.verify.instructions.read.aloud\":[\"Lees \",[\"objectLabel\"],\" hardop voor en vertel wat je eventueel wilt aanpassen.\"],\"lKCG/O\":[\"Één groot evenement aan het eind van het jaar\"],\"O3G8il\":[\"Één dag in oktober\"],\"qvLmaf\":[\"Eén kleine letter\"],\"+P5Okg\":[\"Eén cijfer\"],\"m5rZjl\":[\"Eén symbool\"],\"MKUgK1\":[\"Eén hoofdletter\"],\"qitPxp\":[\"Eenmalig\"],\"J6n7sl\":[\"Actief\"],\"conversation.ongoing\":[\"Actief\"],\"yAVA7C\":[\"Lopende gesprekken\"],\"a//PzZ\":[\"Verander deze instelling alleen in overleg met de verantwoordelijke persoon(nen) voor de bescherming van gegevens binnen uw organisatie.\"],\"z7dMhl\":[\"Je kunt alleen afbeeldingen toevoegen\"],\"uaB4AS\":[\"Alleen organisatiebeheerders en eigenaren kunnen werkruimtes aanmaken. Vraag een beheerder van je organisatie om er een aan te maken, of om je eerst te promoveren.\"],\"0WLwiw\":[\"Alleen mensen die al in deze werkruimte zitten, kunnen worden toegevoegd. Nodig ze eerst uit voor de werkruimte als ze hier nog niet zijn.\"],\"xbDpkO\":[\"Alleen de mensen die je toevoegt of uitnodigt, kunnen het zien.\"],\"K/CPkL\":[\"Alleen bij het vastleggen van een factuur die al buiten het systeem is betaald.\"],\"fKQbMI\":[\"Alleen werkruimtebeheerders en de mensen die je uitnodigt, kunnen dit project openen.\"],\"BKONOC\":[\"Alleen werkruimtebeheerders kunnen de rechtsgrondslag wijzigen.\"],\"C/Sx14\":[\"Alleen werkruimtebeheerders kunnen deze instellingen wijzigen. Vraag een beheerder als er iets bijgewerkt moet worden.\"],\"4UuIbT\":[\"Alleen jij kunt deze werkruimte zien.\"],\"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.\"],\"1TNIig\":[\"Openen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Accountacties openen\"],\"tcgf5/\":[\"Alles openen\"],\"yCDcIF\":[\"Open chatdocumentatie\"],\"uIKeEf\":[\"Gesprek openen\"],\"EUQ7ko\":[\"Open documentatie\"],\"aRGGej\":[\"Open voor deelname\"],\"CD3rbs\":[\"Hostgids openen\"],\"f04uGY\":[\"Openen in Bibliotheek\"],\"c9rlQI\":[\"Mollie-dashboard openen\"],\"iZD9CK\":[\"Organisatie openen\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Opname bekijken\"],\"FBPD+d\":[\"Open \",[\"0\"],\" vanaf hier.\"],\"OG3wju\":[\"Open de chat\"],\"828iLy\":[\"Open de oorspronkelijke uitnodigings-e-mail en klik daar op de link, of vraag de uitnodiger om een nieuwe uitnodiging te sturen.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open de probleemoplossingsgids\"],\"m9eUZO\":[\"Open voor de werkruimte\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open de probleemoplossingsgids\"],\"Gc/l1s\":[\"Werkruimte openen\"],\"F7e1nt\":[\"Werkruimteacties openen\"],\"Hak8r6\":[\"Open je authenticator-app en voer de huidige zescijferige code in.\"],\"rPRgw+\":[\"Zet experimentele functies aan en help dembrane vormgeven. Deze functies kunnen op elk moment veranderen of verdwijnen.\"],\"LLAa/9\":[\"Optioneel\"],\"ZFIvWo\":[\"Optioneel (valt terug naar Engels)\"],\"V44CS4\":[\"Optioneel veld op de startpagina\"],\"bkndzy\":[\"Optioneel veld op de bedankpagina\"],\"xam4uE\":[\"Optionele vraag \",[\"0\"],\" van \",[\"1\"]],\"S2LyUK\":[\"Optionele vraag \",[\"0\"],\" van \",[\"1\"],\". Sla gerust over.\"],\"0OspM/\":[\"Optioneel. Waar deze werkruimte voor is.\"],\"0zpgxV\":[\"Opties\"],\"BzEFor\":[\"of\"],\"0EffTH\":[\"Of kies een tijd\"],\"7r2pfW\":[\"Of liever direct chatten?\"],\"1h45Hu\":[\"Of schrijf uw eigen\"],\"v2MBz4\":[\"Alleen organisatie\"],\"LB3Kje\":[\"Organisatie\"],\"sezvMj\":[\"Organisatie | dembrane\"],\"9L7xZr\":[\"Organisatieaccount\"],\"x/dDGk\":[\"Organisatielid\"],\"Juy8tT\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte.\"],\"UPvG74\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte. Uitnodigingen worden verstuurd vanaf het tabblad Leden van elke werkruimte.\"],\"m9HLnV\":[\"Organisatienaam\"],\"IvGxhL\":[\"Organisatie niet gevonden\"],\"B38pCE\":[\"Alleen organisatie\"],\"kzWAph\":[\"Organisatiegebruik\"],\"GoZkew\":[\"Organisaties\"],\"usabod\":[\"Organisaties | dembrane\"],\"qdq0Jp\":[\"Organisaties aangemaakt door mensen die externe samenwerkers van een partner zijn. Een signaal dat ze mogelijk hun eigen abonnement willen.\"],\"/IX/7x\":[\"Anders\"],\"GC75c7\":[\"Resultaat succesvol goedgekeurd!\"],\"QLXrh9\":[\"Resultaat succesvol herladen!\"],\"LJg1UW\":[\"Resultaat succesvol herzien!\"],\"df3S+R\":[\"Resultaat succesvol bijgewerkt!\"],\"1fjbvD\":[\"resultaten\"],\"ZU3zZC\":[\"Resultaten\"],\"NTkmOk\":[\"Facturering voor overschrijding van toepassing\"],\"6KkwPT\":[\"Overschreven voor dit project\"],\"AR/qbs\":[\"Overschrijven voor dit project\"],\"6/dCYd\":[\"Overzicht\"],\"/fAXQQ\":[\"Overview - Thema’s & patronen\"],\"oDAEQq\":[\"Eigendom\"],\"OwPQJt\":[\"Eigendom is vergrendeld. Neem contact op met support om over te dragen.\"],\"HSAzUy\":[\"Eigenaar-organisatie\"],\"Wu++6g\":[\"Pagina inhoud\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"6+Py7/\":[\"Pagina titel\"],\"v4nCHK\":[\"Betaald\"],\"uneeEC\":[\"deels afgerond\"],\"v8fxDX\":[\"Deelnemer\"],\"h3AUOJ\":[\"Deelnemer e-mail\"],\"WdEzKM\":[\"Deelnemer e-mails\"],\"Uc9fP1\":[\"Deelnemer features\"],\"hRcUJQ\":[\"Naam deelnemer\"],\"rMCv1T\":[\"Deelnemer naam en e-mail\"],\"CmOBUh\":[\"Deelnemers abonneren op updates\"],\"DbvvEo\":[\"Verificatie van deelnemers\"],\"MZHPuB\":[\"Deelnemers\"],\"y4n1fB\":[\"Deelnemers kunnen trefwoorden selecteren wanneer ze een gesprek starten\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partnerorganisatie\"],\"LkuJMH\":[\"Partnerwerkruimte, apart gefactureerd en geen onderdeel van het plan van de organisatie.\"],\"qC5k4V\":[\"Partnerwerkruimte, apart gefactureerd van de organisatie.\"],\"8ZsakT\":[\"Wachtwoord\"],\"zJx6Vx\":[\"Wachtwoord gewijzigd\"],\"PxRsoo\":[\"Wachtwoord voldoet niet aan de vereisten.\"],\"lpIMne\":[\"Wachtwoorden komen niet overeen\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pauzeer het voorlezen\"],\"KXsZLF\":[\"Updates pauzeren\"],\"URAE3q\":[\"Gepauzeerd\"],\"XaA5fF\":[\"Gepauzeerd.\"],\"6Dmao4\":[\"Gepauzeerd. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Nu betalen\"],\"VwkrOQ\":[\"Betalende omzet\"],\"VESsDr\":[\"Betalende omzet deze maand\"],\"pJxzaT\":[\"Betaling mislukt\"],\"/CNehZ\":[\"Bedrag betaallink, EUR\"],\"GfJaff\":[\"Betaallink uitgegeven.\"],\"ENEPLY\":[\"Betaalmethode\"],\"sni5ir\":[\"Betalingskenmerk\"],\"Kd2B1D\":[\"De betaling is gelukt. Je plan is up-to-date.\"],\"S48xcO\":[\"in behandeling\"],\"UbRKMZ\":[\"In afwachting\"],\"EaYDGF\":[\"Openstaande toegangsverzoeken\"],\"V1wW5o\":[\"Actie vereist\"],\"sU2oO4\":[\"Openstaande uitnodigingen\"],\"GC714A\":[\"Openstaande uitnodigingen | dembrane\"],\"gPRsPw\":[\"personen\"],\"1wdjme\":[\"Personen\"],\"t9qtWL\":[\"Personen met toegang\"],\"Uoqcz2\":[\"Resultaten per ontvanger:\"],\"hkffer\":[\"Toegang per werkruimte\"],\"SrVzRe\":[\"Procent\"],\"NtQvjo\":[\"Periode\"],\"D0meML\":[\"persoon\"],\"t4wIPl\":[\"Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"zmwvG2\":[\"Telefoon\"],\"B8mlc2\":[\"Kies een datum\"],\"8hUAfY\":[\"Kies een tijd\"],\"rwgOir\":[\"Kies nu een moment\"],\"635Oq4\":[\"Kies een tijd met \",[\"host\"],\".\"],\"PYDbNJ\":[\"Kies een account\"],\"hZjgId\":[\"Kies minstens één werkruimte om de uitnodiging te versturen.\"],\"NCubup\":[\"Kies iemand uit je organisatie of typ een e-mailadres om uit te nodigen.\"],\"m+EMny\":[\"Kies er een\"],\"6v5aT9\":[\"Kies de aanpak die past bij je vraag\"],\"U1Tudq\":[\"Pilotlimiet bereikt\"],\"qVkGWK\":[\"Vastpinnen\"],\"u8qC4w\":[\"Project vastpinnen\"],\"S+WiJ3\":[\"Pin sjablonen hier vast voor snelle toegang.\"],\"kNiQp6\":[\"Vastgezet\"],\"LdWQ+0\":[\"Vastgepind is vol (max 5)\"],\"EC6BHi\":[\"Vastgezette projecten\"],\"RimR35\":[\"Vastgepinde sjablonen\"],\"afV5A2\":[\"Plan eindigt\"],\"Iqh0Uv\":[\"Gepland\"],\"lWy5a1\":[\"Plannen\"],\"PI95wJ\":[\"Plant, verzamelt en controleert het eigen werk over veel gesprekken.\"],\"PKrSWk\":[\"Accepteer de voorwaarden om door te gaan.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Schakel deelneming in om delen mogelijk te maken\"],\"fwrPh4\":[\"Voer een geldig e-mailadres in.\"],\"ZhyvmA\":[\"Log in om door te gaan.\"],\"MXEkrp\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen)\"],\"Lu1j4b\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen).\\nJe transcriptie wordt geanonimiseerd en je host kan niet naar je opname luisteren.\"],\"library.processing.request\":[\"Bibliotheek wordt verwerkt\"],\"04DMtb\":[\"Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt automatisch doorgestuurd naar het nieuwe gesprek wanneer klaar.\"],\"6MncU0\":[\"plus werkruimtebeheerders\"],\"rhEYMw\":[\"PNG, JPEG of WebP. Wordt bijgesneden tot een cirkel.\"],\"jjdudv\":[\"Slecht antwoord\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Populair\"],\"uRFMMc\":[\"Portal inhoud\"],\"ivjxif\":[\"Portalbeschrijving\"],\"oNb5Ox\":[\"portal-editor\"],\"694+8E\":[\"Portaalbewerker\"],\"qVypVJ\":[\"Portaal-editor\"],\"OZYxCC\":[\"Afsluitbericht portal\"],\"FNuwSz\":[\"Portaltaal\"],\"gKSdKz\":[\"Portal open voor nieuwe gesprekken\"],\"XfoCxn\":[\"Portaaloverzicht\"],\"qLWG8R\":[\"Portaltitel\"],\"D5roJB\":[\"Portaltutorial\"],\"U4aiMW\":[\"Postcode\"],\"cWkKWE\":[\"compliment\"],\"E7dbXD\":[\"Praat je liever? Druk op opnemen en vertel het gewoon.\"],\"kBa6hc\":[\"Een navigatiesnelkoppeling voorbereiden\"],\"9vB8nN\":[\"Eerste update wordt voorbereid.\"],\"xVEtui\":[\"Dit canvas wordt voorbereid\"],\"/SM3Ws\":[\"Uw ervaring voorbereiden\"],\"rdUucN\":[\"Voorbeeld\"],\"hyneRf\":[\"Voorbeeld: De snelle bruine vos springt over de luiende hond.\"],\"DHhJ7s\":[\"Vorige\"],\"a7u1N9\":[\"Prijs\"],\"UoByX/\":[\"Afdrukken / PDF opslaan\"],\"S8ugMC\":[\"Rapport afdrukken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL van het privacybeleid\"],\"zwBp5t\":[\"Privé\"],\"Q7R6ZJ\":[\"Privé · alleen genodigden kunnen dit zien\"],\"i4YTOL\":[\"Privéproject\"],\"1vsuTU\":[\"Privéwerkruimte\"],\"FdLMTd\":[\"Privéwerkruimtes zijn beschikbaar met een betaald abonnement.\"],\"1ihBUA\":[\"Privé. Voeg mensen toe om het te delen.\"],\"qAGp2O\":[\"Doorgaan\"],\"select.all.modal.proceed\":[\"Doorgaan\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" verwerken en toevoegen aan je chat\"],\"gzGDMM\":[\"Hertranscriptieaanvraag wordt verwerkt...\"],\"byJgGz\":[\"Hulp bij inkoop\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Projectacties\"],\"eBFgFZ\":[\"projectchats\"],\"2LxK9d\":[\"Projectcontext\"],\"RYrbVH\":[\"Project aangemaakt\"],\"Hie0VV\":[\"Project aangemaakt\"],\"zjTrs1\":[\"Projectstandaard: ingeschakeld. Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"aVOwd+\":[\"Project verwijderd\"],\"7TYa2T\":[\"Projectdoel\"],\"qW7NU2\":[\"Het project is nu zichtbaar voor iedereen in \",[\"workspaceName\"]],\"wNXqAE\":[\"Het project is nu zichtbaar voor de werkruimte\"],\"QFx9kj\":[\"Inzichtenbibliotheek | dembrane\"],\"QDjWwu\":[\"Project Meta Samenvatting\"],\"lltun+\":[\"Project verplaatst\"],\"OyIC0Q\":[\"Projectnaam\"],\"3gh0L6\":[\"Projectnaam en ID\"],\"6Z2q2Y\":[\"Projectnaam moet minstens 4 tekens lang zijn\"],\"n7JQEk\":[\"Project niet gevonden\"],\"uMobxw\":[\"projectoverzicht\"],\"q0+yfq\":[\"Project Overzicht | dembrane\"],\"3YND3K\":[\"projectinstellingen\"],\"Wsk5pi\":[\"Project Instellingen\"],\"7NmoFz\":[\"Verwacht maandtotaal\"],\"gitVS9\":[\"Verwacht jaartotaal\"],\"M9H+/G\":[\"projecten\"],\"+0B+ue\":[\"Projecten\"],\"DK5DV3\":[\"Projecten | dembrane\"],\"B1WDxD\":[\"Projecten binnen organisatie · \",[\"0\"]],\"uNGCZL\":[\"Projecten verplaatst\"],\"2ugVVF\":[\"Projecten verschijnen hier zodra iemand in de organisatie er een met je deelt.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Voorgesteld\"],\"pAY+Io\":[\"Voorgestelde wijzigingen\"],\"Aka3jE\":[\"Naar rato voor de rest van deze factureringsperiode.\"],\"nyEOdh\":[\"Geef een overzicht van de belangrijkste onderwerpen en herhalende thema's\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publiceren\"],\"vsX8VJ\":[\"Publiceer dit rapport eerst om de portallink te tonen\"],\"IHzoSN\":[\"Publiceer dit rapport om een deellink te krijgen\"],\"u3wRF+\":[\"Gepubliceerd\"],\"E7YTYP\":[\"Haal de meest impactvolle quotes uit deze sessie\"],\"NHHXdL\":[[\"name\"],\" op facturatie beheerd door dembrane zetten, op het \",[\"tier\"],\"-niveau? Geen automatische afschrijvingen via Mollie en niets dat automatisch verloopt.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Vraag\"],\"4PTJUv\":[\"Vragen over hoe dembrane werkt, niet alleen over je data.\"],\"XhrBin\":[[\"0\"],\" stappen tegelijk uitgevoerd\"],\"iZuzSU\":[\"Snelheidslimiet bereikt\"],\"z1U/Fh\":[\"Beoordeling\"],\"wr9IYa\":[\"Voer het nieuwe wachtwoord opnieuw in\"],\"0ZBIgY\":[\"Gebruik instellingen van een bestaande webhook\"],\"Z5Tlsx\":[\"Neem contact met me op\"],\"D2yGaZ\":[\"Heractiveren\"],\"Pkpg2N\":[\"Plan heractiveren\"],\"wZxwNu\":[\"Lees hardop voor\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Minder lezen\"],\"8fZueG\":[\"Meer lezen →\"],\"wOfACA\":[\"Lees de gids voor problemen met transcripties en samenvattingen\"],\"6pSHJ5\":[\"Alleen-lezen\"],\"WU7BCa\":[\"Samenvatting van \",[\"0\"],\" lezen\"],\"tFk6c8\":[\"Transcript van \",[\"0\"],\" lezen\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Een gesprekssamenvatting lezen\"],\"LpWlYq\":[\"Een skill lezen\"],\"9UTzRO\":[\"Een transcript lezen\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Projectcontext lezen\"],\"ug1A83\":[\"Projectinstellingen lezen\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"De documentatie lezen\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Klaar om te beginnen\"],\"ShoKlK\":[\"Klaar om je tools te verbinden? Voeg een webhook toe om automatisch gesprekdata te ontvangen wanneer gebeurtenissen plaatsvinden.\"],\"VJScHU\":[\"Reden\"],\"Xc0UKh\":[\"reden: \",[\"0\"]],\"0f3uxy\":[\"Recente betalingen over alle accounts\"],\"mzcrRN\":[\"onlangs\"],\"hpnYpo\":[\"Aanbevolen apps\"],\"participant.button.s3check.reconnect\":[\"Opnieuw verbinden\"],\"participant.button.interruption.reconnect\":[\"Opnieuw verbinden\"],\"BakXLg\":[\"Opnieuw verbinden\"],\"participant.button.record\":[\"Opname starten\"],\"462bGY\":[\"Spraakbericht opnemen\"],\"s4Sz7r\":[\"Neem nog een gesprek op\"],\"XmKjfh\":[\"Opname\"],\"3gnwKb\":[\"Conferentiesessies opnemen.\"],\"HCC0Bp\":[\"Gesprekken opnemen waar je zelf bij bent, zoals straatinterviews.\"],\"participant.modal.interruption.title\":[\"Opname onderbroken\"],\"yjom5N\":[\"Opnemen blijft werken, dus je deelnemers ondervinden er niets van.\"],\"4IbgAX\":[\"Opnamepagina\"],\"participant.modal.pause.title\":[\"Opname gepauzeerd\"],\"/l7qFE\":[\"Opname gestart\"],\"POxNnV\":[\"De opname is gestopt bij de limiet van vijf minuten. Je opname wordt omgezet naar tekst.\"],\"view.recreate.tooltip\":[\"Bekijk opnieuw\"],\"view.recreate.modal.title\":[\"Bekijk opnieuw\"],\"CqnkB0\":[\"Terugkerende thema's\"],\"zKZCRh\":[\"Referentie \",[\"reference\"]],\"9aloPG\":[\"Referenties\"],\"lCF0wC\":[\"Vernieuwen\"],\"ZMXpAp\":[\"Auditlogboeken vernieuwen\"],\"rOwugh\":[\"Nu verversen\"],\"1STMKj\":[\"Lopende gesprekken vernieuwen\"],\"eEud7e\":[\"Verversen gestart\"],\"WqYAGe\":[\"Verversen werkt zodra de canvasservice klaar is.\"],\"zVuxvN\":[\"Vernieuwen…\"],\"6exX+8\":[\"Opnieuw genereren\"],\"PpFJd2\":[\"Samenvatting opnieuw genereren\"],\"bluvj0\":[\"Samenvatting opnieuw genereren\"],\"participant.regenerating.outcome\":[\"Uitkomst wordt opnieuw gegenereerd\"],\"oYlYU+\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten...\"],\"HPitDS\":[\"Registreer | dembrane\"],\"UcLJ6I\":[\"Releasevideo\"],\"tF5Smn\":[\"Pagina opnieuw laden\"],\"participant.button.reload.page.text.mode\":[\"Pagina herladen\"],\"participant.button.reload\":[\"Pagina herladen\"],\"participant.concrete.artefact.action.button.reload\":[\"Opnieuw laden\"],\"Lbcvrt\":[\"Denk eraan dat je altijd de Feedback-knop kunt gebruiken voor suggesties. We waarderen je steun, en bedankt dat je dembrane gebruikt.\"],\"vqD7S+\":[\"Gebruikers herinneren om te verifiëren voordat ze klaar zijn\"],\"tmHC17\":[\"Herinnering verstuurd: supporttoegang staat nog aan\"],\"t/YqKh\":[\"Verwijderen\"],\"w61W3L\":[[\"0\"],\" verwijderen\"],\"G0aZvo\":[[\"0\"],\" verwijderen uit deze werkruimte? Ze verliezen toegang tot alle projecten erin.\"],\"VoKjPv\":[\"Avatar verwijderen\"],\"Kl7//J\":[\"E-mail verwijderen\"],\"cILfnJ\":[\"Bestand verwijderen\"],\"tOkPHm\":[\"Uit chat verwijderen\"],\"1G/+Gj\":[\"Uit organisatie verwijderen\"],\"18PmZk\":[\"Uit organisatie verwijderen?\"],\"CJgPtd\":[\"Verwijder van dit gesprek\"],\"O90CN2\":[\"Logo verwijderen\"],\"99VIgC\":[\"Lid verwijderen\"],\"c8Kx/b\":[\"Overschrijving verwijderen\"],\"Gr8pvR\":[\"Het aangepaste logo verwijderen? In plaats daarvan wordt het standaardlogo van dembrane gebruikt.\"],\"itsN5H\":[\"Deze herinnering verwijderen?\"],\"eps54V\":[\"Verwijderd\"],\"nVEhnc\":[\"Verwijderd uit organisatie\"],\"project.sidebar.chat.rename\":[\"Naam wijzigen\"],\"6PsaMr\":[\"Chat hernoemen\"],\"TBZOgu\":[\"Verlenging\"],\"M7SqjM\":[\"Heropenen\"],\"m290vd\":[\"Opname\"],\"rnkWZt\":[\"Antwoorden aan deelnemers\"],\"1jBoqr\":[\"Richtlijnen voor antwoorden\"],\"X9GEGX\":[\"Antwoordmodus\"],\"XyN13i\":[\"Reactie prompt\"],\"w1tLX2\":[\"rapport\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport wordt al gegenereerd\"],\"Q3LOVJ\":[\"Probleem melden\"],\"DUmD+q\":[\"Rapport aangemaakt - \",[\"0\"]],\"hh/mvZ\":[\"Rapportgeneratie geannuleerd\"],\"sSy8vA\":[\"Rapport wordt gegenereerd...\"],\"v7O77U\":[\"Rapportgeneratie is geannuleerd. Je kunt hieronder een nieuw rapport starten.\"],\"fIBsri\":[\"Rapportlimiet bereikt\"],\"hIQOLx\":[\"Rapportmeldingen\"],\"M9snPp\":[\"Rapport gepland\"],\"6g+4DA\":[\"Melding verzonden. Bedankt\"],\"u9r3Di\":[\"Report templates staan op onze roadmap.\"],\"lNo4U2\":[\"Rapport bijgewerkt - \",[\"0\"]],\"t9yxlZ\":[\"Rapporten\"],\"E1vQT6\":[[\"0\"],\"-training aanvragen\"],\"qbXLnJ\":[\"Een training aanvragen\"],\"WdCAhr\":[\"Toegang aanvragen\"],\"library.request.access\":[\"Toegang aanvragen\"],\"cH8Bhd\":[\"Aanvraag goedgekeurd\"],\"ViqcVt\":[\"Aanvraag afgewezen\"],\"jI02E7\":[\"Verzoek geweigerd.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Wachtwoord reset aanvragen\"],\"8H5nRH\":[\"Wachtwoord reset aanvragen | dembrane\"],\"1RVBJe\":[\"Aanvraag verzonden\"],\"OQsKlA\":[\"Verzoek verstuurd. De beheerders van de werkruimte hebben bericht gekregen.\"],\"b44axA\":[\"Verzoek verstuurd. Wachten op de beheerders van de werkruimte.\"],\"7rVjfL\":[\"Supporttoegang aanvragen\"],\"XmXfrX\":[\"Verzoek ingetrokken.\"],\"Yx0Ud8\":[\"Aangevraagd\"],\"VRpBev\":[\"Aangevraagde en geplande trainingen. Markeer een training als voltooid om elke deelnemer een licentie van een jaar te geven.\"],\"PXQc8Y\":[\"Aanvrager\"],\"participant.alert.microphone.access.loading\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"TMLAx2\":[\"Verplicht\"],\"0Hf+6m\":[\"Vraagt om e-mailadres? moet zijn ingeschakeld\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Herplannen\"],\"6eIR/n\":[\"Opnieuw plannen naar\"],\"ZSTojU\":[\"Uitnodiging opnieuw versturen\"],\"8WtTog\":[\"Uitnodiging opnieuw versturen\"],\"OfhWJH\":[\"Resetten\"],\"I9EnzM\":[\"Filters resetten\"],\"KbS2K9\":[\"Wachtwoord resetten\"],\"9uplIY\":[\"Wachtwoord resetten | dembrane\"],\"L+rMC9\":[\"Resetten naar standaardinstellingen\"],\"kX8Fjz\":[\"Feedback op antwoord\"],\"Sa5FCh\":[\"Resultaten voordat mensen naar huis gaan. We analyseren live en presenteren ter plekke.\"],\"participant.button.stop.resume\":[\"Hervatten\"],\"1K1kvB\":[\"Abonnement hervatten\"],\"85Qjyx\":[\"Updates hervatten\"],\"ioYnu6\":[\"ingetrokken\"],\"fM1Ldq\":[\"ingetrokken voor het dembrane-team\"],\"AWy1Kd\":[\"Een notitie voor het dembrane-team intrekken\"],\"sVzC0H\":[\"Hertranscriptie\"],\"ehyRtB\":[\"Hertranscriptie gesprek\"],\"1JHQpP\":[\"Hertranscriptie gesprek\"],\"+gmVxi\":[\"Hertranscriptie niet beschikbaar voor anonieme gesprekken\"],\"MXwASV\":[\"Hertranscriptie gestart. Nieuw gesprek wordt binnenkort beschikbaar.\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"zHJTti\":[\"Nu opnieuw proberen\"],\"H1Pyjd\":[\"Opnieuw uploaden\"],\"2fCpt5\":[\"Terug naar home\"],\"5k0NLb\":[\"Controleren\"],\"9VUzX4\":[\"Bekijk de activiteiten van je werkruimte. Filter op collectie of actie en exporteer de huidige weergave voor verder onderzoek.\"],\"ECoHYI\":[\"Opnieuw bekijken\"],\"dSCHZP\":[\"Bekijk en bewerk hieronder. Dit voegt een controle toe die bij elk gesprek draait. Verificatie moet aan staan om de controle uit te voeren. Er verandert niets tot je hem toevoegt.\"],\"Tqa1v9\":[\"Controleer voordat je aanmaakt.\"],\"UZVWVb\":[\"Bestanden bekijken voordat u uploadt\"],\"OybZ3y\":[\"Bekijk mijn projectinstellingen en stel verbeteringen voor.\"],\"3lYF/Z\":[\"Bekijk de verwerkingsstatus voor elk gesprek dat in dit project is verzameld.\"],\"JuDdMd\":[\"Bekijk, bewerk en open elk gesprek in dit project.\"],\"participant.concrete.action.button.revise\":[\"Aanpassen\"],\"OG3mVO\":[\"Revisie #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Versiegeschiedenis\"],\"GXsAby\":[\"Intrekken\"],\"jjsSSc\":[\"Uitnodiging intrekken\"],\"HZn3qT\":[\"Licentie intrekken\"],\"TUcQqn\":[\"De uitnodiging aan \",[\"0\"],\" intrekken? Je kunt deze persoon later opnieuw uitnodigen.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklikken om te markeren\"],\"GDvlUT\":[\"Rol\"],\"QjMlvE\":[\"Rol gewijzigd\"],\"jQ6I8X\":[\"Rol bijgewerkt\"],\"wbV5uX\":[\"Ruwe schatting om de achterstand aan transcripties weg te werken\"],\"/9oiI7\":[\"Ongeveer hoeveel?\"],\"xxCtZv\":[\"Rijen per pagina\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Een event organiseren met dembrane\"],\"RiQMUh\":[\"Bezig\"],\"i39IXZ\":[\"Verkoopfactuur uitgegeven.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Opslaan\"],\"participant.concrete.action.button.save\":[\"Opslaan\"],\"GsV2va\":[\"Toegang opslaan\"],\"BnmEvM\":[\"Opslaan als template\"],\"gjqGP0\":[\"Factuurgegevens opslaan\"],\"IUwGEM\":[\"Wijzigingen opslaan\"],\"qjHQoH\":[\"Korting opslaan\"],\"2VA/7X\":[\"Opslaan fout!\"],\"5dVjYt\":[\"Template opslaan\"],\"idD8Ev\":[\"Opgeslagen\"],\"8AhhHy\":[\"Opgeslagen als doel van dit project.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Opslaan...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan of klik op de QR-code om het feedbackportaal te openen\"],\"nHeO/c\":[\"Scan de QR-code of kopieer het geheim naar je app.\"],\"SGnha7\":[\"Scan om deel te nemen aan dit project\"],\"NAe+hu\":[\"Gescand\"],\"epl7MR\":[[\"0\"],\" keer gescand\"],\"iQbBJn\":[\"QR gescand\"],\"gmB6oO\":[\"Plannen\"],\"wCGy0o\":[\"Rapport inplannen\"],\"qtjOKf\":[\"Training inplannen\"],\"4ba0NE\":[\"Ingepland\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll naar beneden\"],\"A1taO8\":[\"Zoeken\"],\"select.all.modal.loading.search\":[\"Zoeken\"],\"FyLaDj\":[\"Zoek op account, status, beschrijving\"],\"Uu9l/P\":[\"Zoek op account, werkruimte, organisatie, e-mail, tier\"],\"EJ1adC\":[\"Zoek en selecteer de gesprekken voor deze chat.\"],\"V0wu2W\":[\"Zoeken op organisatie\"],\"a4xYoA\":[\"Zoek chats\"],\"OWm+8o\":[\"Zoek gesprekken\"],\"QU2qoc\":[\"Zoek op naam of e-mail\"],\"6/qy61\":[\"Zoek op partner, klant, werkruimte\"],\"l9vi1F\":[\"Zoek mensen\"],\"S1LvJy\":[\"Zoek mensen of typ een e-mailadres\"],\"hjqK3H\":[\"Zoek project of werkruimte\"],\"blFttG\":[\"Zoek projecten\"],\"I0hU01\":[\"Zoek projecten\"],\"Ix2UwQ\":[\"Zoek projecten, organisaties, werkruimtes, instellingen…\"],\"RVZJWQ\":[\"Zoek projecten...\"],\"5WYZKZ\":[\"Zoekresultaten\"],\"lnWve4\":[\"Zoek tags\"],\"pECIKL\":[\"Zoek templates...\"],\"select.all.modal.search.text\":[\"Zoektekst:\"],\"nhvuQF\":[\"Zoek webhooks...\"],\"S2BNQs\":[\"Zoek werkruimtes\"],\"uSvNyU\":[\"Doorzocht de meest relevante bronnen\"],\"mHOLEz\":[\"Gesprekken doorzoeken\"],\"rI5Wda\":[\"Gesprekken doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"De documentatie doorzoeken\"],\"hoK9sq\":[\"Transcripten doorzoeken\"],\"/DtZhN\":[\"Transcripten doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Zoeken…\"],\"MpFIca\":[\"plekken\"],\"grt0Pu\":[\"Plekken\"],\"R4Xlsa\":[\"Plekken vol\"],\"8VEDbV\":[\"Geheim\"],\"Y1y+VB\":[\"Geheim gekopieerd\"],\"tAfXHu\":[\"transcripten te bekijken\"],\"ic1SaJ\":[\"Bekijk upgrade-opties\"],\"0sQPzI\":[\"Tot snel\"],\"XZRu52\":[\"Ziet gebruik en facturen. Geen toegang tot projecten of content.\"],\"rG3WVm\":[\"Selecteren\"],\"02ePaq\":[[\"0\"],\" selecteren\"],\"F7wP7I\":[\"Selecteer een gesprek om verder te gaan\"],\"H/diq7\":[\"Selecteer een microfoon\"],\"s5OrCL\":[\"Selecteer een webhook om te klonen\"],\"NM2hyD\":[\"Selecteer een werkruimte\"],\"wgNoIs\":[\"Alles selecteren\"],\"+fRipn\":[\"Alles selecteren (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle resultaten selecteren\"],\"XSLOfq\":[\"Selecteer alle zichtbare (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecteer ten minste één gebeurtenis\"],\"d3O/ZP\":[\"Selecteer ten minste één ander onderwerp voordat u dit verwijdert\"],\"NK2YNj\":[\"Selecteer audiobestanden om te uploaden\"],\"OOZBXR\":[\"Gesprek selecteren\"],\"5z/6Uk\":[\"Gesprekken selecteren\"],\"/3ntVG\":[\"Selecteer gesprekken en vind exacte quotes\"],\"LyHz7Q\":[\"Selecteer gesprekken in de sidebar\"],\"1kovRK\":[\"Project selecteren\"],\"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\"],\"Dh99yE\":[\"Selecteer maximaal 2 focusgebieden voor je rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Selecteer welke onderwerpen deelnemers kunnen gebruiken voor \\\"Verifiëren\\\".\"],\"GnNO41\":[\"Selecteer wie erbij was. Iedereen krijgt een licentie van een jaar om dembrane te gebruiken in situaties met een hoog risico.\"],\"participant.select.microphone\":[\"Selecteer een microfoon\"],\"gU5H9I\":[\"Geselecteerde bestanden (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Geselecteerde microfoon\"],\"tP/pEQ\":[\"Selectie te groot\"],\"select.all.modal.context.limit.reached\":[\"Selectie te groot. Sommige gesprekken zijn niet toegevoegd.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Verzenden\"],\"iJyjJ8\":[[\"0\"],\" uitnodigingen versturen\"],\"Hvnq/n\":[\"Uitnodiging versturen\"],\"FCfEtD\":[\"Uitnodigingen versturen\"],\"6M/wwR\":[\"Notitie versturen\"],\"O9oQJS\":[\"Melding versturen\"],\"4k2VbT\":[\"Verzoek versturen\"],\"PIMJF6\":[\"Stuur Slack/Teams notificaties wanneer nieuwe gesprekken zijn voltooid\"],\"j73b/6\":[\"Naar dembrane sturen\"],\"h69WC6\":[\"Verstuurd\"],\"EhSyaK\":[[\"sentCount\"],\" van \",[\"0\"],\" verstuurd. Bekijk de lijst hieronder.\"],\"oSzbte\":[\"verstuurd naar het dembrane-team\"],\"XyiDbI\":[\"Apart (klant)\"],\"OnmeuT\":[\"Scheid met komma's, spaties of nieuwe regels.\"],\"NprC8U\":[\"Sessienaam\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"ingesteld door \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Doel instellen\"],\"eo7QNa\":[\"Instellen als beheerd\"],\"WAdU35\":[\"Zet op beheerd\"],\"c0oPm+\":[\"Zet op beheerde facturatie\"],\"FpHYiz\":[\"Na het aanmaken instellen met de assistent\"],\"JfvZ6H\":[\"Werkruimte instellen\"],\"J4TuIW\":[\"Stel je eerste organisatie in\"],\"aBwEIZ\":[\"Stel je organisatie in\"],\"OALBTr\":[\"Stel je werkruimte in | dembrane\"],\"2zDY/H\":[\"Bepaal wie het kan zien en kan deelnemen.\"],\"A6EhcS\":[\"We zetten alles voor je klaar\"],\"XYlJJT\":[\"Instellen\"],\"Tz0i8g\":[\"Instellingen\"],\"participant.settings.modal.title\":[\"Instellingen\"],\"BVRW7i\":[\"Instellingen | dembrane\"],\"RPF/8g\":[\"Instellingen bijgewerkt\"],\"RDjuBN\":[\"Instellen\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Rapport delen\"],\"nzT4VD\":[\"Deel het project, volg live activiteit en spring vanaf één plek naar de belangrijkste tools.\"],\"8styFN\":[\"Deel met iemand\"],\"bM7Rp3\":[\"Deel met werkruimte\"],\"oX3zgA\":[\"Deel je gegevens hier\"],\"nnWGzO\":[\"Deel uw ideeën met ons team\"],\"4o0klJ\":[\"Deel je stem door de QR-code te scannen\"],\"jqnSi6\":[\"Gedeeld met\"],\"YJJJo3\":[\"Gedeeld met \",[\"0\"]],\"zIgU4M\":[\"Gedeeld met \",[\"0\"],\" en \",[\"overflow\"],\" anderen\"],\"Sdetlc\":[\"Kortste eerst\"],\"+tz9Ky\":[\"Kortste eerst\"],\"8vETh9\":[\"Toon\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Toon \",[\"hidden\"],\" meer\"],\"fp7sBF\":[\"Nog \",[\"overflow\"],\" tonen\"],\"w1eody\":[\"Toon audiospeler\"],\"pzaNzD\":[\"Gegevens tonen\"],\"9Resvw\":[\"Toon details\"],\"Qc9KX+\":[\"IP-adressen tonen\"],\"6lGV3K\":[\"Minder tonen\"],\"fMPkxb\":[\"Meer tonen\"],\"Wh1pao\":[\"Meer versies tonen\"],\"34iCWY\":[\"Alleen wijzigingen tonen\"],\"ersE21\":[\"Toon projecten\"],\"3bGwZS\":[\"Toon referenties\"],\"OV2iSn\":[\"Revisiegegevens tonen\"],\"qB9H4B\":[\"Stappen tonen\"],\"EgEjZz\":[\"Volledige tekst tonen\"],\"hV6KNf\":[\"Toon de uitnodiging\"],\"RpOvMh\":[[\"0\"],\" van \",[\"1\"],\" weergegeven\"],\"Tqzrjk\":[\"Toont \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" van \",[\"totalItems\"],\" items\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" van \",[\"total\"]],\"qVf+dV\":[\"De eerste \",[\"0\"],\" van \",[\"shownCount\"],\" resultaten worden getoond. Verfijn je zoekopdracht om de rest te zien.\"],\"8Lpud3\":[\"Uw meest recente voltooide rapport wordt getoond.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Wordt getoond in de organisatiekop en in onderwerpregels van e-mails.\"],\"DVBfkn\":[\"Zes weekenden verspreid over zeven maanden\"],\"6Uau97\":[\"Overslaan\"],\"participant.button.verify_prompt.skip\":[\"Overslaan\"],\"participant.mic.check.button.skip\":[\"Overslaan\"],\"select.all.modal.context.limit.reached.description\":[\"Overgeslagen omdat de selectie te groot was.\"],\"TTKYZB\":[\"Microfooncheck overgeslagen\"],\"3Czdpd\":[\"Slack-community\"],\"BmukMD\":[\"Zodat we je de details van het gesprek kunnen sturen.\"],\"QCIy1f\":[\"Een deel van de audio in dit gesprek kon niet worden getranscribeerd. Open het gesprek om te zien welke delen misgingen.\"],\"q+pJ6c\":[\"Sommige bestanden werden al geselecteerd en worden niet dubbel toegevoegd.\"],\"select.all.modal.skip.disclaimer\":[\"Sommige kunnen worden overgeslagen (geen transcript of selectie te groot).\"],\"Pe0Fnh\":[\"Een deel van de recente audio kon niet worden getranscribeerd. De opname is opgeslagen.\"],\"C6+ZRl\":[\"Iemand\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Iets anders.\"],\"participant.modal.s3check.message\":[\"Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit wordt opgelost.\"],\"nwtY4N\":[\"Er ging iets mis\"],\"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.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\"],\"mwpVVD\":[\"Er is iets misgegaan bij het genereren van uw laatste rapport.\"],\"2WNFmv\":[\"Er is iets misgegaan bij het genereren van uw rapport.\"],\"aT53wg\":[\"Er ging iets mis aan mijn kant. Stuur je bericht opnieuw, dan probeer ik het nog een keer.\"],\"avSWtK\":[\"Er is iets misgegaan bij het exporteren van de auditlogboeken.\"],\"q9A2tm\":[\"Er is iets misgegaan bij het genereren van het geheim.\"],\"VXAsiD\":[\"Er ging iets mis tijdens het transcriberen. Probeer het opnieuw.\"],\"KeOwCj\":[\"Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"7PyY8A\":[\"Er ging iets mis. Open de link uit je e-mail opnieuw, of <0>begin opnieuw.\"],\"participant.explore.generic.error.message\":[\"Er is iets misgegaan. Probeer het opnieuw door op de <0>Verkennen knop te drukken, of neem contact op met ondersteuning als het probleem aanhoudt.\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"We kunnen hier niet dieper op ingaan door onze contentregels.\"],\"f6Hub0\":[\"Sorteer\"],\"/AhHDE\":[\"Bron \",[\"0\"]],\"sBJ5MF\":[\"Bronnen\"],\"65A04M\":[\"Spaans\"],\"z5/5iO\":[\"Specifieke context\"],\"mORM2E\":[\"Specifieke details\"],\"Etejcu\":[\"Specifieke details - Geselecteerde gesprekken\"],\"uXsB4R\":[\"Personeel\"],\"eicGWU\":[\"Alleen personeel\"],\"vtV8C/\":[\"Door dembrane aangemaakt\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standaardtoegang. Werkt samen in de werkruimtes waaraan ze zijn toegevoegd.\"],\"vv5o+Y\":[\"Vaste richtlijnen die de assistent meekrijgt in elke projectchat in deze werkruimte. Wordt automatisch opgeslagen.\"],\"ruoKG4\":[\"Start een chat\"],\"vPF04k\":[\"Start een nieuwe chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Beginnen vanaf nul\"],\"nYTTLF\":[\"Starten in de assistentchat\"],\"participant.button.start.new.conversation.text.mode\":[\"Nieuw gesprek starten\"],\"participant.button.start.new.conversation\":[\"Nieuw gesprek starten\"],\"i88wdJ\":[\"Opnieuw beginnen\"],\"slY7aQ\":[\"Opname gestart\"],\"W1KkjZ\":[\"Begint\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Blijft live gedurende\"],\"DpvswE\":[\"Blijft actueel\"],\"M66Dtk\":[\"Blijft actueel tot \",[\"0\"]],\"oWpwLu\":[\"Blijft actueel tot morgen \",[\"0\"]],\"RibpL5\":[\"Stap \",[\"0\"],\" van \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Kom je er nog niet uit? Mail <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Opname stoppen en omzetten naar tekst\"],\"pozyoW\":[\"Gestopt op \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Gestopt op \",[\"stoppedAt\"],\". Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Gestopt.\"],\"YAtsqu\":[\"Gestopt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planning\"],\"BVSaId\":[\"Sterk wachtwoord\"],\"hQRttt\":[\"Stuur in\"],\"participant.button.submit.text.mode\":[\"Stuur in\"],\"zzDlyQ\":[\"Succes\"],\"aG+cH9\":[\"Dynamische suggesties voorstellen op basis van uw gesprek.\"],\"6xSPmn\":[\"Voorgesteld projectdoel\"],\"SLIAI6\":[\"Voorgestelde tagwijzigingen voor je project\"],\"kBrP+r\":[\"Voorgestelde verificatievraag\"],\"bh1eKt\":[\"Aanbevelingen:\"],\"TQTiuh\":[\"Canvas voorstellen\"],\"VOjaCv\":[\"Projectdoel voorstellen\"],\"jt3eXx\":[\"Verificatievraag voorstellen\"],\"5+Cysq\":[\"Projectwijzigingen voorstellen\"],\"BN3mxb\":[\"Tagwijzigingen voorstellen\"],\"F1nkJm\":[\"Samenvatten\"],\"5Y4tAB\":[\"Vat dit interview samen in een artikel dat je kunt delen\"],\"dXoieq\":[\"Samenvatting\"],\"+bZY9/\":[\"Samenvatting (wanneer beschikbaar)\"],\"zdF7Nh\":[\"Samenvatting gegenereerd.\"],\"hlaWg4\":[\"Samenvatting opnieuw gegenereerd.\"],\"Pqa6KW\":[\"Samenvatting komt beschikbaar als het gesprek is uitgeschreven.\"],\"/lNOlB\":[\"Supporttoegang beëindigd.\"],\"iD58Ik\":[\"Supporttoegang met 24 uur verlengd.\"],\"1iB0Qb\":[\"Supporttoegang verleend. Deze stopt automatisch na 24 uur.\"],\"H9ee/+\":[\"Supporttoegang uitgezet\"],\"Qm32kv\":[\"Supporttoegang uitgezet nadat de sessie eindigde\"],\"jtzW2z\":[\"Supporttoegang aangezet\"],\"6ZHOF8\":[\"Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Prima\"],\"ijp2ag\":[\"Overzetten naar self-serve\"],\"h1qzuU\":[\"Overzetten naar self-serve facturering\"],\"participant.link.switch.text\":[\"Overschakelen naar tekstinvoer\"],\"5dzzI6\":[\"Uitzetten kan met een betaald plan.\"],\"D+NlUC\":[\"Systeem\"],\"woaefe\":[\"Systeemstandaard\"],\"InGQz2\":[\"Systeemstatus\"],\"N3D6GN\":[\"Tag verwijderd\"],\"OYHzN1\":[\"Trefwoorden\"],\"gGG+ax\":[\"Tags zijn de woorden waaruit deelnemers in de portal kunnen kiezen. Er verandert niets tot je ze toepast.\"],\"kNzjto\":[\"Tags bijgewerkt. Je kunt ze altijd bijstellen in de portaleditor.\"],\"tFhVJf\":[\"Breng me naar \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig of krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"eyu39U\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"participant.refine.make.concrete.description\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"Jzcupi\":[\"Vertel de beheerders van de werkruimte waarvoor je toegang nodig hebt. Deze notitie is optioneel.\"],\"wfSPwB\":[\"Vertel ons over het event dat je voor ogen hebt.\"],\"ijEuC1\":[\"Vertel ons wat je nodig hebt\"],\"QCchuT\":[\"Template toegepast\"],\"JcCDm9\":[\"Sjabloon aangemaakt\"],\"ZTgE3k\":[\"Sjabloon verwijderd\"],\"5OwALL\":[\"Template naam\"],\"PQb/If\":[\"Sjabloon bijgewerkt\"],\"iTylMl\":[\"Sjablonen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Voorwaarden\"],\"qYLZL2\":[\"testmodus\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Tekst\"],\"CPN34F\":[\"Dank je wel voor je deelname!\"],\"u+Whi9\":[\"Bedankt pagina inhoud\"],\"1LLF3Z\":[\"Bedankt!\"],\"w0rnwH\":[\"Bedankt! We nemen zo snel mogelijk contact met je op. Je kunt ons ook mailen via info@dembrane.com.\"],\"yP6ia6\":[\"Bedankt voor het invullen. Kijk in je mail voor de bevestiging van de afspraak. Heb je vragen voor ons, dan kun je ons altijd bereiken op info@dembrane.com\"],\"ZNyTs9\":[\"Bedankt, we nemen binnen een dag contact op.\"],\"2yHHa6\":[\"Die code werkte niet. Probeer het opnieuw met een verse code uit je authenticator-app.\"],\"PuGTvO\":[\"Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnieuw.\"],\"TqOQmZ\":[\"Dat is niet gelukt. We hebben je opname opgeslagen.\"],\"zXqpmy\":[\"Dat ziet er niet uit als een e-mailadres.\"],\"FT6q8r\":[\"Die opname is te lang om te versturen. Neem een kortere notitie op.\"],\"qoYkjn\":[\"Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte vragen. Daarna kies je een tijd met het dembrane-team. Voor het gesprek lezen we je antwoorden, zodat we een voorstel meenemen dat bij je past.\"],\"a/CreD\":[\"Dat was te kort om te transcriberen. Houd de opname iets langer vast.\"],\"t/t3Pd\":[\"Dat was het, bedankt\"],\"rKnNUJ\":[\"Misschien heeft de beheerder hem geannuleerd, of is er met de link geknoeid. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"De assistent vergeet dit in elke toekomstige chat.\"],\"jvdqI1\":[\"De assistent stelt voor om \",[\"headlineFields\"],\" bij te werken. Wacht op jou.\"],\"zOaybI\":[\"De agenda kon hier niet laden. Kies een moment op cal.com, of mail ons op info@dembrane.com.\"],\"TQCE79\":[\"Code werkt niet, probeer het nog een keer.\"],\"NPynOC\":[\"De verbinding is weggevallen. We proberen automatisch opnieuw.\"],\"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.loading\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"rEUvpC\":[\"het dembrane-team\"],\"mK5NUZ\":[\"Het eindpunt waar we de gegevens zullen verzenden. Haal dit op van uw ontvangende service (bijvoorbeeld Zapier, Make, of uw eigen server).\"],\"Jo19Pu\":[\"De volgende gesprekken werden automatisch toegevoegd aan de context\"],\"iQVN2u\":[\"Het gratis plan dekt één werkruimte.\"],\"4ofqC4\":[\"Het gratis plan bevat één chat met drie vragen.\"],\"lIEwn+\":[\"Het gratis plan bevat één rapport.\"],\"IUkPfk\":[\"Het doel stuurt de rapporten, canvassen en suggesties van de assistent in dit project.\"],\"IwNUoA\":[\"De hostgids is wat begeleiders lezen voordat ze een sessie draaien.\"],\"C5CHds\":[\"De uitnodiging staat in je inbox. We lezen je antwoorden vooraf en nemen een conceptvoorstel mee. Heb je intussen vragen? Neem dan contact op met\"],\"oRhAnS\":[\"De uitnodiging is verstuurd naar \",[\"invitedEmail\"],\", maar je bent ingelogd als \",[\"myEmail\"],\". Log uit en meld je aan met het juiste adres, of vraag de beheerder om \",[\"myEmail\"],\" opnieuw uit te nodigen.\"],\"lrIONj\":[\"De link is misschien privé, of hij is verplaatst. Vraag degene die de link heeft gedeeld om het te controleren.\"],\"o5ki/a\":[\"Misschien is de link verwijderd, of is hij naar een ander e-mailadres gestuurd. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"De methodologie is de manier waarop dit project is opgezet en wordt begeleid.\"],\"2zCZsi\":[\"De microfoon is geblokkeerd in je browser, dus opnemen staat uit. Typen werkt wel.\"],\"WO8jr5\":[\"De microfoon is nog steeds geblokkeerd. Pas het aan in je browserinstellingen en controleer het daarna opnieuw.\"],\"LofrVg\":[\"De organisatie waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"K3dQWG\":[\"De pagina waar dit antwoord naar verwijst.\"],\"6WE2tf\":[\"De portalen blijven werken! Je deelnemers kunnen altijd doorgaan en niets wat ze zeggen gaat verloren. Zodra je een betaald abonnement hebt, wordt alles wat al is opgenomen alsnog getranscribeerd.\"],\"Khtiqr\":[\"De vorige versies zijn hieronder nog beschikbaar.\"],\"D4If9P\":[\"De projectcontext wordt gelezen door transcriptie, chatantwoorden en canvasgeneratie, dus een wijziging hier raakt meer dan een scherm.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Het rapport kan tot 5 minuten na de gekozen tijd starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Samenvatting wordt gemaakt. Even wachten tot die klaar is.\"],\"+AT8nl\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten tot die klaar is.\"],\"9DPC4t\":[\"De bedankpagina eindigt met een kaart die deelnemers uitnodigt om zelf een event met dembrane te organiseren.\"],\"otcrOk\":[\"Het transcript kwam niet terug. Controleer je verbinding en probeer het opnieuw.\"],\"sQgHJn\":[\"De transcriptie is niet afgerond. Probeer het opnieuw.\"],\"uPGyvo\":[\"De webhook URL en gebeurtenissen worden gekloond. Je moet de geheime sleutel opnieuw invoeren als er een was geconfigureerd.\"],\"Ws5p1J\":[\"De werkruimte waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"mbsBu1\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer en wordt het overdrachtscontact.\"],\"k59/22\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer, krijgt per e-mail bericht dat hij de data-eigenaar is en wordt het overdrachtscontact.\"],\"p9LlT0\":[\"Het scherm is vergrendeld of het tabblad is niet actief. De opname pauzeert tot ze terugkomen.\"],\"FEr96N\":[\"Thema\"],\"tn4pEQ\":[\"daar\"],\"fm15Og\":[\"Er zijn geen andere werkruimtes waarnaar je deze projecten kunt verplaatsen.\"],\"PmKiRy\":[\"Er zijn geen andere werkruimtes waarnaar je dit project kunt verplaatsen.\"],\"T8rsM6\":[\"Er is een fout opgetreden bij het klonen van uw project. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"JDFjCg\":[\"Er is een fout opgetreden bij het maken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"4MElLm\":[\"Er zat geen spraak in die opname.\"],\"D8iLCl\":[\"Deze wijzigingen zijn toegepast op je project.\"],\"select.all.modal.other.reason.description\":[\"Deze gesprekken werden uitgesloten vanwege ontbrekende transcripties.\"],\"8xYB4s\":[\"Deze standaardweergaven worden automatisch aangemaakt wanneer je je eerste bibliotheek maakt.\"],\"7Ye3FL\":[\"Deze tagwijzigingen zijn toegepast op je project.\"],\"81wkbM\":[\"Deze werkruimtes worden apart gefactureerd. Elke persoon die je toevoegt neemt een plek in \",[\"billingContextCount\"],\" factureringscontexten in, die elk afzonderlijk worden gefactureerd.\"],\"0ZaC+v\":[\"Deze werkruimtes hebben hun eigen abonnement, beheerd vanuit elke werkruimte. Ze maken geen deel uit van het abonnement van deze organisatie.\"],\"8AOwf0\":[\"Ze worden toegevoegd als leden. Je kunt er later meer toevoegen.\"],\"MOF98U\":[\"Denk aan: een gesprek met je DPO of CISO, een beveiligingsbeoordeling of een DPIA op maat.\"],\"Ed99mE\":[\"Denken...\"],\"WLBoIc\":[\"Dit account heeft een lopend Mollie-abonnement. Zeg dat eerst op.\"],\"3YoDz8\":[\"Dit account heeft een actief abonnement. Vraag de klant om het op te zeggen via de factureringspagina voordat je het niveau aanpast.\"],\"kUtEeG\":[\"Dit gedeelte is voor dembrane-personeel. Denk je dat je toegang zou moeten hebben? Mail dan support@dembrane.com.\"],\"7eQeNC\":[\"Deze browser kan geen audio opnemen. Chrome, Edge en Safari wel.\"],\"participant.modal.s3check.suggestions\":[\"Dit kan gebeuren wanneer een VPN of firewall de verbinding blokkeert. Probeer je VPN uit te schakelen, over te schakelen naar een ander netwerk (bijv. mobiele hotspot) of neem contact op met je IT-afdeling voor hulp.\"],\"XR7DRS\":[\"Dit canvas kon niet worden bijgewerkt.\"],\"fztlir\":[\"Dit verandert hoe transcripten vanaf nu worden opgeslagen. Gesprekken die al zijn opgenomen behouden de vorm waarin ze zijn bewaard.\"],\"conversation.linked_conversations.description\":[\"Dit gesprek heeft de volgende kopieën:\"],\"conversation.linking_conversations.description\":[\"Dit gesprek is een kopie van\"],\"SzU1mG\":[\"Deze e-mail is al in de lijst.\"],\"participant.modal.refine.info.available.in\":[\"Deze functie is beschikbaar over \",[\"remainingTime\"],\" seconden.\"],\"XVmrFS\":[\"Dit veld bevat al de voorgestelde waarde.\"],\"lja/om\":[\"Deze informatie is anoniem\"],\"VqK4uu\":[\"Dit inzicht is verwijderd\"],\"1p9Zmk\":[\"Deze uitnodiging is al gebruikt\"],\"BGIpSK\":[\"Deze uitnodiging is verlopen\"],\"tU7tLa\":[\"Deze uitnodiging is niet meer geldig\"],\"u3BWAB\":[\"Deze uitnodiging is niet voor dit account\"],\"fcMrKf\":[\"Deze uitnodigingslink is niet geldig\"],\"ZPOM9u\":[\"Deze uitnodigingslink is niet geldig voor dit account\"],\"kdZCIM\":[\"Deze uitnodiging beslaat \",[\"0\"],\" factureringscontexten, die elk apart worden gefactureerd:\"],\"QR7hjh\":[\"Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken.\"],\"bSbU2m\":[\"Dit is een overzicht van elke organisatie en werkruimte waarvan je lid bent.\"],\"+JlPfM\":[\"Dit is een voorbeeld van de JSON-gegevens die naar je webhook-URL worden verzonden wanneer een gesprek wordt samengevat.\"],\"AypXpi\":[\"Dit is nog niet opgeslagen.\"],\"DsBmZV\":[\"Dit staat op verwerking op basis van toestemming zonder link naar het privacybeleid. Voeg er een toe om deze instelling geldig te houden: deelnemers moeten het privacybeleid kunnen lezen.\"],\"kt9FX3\":[\"Dit is dringend\"],\"library.description\":[\"Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegelijk te analyseren.\"],\"BLwPhM\":[\"Dit is niet beschikbaar voor jou\"],\"Gbd5HD\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer.\"],\"2033EA\":[\"Deze link is al gebruikt. Je bent ingelogd en kunt aan de slag.\"],\"MR5ygV\":[\"Deze link is niet meer geldig\"],\"Aznd4+\":[\"Hiermee zet je de training op geannuleerd. Je kunt hem later via hetzelfde menu weer openen.\"],\"oW3yYY\":[\"Deze maand\"],\"YN8nMm\":[\"Hiermee krijgt de werkruimte een eigen facturerings- en datacontext. De projecten verplaatsen niet meer vrij mee met de rest van je organisatie.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"Deze organisatie heeft nog geen leden om te trainen.\"],\"DHgelW\":[\"Deze organisatie bestaat niet meer\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op. Blijft het gebeuren, ga dan terug naar home.\"],\"SWBo09\":[\"deze persoon\"],\"CWAQCC\":[\"Dit project was niet bereikbaar.\"],\"bon4/x\":[\"Dit project hoort niet bij een werkruimte.\"],\"ocBOyA\":[\"Dit project is zichtbaar voor iedereen in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"Dit project is zichtbaar voor iedereen in de werkruimte.\"],\"xbLJ58\":[\"Dit project volgt dan de overgenomen instelling: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert\"],\"3dSMKs\":[\"Hiermee zet je het account op facturering die dembrane beheert: geen automatische Mollie-afschrijvingen en geen automatisch verlopen.\"],\"xfqtI+\":[\"Deze korte rondleiding laat onze nieuwe indeling in drie niveaus zien: organisaties, workspaces en projecten. Bekijk de video en leer hoe je toegang beheert, je werk organiseert en onze nieuwe analysetools gebruikt.\"],\"64Ko7C\":[\"Dit record heeft geen factureringsaccount.\"],\"SQuwgX\":[\"Hiermee verwijder je het gesprek uit het project. Dit kun je niet terugdraaien.\"],\"9zTDpd\":[\"Hiermee verwijder je de licentie van één jaar voor \",[\"0\"],\". Ze tellen dan niet meer als getraind en verliezen toegang tot instellingen met hoog risico. Doe dit alleen als de licentie per ongeluk is toegekend.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dit rapport is nog niet beschikbaar. \"],\"GQTpnY\":[\"Dit rapport werd geopend door \",[\"0\"],\" mensen\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"Dit verzoek duurde te lang, dus ik heb het gestopt. Stuur het opnieuw, dan probeer ik het nog een keer.\"],\"bKWJ+t\":[\"Hiermee gaat het account terug naar standaard gratis facturering.\"],\"XK9N+e\":[\"Hiermee komt de werkruimte terug bij de gedeelde facturering van je organisatie en wordt de externe data-eigenaar verwijderd.\"],\"cjRyq5\":[\"Dit bepaalt de taal die deelnemers in het portaal zien, inclusief de vragen die ze krijgen.\"],\"hwyBn8\":[\"Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten\"],\"ABJz8Q\":[\"Deze verificatievraag is toegevoegd aan je project.\"],\"Dj5ai3\":[\"Dit zal uw huidige invoer wissen. Weet u het zeker?\"],\"NrRH+W\":[\"Dit zal een kopie van het huidige project maken. Alleen instellingen en trefwoorden worden gekopieerd. Rapporten, chats en gesprekken worden niet opgenomen in de kopie. U wordt doorgestuurd naar het nieuwe project na het klonen.\"],\"hsNXnX\":[\"Dit zal een nieuw gesprek maken met dezelfde audio maar een nieuwe transcriptie. Het originele gesprek blijft ongewijzigd.\"],\"add.tag.filter.modal.info\":[\"Dit zal de conversatielijst filteren om conversaties met deze tag weer te geven.\"],\"participant.concrete.regenerating.artefact.description\":[\"We zijn je tekst aan het vernieuwen. Dit duurt meestal maar een paar seconden.\"],\"participant.concrete.loading.artefact.description\":[\"We zijn je tekst aan het ophalen. Even geduld.\"],\"mSuhYn\":[\"deze werkruimte\"],\"8b9oJD\":[\"Deze werkruimte heeft de opnamelimiet bereikt. Upgrade om meer audio te uploaden.\"],\"1pzlg0\":[\"Deze werkruimte heeft zijn opname-uren gebruikt. Upgrade om spraak te blijven gebruiken.\"],\"teN+SJ\":[\"Deze werkruimte wordt apart gefactureerd\"],\"/HZ7l/\":[\"Deze werkruimte wordt gefactureerd via \",[\"orgName\"],\". Abonnementen en betaling worden in één keer voor de hele organisatie beheerd, en elke werkruimte deelt dit.\"],\"Khe1Xt\":[\"Deze werkruimte zit op een niveau dat geen extra plekken toelaat. Upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"vvEr5j\":[\"Deze werkruimte bestaat niet meer\"],\"+FiXAn\":[\"Deze werkruimte deelt de facturering van de organisatie. Pas het niveau aan op het organisatieaccount, daar geldt hij voor elke interne werkruimte in de organisatie.\"],\"QnWmgF\":[\"Deze werkruimte is op \",[\"sinceDate\"],\" teruggezet naar \",[\"tier\"],\". Sommige functies zijn beperkt.\"],\"DGZ0dc\":[\"Drie snelle stappen en je bent binnen.\"],\"VDoFSJ\":[\"Duim omlaag\"],\"Nuw8ty\":[\"Duim omhoog\"],\"67ZxuT\":[\"Vink alles aan wat van toepassing is.\"],\"s/y/Z+\":[\"Vink alles aan wat past.\"],\"nNGGkA\":[\"Niveau\"],\"qPIf5y\":[\"Niveau gewijzigd\"],\"LhMjLm\":[\"Tijd\"],\"cklVjM\":[\"Tijdlijn\"],\"8TMaZI\":[\"Tijdstempel\"],\"XSqo4Y\":[\"Tijdstempels en duur\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Gebruik de afspeelknop (▶) om een testpayload naar je webhook te verzenden en te controleren of het correct werkt.\"],\"Zb3ANR\":[\"Tip: U kunt ook een sjabloon maken van elk chatbericht dat u verstuurt, of een bestaand sjabloon dupliceren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch gegenereerd\"],\"ouSxtJ\":[\"Titel gegenereerd uit het gesprek\"],\"uqnBvS\":[\"Titelrichtlijn\"],\"Mozc0C\":[\"Titel of deelnemer\"],\"dMtLDE\":[\"naar\"],\"xLXwHL\":[\"Om een nieuwe tag toe te wijzen, maak je deze eerst aan in de portalinstellingen.\"],\"qDfpLj\":[\"Om ons te helpen actie te ondernemen, probeer aan te geven waar het gebeurde en wat u probeerde te doen. Bij bugs, vertel ons wat er mis ging. Bij ideeën, vertel ons welke behoefte het voor u zou oplossen.\"],\"UEleqp\":[\"Om iemand te promoveren tot lid van de werkruimte, voeg je deze persoon eerst toe aan de organisatie en nodig je daarna opnieuw uit vanuit de werkruimte.\"],\"CCDe0r\":[\"Wil je bespreken wat je nodig hebt, mail dan <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Te groot\"],\"yIsdT7\":[\"Te lang\"],\"qgwLj6\":[\"Te lang of onduidelijk\"],\"lcsUaI\":[\"Te veel meldingen. Wacht een paar minuten en probeer het opnieuw\"],\"li4gmn\":[\"Te veel om hier te tonen. De assistent leest ze in delen door.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Onderwerp succesvol aangemaakt\"],\"Sawj4V\":[\"Onderwerp verwijderd\"],\"xcp3ny\":[\"Onderwerp label\"],\"vQoAht\":[\"Onderwerp bijgewerkt\"],\"th8cMZ\":[\"Titel op basis van onderwerp die beschrijft wat er werd besproken\"],\"sFMBP5\":[\"Onderwerpen\"],\"ONchxy\":[\"totaal\"],\"72c5Qo\":[\"Totaal\"],\"kFzhfN\":[\"Nu te betalen totaal\"],\"McSz22\":[\"Getraind\"],\"kMf0pe\":[\"Getraind tot \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training aangemaakt\"],\"p9JlS7\":[\"Trainingsdatum\"],\"1gL8o6\":[\"Training aangevraagd. We nemen contact op om het in te plannen.\"],\"KxpIJA\":[\"Training vereist voor gebruik met hoog risico\"],\"VGao62\":[\"Training bijgewerkt\"],\"miJqd2\":[\"Trainingsverificatie is hier niet beschikbaar.\"],\"cP0LwD\":[\"Trainingen\"],\"fp5rKh\":[\"Transcriptie wordt uitgevoerd...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcriptie\"],\"hfpzKV\":[\"Transcript gekopieerd naar klembord\"],\"K3Fxr/\":[\"transcriptfragment\"],\"MzWrba\":[\"Transcriptiefout\"],\"TyO5K+\":[\"Transcripten zijn beschikbaar met een betaald abonnement.\"],\"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.\"],\"lhkaAC\":[\"Proef\"],\"hDv2MY\":[\"Proef- en gratis accounts, niet meegerekend in het betalende totaal.\"],\"DtButj\":[\"Trigger automatische workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Problemen met inloggen? Neem contact op via support@dembrane.com.\"],\"KDw4GX\":[\"Opnieuw proberen\"],\"u62wQ4\":[\"Probeer het zo meteen opnieuw.\"],\"7dRUDh\":[\"Probeer Agentic\"],\"eP1iDc\":[\"Vraag bijvoorbeeld\"],\"sZgR8D\":[\"Probeer het\"],\"goQEqo\":[\"Probeer een beetje dichter bij je microfoon te komen voor betere geluidskwaliteit.\"],\"q1ok4Y\":[\"Wil je je aansluiten bij een bestaande organisatie?\"],\"portal.anonymization.disable.confirm\":[\"Uitschakelen\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonimisering uitschakelen?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Het uitschakelen van anonimisering terwijl opnames gaande zijn kan onbedoelde gevolgen hebben. Actieve gesprekken worden ook beïnvloed tijdens de opname. Gebruik dit met voorzichtigheid.\"],\"JPF8BN\":[\"Je spraaknotitie wordt omgezet naar tekst\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Tweestapsverificatie\"],\"NwChk2\":[\"Tweestapsverificatie uitgezet\"],\"qwpE/S\":[\"Tweestapsverificatie aangezet\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Typ <0>\",[\"0\"],\" om te bevestigen.\"],\"hHFgGr\":[\"Typ een bericht of druk / voor templates...\"],\"EvmL3X\":[\"Typ hier uw reactie\"],\"KfLidz\":[\"Typt\"],\"dubg//\":[\"Oekraïens (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"MksxNf\":[\"Kan auditlogboeken niet laden.\"],\"participant.outcome.error.title\":[\"Kan uitkomst niet laden\"],\"59QK2U\":[\"Kan het gegenereerde resultaat niet laden. Probeer het opnieuw.\"],\"nGxDbq\":[\"Kan dit fragment niet verwerken\"],\"lLwEjI\":[\"Minder dan 50.\"],\"8ryDoK\":[\"Onder je organisatie\"],\"HYUJF4\":[\"Onze nieuwe structuur uitgelegd\"],\"9uI/rE\":[\"Ongedaan maken\"],\"Ef7StM\":[\"Onbekend\"],\"wF2wqQ\":[\"Onbekende datum\"],\"rIOkYf\":[\"Onbekend lid\"],\"1MTTTw\":[\"Onbekende reden\"],\"nWMRxa\":[\"Losmaken\"],\"vSdeRU\":[\"Maak eerst een project los (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Maak eerst een project los (max 3)\"],\"dx+iaL\":[\"Project losmaken\"],\"KuVpz+\":[\"Ongelezen\"],\"sCTlv5\":[\"Niet-opgeslagen wijzigingen\"],\"SMaFdc\":[\"Afmelden\"],\"nOxIVE\":[\"Zonder tag\"],\"VFYmmV\":[\"Vink een veld uit om het precies te laten zoals het is.\"],\"1hTGn4\":[\"tot \",[\"0\"]],\"wja8aL\":[\"Naamloos\"],\"CoInOF\":[\"Naamloos canvas\"],\"LOM/+N\":[\"Naamloos gesprek\"],\"jlrVDp\":[\"Gesprek zonder titel\"],\"ZjKqrC\":[\"Naamloze methodologie\"],\"PZKdTd\":[\"Naamloos rapport\"],\"+TYrZZ\":[\"Tot \",[\"0\"],\" deelnemers\"],\"RHUiSf\":[\"Tot \",[\"0\"],\" deelnemers zijn inbegrepen.\"],\"0wHyhk\":[\"Maximaal \",[\"MAX_FILES\"],\" afbeeldingen\"],\"lLehih\":[\"Maximaal \",[\"MAX_MESSAGE_CHARS\"],\" tekens\"],\"EkH9pt\":[\"Bijwerken\"],\"H/FUVb\":[\"Updateritme\"],\"x4Xp3c\":[\"bijgewerkt\"],\"Ef5vag\":[\"Bijgewerkt \",[\"0\"],\" · \"],\"+vId6X\":[\"Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Bijgewerkt.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij tot \",[\"0\"],\".\"],\"luwc/s\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij.\"],\"V7w3WZ\":[\"Notitie voor het dembrane-team bijwerken\"],\"IUC5Nz\":[\"Opgeslagen geheugen bijwerken\"],\"26+vhb\":[\"Projecttags bijwerken\"],\"Gw18pn\":[\"Upgrade om dit aan de chat toe te voegen\"],\"0s5x5X\":[\"Upgrade om verder te gaan\"],\"3I+le5\":[\"Upgrade om een titel voor dit gesprek te genereren\"],\"GFLM5d\":[\"Upgrade om samenvattingen voor dit gesprek te genereren\"],\"xeIX9S\":[\"Upgrade je werkruimte om audio te downloaden van gesprekken die na de limiet zijn opgenomen\"],\"24kHLh\":[\"Upgrade je werkruimte om samenvattingen van nieuwe gesprekken te bekijken.\"],\"mahIMH\":[\"Upgrade je werkruimte om dit gesprek te bekijken\"],\"3symHf\":[\"Upgrade je werkruimte om transcripties van nieuwe gesprekken te bekijken.\"],\"ONWvwQ\":[\"Uploaden\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar uploaden\"],\"kV3A2a\":[\"Upload voltooid\"],\"4Fr6DA\":[\"Gesprekken uploaden\"],\"pZq3aX\":[\"Upload mislukt. Probeer het opnieuw.\"],\"HAKBY9\":[\"Bestanden uploaden\"],\"4Z7WLN\":[\"Uploadlimiet bereikt\"],\"6XdQf/\":[\"Uploadlimiet bereikt. Upgrade je werkruimte.\"],\"QfiWpJ\":[\"Logo uploaden\"],\"ZeGAhv\":[\"opnames te uploaden\"],\"k/LaWp\":[\"Audio bestanden uploaden...\"],\"participant.modal.uploading\":[\"Audio uploaden...\"],\"participant.modal.interruption.uploading\":[\"Audio uploaden...\"],\"P2sJqQ\":[\"Opnames uploaden is beschikbaar met een betaald abonnement.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is vereist\"],\"3VnYUR\":[\"URL moet beginnen met http:// of https://\"],\"7FaY4u\":[\"Gebruik\"],\"6YK+1q\":[\"Gebruik · \",[\"0\"]],\"9TZVmX\":[\"Gebruik en facturering\"],\"589hpo\":[\"Gebruik en facturering, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Gebruik en facturering, betalingen, partnergrootboek. Elke Directus-beheerder heeft toegang.\"],\"9rNv3P\":[\"Gebruik wordt bijgehouden voor je organisatie. Bekijk het in de organisatie-instellingen.\"],\"RuzOGi\":[\"Gebruik deze cyclus\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Overgenomen standaard gebruiken\"],\"ngdRFH\":[\"Gebruik Shift + Enter om een nieuwe regel toe te voegen\"],\"w+4I2h\":[\"webhooks te gebruiken\"],\"QB0CBI\":[\"je stem in de chat te gebruiken\"],\"5pcSZ4\":[\"Gebruikt op je facturen. Prijzen zijn exclusief btw.\"],\"vSPQ9U\":[\"Verkeerd adres gebruikt? <0>Registreer opnieuw.\"],\"lcDO4m\":[\"Gebruikersinstellingen\"],\"7sNhEz\":[\"Gebruikersnaam\"],\"1Nt3Kg\":[\"Gebruik standaard dembrane-logo\"],\"08yTaL\":[\"Gebruikt fixture-data.\"],\"mUOhaJ\":[\"Gebruik webhooks? We zouden graag van je horen\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"Btw-nummer\"],\"/n0QEP\":[\"Btw-regio\"],\"NBpTc8\":[\"Verificatie op het eindscherm\"],\"participant.modal.verify_prompt.title\":[\"Herinnering om te verifiëren\"],\"participant.banner.verification_required\":[\"Verificatie vereist\"],\"OKGlwv\":[\"Verificatieonderwerpen\"],\"select.all.modal.verified\":[\"Geverifieerd\"],\"select.all.modal.loading.verified\":[\"Geverifieerd\"],\"QDEWii\":[\"Geverifieerd\"],\"conversation.filters.verified.text\":[\"Geverifieerd\"],\"Iv1iWN\":[\"geverifieerde artefacten\"],\"bepwgB\":[\"Geverifieerde artefacten\"],\"dashboard.dembrane.verify.title\":[\"Verifiëren\"],\"uSMfoN\":[\"Verifiëren\"],\"participant.button.verify_prompt.verify\":[\"Verifiëren\"],\"participant.echo.verify\":[\"Verifiëren\"],\"4LFZoj\":[\"Code controleren\"],\"MBOY4U\":[\"E-mail verifiëren\"],\"w6Mgbs\":[\"Onderwerpen verifiëren\"],\"bl9677\":[\"Verifieert\"],\"iOnm3W\":[\"Je e-mailadres wordt geverifieerd.\"],\"eE0JZ4\":[\"Versie\"],\"IYNSdp\":[\"Versies\"],\"YFvfo/\":[\"Erg stil op dit moment. Check of de microfoon niet uitstaat.\"],\"jpctdh\":[\"Weergave\"],\"SZw9tS\":[\"Bekijk details\"],\"95YFbG\":[\"Voorbeeld payload bekijken\"],\"j45ntU\":[\"Uitnodiging bekijken\"],\"D4e7re\":[\"Bekijk je reacties\"],\"rUp0hp\":[\"Je bekijkt \",[\"0\"]],\"P0bGkp\":[\"Zichtbare kolommen\"],\"S3T9oe\":[\"Zichtbaar voor iedereen in \",[\"workspaceName\"]],\"fedNgo\":[\"Zichtbaar voor iedereen in deze werkruimte\"],\"754W/v\":[\"Zichtbaar voor iedereen in deze werkruimte. Laat uit om het persoonlijk te houden.\"],\"RdG06l\":[\"Bezoekersgegevens\"],\"KAXSwC\":[\"Spraak\"],\"Ln6Gy/\":[\"Wachten tot gesprekken zijn afgerond voordat een rapport wordt gegenereerd.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Loopt de installatie met je door en stelt volgende stappen voor.\"],\"q7LnaV\":[\"Zelf een event organiseren met dembrane?\"],\"0/aCt7\":[\"Volg live opnames, transcriptievoortgang en fouten in dit project terwijl ze gebeuren.\"],\"P0bVhF\":[\"Wij brengen de tool en de crew mee, van intakegesprek tot rapport. Bewezen op 1000+ events.\"],\"participant.alert.microphone.access.issue\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"kSJ1rO\":[\"We konden je betaalmethode niet belasten\"],\"Ul0g2u\":[\"We konden tweestapsverificatie niet uitschakelen. Probeer het opnieuw met een nieuwe code.\"],\"sM2pBB\":[\"We konden tweestapsverificatie niet inschakelen. Controleer je code en probeer het opnieuw.\"],\"mW8QSA\":[\"We konden de pagina die je zocht niet vinden. Misschien is hij verplaatst.\"],\"UStbqQ\":[\"We konden deze organisatie niet laden. Probeer het zo meteen opnieuw.\"],\"viuoK1\":[\"We konden het gebruik van deze organisatie niet laden.\"],\"huDAZ9\":[\"We konden de werkruimtes van deze organisatie niet laden. Sommige opties ontbreken mogelijk. Probeer te vernieuwen.\"],\"Ay7FNv\":[\"We konden dit project niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"Z2y7ap\":[\"We konden deze werkruimte niet laden. Probeer het zo meteen opnieuw.\"],\"zPjLTr\":[\"We konden het gebruik van deze werkruimte niet laden.\"],\"y5BiQM\":[\"We konden je organisaties niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"+jHAFm\":[\"We konden je openstaande uitnodigingen niet laden. Probeer het zo meteen opnieuw.\"],\"gNHeDV\":[\"We konden je betaalmethode niet bijwerken. Je oude methode is nog actief. Probeer het opnieuw.\"],\"participant.modal.echo.info.reason\":[\"We hebben iets meer context nodig om u te helpen ECHO effectief te gebruiken. Ga door met opnemen zodat we betere suggesties kunnen geven.\"],\"GC6z0d\":[\"We hebben een verificatielink naar <0>\",[\"email\"],\" gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"9i8m90\":[\"We hebben je een verificatielink gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"81dqga\":[\"We zetten samen het project op, draaien op de dag zelf met je mee en helpen je daarna het rapport te schrijven.\"],\"S+HYhm\":[\"We konden je methode nog steeds niet belasten. Werk deze bij en probeer het opnieuw.\"],\"L9hUjh\":[\"We nemen binnen een dag contact op. Liever zelf een moment kiezen?\"],\"8RY8RU\":[\"We nemen binnen een dag contact op. Liever zelf een moment kiezen? De agenda staat hier.\"],\"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.\"],\"FXjsEJ\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik <0>Probleem melden om die met schermafbeeldingen te sturen.\"],\"XolQc4\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik Probleem melden in de zijbalk om die met schermafbeeldingen te sturen.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We hebben organisaties toegevoegd zodat je projecten kunt ordenen en delen met collega's. Alles wat je eerder had, is er nog. We hebben alleen een naam voor je organisatie nodig.\"],\"Yc3tsw\":[\"We hebben een verificatielink naar <0>\",[\"0\"],\" gestuurd. Open de e-mail en klik op de link om verder te gaan.\"],\"fylXkT\":[\"Zwak netwerk\"],\"7cUq8g\":[\"Zwak wachtwoord\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks zijn geautomatiseerde berichten die van een app naar een andere worden verzonden wanneer iets gebeurt. Denk aan ze als een \\\"notificatiesysteem\\\" voor uw andere tools.\"],\"3rkRxG\":[\"Webhooks zijn niet ingeschakeld voor deze omgeving.\"],\"EAioZ5\":[\"Webhooks zijn beschikbaar met een betaald abonnement.\"],\"6jfS51\":[\"Welkom\"],\"9eF5oV\":[\"Welkom terug\"],\"ZVR4oQ\":[\"Welkom terug, \",[\"displayName\"]],\"OM+lH0\":[\"Welkom bij dembrane\"],\"P3EAlh\":[\"Welkom bij dembrane chat. Selecteer de gesprekken die je wilt analyseren en vraag dan naar details, citaten en samenvattingen.\"],\"Fx+f0A\":[\"Welkom bij dembrane!\"],\"u4aLOz\":[\"Welkom in Overview Mode! Ik heb samenvattingen van al je gesprekken klaarstaan. Vraag me naar patronen, thema’s en inzichten in je data. Voor exacte quotes start je een nieuwe chat in Specific Context mode.\"],\"J2FSRx\":[\"Welkom, \",[\"displayName\"]],\"klH6ct\":[\"Welkom!\"],\"RL57XM\":[\"Wat zijn webhooks? (2 min lezen)\"],\"nCQNTt\":[\"Wat wil je te weten komen?\"],\"vv/EFG\":[\"Wat gegevens worden verzonden?\"],\"WSxXHT\":[\"Waarvoor wil je dembrane gebruiken?\"],\"3jWdsE\":[\"Waarvoor wil je dembrane gebruiken?\"],\"participant.verify.selection.title\":[\"Wat wil je verifiëren?\"],\"B5v8nx\":[\"Wat er verstuurd wordt\"],\"JJjzZE\":[\"Wat is er gebeurd? Plak hier een screenshot om hem toe te voegen\"],\"WqnI4l\":[\"Wat is het?\"],\"T91psD\":[\"Wat zou hieraan anders moeten zijn?\"],\"pVIWuw\":[\"Wat moet ECHO analyseren of genereren uit de gesprekken?\"],\"yWXuOc\":[\"Welke thema's kwamen naar voren in de gesprekken in dit project?\"],\"LfRBcL\":[\"Welke thema's kwamen naar voren?\"],\"pd3Yt/\":[\"Wat dit project deze cyclus verbruikt.\"],\"tq89gP\":[\"Wat ging er mis?\"],\"qGrqH9\":[\"Wat waren de belangrijkste momenten in dit gesprek?\"],\"FXZcgH\":[\"Wat wil je verkennen?\"],\"3ePd3I\":[\"Wat is er nieuw\"],\"k7eeqO\":[\"Wat is de belangrijkste reden?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wanneer een deelnemer het portaal opent, hun details invoert en een gesprek begint\"],\"myUTw1\":[\"Wanneer er een rapport is gegenereerd voor het project\"],\"7t3vo1\":[\"Wanneer alle audio is geconverteerd naar tekst en het volledige transcript beschikbaar is\"],\"N0GETg\":[\"Wanneer worden webhooks geactiveerd?\"],\"/MdXB7\":[\"Wanneer heb je dembrane nodig?\"],\"KmUKwU\":[\"Wanneer ingeschakeld, zullen alle nieuwe transcripties persoonlijke informatie (namen, e-mails, telefoonnummers, adressen) worden vervangen door placeholders. Anonieme gesprekken deactiveren ook audio-afspelen, audio-download en hertranscriptie om de privacy van deelnemers te beschermen. Dit kan niet ongedaan worden gemaakt voor al bestaande gesprekken.\"],\"MEmr1I\":[\"Wanneer je het gesprek afmaakt, worden deelnemers die nog niet hebben geverifieerd gevraagd om te verifiëren of over te slaan\"],\"BaiSBQ\":[\"Staat dit aan, dan kan het supportteam van dembrane deze werkruimte in om je te helpen. Hun toegang stopt automatisch na 24 uur.\"],\"SgIrVC\":[\"Zodra deelnemers de QR-code scannen, verschijnen ze hier en bewegen ze live door de fases.\"],\"/dAMl1\":[\"Wanneer moet het rapport gegenereerd worden?\"],\"MyMufZ\":[\"Als iemand de QR-code scant, is dat één gesprek. Als 50 mensen hem tegelijk scannen, zijn dat 50 gesprekken tegelijk.\"],\"NPIwj3\":[\"Wanneer de samenvatting klaar is (bevat zowel transcript als samenvatting)\"],\"Uf3BzE\":[\"Waar kunnen we je bereiken?\"],\"JwZibo\":[\"Waar wil je naartoe?\"],\"msYPX5\":[\"Waar wil je beginnen?\"],\"kqHiF1\":[\"Bij welke organisatie hoort deze werkruimte?\"],\"lwFEDE\":[\"Welke organisatie is eigenaar van de data van deze werkruimte? Dit bepaalt de data- en compliancecontext.\"],\"wZht80\":[\"Wie dit project kan zien en eraan kan samenwerken.\"],\"P9WL8r\":[\"Wie kan dit project zien?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Wie in je team een actuele trainingslicentie heeft. Boek een training via de Training-weergave van je organisatie.\"],\"KcnIXL\":[\"wordt in je rapport opgenomen\"],\"EpZ9+F\":[\"wens\"],\"QdkkH5\":[\"Met externe klanten\"],\"KWhZCH\":[\"Binnen mijn organisatie\"],\"qJ0J+6\":[[\"0\"],\" stappen doorlopen\"],\"B6dzt1\":[\"Bezig met je antwoord...\"],\"NwM/eB\":[\"werkruimte\"],\"pmUArF\":[\"Werkruimte\"],\"IG4YLy\":[\"Workspace / project\"],\"VmdouC\":[\"Werkruimte-account\"],\"Zqthj7\":[\"Werkruimte-acties\"],\"ZBKhLV\":[\"Werkruimte aangemaakt.\"],\"xM1hP9\":[\"Werkruimtestandaard\"],\"UlhdTP\":[\"Werkruimte verwijderd\"],\"Ep8k4i\":[\"Werkruimte is vol\"],\"Y0Fj4S\":[\"Werkruimtelogo\"],\"CozWO1\":[\"Naam van de werkruimte\"],\"dg0Efy\":[\"Naam van de werkruimte. Wordt automatisch opgeslagen.\"],\"wHWiPE\":[\"Werkruimte hernoemd\"],\"Knd6gz\":[\"Werkruimte-instellingen\"],\"XAW6X5\":[\"Werkruimte-instellingen | dembrane\"],\"wowvFW\":[\"Gast met alleen toegang tot de werkruimte. Niet toegevoegd aan de organisatie.\"],\"JKU2hI\":[\"werkruimtes\"],\"pmt7u4\":[\"Werkruimtes\"],\"YRelrK\":[\"Werkruimtes apart gefactureerd\"],\"vMCu+n\":[\"Werkruimtes in dit account\"],\"XLYmK5\":[\"Werkruimtes in deze organisatie waar je nog geen lid van bent. Als admin kun je jezelf toevoegen om ze te beheren.\"],\"lBVr4U\":[\"Werkruimtes die met je zijn gedeeld\"],\"++IGvT\":[\"Werkruimtes waar je lid van kunt worden\"],\"JEHySj\":[\"Werkruimtes waarvoor je bent uitgenodigd. Accepteer om te gaan samenwerken.\"],\"add.tag.filter.modal.description\":[\"Wilt u deze tag toevoegen aan uw huidige filters?\"],\"Exc/LI\":[\"Verkeerd adres? E-mail wijzigen\"],\"bmC+Ww\":[\"Verkeerde taal of toon\"],\"MNTYHt\":[\"Verkeerde bronnen\"],\"l75CjT\":[\"Ja\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"jou\"],\"kWJmRL\":[\"Jij\"],\"VHG+Js\":[\"Je hebt al toegang tot deze werkruimte.\"],\"Dl7lP/\":[\"Je bent al afgemeld of je link is ongeldig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"Je zit op het gratis plan.\"],\"Arw/sv\":[\"Je zit op het gratis plan. Er is nog niets te betalen.\"],\"rKP2WF\":[\"Jij bent de data-eigenaar\"],\"EDIsb+\":[\"Je kunt dit altijd aanpassen in de instellingen.\"],\"fzU5ll\":[\"Je kunt dit later aanpassen in de projectinstellingen.\"],\"dWZJqc\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen nadat je factuurgegevens hebt toegevoegd.\"],\"uGP87g\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen.\"],\"WS92Fk\":[\"Je kunt wegnavigeren en later terugkomen. Je rapport wordt op de achtergrond verder gegenereerd.\"],\"E71LBI\":[\"Je kunt maximaal \",[\"MAX_FILES\"],\" bestanden tegelijk uploaden. Alleen de eerste \",[\"0\"],\" bestanden worden toegevoegd.\"],\"+IqtlU\":[\"Je kunt ze later opnieuw uitnodigen vanuit elke werkruimte.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"U kunt het hieronder opnieuw proberen.\"],\"96ERwL\":[\"Je kunt nog geen werkruimte aanmaken\"],\"bHCu+u\":[\"Je kunt jezelf niet uitnodigen.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"Je hebt geen toestemming om te transcriberen in dit project.\"],\"UjkUrJ\":[\"Je hebt geen toegang tot deze werkruimte.\"],\"3x5+PU\":[\"Je hebt geen rechten om werkruimtes aan te maken in die organisatie. We vallen terug op je primaire organisatie.\"],\"fkXBUO\":[\"Je hebt geen rechten om uit te nodigen voor een werkruimte in deze organisatie.\"],\"QYdixc\":[\"Je hebt een openstaande uitnodiging\"],\"ombH/9\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". Open deze om lid te worden van de organisatie.\"],\"8v7ix0\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". De beheerder moet een plek vrijmaken voordat je lid kunt worden.\"],\"select.all.modal.already.added\":[\"U heeft al <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversatie\"],\"other\":[\"#\",\" conversaties\"]}],\" aan deze chat toegevoegd.\"],\"7W35AW\":[\"Je hebt alle gerelateerde gesprekken al toegevoegd\"],\"participant.modal.change.mic.confirmation.text\":[\"Je hebt je microfoon gewisseld. Klik op \\\"Doorgaan\\\" om verder te gaan met de sessie.\"],\"T/Q7jW\":[\"U hebt succesvol afgemeld.\"],\"fopZ8o\":[\"Je hebt supporttoegang tot deze werkruimte. Deze stopt automatisch op \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"Je bent nog geen lid van een werkruimte in deze organisatie.\"],\"participant.modal.verify_prompt.description\":[\"Je hebt nog geen resultaten geverifieerd. Wil je verifiëren voordat je afsluit?\"],\"PjAkjf\":[\"Je hebt de werkruimte verlaten\"],\"lTDtES\":[\"Je kunt er ook voor kiezen om een ander gesprek op te nemen.\"],\"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.\"],\"t6Ti2e\":[\"Je hebt een uitnodiging van een collega nodig\"],\"snMcrk\":[\"Je lijkt offline te zijn, controleer je internetverbinding\"],\"MLw3ff\":[\"Je hebt deze run gestopt.\"],\"zlqA7w\":[\"Je probeerde \",[\"action\"],\".\"],\"N/N2Av\":[\"Je wordt als admin toegevoegd aan \",[\"0\"],\" privéwerkruimtes. Ze verschijnen daarna meteen in je zijbalk.\"],\"cehffY\":[\"Je wordt als admin toegevoegd aan \",[\"singleName\"],\". Die verschijnt daarna meteen in je zijbalk.\"],\"OR5x71\":[\"Al je projecten staan voor je klaar.\"],\"hu3KYo\":[\"Je komt in een chat waar dembrane je helpt het project vorm te geven, voordat je gesprekken verzamelt.\"],\"OQI3hm\":[\"Je verliest toegang tot deze werkruimte.\"],\"bX2FeG\":[\"Je verliest toegang tot deze werkruimte. Projecten die je hebt gemaakt blijven; je rol hier wordt verwijderd.\"],\"participant.verify.instructions.receive.artefact\":[\"Je ontvangt zo meteen \",[\"objectLabel\"],\" om te verifiëren.\"],\"gDdsRc\":[\"Je bevestigt je nieuwe betaalmethode op het volgende scherm. Er wordt niets in rekening gebracht, het bevestigt alleen de nieuwe kaart.\"],\"vkNkB8\":[\"Je staat op het punt je eigen rol te wijzigen naar <0>\",[\"0\"],\". Je verliest direct toegang tot de instellingen van de werkruimte, uitnodigingen en ledenbeheer.\"],\"KS7iJH\":[\"Je bent helemaal bij.\"],\"ADMWt4\":[\"Je bent al lid van \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"Je zit al in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"Je bent een externe medewerker in deze organisatie. Open hieronder een van de werkruimtes die met je zijn gedeeld.\"],\"bbvEPE\":[\"Je zit erin\"],\"LfpEZ9\":[\"Je logt in met het verkeerde e-mailadres\"],\"PVUJ6+\":[\"Je zit nog in geen enkele organisatie. Maak een werkruimte om een organisatie te starten, of vraag een lid om een uitnodiging.\"],\"Y3LcET\":[\"Je maakt op dit moment deel uit van geen enkele organisatie.\"],\"FQdXKc\":[\"Je hergebruikt plekken waarvoor je deze periode al hebt betaald (iemand is vertrokken), dus daar wordt nu niets voor in rekening gebracht. De verlenging houdt er rekening mee.\"],\"HnqO9D\":[\"Je bent de enige beheerder. Maak iemand anders beheerder voordat je je rol wijzigt.\"],\"AcL9Ou\":[\"Je bent uitgenodigd om samen te werken met \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"cZ4+ZH\":[\"Je bent uitgenodigd om samen te werken met <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"ePJQ19\":[\"Je bent uitgenodigd voor \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"RTgVkc\":[\"Je bent uitgenodigd voor <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"189Q0c\":[\"Je hebt de limiet van het gratis plan voor deze chat bereikt. Upgrade om verder te chatten.\"],\"GP7h+t\":[\"Je hebt je samenvattingslimiet bereikt\"],\"WfEaJc\":[\"Je hebt je transcriptielimiet bereikt\"],\"o/5HQF\":[\"Je hebt alle 10 uur van de pilot gebruikt. Tools voor hosts (Chat, rapporten, analyse, exports) staan op pauze.\"],\"snxpiF\":[\"jij@voorbeeld.nl\"],\"M5ub3j\":[\"Jouw toegang\"],\"WIv0oz\":[\"Jouw toegang tot \",[\"0\"],\" eindigde op \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Jouw goedkeuring helpt ons begrijpen wat je echt denkt!\"],\"wmkjMv\":[\"Je browser blokkeert de microfoon. Geef toegang en probeer het opnieuw.\"],\"NzCkyb\":[\"Je afspraak is geboekt: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Je afspraak is geboekt.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Jouw gegevens\"],\"lRpeom\":[\"Je concept wordt niet opgeslagen.\"],\"z8F4/3\":[\"Jouw e-mailadres\"],\"t4FxxP\":[\"Je e-mailadres is al geverifieerd\"],\"CqsrQF\":[\"Je e-mailadres is geverifieerd. Log in om door te gaan.\"],\"GjqC/j\":[\"Je e-mailadres is geverifieerd. We brengen je naar de loginpagina.\"],\"vaTeZ3\":[\"Je feedback en dit antwoord gaan naar het dembrane-team.\"],\"DM8bIO\":[\"Je gratis plan bevat één rapport. Upgrade om er meer te maken.\"],\"+Tx3/U\":[\"Je gratis uur voor transcriptie is opgebruikt.\"],\"aZHXuZ\":[\"Uw invoer wordt automatisch opgeslagen.\"],\"Yo3xGL\":[\"Je uitnodiging staat nog open. Probeer het opnieuw zodra de beheerder een plek vrijmaakt of de werkruimte upgradet.\"],\"aCpo/d\":[\"Je uitnodiging is al geaccepteerd, maar je bent geen lid meer van \",[\"resolvedWorkspaceName\"],\". Vraag de beheerder om je opnieuw uit te nodigen.\"],\"/Mqhsc\":[\"Je laatste betaling is niet gelukt. Je abonnement blijft actief. Werk je betaalmethode bij of probeer de betaling opnieuw om het recht te zetten.\"],\"1Uvqtx\":[\"De generatie van je laatste rapport is geannuleerd. Je meest recente voltooide rapport wordt getoond.\"],\"JgZh6f\":[\"Je logo is nog actief, maar kan op dit niveau niet worden gewijzigd.\"],\"q8yluz\":[\"Uw naam\"],\"VSneAo\":[\"Je naam, e-mailadres en huidige pagina worden meegestuurd zodat we contact kunnen opnemen.\"],\"LlzdZF\":[\"Je organisatie zit standaard op het gratis abonnement. Eén abonnement dekt elke werkruimte, per plek gefactureerd zodra je upgradet.\"],\"HnzTai\":[\"Je organisatie staat voor je klaar. Klik op doorgaan om mee te doen.\"],\"jlKzXO\":[\"Je organisatie of bedrijf\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Je eigen logo is beschikbaar met een betaald abonnement.\"],\"ArN1eD\":[\"Je betaalde periode is afgelopen, dus we kunnen dit abonnement hier niet meer aanzetten. Mail support@dembrane.com, dan lossen we het samen met je op.\"],\"+3q2fE\":[\"Je betaalmethode is bijgewerkt.\"],\"xoMBWJ\":[\"Het bijwerken van je betaalmethode wordt nog verwerkt.\"],\"URFO7+\":[\"Je abonnement eindigt aan het einde van de periode.\"],\"6ba1MP\":[\"Je abonnement eindigt op \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Je abonnement is geregeld met dembrane, dus hier valt niets te betalen. Alles wat in je abonnement zit blijft beschikbaar.\"],\"Zn38Tr\":[\"Je abonnement is weer actief. Je behoudt je huidige periode.\"],\"QIQh3n\":[\"Je abonnement is inactief. Activeer het opnieuw om leden toe te voegen.\"],\"PB21Rh\":[\"Je abonnement wordt beheerd door dembrane. Neem contact op met je accountmanager om wijzigingen te maken.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Je abonnement wordt niet verlengd. Je houdt toegang tot het einde van de periode.\"],\"pYnFb6\":[\"Je opname, \",[\"0\"]],\"MBrtod\":[\"Je aanvraag is binnen.\"],\"B+9EHO\":[\"Je antwoord is opgeslagen. Je kunt dit tabblad sluiten.\"],\"wurHZF\":[\"Je reacties\"],\"B8Q/i2\":[\"Je weergave is gemaakt. Wacht aub terwijl we de data verwerken en analyseren.\"],\"library.views.title\":[\"Je weergaven\"],\"lWeANa\":[\"Je werkruimte staat klaar. Klik op doorgaan om samen te werken.\"],\"crrqaX\":[\"jr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 47c90cf13..44e0d16a7 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -66,7 +66,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:234 +#: src/routes/participant/ParticipantPostConversation.tsx:235 msgid " Submit" msgstr " Submit" @@ -261,7 +261,7 @@ msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:777 #: src/components/settings/FontSettingsCard.tsx:49 #: src/components/settings/FontSettingsCard.tsx:51 -#: src/components/project/ProjectPortalEditor.tsx:606 +#: src/components/project/ProjectPortalEditor.tsx:624 #: src/components/conversation/ProjectConversationsPanel.tsx:129 #: src/components/chat/References.tsx:41 msgid "{0}" @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:350 +#: src/components/pricing/PricingBookingStep.tsx:130 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -792,8 +792,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1125 -#: src/components/pricing/PricingConfigurator.tsx:1129 +#: src/components/pricing/PricingConfigurator.tsx:1401 +#: src/components/pricing/PricingConfigurator.tsx:1405 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:177 +#: src/routes/participant/ParticipantPostConversation.tsx:178 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1029,7 +1029,7 @@ msgstr "" msgid "Add a project goal before saving." msgstr "" -#: src/components/workspace/gateWalls.ts:134 +#: src/components/workspace/gateWalls.ts:137 msgid "add a workspace" msgstr "" @@ -1070,7 +1070,7 @@ msgstr "" msgid "Add images" msgstr "Додати зображення" -#: src/components/project/ProjectPortalEditor.tsx:165 +#: src/components/project/ProjectPortalEditor.tsx:170 msgid "Add key terms or proper nouns to improve transcript quality and accuracy." msgstr "Add key terms or proper nouns to improve transcript quality and accuracy." @@ -1119,7 +1119,7 @@ msgstr "Add to this chat" msgid "Add to workspaces" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1223 +#: src/components/project/ProjectPortalEditor.tsx:1241 msgid "Add Topic" msgstr "Add Topic" @@ -1140,7 +1140,7 @@ msgstr "Add Webhook" msgid "Add Your First Webhook" msgstr "Add Your First Webhook" -#: src/components/workspace/gateWalls.ts:124 +#: src/components/workspace/gateWalls.ts:126 msgid "add your logo" msgstr "" @@ -1154,7 +1154,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:192 +#: src/routes/participant/ParticipantPostConversation.tsx:193 msgid "Added emails" msgstr "Added emails" @@ -1255,11 +1255,11 @@ msgstr "" msgid "Advanced" msgstr "Advanced" -#: src/components/project/ProjectPortalEditor.tsx:754 +#: src/components/project/ProjectPortalEditor.tsx:772 msgid "Advanced (Tips and best practices)" msgstr "Advanced (Tips and best practices)" -#: src/components/project/ProjectPortalEditor.tsx:1427 +#: src/components/project/ProjectPortalEditor.tsx:1505 #: src/components/project/PortalSettingsOverview.tsx:43 msgid "Advanced Settings" msgstr "Advanced Settings" @@ -1501,7 +1501,7 @@ msgstr "" msgid "Anonymize transcript" msgstr "Anonymize transcript" -#: src/components/project/ProjectPortalEditor.tsx:1450 +#: src/components/project/ProjectPortalEditor.tsx:1528 #: src/components/project/PortalSettingsOverview.tsx:168 msgid "Anonymize Transcripts" msgstr "Anonymize Transcripts" @@ -1640,7 +1640,7 @@ msgstr "Are you sure you want to delete this chat? This action cannot be undone. msgid "Are you sure you want to delete this conversation? This action cannot be undone." msgstr "Are you sure you want to delete this conversation? This action cannot be undone." -#: src/components/project/ProjectPortalEditor.tsx:1715 +#: src/components/project/ProjectPortalEditor.tsx:1804 msgid "Are you sure you want to delete this custom topic? This cannot be undone." msgstr "Are you sure you want to delete this custom topic? This cannot be undone." @@ -1714,12 +1714,12 @@ msgstr "" msgid "Ask about your conversations..." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:696 +#: src/components/project/ProjectPortalEditor.tsx:714 #: src/components/project/PortalSettingsOverview.tsx:149 msgid "Ask for Email?" msgstr "Ask for Email?" -#: src/components/project/ProjectPortalEditor.tsx:667 +#: src/components/project/ProjectPortalEditor.tsx:685 #: src/components/project/PortalSettingsOverview.tsx:142 msgid "Ask for Name?" msgstr "Ask for Name?" @@ -1728,8 +1728,8 @@ msgstr "Ask for Name?" msgid "Ask in chat when you want a live view of the conversations. The first canvas will stay here." msgstr "" -#: src/components/workspace/gateWalls.ts:121 -#: src/components/workspace/gateWalls.ts:122 +#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:124 msgid "ask more in chat" msgstr "" @@ -1777,7 +1777,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1103 +#: src/components/project/ProjectPortalEditor.tsx:1121 msgid "At least one topic must be selected to enable Verify" msgstr "At least one topic must be selected to enable Verify" @@ -1843,11 +1843,11 @@ msgstr "Audit logs exported to JSON" msgid "Authenticator code" msgstr "Authenticator code" -#: src/components/project/ProjectPortalEditor.tsx:1557 +#: src/components/project/ProjectPortalEditor.tsx:1635 msgid "Auto-generate titles" msgstr "Auto-generate titles" -#: src/components/project/ProjectPortalEditor.tsx:1534 +#: src/components/project/ProjectPortalEditor.tsx:1612 msgid "Auto-generate Titles" msgstr "Auto-generate Titles" @@ -1859,7 +1859,7 @@ msgstr "Auto-generated or enter manually" msgid "Automatic titles and draft tags" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1542 +#: src/components/project/ProjectPortalEditor.tsx:1620 msgid "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." msgstr "Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one." @@ -1898,7 +1898,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:845 +#: src/components/pricing/PricingConfigurator.tsx:1039 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:930 +#: src/components/pricing/PricingConfigurator.tsx:1186 msgid "Back to dembrane" msgstr "" @@ -1951,11 +1951,11 @@ msgstr "" msgid "Base" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:750 +#: src/components/project/ProjectPortalEditor.tsx:768 msgid "Basic (Essential tutorial slides)" msgstr "Basic (Essential tutorial slides)" -#: src/components/project/ProjectPortalEditor.tsx:620 +#: src/components/project/ProjectPortalEditor.tsx:638 #: src/components/project/PortalSettingsOverview.tsx:33 msgid "Basic Settings" msgstr "Basic Settings" @@ -1973,8 +1973,8 @@ msgstr "" #: src/features/sidebar/blocks/HelpBlock.tsx:52 #: src/components/report/UpdateReportModalButton.tsx:202 #: src/components/report/CreateReportForm.tsx:248 -#: src/components/project/ProjectPortalEditor.tsx:1457 -#: src/components/project/ProjectPortalEditor.tsx:1538 +#: src/components/project/ProjectPortalEditor.tsx:1535 +#: src/components/project/ProjectPortalEditor.tsx:1616 #: src/components/project/ProjectExperimentalSection.tsx:48 #: src/components/conversation/RetranscribeConversation.tsx:156 #: src/components/chat/ChatModeSelector.tsx:152 @@ -1985,12 +1985,12 @@ msgid "Beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:779 +#: src/components/project/ProjectPortalEditor.tsx:797 msgid "dashboard.dembrane.concrete.beta" msgstr "Beta" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:989 +#: src/components/project/ProjectPortalEditor.tsx:1007 msgid "dashboard.dembrane.verify.beta" msgstr "Beta" @@ -2060,7 +2060,11 @@ msgstr "Забронюйте дзвiнок з нами" msgid "Book a certified training to keep using dembrane in high-risk settings." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:902 +#: src/components/participant/DembraneEventCta.tsx:118 +#~ msgid "Book a discovery call" +#~ msgstr "Забронювати ознайомчий дзвінок" + +#: src/components/project/ProjectPortalEditor.tsx:920 msgid "Brainstorm Ideas" msgstr "Brainstorm Ideas" @@ -2111,7 +2115,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:706 +#: src/components/pricing/PricingConfigurator.tsx:827 msgid "Can you tell us more?" msgstr "" @@ -2555,6 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 +#: src/components/pricing/PricingConfigurator.tsx:1184 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2744,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:866 +#: src/components/pricing/PricingConfigurator.tsx:1066 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3174,7 +3179,7 @@ msgstr "" msgid "Create an account to join" msgstr "" -#: src/components/workspace/gateWalls.ts:126 +#: src/components/workspace/gateWalls.ts:129 msgid "create another report" msgstr "" @@ -3297,7 +3302,7 @@ msgid "Current rate" msgstr "" #: src/routes/project/canvas/CanvasRoute.tsx:216 -#: src/components/project/ProjectPortalEditor.tsx:932 +#: src/components/project/ProjectPortalEditor.tsx:950 msgid "Custom" msgstr "Custom" @@ -3309,7 +3314,7 @@ msgstr "Custom Filename" msgid "Custom Logo" msgstr "Custom Logo" -#: src/components/project/ProjectPortalEditor.tsx:1582 +#: src/components/project/ProjectPortalEditor.tsx:1660 msgid "Custom title prompt" msgstr "Custom title prompt" @@ -3321,7 +3326,7 @@ msgstr "" msgid "Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format)." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:651 +#: src/components/project/ProjectPortalEditor.tsx:669 msgid "Czech (only ECHO features, Transcription and Summaries)" msgstr "" @@ -3394,12 +3399,12 @@ msgstr "Deep Dive" #: src/routes/admin/AdminSettingsRoute.tsx:3161 #: src/routes/admin/AdminSettingsRoute.tsx:3181 -#: src/components/project/ProjectPortalEditor.tsx:868 +#: src/components/project/ProjectPortalEditor.tsx:886 #: src/components/chat/CanvasSuggestionCard.tsx:104 msgid "Default" msgstr "Default" -#: src/components/project/ProjectPortalEditor.tsx:746 +#: src/components/project/ProjectPortalEditor.tsx:764 msgid "Default - No tutorial (Only privacy statements)" msgstr "Default - No tutorial (Only privacy statements)" @@ -3410,7 +3415,7 @@ msgstr "Delegate multi-step analysis with live tool execution" #: src/routes/project/report/ProjectReportRoute.tsx:1477 #: src/components/workspace/OrganisationProjectsTable.tsx:158 #: src/components/project/ProjectTagsInput.tsx:118 -#: src/components/project/ProjectPortalEditor.tsx:1716 +#: src/components/project/ProjectPortalEditor.tsx:1805 #: src/components/project/ProjectDangerZone.tsx:167 #: src/components/project/webhooks/WebhookSettingsCard.tsx:652 #: src/components/project/webhooks/WebhookSettingsCard.tsx:691 @@ -3447,7 +3452,7 @@ msgstr "Delete conversation" msgid "Delete Conversation" msgstr "Delete Conversation" -#: src/components/project/ProjectPortalEditor.tsx:1714 +#: src/components/project/ProjectPortalEditor.tsx:1803 msgid "Delete custom topic" msgstr "Delete custom topic" @@ -3537,6 +3542,11 @@ msgstr "" msgid "dembrane default" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1444 +#: src/components/project/PortalSettingsOverview.tsx:171 +msgid "dembrane event invitation" +msgstr "запрошення на подію dembrane" + #: src/components/settings/LegalBasisCard.tsx:23 msgid "dembrane events" msgstr "dembrane events" @@ -3703,7 +3713,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:151 +#: src/routes/participant/ParticipantPostConversation.tsx:152 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3734,6 +3744,10 @@ msgstr "" msgid "Done" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1086 +msgid "Done, reach out to me" +msgstr "Готово, зв'яжіться зі мною" + #: src/routes/admin/AdminSettingsRoute.tsx:847 msgid "Downgrade to Free now" msgstr "" @@ -3814,7 +3828,7 @@ msgstr "Duplicate" msgid "Duration" msgstr "Duration" -#: src/components/project/ProjectPortalEditor.tsx:638 +#: src/components/project/ProjectPortalEditor.tsx:656 #: src/components/project/PortalSettingsOverview.tsx:52 msgid "Dutch" msgstr "Dutch" @@ -3827,7 +3841,7 @@ msgstr "" msgid "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" msgstr "e.g. \"Focus on sustainability themes\" or \"What do participants think about the new policy?\"" -#: src/components/project/ProjectPortalEditor.tsx:1600 +#: src/components/project/ProjectPortalEditor.tsx:1678 msgid "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" msgstr "e.g. \"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\"" @@ -3959,7 +3973,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:160 +#: src/routes/participant/ParticipantPostConversation.tsx:161 msgid "email@work.com" msgstr "email@work.com" @@ -3996,7 +4010,7 @@ msgstr "" msgid "Enable 2FA" msgstr "Enable 2FA" -#: src/components/project/ProjectPortalEditor.tsx:803 +#: src/components/project/ProjectPortalEditor.tsx:821 msgid "Enable Explore" msgstr "Enable Explore" @@ -4004,20 +4018,20 @@ msgstr "Enable Explore" msgid "Enable participation" msgstr "Enable participation" -#: src/components/project/ProjectPortalEditor.tsx:1286 +#: src/components/project/ProjectPortalEditor.tsx:1304 msgid "Enable Report Notifications" msgstr "Enable Report Notifications" -#: src/components/project/ProjectPortalEditor.tsx:786 +#: src/components/project/ProjectPortalEditor.tsx:804 msgid "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." msgstr "Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \"Explore\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests." #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:996 +#: src/components/project/ProjectPortalEditor.tsx:1014 msgid "dashboard.dembrane.feature.verify.description" msgstr "Enable this feature to allow participants to verify and approve \"outcomes\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview." -#: src/components/project/ProjectPortalEditor.tsx:1477 +#: src/components/project/ProjectPortalEditor.tsx:1555 msgid "Enable transcript anonymization" msgstr "Enable transcript anonymization" @@ -4025,7 +4039,7 @@ msgstr "Enable transcript anonymization" msgid "Enable two-factor authentication" msgstr "Enable two-factor authentication" -#: src/components/project/ProjectPortalEditor.tsx:1013 +#: src/components/project/ProjectPortalEditor.tsx:1031 msgid "Enable Verify" msgstr "Enable Verify" @@ -4043,12 +4057,12 @@ msgstr "" msgid "Ends on {endDate}, then moves to Free" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:637 +#: src/components/project/ProjectPortalEditor.tsx:655 #: src/components/project/PortalSettingsOverview.tsx:50 msgid "English" msgstr "English" -#: src/components/project/ProjectPortalEditor.tsx:174 +#: src/components/project/ProjectPortalEditor.tsx:179 msgid "Enter a key term or proper noun" msgstr "Enter a key term or proper noun" @@ -4129,8 +4143,8 @@ msgstr "Error creating report" #: src/routes/project/ProjectRoutes.tsx:108 #: src/routes/project/ProjectRoutes.tsx:202 -#: src/routes/project/ProjectRoutes.tsx:304 -#: src/routes/project/ProjectRoutes.tsx:343 +#: src/routes/project/ProjectRoutes.tsx:305 +#: src/routes/project/ProjectRoutes.tsx:344 msgid "Error loading project" msgstr "Error loading project" @@ -4189,6 +4203,10 @@ msgstr "" msgid "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:105 +msgid "Every insight traceable. The report links each finding back to what was actually said." +msgstr "Кожен висновок простежуваний. Звіт пов'язує кожне спостереження з тим, що насправді було сказано." + #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." msgstr "" @@ -4257,7 +4275,7 @@ msgstr "" msgid "Expiring soon" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:776 +#: src/components/project/ProjectPortalEditor.tsx:794 #: src/components/project/PortalSettingsOverview.tsx:159 msgid "Explore" msgstr "Explore" @@ -4637,6 +4655,10 @@ msgstr "" msgid "First name" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:830 +#~ msgid "Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits." +#~ msgstr "П'ять коротких запитань, а потім ви обираєте час для розмови з командою dembrane. Ми читаємо ваші відповіді перед дзвінком і пропонуємо відповідний план." + #: src/routes/project/library/LibraryRoute.tsx:72 #: src/components/methodology/ProjectMethodologySection.tsx:86 #: src/components/goal/ProjectGoalSection.tsx:88 @@ -4736,7 +4758,7 @@ msgstr "" msgid "Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:641 +#: src/components/project/ProjectPortalEditor.tsx:659 msgid "French" msgstr "French" @@ -4820,7 +4842,7 @@ msgstr "Generating the summary. Please wait..." msgid "Generating your report..." msgstr "Generating your report..." -#: src/components/project/ProjectPortalEditor.tsx:639 +#: src/components/project/ProjectPortalEditor.tsx:657 msgid "German" msgstr "German" @@ -4833,6 +4855,10 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." +#: src/components/participant/DembraneEventCta.tsx:118 +msgid "Get in touch" +msgstr "Зв'язатися з нами" + #: src/routes/onboarding/OnboardingRoute.tsx:691 #: src/features/sidebar/views/user/UserHomeView.tsx:81 msgid "Get started" @@ -4943,6 +4969,14 @@ msgstr "" msgid "Good response" msgstr "Гарна відповідь" +#: src/components/pricing/PricingConfigurator.tsx:1099 +msgid "Got two minutes? Five optional questions help us prepare." +msgstr "Є дві хвилини? П'ять необов'язкових запитань допоможуть нам підготуватися." + +#: src/components/pricing/PricingConfigurator.tsx:1087 +#~ msgid "Got two minutes? Five quick questions help us come prepared, and you can skip any of them." +#~ msgstr "Є дві хвилини? П'ять коротких запитань допоможуть нам підготуватися, і будь-яке з них можна пропустити." + #: src/components/training/TrainingRowActions.tsx:305 msgid "Grant licenses" msgstr "" @@ -4951,7 +4985,7 @@ msgstr "" msgid "Group by" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1594 +#: src/components/project/ProjectPortalEditor.tsx:1672 msgid "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." msgstr "Guide how titles are generated. Titles describe the topic of the conversation, not the participant." @@ -4974,7 +5008,7 @@ msgstr "Has verified artifacts" msgid "Have you completed a training?" msgstr "" -#: src/components/workspace/gateWalls.ts:130 +#: src/components/workspace/gateWalls.ts:133 msgid "have your recordings transcribed" msgstr "" @@ -5040,6 +5074,14 @@ msgstr "" msgid "Hide the changes" msgstr "" +#: src/components/workspace/gateWalls.ts:127 +msgid "hide the dembrane event invitation" +msgstr "приховати запрошення на подію dembrane" + +#: src/components/workspace/gateWalls.ts:88 +msgid "Hiding the dembrane event invitation comes with a paid plan." +msgstr "Приховати запрошення на подію dembrane можна в платному плані." + #: src/components/chat/templates.ts:124 msgid "Highlight specific Concept" msgstr "Highlight specific Concept" @@ -5060,7 +5102,7 @@ msgstr "Організатор" msgid "host guide" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:168 +#: src/routes/project/ProjectHomeRoute.tsx:169 #: src/features/sidebar/views/project/ProjectHomeView.tsx:121 #: src/components/chat/ProjectUpdateSuggestionCard.tsx:59 msgid "Host guide" @@ -5461,7 +5503,7 @@ msgstr "It sounds like more than one person is speaking. Taking turns will help msgid "It will send you back to {0}." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:643 +#: src/components/project/ProjectPortalEditor.tsx:661 msgid "Italian (only ECHO features, Transcription and Summaries)" msgstr "Italian (only ECHO features, Transcription and Summaries)" @@ -5548,7 +5590,7 @@ msgstr "" msgid "Joined the conversation" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:136 +#: src/routes/project/ProjectHomeRoute.tsx:137 msgid "Jump to" msgstr "" @@ -5654,7 +5696,7 @@ msgstr "" #: src/components/report/UpdateReportModalButton.tsx:326 #: src/components/report/CreateReportForm.tsx:255 #: src/components/report/CreateReportForm.tsx:332 -#: src/components/project/ProjectPortalEditor.tsx:630 +#: src/components/project/ProjectPortalEditor.tsx:648 #: src/components/project/PortalSettingsOverview.tsx:137 msgid "Language" msgstr "Language" @@ -5700,7 +5742,7 @@ msgstr "" msgid "Latest" msgstr "Latest" -#: src/routes/project/ProjectHomeRoute.tsx:301 +#: src/routes/project/ProjectHomeRoute.tsx:302 msgid "Latest report" msgstr "" @@ -5731,6 +5773,14 @@ msgstr "" msgid "Leave workspace" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:904 +#~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." +#~ msgstr "Залиште свою електронну пошту, і ми зв'яжемося з вами протягом дня щодо проведення події з dembrane." + +#: src/components/pricing/PricingConfigurator.tsx:915 +msgid "Leave your email so we can get in touch with you." +msgstr "Залиште свою електронну пошту, щоб ми могли з вами зв'язатися." + #: src/components/conversation/StatePill.tsx:45 msgid "Left" msgstr "" @@ -5752,7 +5802,7 @@ msgstr "Правову підставу збережено" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:868 +#: src/components/pricing/PricingConfigurator.tsx:1069 msgid "Let's go!" msgstr "" @@ -5864,7 +5914,7 @@ msgstr "" msgid "Live · the last read is late" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:187 +#: src/routes/project/ProjectHomeRoute.tsx:188 msgid "Live & recent" msgstr "" @@ -5893,7 +5943,7 @@ msgstr "" msgid "Live participant funnel: scanned, setting up, on recording page, live, and finished counts" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1664 +#: src/components/project/ProjectPortalEditor.tsx:1742 msgid "Live Preview" msgstr "Live Preview" @@ -5991,7 +6041,7 @@ msgstr "" msgid "Loading transcript..." msgstr "Loading transcript..." -#: src/components/project/ProjectPortalEditor.tsx:1053 +#: src/components/project/ProjectPortalEditor.tsx:1071 msgid "Loading verify topics…" msgstr "Loading verify topics…" @@ -6092,7 +6142,7 @@ msgstr "" msgid "Low battery" msgstr "" -#: src/components/workspace/gateWalls.ts:125 +#: src/components/workspace/gateWalls.ts:128 msgid "make a workspace private" msgstr "" @@ -6335,7 +6385,7 @@ msgstr "Не відповідає на питання" msgid "mo" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:827 +#: src/components/project/ProjectPortalEditor.tsx:845 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:133 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:361 msgid "Mode" @@ -6610,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:872 +#: src/components/pricing/PricingConfigurator.tsx:1073 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6635,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:870 +#: src/components/pricing/PricingConfigurator.tsx:1071 msgid "Next: pick a time" msgstr "" @@ -6669,6 +6719,10 @@ msgstr "" msgid "No agents connected yet." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:93 +msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +msgstr "Без застосунку, без обладнання. Учасники сканують QR-код, і їхній телефон стає порталом." + #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." msgstr "No audit logs match the current filters." @@ -6917,7 +6971,7 @@ msgstr "No results" msgid "No selectable conversations" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:251 +#: src/routes/project/ProjectHomeRoute.tsx:252 #: src/components/conversation/ProjectConversationsPanel.tsx:435 msgid "No summary yet" msgstr "" @@ -6966,7 +7020,7 @@ msgstr "No valid audio files were selected. Please select audio files only (MP3, msgid "No verification topics are configured for this project." msgstr "No verification topics are configured for this project." -#: src/components/project/ProjectPortalEditor.tsx:1057 +#: src/components/project/ProjectPortalEditor.tsx:1075 msgid "No verify topics available." msgstr "No verify topics available." @@ -7026,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:835 +#: src/components/pricing/PricingConfigurator.tsx:1029 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7121,7 +7175,7 @@ msgstr "" msgid "Nothing saved yet. The assistant adds notes here as you chat." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1273 +#: src/components/project/ProjectPortalEditor.tsx:1291 msgid "Notify participants when a report is published." msgstr "Notify participants when a report is published." @@ -7233,7 +7287,7 @@ msgstr "" msgid "One-off" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:240 +#: src/routes/project/ProjectHomeRoute.tsx:241 #: src/components/conversation/ProjectConversationsPanel.tsx:354 msgid "Ongoing" msgstr "Ongoing" @@ -7310,7 +7364,7 @@ msgstr "" msgid "Open account actions" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:194 +#: src/routes/project/ProjectHomeRoute.tsx:195 msgid "Open all" msgstr "" @@ -7422,14 +7476,24 @@ msgstr "Optional" msgid "Optional (falls back to English)" msgstr "Optional (falls back to English)" -#: src/components/project/ProjectPortalEditor.tsx:680 +#: src/components/project/ProjectPortalEditor.tsx:698 msgid "Optional field on the start page" msgstr "Optional field on the start page" -#: src/components/project/ProjectPortalEditor.tsx:709 +#: src/components/project/ProjectPortalEditor.tsx:727 msgid "Optional field on the thank you page" msgstr "Optional field on the thank you page" +#. placeholder {0}: phase.step - OPENING_STEP +#. placeholder {1}: STEP_COUNT - OPENING_STEP +#: src/components/pricing/PricingConfigurator.tsx:873 +msgid "Optional question {0} of {1}" +msgstr "Необов'язкове запитання {0} з {1}" + +#: src/components/pricing/PricingConfigurator.tsx:863 +#~ msgid "Optional question {0} of {1}. Skip anything." +#~ msgstr "Необов'язкове запитання {0} з {1}. Пропускайте будь-що." + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1561 msgid "Optional. What this workspace is for." msgstr "" @@ -7593,7 +7657,7 @@ msgstr "" msgid "Owning organisation" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1356 +#: src/components/project/ProjectPortalEditor.tsx:1374 msgid "Page Content" msgstr "Page Content" @@ -7602,7 +7666,7 @@ msgstr "Page Content" msgid "Page not found" msgstr "Page not found" -#: src/components/project/ProjectPortalEditor.tsx:1332 +#: src/components/project/ProjectPortalEditor.tsx:1350 msgid "Page Title" msgstr "Page Title" @@ -7630,7 +7694,7 @@ msgstr "Participant Email" msgid "Participant Emails" msgstr "Participant Emails" -#: src/components/project/ProjectPortalEditor.tsx:770 +#: src/components/project/ProjectPortalEditor.tsx:788 #: src/components/project/PortalSettingsOverview.tsx:38 msgid "Participant Features" msgstr "Participant Features" @@ -7842,11 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Оберiть дату" -#: src/components/pricing/PricingBookingStep.tsx:335 +#: src/components/pricing/PricingBookingStep.tsx:115 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:693 +#: src/components/pricing/PricingConfigurator.tsx:1196 +msgid "Pick a time now" +msgstr "Обрати час зараз" + +#: src/components/pricing/PricingConfigurator.tsx:809 msgid "Pick a time with {host}." msgstr "" @@ -7940,7 +8008,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:85 +#: src/routes/participant/ParticipantPostConversation.tsx:86 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8011,7 +8079,7 @@ msgstr "" msgid "Popular" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1322 +#: src/components/project/ProjectPortalEditor.tsx:1340 msgid "Portal Content" msgstr "Portal Content" @@ -8023,12 +8091,12 @@ msgstr "" msgid "portal editor" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:160 +#: src/routes/project/ProjectHomeRoute.tsx:161 #: src/features/sidebar/views/project/ProjectHomeView.tsx:86 msgid "Portal editor" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:588 +#: src/components/project/ProjectPortalEditor.tsx:606 #: src/components/layout/ProjectOverviewLayout.tsx:50 msgid "Portal Editor" msgstr "Portal Editor" @@ -8065,7 +8133,7 @@ msgstr "" msgid "praise" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:235 +#: src/components/pricing/PricingTextInput.tsx:240 msgid "Prefer talking? Press record and just say it." msgstr "" @@ -8141,7 +8209,7 @@ msgstr "" msgid "Private workspace" msgstr "" -#: src/components/workspace/gateWalls.ts:87 +#: src/components/workspace/gateWalls.ts:89 msgid "Private workspaces come with a paid plan." msgstr "" @@ -8391,6 +8459,10 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" +#: src/components/pricing/PricingConfigurator.tsx:1064 +msgid "Reach out to me" +msgstr "Зв'яжіться зі мною" + #: src/components/invite/InviteModal.tsx:729 msgid "Reactivate" msgstr "" @@ -8528,13 +8600,13 @@ msgstr "" msgid "participant.button.record" msgstr "Record" -#: src/components/pricing/PricingTextInput.tsx:255 +#: src/components/pricing/PricingTextInput.tsx:260 #: src/components/feedback/ReportIssueModal.tsx:247 #: src/components/chat/AgenticChatPanel.tsx:2208 msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:139 +#: src/routes/participant/ParticipantPostConversation.tsx:140 msgid "Record another conversation" msgstr "Record another conversation" @@ -8594,10 +8666,10 @@ msgid "Recurring Themes" msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 -#: src/components/pricing/PricingConfigurator.tsx:155 -#: src/components/pricing/PricingConfigurator.tsx:921 -#: src/components/pricing/PricingBookingStep.tsx:324 -#: src/components/pricing/PricingBookingStep.tsx:357 +#: src/components/pricing/PricingConfigurator.tsx:174 +#: src/components/pricing/PricingConfigurator.tsx:1174 +#: src/components/pricing/PricingBookingStep.tsx:104 +#: src/components/pricing/PricingBookingStep.tsx:137 msgid "Reference {reference}" msgstr "" @@ -8605,7 +8677,7 @@ msgstr "" msgid "References" msgstr "References" -#: src/components/project/ProjectPortalEditor.tsx:1672 +#: src/components/project/ProjectPortalEditor.tsx:1750 #: src/components/popcorn/PopcornActions.tsx:155 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:161 #: src/components/common/UsageFreshness.tsx:32 @@ -8692,7 +8764,7 @@ msgstr "Reload Page" msgid "Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1239 +#: src/components/project/ProjectPortalEditor.tsx:1257 msgid "Remind users to verify before finishing" msgstr "Remind users to verify before finishing" @@ -8734,7 +8806,7 @@ msgstr "" msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:198 +#: src/routes/participant/ParticipantPostConversation.tsx:199 msgid "Remove Email" msgstr "Remove Email" @@ -8826,7 +8898,7 @@ msgstr "" msgid "Reply mode" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:947 +#: src/components/project/ProjectPortalEditor.tsx:965 msgid "Reply Prompt" msgstr "Reply Prompt" @@ -8834,7 +8906,7 @@ msgstr "Reply Prompt" msgid "report" msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:176 +#: src/routes/project/ProjectHomeRoute.tsx:177 #: src/routes/project/report/ProjectReportRoute.tsx:185 #: src/features/sidebar/views/project/ProjectHomeView.tsx:126 #: src/components/report/ReportRenderer.tsx:75 @@ -8878,7 +8950,7 @@ msgstr "Report generation was cancelled. You can start a new report below." msgid "Report limit reached" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1268 +#: src/components/project/ProjectPortalEditor.tsx:1286 msgid "Report Notifications" msgstr "Report Notifications" @@ -8990,7 +9062,7 @@ msgstr "Requesting microphone access to detect available devices..." msgid "Required" msgstr "Required" -#: src/components/project/ProjectPortalEditor.tsx:1300 +#: src/components/project/ProjectPortalEditor.tsx:1318 msgid "Requires \"Ask for Email?\" to be enabled" msgstr "Requires \"Ask for Email?\" to be enabled" @@ -9047,6 +9119,10 @@ msgstr "Reset to default" msgid "Response feedback" msgstr "Відгук про відповідь" +#: src/components/participant/DembraneEventCta.tsx:99 +msgid "Results before people leave. We run the analysis live and present it in the room." +msgstr "Результати ще до того, як люди розійдуться. Ми аналізуємо наживо й презентуємо просто в залі." + #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 msgid "participant.button.stop.resume" @@ -9218,7 +9294,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1133 +#: src/components/pricing/PricingConfigurator.tsx:1409 msgid "Roughly how many?" msgstr "" @@ -9230,6 +9306,10 @@ msgstr "Rows per page" msgid "Run" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:819 +#~ msgid "Run an event with dembrane" +#~ msgstr "Провести подію з dembrane" + #: src/components/chat/AgenticChatPanel.tsx:421 msgid "Running" msgstr "" @@ -9532,7 +9612,7 @@ msgstr "Secret" msgid "Secret copied" msgstr "Secret copied" -#: src/components/workspace/gateWalls.ts:131 +#: src/components/workspace/gateWalls.ts:134 msgid "see transcripts" msgstr "" @@ -9600,7 +9680,7 @@ msgstr "" msgid "Select at least one event" msgstr "Select at least one event" -#: src/components/project/ProjectPortalEditor.tsx:1154 +#: src/components/project/ProjectPortalEditor.tsx:1172 msgid "Select at least one other topic before deleting this one" msgstr "Select at least one other topic before deleting this one" @@ -9644,15 +9724,15 @@ msgstr "Select Project" msgid "Select tags" msgstr "Select tags" -#: src/components/project/ProjectPortalEditor.tsx:739 +#: src/components/project/ProjectPortalEditor.tsx:757 msgid "Select the instructions that will be shown to participants when they start a conversation" msgstr "Select the instructions that will be shown to participants when they start a conversation" -#: src/components/project/ProjectPortalEditor.tsx:832 +#: src/components/project/ProjectPortalEditor.tsx:850 msgid "Select the type of feedback or engagement you want to encourage." msgstr "Select the type of feedback or engagement you want to encourage." -#: src/components/project/ProjectPortalEditor.tsx:727 +#: src/components/project/ProjectPortalEditor.tsx:745 msgid "Select tutorial" msgstr "Select tutorial" @@ -9661,7 +9741,7 @@ msgid "Select up to 2 focus areas for your report" msgstr "Оберiть до 2 напрямкiв для вашого звiту" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1046 +#: src/components/project/ProjectPortalEditor.tsx:1064 msgid "dashboard.dembrane.feature.verify.topic.select" msgstr "Select which topics participants can use for \"Verify\"." @@ -9868,7 +9948,7 @@ msgstr "" msgid "Share report" msgstr "Share report" -#: src/routes/project/ProjectHomeRoute.tsx:125 +#: src/routes/project/ProjectHomeRoute.tsx:126 msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" @@ -9881,7 +9961,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:154 +#: src/routes/participant/ParticipantPostConversation.tsx:155 msgid "Share your details here" msgstr "Share your details here" @@ -9993,6 +10073,11 @@ msgstr "" msgid "Show the full text" msgstr "" +#: src/components/project/ProjectPortalEditor.tsx:1469 +#: src/components/project/ProjectPortalEditor.tsx:1487 +msgid "Show the invitation" +msgstr "Показувати запрошення" + #. placeholder {0}: count.shown #. placeholder {1}: count.total #: src/components/members/MembersToolbar.tsx:62 @@ -10034,7 +10119,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:1053 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10064,6 +10149,10 @@ msgstr "" msgid "Slack community" msgstr "Slack community" +#: src/components/pricing/PricingConfigurator.tsx:911 +#~ msgid "So we can send you the details of the call." +#~ msgstr "Щоб ми могли надіслати вам деталі дзвінка." + #: src/components/conversation/ConversationAccordion.tsx:422 msgid "Some audio in this conversation could not be transcribed. Open it to see which parts failed." msgstr "" @@ -10183,11 +10272,11 @@ msgstr "Source {0}" msgid "Sources" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:640 +#: src/components/project/ProjectPortalEditor.tsx:658 msgid "Spanish" msgstr "Spanish" -#: src/components/project/ProjectPortalEditor.tsx:155 +#: src/components/project/ProjectPortalEditor.tsx:160 msgid "Specific Context" msgstr "Specific Context" @@ -10225,7 +10314,7 @@ msgstr "" msgid "Standing guidance the assistant gets in every project chat in this workspace. Saves automatically." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:144 +#: src/routes/project/ProjectHomeRoute.tsx:145 msgid "Start a chat" msgstr "" @@ -10305,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:746 +#: src/components/pricing/PricingConfigurator.tsx:885 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10314,7 +10403,7 @@ msgid "Still stuck? Email <0>support@dembrane.com." msgstr "" #: src/routes/project/chat/ProjectChatRoute.tsx:790 -#: src/components/pricing/PricingTextInput.tsx:251 +#: src/components/pricing/PricingTextInput.tsx:256 #: src/components/feedback/ReportIssueModal.tsx:243 #: src/components/chat/AgenticChatPanel.tsx:2203 msgid "Stop" @@ -10329,7 +10418,7 @@ msgstr "Stop" msgid "Stop live" msgstr "" -#: src/components/pricing/PricingTextInput.tsx:242 +#: src/components/pricing/PricingTextInput.tsx:247 #: src/components/feedback/ReportIssueModal.tsx:236 #: src/components/chat/AgenticChatPanel.tsx:2193 msgid "Stop recording and turn it into text" @@ -10470,6 +10559,10 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" +#: src/components/pricing/PricingConfigurator.tsx:1119 +msgid "Sure" +msgstr "Гаразд" + #: src/routes/admin/AdminSettingsRoute.tsx:876 msgid "Switch to self-serve" msgstr "" @@ -10484,6 +10577,10 @@ msgstr "" msgid "participant.link.switch.text" msgstr "Switch to text input" +#: src/components/project/ProjectPortalEditor.tsx:1470 +msgid "Switching it off comes with a paid plan." +msgstr "Вимкнення доступне в платному плані." + #: src/components/settings/AuditLogsCard.tsx:88 msgid "System" msgstr "System" @@ -10542,6 +10639,10 @@ msgstr "Take some time to create an outcome that makes your contribution concret msgid "Tell the workspace admins what you need access for. This note is optional." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:827 +#~ msgid "Tell us about the event you have in mind." +#~ msgstr "Розкажіть нам про подію, яку ви задумали." + #: src/components/workspace/FeatureGatePopover.tsx:115 #: src/components/billing/BillingManager.tsx:677 msgid "Tell us what you need" @@ -10595,43 +10696,51 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:121 +#: src/routes/participant/ParticipantPostConversation.tsx:122 msgid "Thank you for participating!" msgstr "Thank you for participating!" -#: src/components/project/ProjectPortalEditor.tsx:1388 +#: src/components/project/ProjectPortalEditor.tsx:1406 msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:250 +#: src/routes/participant/ParticipantPostConversation.tsx:251 msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:318 +#: src/components/pricing/PricingBookingStep.tsx:98 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:913 +#: src/components/pricing/PricingConfigurator.tsx:1166 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:822 +msgid "Thanks, we will be in touch within a day." +msgstr "Дякуємо, ми зв'яжемося з вами протягом дня." + #: src/routes/auth/Login.tsx:203 msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:815 +#: src/components/pricing/PricingConfigurator.tsx:1005 msgid "That didn't send. Your answers are still here, so try again." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:319 +#: src/components/pricing/PricingTextInput.tsx:324 msgid "That didn't work out. We have saved your recording." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:923 +msgid "That does not look like an email address." +msgstr "Це не схоже на адресу електронної пошти." + #: src/components/voice/VoiceInputError.tsx:37 msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:777 +#: src/components/pricing/PricingConfigurator.tsx:956 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10639,6 +10748,10 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:1111 +msgid "That's all, thanks" +msgstr "Це все, дякую" + #: src/routes/invite/AcceptInviteRoute.tsx:199 msgid "The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one." msgstr "" @@ -10659,6 +10772,10 @@ msgstr "" msgid "The assistant suggests updating {headlineFields}. Waiting on you." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:98 +#~ msgid "The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com." +#~ msgstr "Календар тут не завантажився. Оберіть час на cal.com або напишіть нам на info@dembrane.com." + #: src/components/settings/TwoFactorSettingsCard.tsx:279 #: src/components/settings/TwoFactorSettingsCard.tsx:290 #: src/components/settings/hooks/index.ts:57 @@ -10680,7 +10797,7 @@ msgstr "The conversation could not be loaded. Please try again or contact suppor msgid "participant.conversation.error.loading" msgstr "The conversation could not be loaded. Please try again or contact support." -#: src/components/pricing/PricingBookingStep.tsx:152 +#: src/components/pricing/PricingBookingStep.tsx:41 msgid "the dembrane team" msgstr "" @@ -10692,16 +10809,16 @@ msgstr "The endpoint where we'll send the data. Get this from your receiving ser msgid "The following conversations were automatically added to the context" msgstr "The following conversations were automatically added to the context" -#: src/components/workspace/gateWalls.ts:93 +#: src/components/workspace/gateWalls.ts:95 msgid "The free plan covers one workspace." msgstr "" -#: src/components/workspace/gateWalls.ts:83 #: src/components/workspace/gateWalls.ts:84 +#: src/components/workspace/gateWalls.ts:85 msgid "The free plan includes one chat with three questions." msgstr "" -#: src/components/workspace/gateWalls.ts:88 +#: src/components/workspace/gateWalls.ts:90 msgid "The free plan includes one report." msgstr "" @@ -10713,7 +10830,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:899 +#: src/components/pricing/PricingConfigurator.tsx:1145 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10741,7 +10858,7 @@ msgstr "" msgid "The methodology is the way this project is set up and guided." msgstr "" -#: src/components/pricing/PricingTextInput.tsx:300 +#: src/components/pricing/PricingTextInput.tsx:305 msgid "The microphone is blocked in your browser, so recording is off. Typing works." msgstr "" @@ -10758,7 +10875,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:733 +#: src/components/pricing/PricingConfigurator.tsx:856 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -10791,6 +10908,10 @@ msgstr "The summary is being generated. Please wait for it to be available." msgid "The summary is being regenerated. Please wait for it to be available." msgstr "The summary is being regenerated. Please wait for it to be available." +#: src/components/project/ProjectPortalEditor.tsx:1454 +msgid "The thank you page ends on a card inviting participants to run their own event with dembrane." +msgstr "Сторінка подяки завершується карткою, яка запрошує учасників провести власну подію з dembrane." + #: src/components/voice/VoiceInputError.tsx:45 msgid "The transcript did not come back. Check your connection and try again." msgstr "" @@ -10925,7 +11046,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:81 +#: src/routes/participant/ParticipantPostConversation.tsx:82 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -10977,7 +11098,7 @@ msgstr "" msgid "This invite spans {0} billing contexts, each invoiced on its own:" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1676 +#: src/components/project/ProjectPortalEditor.tsx:1754 msgid "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." msgstr "This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes." @@ -11010,7 +11131,7 @@ msgstr "This is your project library. Create views to analyse your entire projec msgid "This isn't available to you" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:635 +#: src/components/project/ProjectPortalEditor.tsx:653 msgid "This language will be used for the Participant's Portal." msgstr "This language will be used for the Participant's Portal." @@ -11052,11 +11173,11 @@ msgstr "" msgid "This page is about {orgName} only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1398 +#: src/components/project/ProjectPortalEditor.tsx:1416 msgid "This page is shown after the participant has completed the conversation." msgstr "This page is shown after the participant has completed the conversation." -#: src/components/project/ProjectPortalEditor.tsx:1366 +#: src/components/project/ProjectPortalEditor.tsx:1384 msgid "This page is shown to participants when they start a conversation after they successfully complete the tutorial." msgstr "This page is shown to participants when they start a conversation after they successfully complete the tutorial." @@ -11094,7 +11215,7 @@ msgstr "" msgid "This project will follow the inherited setting instead: {0} ({1})." msgstr "Цей проєкт наслідуватиме успадковане налаштування: {0} ({1})." -#: src/components/project/ProjectPortalEditor.tsx:958 +#: src/components/project/ProjectPortalEditor.tsx:976 msgid "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." msgstr "This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage." @@ -11152,7 +11273,7 @@ msgstr "" msgid "This sets the language participants see in the portal, including the questions they are asked." msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1343 +#: src/components/project/ProjectPortalEditor.tsx:1361 msgid "This title is shown to participants when they start a conversation" msgstr "This title is shown to participants when they start a conversation" @@ -11461,7 +11582,7 @@ msgstr "" msgid "Transcription error" msgstr "" -#: src/components/workspace/gateWalls.ts:90 +#: src/components/workspace/gateWalls.ts:92 msgid "Transcripts come with a paid plan." msgstr "" @@ -11536,7 +11657,7 @@ msgstr "" #: src/routes/invite/MyInvitesRoute.tsx:222 #: src/routes/invite/AcceptInviteRoute.tsx:557 #: src/components/project/ProjectAccessGuard.tsx:109 -#: src/components/pricing/PricingTextInput.tsx:330 +#: src/components/pricing/PricingTextInput.tsx:335 msgid "Try again" msgstr "" @@ -11565,7 +11686,7 @@ msgid "Trying to join an existing organization?" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1512 +#: src/components/project/ProjectPortalEditor.tsx:1590 msgid "portal.anonymization.disable.confirm" msgstr "Turn off" @@ -11573,7 +11694,7 @@ msgstr "Turn off" msgid "Turn off" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1502 +#: src/components/project/ProjectPortalEditor.tsx:1580 msgid "Turn off anonymization?" msgstr "Turn off anonymization?" @@ -11595,7 +11716,7 @@ msgid "Turn on popcorn" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:1504 +#: src/components/project/ProjectPortalEditor.tsx:1582 msgid "portal.anonymization.disable.warning" msgstr "Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution." @@ -11643,7 +11764,7 @@ msgstr "Type your response here" msgid "Typing" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:647 +#: src/components/project/ProjectPortalEditor.tsx:665 msgid "Ukrainian (only ECHO features, Transcription and Summaries)" msgstr "Ukrainian (only ECHO features, Transcription and Summaries)" @@ -11883,7 +12004,7 @@ msgstr "" msgid "Upgrade your workspace to view transcripts for new conversations." msgstr "" -#: src/routes/project/ProjectHomeRoute.tsx:152 +#: src/routes/project/ProjectHomeRoute.tsx:153 #: src/components/project/ProjectUploadSection.tsx:28 #: src/components/dropzone/UploadConversationDropzone.tsx:540 #: src/components/conversation/ProjectConversationsPanel.tsx:803 @@ -11930,7 +12051,7 @@ msgstr "" msgid "Upload logo" msgstr "" -#: src/components/workspace/gateWalls.ts:132 +#: src/components/workspace/gateWalls.ts:135 msgid "upload recordings" msgstr "" @@ -11948,7 +12069,7 @@ msgstr "Uploading audio..." msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." -#: src/components/workspace/gateWalls.ts:91 +#: src/components/workspace/gateWalls.ts:93 msgid "Uploading recordings comes with a paid plan." msgstr "" @@ -12015,11 +12136,11 @@ msgstr "Використати успадковане значення" msgid "Use Shift + Enter to add a new line" msgstr "Use Shift + Enter to add a new line" -#: src/components/workspace/gateWalls.ts:133 +#: src/components/workspace/gateWalls.ts:136 msgid "use webhooks" msgstr "" -#: src/components/workspace/gateWalls.ts:123 +#: src/components/workspace/gateWalls.ts:125 msgid "use your voice in chat" msgstr "" @@ -12110,7 +12231,7 @@ msgid "Verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/project/ProjectPortalEditor.tsx:980 +#: src/components/project/ProjectPortalEditor.tsx:998 msgid "dashboard.dembrane.verify.title" msgstr "Verify" @@ -12136,7 +12257,7 @@ msgstr "Verify code" msgid "Verify email" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1037 +#: src/components/project/ProjectPortalEditor.tsx:1055 msgid "Verify Topics" msgstr "Verify Topics" @@ -12231,10 +12352,18 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:69 +msgid "Want to run an event with dembrane?" +msgstr "Хочете провести подію з dembrane?" + #: src/routes/project/ProjectMonitorRoute.tsx:89 msgid "Watch live recordings, transcription progress, and errors across this project as they happen." msgstr "" +#: src/components/participant/DembraneEventCta.tsx:72 +msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +msgstr "Ми приносимо інструмент і команду: від вступного дзвінка до звіту. Перевірено на понад 1000 подіях." + #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 msgid "participant.alert.microphone.access.issue" @@ -12313,7 +12442,15 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:263 +#: src/components/pricing/PricingConfigurator.tsx:1159 +msgid "We will be in touch within a day. Prefer to pick a time yourself?" +msgstr "Ми зв'яжемося з вами протягом дня. Хочете самі обрати час?" + +#: src/components/pricing/PricingConfigurator.tsx:1151 +#~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." +#~ msgstr "Ми зв'яжемося з вами протягом дня. Хочете самі обрати час? Календар просто тут." + +#: src/routes/participant/ParticipantPostConversation.tsx:262 msgid "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." msgstr "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." @@ -12373,7 +12510,7 @@ msgstr "Webhooks are automated messages sent from one app to another when someth msgid "Webhooks are not enabled for this environment." msgstr "" -#: src/components/workspace/gateWalls.ts:92 +#: src/components/workspace/gateWalls.ts:94 msgid "Webhooks come with a paid plan." msgstr "" @@ -12449,7 +12586,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Що сталося? Вставте сюди знімок екрана, щоб додати його" -#: src/components/pricing/PricingConfigurator.tsx:1041 +#: src/components/pricing/PricingConfigurator.tsx:1315 msgid "What is it?" msgstr "" @@ -12517,11 +12654,11 @@ msgstr "When are webhooks triggered?" msgid "When do you need dembrane?" msgstr "" -#: src/components/project/ProjectPortalEditor.tsx:1461 +#: src/components/project/ProjectPortalEditor.tsx:1539 msgid "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." msgstr "When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations." -#: src/components/project/ProjectPortalEditor.tsx:1250 +#: src/components/project/ProjectPortalEditor.tsx:1268 msgid "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" msgstr "When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip" @@ -12546,6 +12683,10 @@ msgstr "" msgid "When the summary is ready (includes both transcript and summary)" msgstr "When the summary is ready (includes both transcript and summary)" +#: src/components/pricing/PricingConfigurator.tsx:901 +#~ msgid "Where can we reach you?" +#~ msgstr "Як з вами зв'язатися?" + #: src/routes/workspaces/WorkspaceSelectorRoute.tsx:253 msgid "Where would you like to go?" msgstr "" @@ -12763,7 +12904,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:773 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "You are on the free plan." msgstr "" @@ -12894,7 +13035,7 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:128 +#: src/routes/participant/ParticipantPostConversation.tsx:129 msgid "You may also choose to record another conversation." msgstr "You may also choose to record another conversation." @@ -12914,7 +13055,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:771 +#: src/components/pricing/PricingConfigurator.tsx:950 msgid "You were trying to {action}." msgstr "" @@ -13034,6 +13175,10 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:932 +msgid "you@example.org" +msgstr "vy@pryklad.ua" + #: src/routes/workspaces/WorkspaceSettingsRoute.tsx:1296 msgid "Your access" msgstr "" @@ -13057,11 +13202,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:698 +#: src/components/pricing/PricingConfigurator.tsx:814 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:700 +#: src/components/pricing/PricingConfigurator.tsx:816 msgid "Your call is booked." msgstr "" @@ -13078,6 +13223,10 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" +#: src/components/pricing/PricingConfigurator.tsx:926 +msgid "Your email" +msgstr "Ваша електронна пошта" + #: src/routes/auth/VerifyEmail.tsx:104 msgid "Your email is already verified" msgstr "" @@ -13099,7 +13248,7 @@ msgstr "Ваш відгук і ця відповідь надходять ком msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:730 +#: src/components/pricing/PricingConfigurator.tsx:853 msgid "Your free transcription hour is used up." msgstr "" @@ -13153,7 +13302,7 @@ msgstr "" msgid "Your organisations" msgstr "" -#: src/components/workspace/gateWalls.ts:86 +#: src/components/workspace/gateWalls.ts:87 msgid "Your own logo comes with a paid plan." msgstr "" @@ -13202,15 +13351,15 @@ msgid "Your plan won't renew. You keep access until the period ends." msgstr "" #. placeholder {0}: formatElapsed(pending?.durationMs ?? 0) -#: src/components/pricing/PricingTextInput.tsx:311 +#: src/components/pricing/PricingTextInput.tsx:316 msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:703 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:125 +#: src/routes/participant/ParticipantPostConversation.tsx:126 msgid "Your response has been recorded. You may now close this tab." msgstr "Your response has been recorded. You may now close this tab." diff --git a/echo/frontend/src/locales/uk-UA.ts b/echo/frontend/src/locales/uk-UA.ts index 1bd7d2a12..f70f946ac 100644 --- a/echo/frontend/src/locales/uk-UA.ts +++ b/echo/frontend/src/locales/uk-UA.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Для обробки на основі згоди потрібне посилання на політику конфіденційності. Воно має починатися з http:// або https:// і містити не більше 255 символів.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Типове значення облікового запису\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Спочатку додайте розмови до свого проекту\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Додати зображення\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Сталася неочікувана помилка. Зазвичай допомагає перезавантаження сторінки або повернення на головну.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Щось іще?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Забронюйте дзвiнок з нами\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Скасувати перевизначення\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Перевірте текст і зображення та спробуйте ще раз\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Обробка на основі згоди активна без посилання на політику конфіденційності. Додайте його там, де встановлено правову підставу: учасники мають мати змогу прочитати політику конфіденційності.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Розмова\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Відгук не збережено\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Не вдалося надіслати повідомлення. Спробуйте ще раз\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Дата\"],\"ItMGda\":[\"Діапазон дат\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Опишіть проблему\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Визначає, на якій правовій підставі GDPR обробляються персональні дані цього проєкту.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Не вдалося перепланувати. Будь ласка, оберiть час далi у майбутньому та спробуйте знову.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Відгук надіслано\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Гарна відповідь\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"З керiвництвом\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Організатор\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Відгук організатора\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Якщо ви помітили дані, видимі стороннім, доступ, якого хтось не повинен мати, або можливу вразливість безпеки, скористайтеся нашою <0>формою повідомлення про безпеку. Вона надходить до іншої команди швидшим шляхом. У термінових випадках напишіть на <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Зображення мають бути менші за \",[\"MAX_FILE_MB\"],\" МБ\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Неправильно або вигадано\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Правова підстава\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Правову підставу збережено\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Посилання на політику конфіденційності, яку бачать учасники\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Не відповідає на питання\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Має бути щонайменше через 10 хвилин\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Новi розмови додано пiсля цього звiту\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Розмов ще немає. Ви можете запланувати звiт зараз, i розмови будуть включенi пiсля їх додавання.\"],\"oaDwXD\":[\"Типове значення не встановлено (діє керування клієнтом)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Відгуків ще немає.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"В організації поки нікого немає.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Додавати можна лише зображення\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Лише адміністратори робочого простору можуть змінювати правову підставу.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Відкрити запис\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Або бажаєте поспiлкуватися напряму?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Інше\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Перевизначено для цього проєкту\"],\"AR/qbs\":[\"Перевизначити для цього проєкту\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Оберiть дату\"],\"8hUAfY\":[\"Pick a time\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Погана відповідь\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Попередній\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL політики конфіденційності\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Запитання\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Оцінка\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Причина\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Перезавантажити сторінку\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Видалити \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Видалити перевизначення\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Запис\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Повідомити про проблему\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Повідомлення надіслано. Дякуємо\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Перепланувати на\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Відгук про відповідь\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Повернутися на головну\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Знайдіть і виберіть розмови для цього чату.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Оберiть до 2 напрямкiв для вашого звiту\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Надіслати повідомлення\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Подiлiться своїм голосом, вiдсканувавши QR-код\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" з \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Системне типове значення\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Встановлено обробку на основі згоди без посилання на політику конфіденційності. Додайте його, щоб налаштування залишалося дійсним: учасники мають мати змогу прочитати політику конфіденційності.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Ця частина сторінки не завантажилася. Зазвичай допомагає перезавантаження. Якщо це повторюється, поверніться на головну.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Цей проєкт наслідуватиме успадковане налаштування: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Не подобається\"],\"Nuw8ty\":[\"Подобається\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Час\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Занадто довго або незрозуміло\"],\"lcsUaI\":[\"Надто багато повідомлень. Зачекайте кілька хвилин і спробуйте ще раз\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"До \",[\"MAX_FILES\"],\" зображень\"],\"lLehih\":[\"До \",[\"MAX_MESSAGE_CHARS\"],\" символів\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Використати успадковане значення\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Ми не знайшли сторінку, яку ви шукали. Можливо, її перемістили.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"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.\"],\"FXjsEJ\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою <0>Повідомити про проблему, щоб надіслати її зі знімками екрана.\"],\"XolQc4\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою Повідомити про проблему на бічній панелі, щоб надіслати її зі знімками екрана.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Ласкаво просимо в режим Огляду! Я завантажив підсумки всіх ваших розмов. Запитуйте мене про закономірності, теми та висновки у ваших даних. Для точних цитат розпочніть нову бесіду в режимі Конкретного Контексту.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Що сталося? Вставте сюди знімок екрана, щоб додати його\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Що пішло не так?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Робочий простір / проєкт\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Типове значення робочого простору\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Налаштування робочого простору\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Неправильна мова або тон\"],\"MNTYHt\":[\"Неправильні джерела\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ваш відгук і ця відповідь надходять команді dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Ваше ім'я, електронна пошта та поточна сторінка додаються, щоб ми могли з вами зв'язатися.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Для обробки на основі згоди потрібне посилання на політику конфіденційності. Воно має починатися з http:// або https:// і містити не більше 255 символів.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Типове значення облікового запису\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Спочатку додайте розмови до свого проекту\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Додати зображення\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Сталася неочікувана помилка. Зазвичай допомагає перезавантаження сторінки або повернення на головну.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Щось іще?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Забронюйте дзвiнок з нами\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Забронювати ознайомчий дзвінок\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Скасувати перевизначення\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Перевірте текст і зображення та спробуйте ще раз\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Обробка на основі згоди активна без посилання на політику конфіденційності. Додайте його там, де встановлено правову підставу: учасники мають мати змогу прочитати політику конфіденційності.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Розмова\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Відгук не збережено\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Не вдалося надіслати повідомлення. Спробуйте ще раз\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Дата\"],\"ItMGda\":[\"Діапазон дат\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"запрошення на подію dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Опишіть проблему\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Визначає, на якій правовій підставі GDPR обробляються персональні дані цього проєкту.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Готово, зв'яжіться зі мною\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Кожен висновок простежуваний. Звіт пов'язує кожне спостереження з тим, що насправді було сказано.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Не вдалося перепланувати. Будь ласка, оберiть час далi у майбутньому та спробуйте знову.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Відгук надіслано\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"П'ять коротких запитань, а потім ви обираєте час для розмови з командою dembrane. Ми читаємо ваші відповіді перед дзвінком і пропонуємо відповідний план.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Зв'язатися з нами\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Гарна відповідь\"],\"hjZBYK\":[\"Є дві хвилини? П'ять необов'язкових запитань допоможуть нам підготуватися.\"],\"5sIEgO\":[\"Є дві хвилини? П'ять коротких запитань допоможуть нам підготуватися, і будь-яке з них можна пропустити.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"З керiвництвом\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"приховати запрошення на подію dembrane\"],\"V3NvRL\":[\"Приховати запрошення на подію dembrane можна в платному плані.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Організатор\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Відгук організатора\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Якщо ви помітили дані, видимі стороннім, доступ, якого хтось не повинен мати, або можливу вразливість безпеки, скористайтеся нашою <0>формою повідомлення про безпеку. Вона надходить до іншої команди швидшим шляхом. У термінових випадках напишіть на <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Зображення мають бути менші за \",[\"MAX_FILE_MB\"],\" МБ\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Неправильно або вигадано\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Залиште свою електронну пошту, і ми зв'яжемося з вами протягом дня щодо проведення події з dembrane.\"],\"J8VWes\":[\"Залиште свою електронну пошту, щоб ми могли з вами зв'язатися.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Правова підстава\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Правову підставу збережено\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Посилання на політику конфіденційності, яку бачать учасники\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Не відповідає на питання\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Має бути щонайменше через 10 хвилин\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Новi розмови додано пiсля цього звiту\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Без застосунку, без обладнання. Учасники сканують QR-код, і їхній телефон стає порталом.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Розмов ще немає. Ви можете запланувати звiт зараз, i розмови будуть включенi пiсля їх додавання.\"],\"oaDwXD\":[\"Типове значення не встановлено (діє керування клієнтом)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Відгуків ще немає.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"В організації поки нікого немає.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Додавати можна лише зображення\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Лише адміністратори робочого простору можуть змінювати правову підставу.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Відкрити запис\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Необов'язкове запитання \",[\"0\"],\" з \",[\"1\"]],\"S2LyUK\":[\"Необов'язкове запитання \",[\"0\"],\" з \",[\"1\"],\". Пропускайте будь-що.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Або бажаєте поспiлкуватися напряму?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Інше\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Перевизначено для цього проєкту\"],\"AR/qbs\":[\"Перевизначити для цього проєкту\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Оберiть дату\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Обрати час зараз\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Погана відповідь\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Попередній\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL політики конфіденційності\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Запитання\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Оцінка\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Зв'яжіться зі мною\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Причина\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Перезавантажити сторінку\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Видалити \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Видалити перевизначення\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Запис\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Повідомити про проблему\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Повідомлення надіслано. Дякуємо\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Перепланувати на\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Відгук про відповідь\"],\"Sa5FCh\":[\"Результати ще до того, як люди розійдуться. Ми аналізуємо наживо й презентуємо просто в залі.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Повернутися на головну\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Провести подію з dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Знайдіть і виберіть розмови для цього чату.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Оберiть до 2 напрямкiв для вашого звiту\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Надіслати повідомлення\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Подiлiться своїм голосом, вiдсканувавши QR-код\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Показувати запрошення\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" з \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Щоб ми могли надіслати вам деталі дзвінка.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Гаразд\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Вимкнення доступне в платному плані.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Системне типове значення\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Розкажіть нам про подію, яку ви задумали.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Дякуємо, ми зв'яжемося з вами протягом дня.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Це не схоже на адресу електронної пошти.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Це все, дякую\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Календар тут не завантажився. Оберіть час на cal.com або напишіть нам на info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"Сторінка подяки завершується карткою, яка запрошує учасників провести власну подію з dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Встановлено обробку на основі згоди без посилання на політику конфіденційності. Додайте його, щоб налаштування залишалося дійсним: учасники мають мати змогу прочитати політику конфіденційності.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Ця частина сторінки не завантажилася. Зазвичай допомагає перезавантаження. Якщо це повторюється, поверніться на головну.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Цей проєкт наслідуватиме успадковане налаштування: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Не подобається\"],\"Nuw8ty\":[\"Подобається\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Час\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Занадто довго або незрозуміло\"],\"lcsUaI\":[\"Надто багато повідомлень. Зачекайте кілька хвилин і спробуйте ще раз\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"До \",[\"MAX_FILES\"],\" зображень\"],\"lLehih\":[\"До \",[\"MAX_MESSAGE_CHARS\"],\" символів\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Використати успадковане значення\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Хочете провести подію з dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Ми приносимо інструмент і команду: від вступного дзвінка до звіту. Перевірено на понад 1000 подіях.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Ми не знайшли сторінку, яку ви шукали. Можливо, її перемістили.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Ми зв'яжемося з вами протягом дня. Хочете самі обрати час?\"],\"8RY8RU\":[\"Ми зв'яжемося з вами протягом дня. Хочете самі обрати час? Календар просто тут.\"],\"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.\"],\"FXjsEJ\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою <0>Повідомити про проблему, щоб надіслати її зі знімками екрана.\"],\"XolQc4\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою Повідомити про проблему на бічній панелі, щоб надіслати її зі знімками екрана.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Ласкаво просимо в режим Огляду! Я завантажив підсумки всіх ваших розмов. Запитуйте мене про закономірності, теми та висновки у ваших даних. Для точних цитат розпочніть нову бесіду в режимі Конкретного Контексту.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Що сталося? Вставте сюди знімок екрана, щоб додати його\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Що пішло не так?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Як з вами зв'язатися?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Робочий простір / проєкт\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Типове значення робочого простору\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Налаштування робочого простору\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Неправильна мова або тон\"],\"MNTYHt\":[\"Неправильні джерела\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vy@pryklad.ua\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Ваша електронна пошта\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ваш відгук і ця відповідь надходять команді dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Ваше ім'я, електронна пошта та поточна сторінка додаються, щоб ми могли з вами зв'язатися.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx b/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx index c33a2cb06..f122468fc 100644 --- a/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx +++ b/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx @@ -19,6 +19,7 @@ import { type KeyboardEvent, useRef, useState } from "react"; import { useParams } from "react-router"; import { I18nLink } from "@/components/common/i18nLink"; import { Markdown } from "@/components/common/Markdown"; +import { DembraneEventCta } from "@/components/participant/DembraneEventCta"; import { useParticipantProjectById, useSubmitNotificationParticipant, @@ -139,137 +140,139 @@ export const ParticipantPostConversation = () => { Record another conversation - {project.data?.default_conversation_ask_for_participant_email && ( - - {!isSubmitted ? ( - <> - - - Do you want to stay in the loop? - - - Share your details here - - - - } - onChange={handleInputChange} - onKeyDown={handleKeyDown} - error={error} - disabled={isPending} - rightSection={ - + } + rightSectionWidth="auto" + {...testId("portal-finish-email-input")} + /> + {emails.length > 0 && ( + - {t`Add`} - - } - rightSectionWidth="auto" - {...testId("portal-finish-email-input")} - /> - {emails.length > 0 && ( - - - Added emails ({emails.length}): - - - {emails.map((emailItem, index) => ( - - removeEmail(emailItem)} - styles={{ - iconWrapper: { display: "none" }, + + Added emails ({emails.length}): + + + {emails.map((emailItem, index) => ( + - {emailItem} - - - ))} - - - )} - {emails.length > 0 && ( - - )} - - - ) : ( - + removeEmail(emailItem)} + styles={{ + iconWrapper: { display: "none" }, + }} + {...testId(`portal-finish-email-chip-${index}`)} + > + {emailItem} + + + ))} + + + )} + {emails.length > 0 && ( + + )} + + + ) : ( + + + + + + Thank you! + + + )} + {project.data?.is_project_notification_subscription_allowed && ( - - - - Thank you! + 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. - - )} - {project.data?.is_project_notification_subscription_allowed && ( - - - 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. - - - )} - - )} + )} + + )} + {project.data && + project.data.is_dembrane_event_cta_enabled !== false && ( + + )} ); diff --git a/echo/frontend/src/routes/project/ProjectHomeRoute.tsx b/echo/frontend/src/routes/project/ProjectHomeRoute.tsx index 75cb668b7..b37b29892 100644 --- a/echo/frontend/src/routes/project/ProjectHomeRoute.tsx +++ b/echo/frontend/src/routes/project/ProjectHomeRoute.tsx @@ -77,6 +77,7 @@ export const ProjectHomeRoute = () => { "is_verify_enabled", "default_conversation_ask_for_participant_name", "default_conversation_ask_for_participant_email", + "is_dembrane_event_cta_enabled", ], }, }); diff --git a/echo/frontend/src/routes/project/ProjectRoutes.tsx b/echo/frontend/src/routes/project/ProjectRoutes.tsx index 1ac5557a8..c50305307 100644 --- a/echo/frontend/src/routes/project/ProjectRoutes.tsx +++ b/echo/frontend/src/routes/project/ProjectRoutes.tsx @@ -267,6 +267,7 @@ export const ProjectPortalSettingsRoute = () => { "anonymize_transcripts", "enable_ai_title_and_tags", "conversation_title_prompt", + "is_dembrane_event_cta_enabled", { tags: ["id", "created_at", "text", "sort"], }, diff --git a/echo/server/dembrane/api/participant.py b/echo/server/dembrane/api/participant.py index 5027227bd..14764c357 100644 --- a/echo/server/dembrane/api/participant.py +++ b/echo/server/dembrane/api/participant.py @@ -13,6 +13,7 @@ from dembrane.directus import directus from dembrane.settings import get_settings from dembrane.analytics import capture_event +from dembrane.free_tier import is_event_cta_enabled from dembrane.legal_basis import ( fetch_cascade_rows, resolve_organiser_name, @@ -24,6 +25,7 @@ publish_monitor_dirty, register_active_conversation, ) +from dembrane.billing_account import resolve_workspace_billing from dembrane.service.project import ProjectNotFoundException from dembrane.visitor_session import ( VALID_VISITOR_STAGES, @@ -66,6 +68,9 @@ class PublicProjectSchema(BaseModel): is_verify_on_finish_enabled: bool = False is_project_notification_subscription_allowed: bool verification_topics: Optional[List[str]] = [] + # The dembrane event invitation at the foot of the thank you page. The + # free tier always shows it; a paid workspace can switch it off per project. + is_dembrane_event_cta_enabled: bool = True # onboarding default_conversation_tutorial_slug: Optional[str] = None @@ -246,6 +251,28 @@ async def initiate_conversation( ) from e +async def resolve_event_cta(project: dict, workspace: Optional[dict]) -> bool: + """The thank you page's dembrane event invitation, with the tier applied. + + The billing account is read only when the project switched the card off: + that is the one case where the tier changes the answer, because the free + tier cannot hide it. A billing hiccup degrades to the stored value, the + "unknown tier is never gated" rule dembrane.free_tier documents. + """ + stored = project.get("is_dembrane_event_cta_enabled") + if stored is not False: + return True + tier: Optional[str] = None + workspace_id = project.get("workspace_id") + if workspace_id: + try: + billing = await resolve_workspace_billing(workspace_id, workspace=workspace) + tier = billing.get("tier") + except Exception as e: + logger.warning(f"Failed to resolve tier for project {project.get('id')}: {e}") + return is_event_cta_enabled(stored, tier) + + @ParticipantRouter.get("/projects/{project_id}", response_model=PublicProjectSchema) async def get_project( project_id: str, @@ -271,6 +298,8 @@ async def get_project( elif rows.owner and rows.owner.get("whitelabel_logo"): project["whitelabel_logo_url"] = rows.owner["whitelabel_logo"] + project["is_dembrane_event_cta_enabled"] = await resolve_event_cta(project, rows.workspace) + return project except ProjectNotFoundException as e: diff --git a/echo/server/dembrane/api/v2/bff/tags.py b/echo/server/dembrane/api/v2/bff/tags.py index 40e62cfca..f41439906 100644 --- a/echo/server/dembrane/api/v2/bff/tags.py +++ b/echo/server/dembrane/api/v2/bff/tags.py @@ -17,9 +17,11 @@ from pydantic import BaseModel from dembrane.utils import generate_uuid +from dembrane.free_tier import is_free_tier from dembrane.legal_basis import require_dembrane_email, build_legal_basis_write from dembrane.directus_async import async_directus from dembrane.search_filters import merge_search_filter +from dembrane.billing_account import resolve_workspace_tier from dembrane.api.v2.bff._access import ( resolve_tag_access, resolve_project_access, @@ -252,6 +254,9 @@ class ProjectUpdate(BaseModel): # in project settings). Pydantic drops unknown fields silently, so the # toggle write no-ops unless this is whitelisted here. is_canvas_enabled: Optional[bool] = None + # The dembrane event invitation on the portal's thank you page. Switching + # it off comes with a paid plan; the free tier is refused in update_project. + is_dembrane_event_cta_enabled: Optional[bool] = None # CSV string, not a list: matches the text column and verify.py's # serialization (null clears the selection). selected_verification_key_list: Optional[str] = None @@ -427,6 +432,16 @@ async def update_project( if not payload: raise HTTPException(status_code=400, detail="No fields to update") + if payload.get("is_dembrane_event_cta_enabled") is False: + # The dashboard gates the switch behind the upgrade path; this is the + # same rule for anyone writing the field directly. + tier = await resolve_workspace_tier(access.workspace_id) if access.workspace_id else None + if is_free_tier(tier): + raise HTTPException( + status_code=403, + detail="Hiding the dembrane event invitation comes with a paid plan", + ) + legal_write = build_legal_basis_write( fields_set=body.model_fields_set, legal_basis=body.legal_basis, diff --git a/echo/server/dembrane/api/v2/pricing_configurations.py b/echo/server/dembrane/api/v2/pricing_configurations.py index a52ea8740..4790f376f 100644 --- a/echo/server/dembrane/api/v2/pricing_configurations.py +++ b/echo/server/dembrane/api/v2/pricing_configurations.py @@ -34,6 +34,16 @@ no `user_id`, carry `mount = "site"`, mint `WEB-` references, and learn their email from the booking rather than from a session. The two routes share one upsert, so a site row and an app row are the same shape in every other way. + +The participant portal takes the third route, `POST .../portal`. A participant +who has just finished a conversation is invited to run their own event; the +form is the same six questions, with the email asked up front because there is +no account and no booking yet to learn it from. There is no token either: the +browser calls it directly, like every other participant endpoint, so the gate +is the project. A write must name an existing project that is open for +participation, and the ceiling is per client address. Those rows carry +`mount = "portal"`, mint `PTL-` references, and keep the project id so the +lead reads as "was at this event". """ from __future__ import annotations @@ -48,10 +58,13 @@ from pydantic import Field, BaseModel, ValidationError from dembrane.utils import generate_uuid +from dembrane.service import project_service from dembrane.app_user import get_directus_user_profile from dembrane.settings import get_settings +from dembrane.async_helpers import run_in_thread_pool from dembrane.api.rate_limit import create_rate_limiter, create_user_rate_limiter from dembrane.directus_async import async_directus +from dembrane.service.project import ProjectNotFoundException from dembrane.api.dependency_auth import DependencyDirectusSession router = APIRouter() @@ -64,11 +77,13 @@ # account is renamed or a test account is reused. INTERNAL_EMAIL_DOMAIN = "@dembrane.com" -# DEM-XXXX from the app, WEB-XXXX from the website, so the prefix says where a -# lead came from before anyone opens the row. Ambiguous glyphs are out (0/O, -# 1/I/L), because the code is read out loud and typed back. +# DEM-XXXX from the app, WEB-XXXX from the website, PTL-XXXX from the +# participant portal, so the prefix says where a lead came from before anyone +# opens the row. Ambiguous glyphs are out (0/O, 1/I/L), because the code is +# read out loud and typed back. _REFERENCE_PREFIX = "DEM-" _SITE_REFERENCE_PREFIX = "WEB-" +_PORTAL_REFERENCE_PREFIX = "PTL-" _REFERENCE_ALPHABET = "23456789ABCDEFGHJKMNPQRSTUVWXYZ" _REFERENCE_LENGTH = 4 _REFERENCE_ATTEMPTS = 8 @@ -83,6 +98,11 @@ _site_rate_limiter = create_rate_limiter( name="pricing_configuration_site", capacity=120, window_seconds=3600 ) +# The portal has no user either; its ceiling is per client address, read the +# way the other participant endpoints read it. +_portal_rate_limiter = create_rate_limiter( + name="pricing_configuration_portal", capacity=120, window_seconds=3600 +) SITE_TOKEN_HEADER = "X-Site-Token" SITE_VISITOR_IP_HEADER = "X-Site-Visitor-Ip" @@ -100,7 +120,7 @@ class PricingConfigurationRequest(BaseModel): config_session_id: str = Field(min_length=1, max_length=255) question_set_version: str = Field(default="", max_length=255) config_shape_version: Optional[int] = None - mount: Literal["app", "site"] = "app" + mount: Literal["app", "site", "portal"] = "app" locale: str = Field(default="", max_length=255) wall_key: Optional[str] = Field(default=None, max_length=255) workspace_id: Optional[str] = Field(default=None, max_length=255) @@ -126,6 +146,16 @@ class SitePricingConfigurationRequest(PricingConfigurationRequest): email: Optional[str] = Field(default=None, max_length=255) +class PortalPricingConfigurationRequest(PricingConfigurationRequest): + """The participant portal's body: the same, plus the email the form asks + up front, and the project the participant was in. The project is required + because it is the gate: an anonymous write that names no open project is + refused before anything is stored.""" + + email: Optional[str] = Field(default=None, max_length=255) + project_id: str = Field(min_length=1, max_length=255) + + class PricingConfigurationResponse(BaseModel): """`reference` is the whole contract the client reads. `warnings` carries anything that degraded without costing the answers, which today means a @@ -481,6 +511,50 @@ async def upsert_site_pricing_configuration(request: Request) -> PricingConfigur ) +def _client_ip(request: Request) -> str: + """Best effort, the way the participant endpoints do it: the first hop of + X-Forwarded-For behind the proxy, else the socket.""" + forwarded_for = request.headers.get("x-forwarded-for") or "" + if forwarded_for: + return forwarded_for.split(",")[0].strip() or "unknown" + client = getattr(request, "client", None) + return (client.host if client else None) or "unknown" + + +@router.post("/portal", response_model=PricingConfigurationResponse) +async def upsert_portal_pricing_configuration(request: Request) -> PricingConfigurationResponse: + """The participant portal's write: the same upsert, gated by the project. + + No session and no token: the browser calls this the way it calls every + other participant endpoint. What makes the write worth storing is that it + must name a project that exists and is open for participation, which is + exactly what the portal page it came from needed too. + """ + await _portal_rate_limiter.check(_client_ip(request)) + body, _attachments = await _read_body(request) + try: + payload = PortalPricingConfigurationRequest.model_validate(body) + except ValidationError as exc: + raise HTTPException(status_code=422, detail=exc.errors(include_url=False)) from None + try: + project = await run_in_thread_pool(project_service.get_by_id_or_raise, payload.project_id) + except ProjectNotFoundException as exc: + raise HTTPException(status_code=404, detail="Project not found") from exc + if project.get("is_conversation_allowed", False) is False: + raise HTTPException(status_code=403, detail="Conversation not open for participation") + # Whatever the body said, this row came from the portal. + payload.mount = "portal" + email = _clean_email(payload.email) + return await _upsert( + payload, + [], + email=email, + user_id=None, + is_internal=bool(email and email.endswith(INTERNAL_EMAIL_DOMAIN)), + prefix=_PORTAL_REFERENCE_PREFIX, + ) + + async def _upsert( payload: PricingConfigurationRequest, attachments: list[_Attachment], diff --git a/echo/server/dembrane/free_tier.py b/echo/server/dembrane/free_tier.py index e134673fa..cfd3663db 100644 --- a/echo/server/dembrane/free_tier.py +++ b/echo/server/dembrane/free_tier.py @@ -43,6 +43,19 @@ def is_free_tier(tier: Optional[str]) -> bool: return tier == FREE_TIER +def is_event_cta_enabled(project_value: Optional[bool], tier: Optional[str]) -> bool: + """Whether a project's participant portal ends on the dembrane event + invitation: the card on the thank you page that books an intake call. + + On unless the project switched it off (null reads as on). Only a paid or + legacy workspace can switch it off: on the free tier the stored value is + ignored and the invitation always shows. + """ + if is_free_tier(tier): + return True + return project_value is not False + + def free_tier_limit_error(limit: str) -> HTTPException: """Build the shared 402 raised when a free-tier limit is hit. diff --git a/echo/server/dembrane/legal_basis.py b/echo/server/dembrane/legal_basis.py index 9ba4cf581..476ef7fac 100644 --- a/echo/server/dembrane/legal_basis.py +++ b/echo/server/dembrane/legal_basis.py @@ -191,6 +191,9 @@ async def fetch_cascade_rows(project: dict[str, Any]) -> CascadeRows: "data_owner_org_name", "data_owner_email", "billed_to_team_id", + # so the tier can be resolved without a second + # workspace read (the portal's event invitation) + "billing_account_id", "org_id.id", "org_id.name", "org_id.deleted_at", diff --git a/echo/server/dembrane/tasks.py b/echo/server/dembrane/tasks.py index 25e567000..f2f349c83 100644 --- a/echo/server/dembrane/tasks.py +++ b/echo/server/dembrane/tasks.py @@ -2443,7 +2443,9 @@ def build_pricing_booking_forward_payload(row: dict, environment: str) -> dict: Same shape rules as the support payload: absent fields are omitted, never sent as null or empty. `summary` is built here from `answers_raw` and the English question labels, so the person reading the message knows what the - call is about without opening the row. + call is about without opening the row. `mount` and `project_id` say where + the lead came from: a `portal` row carries the project the participant was + in, so the message can read "was at this event". """ from dembrane.api.v2.pricing_configurations import build_answers_summary @@ -2465,6 +2467,8 @@ def build_pricing_booking_forward_payload(row: dict, environment: str) -> dict: "locale", "workspace_id", "org_id", + "mount", + "project_id", ): value = row.get(key) if value: @@ -2527,6 +2531,8 @@ def task_forward_pricing_bookings() -> None: "locale", "workspace_id", "org_id", + "mount", + "project_id", "is_internal", ], "sort": ["created_at"], diff --git a/echo/server/tests/test_event_cta.py b/echo/server/tests/test_event_cta.py new file mode 100644 index 000000000..bdc977aa8 --- /dev/null +++ b/echo/server/tests/test_event_cta.py @@ -0,0 +1,229 @@ +"""The dembrane event invitation on the portal's thank you page: on by +default, off per project on a paid plan, never off on the free tier.""" + +from __future__ import annotations + +from unittest.mock import AsyncMock, MagicMock, patch + +import pytest +from httpx import AsyncClient, ASGITransport +from fastapi import FastAPI + +from dembrane.free_tier import is_event_cta_enabled +from dembrane.legal_basis import CascadeRows +from dembrane.api.participant import ParticipantRouter, resolve_event_cta +from dembrane.api.v2.bff.tags import project_router +from dembrane.api.dependency_auth import DirectusSession, require_directus_session + +# ── The rule ───────────────────────────────────────────────────────────── + + +@pytest.mark.parametrize( + ("stored", "tier", "expected"), + [ + (None, None, True), # unset reads as on + (True, None, True), + (False, None, False), # legacy workspace, no billing account: not gated + (None, "free", True), + (True, "free", True), + (False, "free", True), # the free tier cannot hide it + (False, "changemaker", False), # a paid plan can + (True, "changemaker", True), + ], +) +def test_is_event_cta_enabled(stored, tier, expected): + assert is_event_cta_enabled(stored, tier) is expected + + +# ── The participant resolver ───────────────────────────────────────────── + + +@pytest.mark.asyncio +async def test_resolver_reads_no_billing_while_the_card_is_on(): + with patch("dembrane.api.participant.resolve_workspace_billing", new=AsyncMock()) as billing: + assert await resolve_event_cta({"workspace_id": "w1"}, None) is True + assert ( + await resolve_event_cta( + {"workspace_id": "w1", "is_dembrane_event_cta_enabled": True}, None + ) + is True + ) + billing.assert_not_called() + + +@pytest.mark.asyncio +async def test_resolver_free_tier_forces_the_card_on(): + workspace = {"billing_account_id": "b1"} + with patch( + "dembrane.api.participant.resolve_workspace_billing", + new=AsyncMock(return_value={"tier": "free"}), + ) as billing: + project = {"id": "p1", "workspace_id": "w1", "is_dembrane_event_cta_enabled": False} + assert await resolve_event_cta(project, workspace) is True + # the pre-fetched cascade row is handed over, so no second workspace read + billing.assert_awaited_once_with("w1", workspace=workspace) + + +@pytest.mark.asyncio +async def test_resolver_paid_tier_honours_off(): + with patch( + "dembrane.api.participant.resolve_workspace_billing", + new=AsyncMock(return_value={"tier": "changemaker"}), + ): + project = {"id": "p1", "workspace_id": "w1", "is_dembrane_event_cta_enabled": False} + assert await resolve_event_cta(project, None) is False + + +@pytest.mark.asyncio +async def test_resolver_billing_hiccup_keeps_the_stored_value(): + with patch( + "dembrane.api.participant.resolve_workspace_billing", + new=AsyncMock(side_effect=RuntimeError("directus down")), + ): + project = {"id": "p1", "workspace_id": "w1", "is_dembrane_event_cta_enabled": False} + assert await resolve_event_cta(project, None) is False + + +@pytest.mark.asyncio +async def test_resolver_project_without_workspace_is_not_gated(): + with patch("dembrane.api.participant.resolve_workspace_billing", new=AsyncMock()) as billing: + project = {"id": "p1", "workspace_id": None, "is_dembrane_event_cta_enabled": False} + assert await resolve_event_cta(project, None) is False + billing.assert_not_called() + + +# ── The public project endpoint ────────────────────────────────────────── + + +def _public_project(**overrides: object) -> dict: + project = { + "id": "p1", + "language": "en", + "workspace_id": "w1", + "is_conversation_allowed": True, + "is_get_reply_enabled": False, + "is_verify_enabled": False, + "is_project_notification_subscription_allowed": False, + } + project.update(overrides) + return project + + +async def _get_public_project(project: dict, tier: str | None): + service = MagicMock() + service.get_by_id_or_raise = MagicMock(return_value=project) + with ( + patch("dembrane.api.participant.project_service", service), + patch( + "dembrane.api.participant.fetch_cascade_rows", + new=AsyncMock( + return_value=CascadeRows( + workspace={"billing_account_id": "b1"}, org=None, owner=None + ) + ), + ), + patch( + "dembrane.api.participant.resolve_workspace_billing", + new=AsyncMock(return_value={"tier": tier}), + ), + ): + app = FastAPI() + app.include_router(ParticipantRouter, prefix="/participant") + async with AsyncClient(transport=ASGITransport(app=app), base_url="http://test") as ac: + return await ac.get("/participant/projects/p1") + + +@pytest.mark.asyncio +async def test_public_project_defaults_the_card_on(): + response = await _get_public_project(_public_project(), tier="free") + assert response.status_code == 200 + assert response.json()["is_dembrane_event_cta_enabled"] is True + + +@pytest.mark.asyncio +async def test_public_project_free_tier_cannot_hide_the_card(): + response = await _get_public_project( + _public_project(is_dembrane_event_cta_enabled=False), tier="free" + ) + assert response.status_code == 200 + assert response.json()["is_dembrane_event_cta_enabled"] is True + + +@pytest.mark.asyncio +async def test_public_project_paid_tier_hides_the_card(): + response = await _get_public_project( + _public_project(is_dembrane_event_cta_enabled=False), tier="changemaker" + ) + assert response.status_code == 200 + assert response.json()["is_dembrane_event_cta_enabled"] is False + + +# ── The write ──────────────────────────────────────────────────────────── + + +def _build_app() -> FastAPI: + app = FastAPI() + + async def _fake_auth() -> DirectusSession: + return DirectusSession(user_id="user-1", is_admin=False) + + app.dependency_overrides[require_directus_session] = _fake_auth + app.include_router(project_router, prefix="/v2/bff/projects") + return app + + +async def _patch_project(payload: dict, tier: str | None): + access = MagicMock() + access.project = {"id": "p1", "legal_basis": None, "privacy_policy_url": None} + access.role = "admin" + access.workspace_id = "w1" + access.require = MagicMock() + with ( + patch( + "dembrane.api.v2.bff.tags.resolve_project_access", + new=AsyncMock(return_value=access), + ), + patch( + "dembrane.api.v2.bff.tags.resolve_workspace_tier", + new=AsyncMock(return_value=tier), + ) as tier_lookup, + patch("dembrane.api.v2.bff.tags.async_directus") as mock_directus, + ): + mock_directus.update_item = AsyncMock(return_value={"data": {"id": "p1"}}) + async with AsyncClient( + transport=ASGITransport(app=_build_app()), base_url="http://test" + ) as ac: + response = await ac.patch("/v2/bff/projects/p1", json=payload) + return response, mock_directus, tier_lookup + + +@pytest.mark.asyncio +async def test_patch_refuses_hiding_the_card_on_the_free_tier(): + response, mock_directus, _ = await _patch_project( + {"is_dembrane_event_cta_enabled": False}, tier="free" + ) + assert response.status_code == 403 + mock_directus.update_item.assert_not_called() + + +@pytest.mark.asyncio +async def test_patch_lets_a_paid_plan_hide_the_card(): + response, mock_directus, _ = await _patch_project( + {"is_dembrane_event_cta_enabled": False}, tier="changemaker" + ) + assert response.status_code == 200 + mock_directus.update_item.assert_awaited_once_with( + "project", "p1", {"is_dembrane_event_cta_enabled": False} + ) + + +@pytest.mark.asyncio +async def test_patch_switching_the_card_on_needs_no_tier(): + response, mock_directus, tier_lookup = await _patch_project( + {"is_dembrane_event_cta_enabled": True}, tier="free" + ) + assert response.status_code == 200 + tier_lookup.assert_not_called() + mock_directus.update_item.assert_awaited_once_with( + "project", "p1", {"is_dembrane_event_cta_enabled": True} + ) diff --git a/echo/server/tests/test_pricing_configurations.py b/echo/server/tests/test_pricing_configurations.py index 648ea5fef..ad5642598 100644 --- a/echo/server/tests/test_pricing_configurations.py +++ b/echo/server/tests/test_pricing_configurations.py @@ -38,6 +38,7 @@ task_forward_pricing_bookings, build_pricing_booking_forward_payload, ) +from dembrane.service.project import ProjectNotFoundException from dembrane.api.dependency_auth import DirectusSession from dembrane.api.v2.pricing_configurations import ( SITE_TOKEN_HEADER, @@ -50,6 +51,7 @@ build_answers_summary, upsert_pricing_configuration, upsert_site_pricing_configuration, + upsert_portal_pricing_configuration, ) MODULE = "dembrane.api.v2.pricing_configurations" @@ -646,6 +648,16 @@ def test_the_payload_says_what_kind_it_is(): assert payload["summary"].startswith("Use case: an assembly") +def test_the_payload_says_where_a_portal_lead_came_from(): + row = _forward_row(reference="PTL-7K2M", mount="portal", project_id="proj-1") + payload = build_pricing_booking_forward_payload(row, "production") + # The prefix already says it; the two fields let the receiver say so + # without parsing the reference. + assert payload["reference"] == "PTL-7K2M" + assert payload["mount"] == "portal" + assert payload["project_id"] == "proj-1" + + def test_the_payload_omits_what_the_row_does_not_have(): row = {"id": "row-2", "booking_uid": "cal-bk-2"} payload = build_pricing_booking_forward_payload(row, "development") @@ -850,3 +862,95 @@ async def test_site_write_cannot_touch_a_row_an_account_made(): with pytest.raises(HTTPException) as exc: await _site_call(_payload(), directus=directus) assert exc.value.status_code == 403 + + +# ── the participant portal's route ── + + +def _open_project(**overrides: Any) -> dict[str, Any]: + project = {"id": "proj-1", "is_conversation_allowed": True} + project.update(overrides) + return project + + +async def _portal_call( + body: dict[str, Any], + *, + directus: AsyncMock, + project: dict[str, Any] | None = None, + missing: bool = False, +) -> Any: + service = MagicMock() + if missing: + service.get_by_id_or_raise = MagicMock(side_effect=ProjectNotFoundException("nope")) + else: + service.get_by_id_or_raise = MagicMock(return_value=project or _open_project()) + request = SimpleNamespace(headers={"x-forwarded-for": "203.0.113.9"}, client=None) + with ( + patch(f"{MODULE}.async_directus", directus), + patch(f"{MODULE}._read_body", AsyncMock(return_value=(body, []))), + patch(f"{MODULE}._portal_rate_limiter") as limiter, + patch(f"{MODULE}.project_service", service), + ): + limiter.check = AsyncMock(return_value=None) + return await upsert_portal_pricing_configuration(request=request) # type: ignore[arg-type] + + +@pytest.mark.asyncio +async def test_portal_write_creates_a_ptl_row_for_an_open_project(): + directus = _directus() + result = await _portal_call( + _payload( + mount="app", + project_id="proj-1", + workspace_id=None, + wall_key=None, + email=" Someone@Example.ORG ", + ), + directus=directus, + ) + assert result.reference.startswith("PTL-") + _collection, row = directus.create_item.await_args.args + assert row["mount"] == "portal" + assert row["user_id"] is None + assert row["email"] == "someone@example.org" + assert row["is_internal"] is False + assert row["project_id"] == "proj-1" + assert row["workspace_id"] is None + + +@pytest.mark.asyncio +async def test_portal_write_needs_a_project(): + with pytest.raises(HTTPException) as exc: + await _portal_call(_payload(), directus=_directus()) + assert exc.value.status_code == 422 + + +@pytest.mark.asyncio +async def test_portal_write_refuses_an_unknown_project(): + directus = _directus() + with pytest.raises(HTTPException) as exc: + await _portal_call(_payload(project_id="ghost"), directus=directus, missing=True) + assert exc.value.status_code == 404 + directus.create_item.assert_not_awaited() + + +@pytest.mark.asyncio +async def test_portal_write_refuses_a_closed_project(): + directus = _directus() + with pytest.raises(HTTPException) as exc: + await _portal_call( + _payload(project_id="proj-1"), + directus=directus, + project=_open_project(is_conversation_allowed=False), + ) + assert exc.value.status_code == 403 + directus.create_item.assert_not_awaited() + + +@pytest.mark.asyncio +async def test_portal_write_flags_internal_from_the_email(): + directus = _directus() + await _portal_call(_payload(project_id="proj-1", email="eve@dembrane.com"), directus=directus) + _collection, row = directus.create_item.await_args.args + assert row["is_internal"] is True From b4cf6b246a67c0ce1d2d52eba161f82b32595628 Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Thu, 10 Sep 2026 12:51:50 +0200 Subject: [PATCH 02/17] chore(i18n): refresh the catalog line references The `#:` comments point at the line a string is written on, so the last round of layout edits moved them. Extract and compile were run before those edits rather than after, which `ci-check-i18n-catalogs` catches by re-running both on a clean checkout. No message content changes: references only. Co-Authored-By: Claude Opus 5 --- echo/frontend/src/locales/cs-CZ.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/de-DE.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/en-US.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/es-ES.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/fr-FR.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/it-IT.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/nl-NL.po | 92 +++++++++++++++--------------- echo/frontend/src/locales/uk-UA.po | 92 +++++++++++++++--------------- 8 files changed, 368 insertions(+), 368 deletions(-) diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 2efc6fe5b..6ee1e5d3a 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -792,8 +792,8 @@ msgstr "A project holds everything for one topic. Share its link with participan msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -1898,7 +1898,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "" @@ -2115,7 +2115,7 @@ msgstr "can edit" msgid "can read" msgstr "can read" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "" @@ -2559,7 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2749,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3744,7 +3744,7 @@ msgstr "" msgid "Done" msgstr "Done" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Hotovo, ozvěte se mi" @@ -4969,7 +4969,7 @@ msgstr "" msgid "Good response" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Máte dvě minuty? Pět nepovinných otázek nám pomůže s přípravou." @@ -5777,7 +5777,7 @@ msgstr "Leave workspace" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Nechte nám svůj e-mail a do jednoho dne se vám ozveme ohledně akce s dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Nechte nám svůj e-mail, ať se vám můžeme ozvat." @@ -5802,7 +5802,7 @@ msgstr "Právní základ uložen" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "" @@ -6660,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6685,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "" @@ -7080,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7486,7 +7486,7 @@ msgstr "Optional field on the thank you page" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Nepovinná otázka {0} z {1}" @@ -7906,15 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Pick a date" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Vybrat čas hned" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "" @@ -8459,7 +8459,7 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Ozvěte se mi" @@ -8667,9 +8667,9 @@ msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "" @@ -9294,7 +9294,7 @@ msgstr "Role updated" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "" @@ -10119,7 +10119,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10394,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10559,7 +10559,7 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Jasně" @@ -10708,15 +10708,15 @@ msgstr "Thank You Page Content" msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Děkujeme, do jednoho dne se vám ozveme." @@ -10724,7 +10724,7 @@ msgstr "Děkujeme, do jednoho dne se vám ozveme." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "" @@ -10732,7 +10732,7 @@ msgstr "" msgid "That didn't work out. We have saved your recording." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Tohle nevypadá jako e-mailová adresa." @@ -10740,7 +10740,7 @@ msgstr "Tohle nevypadá jako e-mailová adresa." msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10748,7 +10748,7 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "To je vše, díky" @@ -10830,7 +10830,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10875,7 +10875,7 @@ msgstr "The organisation this invite was for has been deleted. There's nothing t msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -12442,7 +12442,7 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami?" @@ -12586,7 +12586,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Co se stalo? Vložte sem snímek obrazovky a přiložte ho" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "" @@ -12904,7 +12904,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "" @@ -13055,7 +13055,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "" @@ -13175,7 +13175,7 @@ msgstr "You've reached your transcript limit" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "vy@priklad.cz" @@ -13202,11 +13202,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "" @@ -13223,7 +13223,7 @@ msgstr "Your details" msgid "Your draft won't be saved." msgstr "Your draft won't be saved." -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Váš e-mail" @@ -13248,7 +13248,7 @@ msgstr "" msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "" @@ -13355,7 +13355,7 @@ msgstr "" msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 7b398d079..ddcec68aa 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Derzeit ist # Unterhaltung ber msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -793,8 +793,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -1899,7 +1899,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Zurück" @@ -1914,7 +1914,7 @@ msgstr "Zurück" msgid "participant.button.back" msgstr "Zurück" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "" @@ -2116,7 +2116,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "" @@ -2560,7 +2560,7 @@ msgid "Clone Project" msgstr "Projekt klonen" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2750,7 +2750,7 @@ msgstr "Kontextbezogene Vorschläge" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3745,7 +3745,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Fertig, kontaktieren Sie mich" @@ -4970,7 +4970,7 @@ msgstr "" msgid "Good response" msgstr "Gute Antwort" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Haben Sie zwei Minuten? Fünf optionale Fragen helfen uns bei der Vorbereitung." @@ -5778,7 +5778,7 @@ msgstr "" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Hinterlassen Sie Ihre E-Mail-Adresse und wir melden uns innerhalb eines Tages wegen eines Events mit dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Hinterlassen Sie Ihre E-Mail-Adresse, damit wir Sie kontaktieren können." @@ -5803,7 +5803,7 @@ msgstr "Rechtsgrundlage gespeichert" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "" @@ -6661,7 +6661,7 @@ msgstr "Neueste zuerst" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6686,7 +6686,7 @@ msgstr "Weiter" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "" @@ -7081,7 +7081,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7487,7 +7487,7 @@ msgstr "Optionales Feld auf der Danksagungsseite" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Optionale Frage {0} von {1}" @@ -7907,15 +7907,15 @@ msgstr "Telefon" msgid "Pick a date" msgstr "Wahlen Sie ein Datum" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Jetzt einen Termin wählen" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "" @@ -8460,7 +8460,7 @@ msgstr "Neues Passwort erneut eingeben" msgid "Re-use settings from an existing webhook" msgstr "Einstellungen aus einem bestehenden Webhook wiederverwenden" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Kontaktieren Sie mich" @@ -8668,9 +8668,9 @@ msgstr "Wiederkehrende Themen" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "" @@ -9295,7 +9295,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "" @@ -10120,7 +10120,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10395,7 +10395,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10560,7 +10560,7 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Unterstützte Formate: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Gern" @@ -10709,15 +10709,15 @@ msgstr "Danke-Seite Inhalt" msgid "Thank you!" msgstr "Vielen Dank!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Danke, wir melden uns innerhalb eines Tages." @@ -10725,7 +10725,7 @@ msgstr "Danke, wir melden uns innerhalb eines Tages." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Der Code hat nicht funktioniert. Versuchen Sie es erneut mit einem neuen Code aus Ihrer Authentifizierungs-App." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "" @@ -10733,7 +10733,7 @@ msgstr "" msgid "That didn't work out. We have saved your recording." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Das sieht nicht wie eine E-Mail-Adresse aus." @@ -10741,7 +10741,7 @@ msgstr "Das sieht nicht wie eine E-Mail-Adresse aus." msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10749,7 +10749,7 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "Das war's, danke" @@ -10831,7 +10831,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10876,7 +10876,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -12441,7 +12441,7 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen?" @@ -12585,7 +12585,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Was ist passiert? Fügen Sie hier einen Screenshot ein, um ihn anzuhängen" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "" @@ -12903,7 +12903,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "" @@ -13054,7 +13054,7 @@ msgstr "Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbin msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "" @@ -13174,7 +13174,7 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "sie@beispiel.de" @@ -13201,11 +13201,11 @@ msgstr "Ihre Genehmigung hilft uns zu verstehen, was Sie wirklich denken!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "" @@ -13222,7 +13222,7 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Ihre E-Mail-Adresse" @@ -13247,7 +13247,7 @@ msgstr "Ihr Feedback und diese Antwort gehen an das dembrane-Team." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "" @@ -13354,7 +13354,7 @@ msgstr "" msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index 5d9f410cc..6be81208e 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "{from} → {to}" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "{host} will read your answers before the call and brings a draft offer." @@ -792,8 +792,8 @@ msgstr "A project holds everything for one topic. Share its link with participan msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "A rough number or \"not sure\". Either is useful." @@ -1898,7 +1898,7 @@ msgstr "Away" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "Back to dembrane" @@ -2115,7 +2115,7 @@ msgstr "can edit" msgid "can read" msgstr "can read" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "Can you tell us more?" @@ -2559,7 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2749,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3744,7 +3744,7 @@ msgstr "Does not update on its own. Updated {updatedAgo}." msgid "Done" msgstr "Done" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Done, reach out to me" @@ -4969,7 +4969,7 @@ msgstr "Goal saved" msgid "Good response" msgstr "Good response" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Got two minutes? Five optional questions help us prepare." @@ -5777,7 +5777,7 @@ msgstr "Leave workspace" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Leave your email and we will get in touch within a day about running an event with dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Leave your email so we can get in touch with you." @@ -5802,7 +5802,7 @@ msgstr "Legal basis saved" msgid "Legal entity name" msgstr "Legal entity name" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "Let's go!" @@ -6660,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6685,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "Next invoice" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "Next: pick a time" @@ -7080,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "Not enabled by an admin of {0}" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7486,7 +7486,7 @@ msgstr "Optional field on the thank you page" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Optional question {0} of {1}" @@ -7906,15 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Pick a date" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "Pick a time" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Pick a time now" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "Pick a time with {host}." @@ -8459,7 +8459,7 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Reach out to me" @@ -8667,9 +8667,9 @@ msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "Reference {reference}" @@ -9294,7 +9294,7 @@ msgstr "Role updated" msgid "Rough estimate to finish transcribing the backlog" msgstr "Rough estimate to finish transcribing the backlog" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "Roughly how many?" @@ -10119,7 +10119,7 @@ msgstr "Six weekends across seven months" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10394,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "Stays up to date until tomorrow {0}" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "Step {0} of {STEP_COUNT}" @@ -10559,7 +10559,7 @@ msgstr "Support access turned on" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Sure" @@ -10708,15 +10708,15 @@ msgstr "Thank You Page Content" msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Thanks, we will be in touch within a day." @@ -10724,7 +10724,7 @@ msgstr "Thanks, we will be in touch within a day." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "That didn't send. Your answers are still here, so try again." @@ -10732,7 +10732,7 @@ msgstr "That didn't send. Your answers are still here, so try again." msgid "That didn't work out. We have saved your recording." msgstr "That didn't work out. We have saved your recording." -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "That does not look like an email address." @@ -10740,7 +10740,7 @@ msgstr "That does not look like an email address." msgid "That recording is too long to send. Record a shorter note." msgstr "That recording is too long to send. Record a shorter note." -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." @@ -10748,7 +10748,7 @@ msgstr "That requires a paid plan. We're going to ask you 5 more quick questions msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "That was too short to transcribe. Hold the recording a little longer." -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "That's all, thanks" @@ -10830,7 +10830,7 @@ msgstr "The goal guides reports, canvases, and assistant suggestions for this pr msgid "The host guide is what facilitators read before they run a session." msgstr "The host guide is what facilitators read before they run a session." -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" @@ -10875,7 +10875,7 @@ msgstr "The organisation this invite was for has been deleted. There's nothing t msgid "The page this answer refers to." msgstr "The page this answer refers to." -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." @@ -12447,7 +12447,7 @@ msgstr "We set up the project, stand beside you on the day, and help write the r msgid "We still couldn't charge your method. Update it and try again." msgstr "We still couldn't charge your method. Update it and try again." -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "We will be in touch within a day. Prefer to pick a time yourself?" @@ -12591,7 +12591,7 @@ msgstr "What gets sent" msgid "What happened? Paste a screenshot here to attach it" msgstr "What happened? Paste a screenshot here to attach it" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "What is it?" @@ -12909,7 +12909,7 @@ msgstr "You are not a member of any organisation, so there is nothing to connect msgid "You are not in an organisation yet." msgstr "You are not in an organisation yet." -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "You are on the free plan." @@ -13060,7 +13060,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "You stopped this run." -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "You were trying to {action}." @@ -13180,7 +13180,7 @@ msgstr "You've reached your transcript limit" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "you@example.org" @@ -13207,11 +13207,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "Your browser is blocking the microphone. Allow access, then try again." -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "Your call is booked: {bookedTime}." -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "Your call is booked." @@ -13228,7 +13228,7 @@ msgstr "Your details" msgid "Your draft won't be saved." msgstr "Your draft won't be saved." -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Your email" @@ -13253,7 +13253,7 @@ msgstr "Your feedback and this response go to the dembrane team." msgid "Your free plan includes one report. Upgrade to create more." msgstr "Your free plan includes one report. Upgrade to create more." -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "Your free transcription hour is used up." @@ -13360,7 +13360,7 @@ msgstr "Your plan won't renew. You keep access until the period ends." msgid "Your recording, {0}" msgstr "Your recording, {0}" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "Your request is in." diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 56b88b2d9..639902e0a 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Actualmente, # conversación e msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -793,8 +793,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Ya se está generando un informe para este proyecto. Espera a que se complete." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -1899,7 +1899,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Atrás" @@ -1914,7 +1914,7 @@ msgstr "Volver" msgid "participant.button.back" msgstr "Volver" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "" @@ -2116,7 +2116,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "" @@ -2560,7 +2560,7 @@ msgid "Clone Project" msgstr "Clonar proyecto" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2750,7 +2750,7 @@ msgstr "Sugerencias contextuales" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3745,7 +3745,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Listo, contactadme" @@ -4970,7 +4970,7 @@ msgstr "" msgid "Good response" msgstr "Buena respuesta" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "¿Tienes dos minutos? Cinco preguntas opcionales nos ayudan a prepararnos." @@ -5778,7 +5778,7 @@ msgstr "" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Déjanos tu correo y nos pondremos en contacto en un día para hablar de un evento con dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Déjanos tu correo para que podamos contactarte." @@ -5803,7 +5803,7 @@ msgstr "Base legal guardada" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "" @@ -6661,7 +6661,7 @@ msgstr "Más nuevos primero" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6686,7 +6686,7 @@ msgstr "Siguiente" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "" @@ -7081,7 +7081,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7487,7 +7487,7 @@ msgstr "Campo opcional en la página de agradecimientos" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Pregunta opcional {0} de {1}" @@ -7907,15 +7907,15 @@ msgstr "Teléfono" msgid "Pick a date" msgstr "Elija una fecha" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Elegir una hora ahora" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "" @@ -8460,7 +8460,7 @@ msgstr "Vuelva a introducir la nueva contraseña" msgid "Re-use settings from an existing webhook" msgstr "Reutilizar configuraciones de un webhook existente" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Contactadme" @@ -8668,9 +8668,9 @@ msgstr "Temas recurrentes" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "" @@ -9295,7 +9295,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "" @@ -10120,7 +10120,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10395,7 +10395,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10560,7 +10560,7 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Claro" @@ -10709,15 +10709,15 @@ msgstr "Contenido de la Página de Gracias" msgid "Thank you!" msgstr "¡Gracias!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Gracias, nos pondremos en contacto en un día." @@ -10725,7 +10725,7 @@ msgstr "Gracias, nos pondremos en contacto en un día." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Ese código no funcionó. Inténtalo de nuevo con un código nuevo de tu aplicación de autenticación." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "" @@ -10733,7 +10733,7 @@ msgstr "" msgid "That didn't work out. We have saved your recording." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Eso no parece una dirección de correo electrónico." @@ -10741,7 +10741,7 @@ msgstr "Eso no parece una dirección de correo electrónico." msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10749,7 +10749,7 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "Eso es todo, gracias" @@ -10831,7 +10831,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10876,7 +10876,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -12443,7 +12443,7 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora?" @@ -12587,7 +12587,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "¿Qué ha pasado? Pegue aquí una captura de pantalla para adjuntarla" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "" @@ -12905,7 +12905,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "" @@ -13056,7 +13056,7 @@ msgstr "Pareces estar desconectado, por favor verifica tu conexión a internet" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "" @@ -13176,7 +13176,7 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "tu@ejemplo.es" @@ -13203,11 +13203,11 @@ msgstr "¡Su aprobación nos ayuda a comprender lo que realmente piensa!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "" @@ -13224,7 +13224,7 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Tu correo electrónico" @@ -13249,7 +13249,7 @@ msgstr "Tu comentario y esta respuesta llegan al equipo de dembrane." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "" @@ -13356,7 +13356,7 @@ msgstr "" msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index 36abf553a..a2728f8a3 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Actuellement, # conversation e msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -793,8 +793,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -1899,7 +1899,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Retour" @@ -1914,7 +1914,7 @@ msgstr "Retour" msgid "participant.button.back" msgstr "Retour" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "" @@ -2116,7 +2116,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "" @@ -2560,7 +2560,7 @@ msgid "Clone Project" msgstr "Cloner le projet" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2750,7 +2750,7 @@ msgstr "Suggestions contextuelles" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3745,7 +3745,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "C'est bon, contactez-moi" @@ -4970,7 +4970,7 @@ msgstr "" msgid "Good response" msgstr "Bonne réponse" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Vous avez deux minutes ? Cinq questions facultatives nous aident à nous préparer." @@ -5778,7 +5778,7 @@ msgstr "" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Laissez votre adresse e-mail et nous vous recontactons sous un jour au sujet d'un événement avec dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Laissez votre adresse e-mail pour que nous puissions vous contacter." @@ -5803,7 +5803,7 @@ msgstr "Base juridique enregistrée" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "" @@ -6661,7 +6661,7 @@ msgstr "Plus récent en premier" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6686,7 +6686,7 @@ msgstr "Suivant" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "" @@ -7081,7 +7081,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7487,7 +7487,7 @@ msgstr "Champ optionnel sur la page de remerciements" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Question facultative {0} sur {1}" @@ -7907,15 +7907,15 @@ msgstr "Téléphone" msgid "Pick a date" msgstr "Choisir une date" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Choisir un créneau maintenant" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "" @@ -8460,7 +8460,7 @@ msgstr "Ressaisir le nouveau mot de passe" msgid "Re-use settings from an existing webhook" msgstr "Réutiliser les paramètres d'un webhook existant" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Contactez-moi" @@ -8668,9 +8668,9 @@ msgstr "Thèmes récurrents" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "" @@ -9295,7 +9295,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "" @@ -10120,7 +10120,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10395,7 +10395,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10560,7 +10560,7 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Formats supportés: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Volontiers" @@ -10709,15 +10709,15 @@ msgstr "Contenu de la page Merci" msgid "Thank you!" msgstr "Merci !" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Merci, nous vous recontactons sous un jour." @@ -10725,7 +10725,7 @@ msgstr "Merci, nous vous recontactons sous un jour." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Ce code n'a pas fonctionné. Réessayez avec un nouveau code de votre application d'authentification." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "" @@ -10733,7 +10733,7 @@ msgstr "" msgid "That didn't work out. We have saved your recording." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Cela ne ressemble pas à une adresse e-mail." @@ -10741,7 +10741,7 @@ msgstr "Cela ne ressemble pas à une adresse e-mail." msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10749,7 +10749,7 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "C'est tout, merci" @@ -10831,7 +10831,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10876,7 +10876,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -12440,7 +12440,7 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ?" @@ -12584,7 +12584,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Que s'est-il passé ? Collez une capture d'écran ici pour la joindre" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "" @@ -12902,7 +12902,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "" @@ -13053,7 +13053,7 @@ msgstr "Vous semblez être hors ligne, veuillez vérifier votre connexion intern msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "" @@ -13173,7 +13173,7 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "vous@exemple.fr" @@ -13200,11 +13200,11 @@ msgstr "Votre approbation nous aide à comprendre ce que vous pensez vraiment !" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "" @@ -13221,7 +13221,7 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Votre adresse e-mail" @@ -13246,7 +13246,7 @@ msgstr "Votre retour et cette réponse sont transmis à l'équipe dembrane." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "" @@ -13353,7 +13353,7 @@ msgstr "" msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index 7fd308159..2e7f8e4ea 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -792,8 +792,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -1898,7 +1898,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "" @@ -2115,7 +2115,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "" @@ -2559,7 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2749,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3744,7 +3744,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Fatto, contattatemi" @@ -4969,7 +4969,7 @@ msgstr "" msgid "Good response" msgstr "Buona risposta" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Hai due minuti? Cinque domande facoltative ci aiutano a prepararci." @@ -5777,7 +5777,7 @@ msgstr "" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Lascia la tua email e ti ricontatteremo entro un giorno per parlare di un evento con dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Lascia la tua email così possiamo contattarti." @@ -5802,7 +5802,7 @@ msgstr "Base giuridica salvata" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "" @@ -6660,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6685,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "" @@ -7080,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7486,7 +7486,7 @@ msgstr "Optional field on the thank you page" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Domanda facoltativa {0} di {1}" @@ -7906,15 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Scegli una data" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Scegli un orario adesso" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "" @@ -8459,7 +8459,7 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Contattatemi" @@ -8667,9 +8667,9 @@ msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "" @@ -9294,7 +9294,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "" @@ -10119,7 +10119,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10394,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10559,7 +10559,7 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Volentieri" @@ -10708,15 +10708,15 @@ msgstr "Thank You Page Content" msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Grazie, ti ricontatteremo entro un giorno." @@ -10724,7 +10724,7 @@ msgstr "Grazie, ti ricontatteremo entro un giorno." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "" @@ -10732,7 +10732,7 @@ msgstr "" msgid "That didn't work out. We have saved your recording." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Non sembra un indirizzo email." @@ -10740,7 +10740,7 @@ msgstr "Non sembra un indirizzo email." msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10748,7 +10748,7 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "È tutto, grazie" @@ -10830,7 +10830,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10875,7 +10875,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -12442,7 +12442,7 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario?" @@ -12586,7 +12586,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Cosa è successo? Incolla qui uno screenshot per allegarlo" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "" @@ -12904,7 +12904,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "" @@ -13055,7 +13055,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "" @@ -13175,7 +13175,7 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "tu@esempio.it" @@ -13202,11 +13202,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "" @@ -13223,7 +13223,7 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "La tua email" @@ -13248,7 +13248,7 @@ msgstr "Il tuo commento e questa risposta arrivano al team dembrane." msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "" @@ -13355,7 +13355,7 @@ msgstr "" msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index a82903e29..c8ab16820 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -525,7 +525,7 @@ msgstr "{finishedConversationsCount, plural, one {Momenteel is # gesprek klaar o msgid "{from} → {to}" msgstr "{from} → {to}" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "Voor het gesprek leest {host} je antwoorden en neemt een conceptvoorstel mee." @@ -793,8 +793,8 @@ msgstr "Een project bevat alles voor één onderwerp. Deel de link met deelnemer msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "Een schatting of \"weet ik nog niet\". Met allebei kunnen we verder." @@ -1896,7 +1896,7 @@ msgstr "Afwezig" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Terug" @@ -1911,7 +1911,7 @@ msgstr "Terug naar microfoon" msgid "participant.button.back" msgstr "Terug" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "Terug naar dembrane" @@ -2113,7 +2113,7 @@ msgstr "kan bewerken" msgid "can read" msgstr "kan lezen" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "Kun je ons meer vertellen?" @@ -2557,7 +2557,7 @@ msgid "Clone Project" msgstr "Project klonen" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2747,7 +2747,7 @@ msgstr "Contextuele suggesties" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3742,7 +3742,7 @@ msgstr "Wordt niet vanzelf bijgewerkt. Bijgewerkt {updatedAgo}." msgid "Done" msgstr "Klaar" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Klaar, neem contact met me op" @@ -4967,7 +4967,7 @@ msgstr "Doel opgeslagen" msgid "Good response" msgstr "Goed antwoord" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Heb je twee minuten? Vijf optionele vragen helpen ons voorbereiden." @@ -5775,7 +5775,7 @@ msgstr "Werkruimte verlaten" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Laat je e-mailadres achter en we nemen binnen een dag contact met je op over een event met dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Laat je e-mailadres achter, dan nemen we contact met je op." @@ -5800,7 +5800,7 @@ msgstr "Rechtsgrondslag opgeslagen" msgid "Legal entity name" msgstr "Naam rechtspersoon" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "Aan de slag!" @@ -6658,7 +6658,7 @@ msgstr "Nieuwste eerst" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6683,7 +6683,7 @@ msgstr "Volgende" msgid "Next invoice" msgstr "Volgende factuur" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "Volgende: kies een tijd" @@ -7078,7 +7078,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7484,7 +7484,7 @@ msgstr "Optioneel veld op de bedankpagina" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Optionele vraag {0} van {1}" @@ -7904,15 +7904,15 @@ msgstr "Telefoon" msgid "Pick a date" msgstr "Kies een datum" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "Kies een tijd" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Kies nu een moment" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "Kies een tijd met {host}." @@ -8457,7 +8457,7 @@ msgstr "Voer het nieuwe wachtwoord opnieuw in" msgid "Re-use settings from an existing webhook" msgstr "Gebruik instellingen van een bestaande webhook" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Neem contact met me op" @@ -8665,9 +8665,9 @@ msgstr "Terugkerende thema's" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "Referentie {reference}" @@ -9292,7 +9292,7 @@ msgstr "Rol bijgewerkt" msgid "Rough estimate to finish transcribing the backlog" msgstr "Ruwe schatting om de achterstand aan transcripties weg te werken" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "Ongeveer hoeveel?" @@ -10117,7 +10117,7 @@ msgstr "Zes weekenden verspreid over zeven maanden" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10392,7 +10392,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "Blijft actueel tot morgen {0}" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "Stap {0} van {STEP_COUNT}" @@ -10557,7 +10557,7 @@ msgstr "Supporttoegang aangezet" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Prima" @@ -10706,15 +10706,15 @@ msgstr "Bedankt pagina inhoud" msgid "Thank you!" msgstr "Bedankt!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "Bedankt! We nemen zo snel mogelijk contact met je op. Je kunt ons ook mailen via info@dembrane.com." -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "Bedankt voor het invullen. Kijk in je mail voor de bevestiging van de afspraak. Heb je vragen voor ons, dan kun je ons altijd bereiken op info@dembrane.com" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Bedankt, we nemen binnen een dag contact op." @@ -10722,7 +10722,7 @@ msgstr "Bedankt, we nemen binnen een dag contact op." msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "Die code werkte niet. Probeer het opnieuw met een verse code uit je authenticator-app." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnieuw." @@ -10730,7 +10730,7 @@ msgstr "Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnie msgid "That didn't work out. We have saved your recording." msgstr "Dat is niet gelukt. We hebben je opname opgeslagen." -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Dat ziet er niet uit als een e-mailadres." @@ -10738,7 +10738,7 @@ msgstr "Dat ziet er niet uit als een e-mailadres." msgid "That recording is too long to send. Record a shorter note." msgstr "Die opname is te lang om te versturen. Neem een kortere notitie op." -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte vragen. Daarna kies je een tijd met het dembrane-team. Voor het gesprek lezen we je antwoorden, zodat we een voorstel meenemen dat bij je past." @@ -10746,7 +10746,7 @@ msgstr "Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "Dat was te kort om te transcriberen. Houd de opname iets langer vast." -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "Dat was het, bedankt" @@ -10828,7 +10828,7 @@ msgstr "Het doel stuurt de rapporten, canvassen en suggesties van de assistent i msgid "The host guide is what facilitators read before they run a session." msgstr "De hostgids is wat begeleiders lezen voordat ze een sessie draaien." -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "De uitnodiging staat in je inbox. We lezen je antwoorden vooraf en nemen een conceptvoorstel mee. Heb je intussen vragen? Neem dan contact op met" @@ -10873,7 +10873,7 @@ msgstr "De organisatie waarvoor deze uitnodiging was, is verwijderd. Er is niets msgid "The page this answer refers to." msgstr "De pagina waar dit antwoord naar verwijst." -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "De portalen blijven werken! Je deelnemers kunnen altijd doorgaan en niets wat ze zeggen gaat verloren. Zodra je een betaald abonnement hebt, wordt alles wat al is opgenomen alsnog getranscribeerd." @@ -12438,7 +12438,7 @@ msgstr "We zetten samen het project op, draaien op de dag zelf met je mee en hel msgid "We still couldn't charge your method. Update it and try again." msgstr "We konden je methode nog steeds niet belasten. Werk deze bij en probeer het opnieuw." -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "We nemen binnen een dag contact op. Liever zelf een moment kiezen?" @@ -12582,7 +12582,7 @@ msgstr "Wat er verstuurd wordt" msgid "What happened? Paste a screenshot here to attach it" msgstr "Wat is er gebeurd? Plak hier een screenshot om hem toe te voegen" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "Wat is het?" @@ -12900,7 +12900,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "Je zit op het gratis plan." @@ -13051,7 +13051,7 @@ msgstr "Je lijkt offline te zijn, controleer je internetverbinding" msgid "You stopped this run." msgstr "Je hebt deze run gestopt." -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "Je probeerde {action}." @@ -13171,7 +13171,7 @@ msgstr "Je hebt je transcriptielimiet bereikt" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "Je hebt alle 10 uur van de pilot gebruikt. Tools voor hosts (Chat, rapporten, analyse, exports) staan op pauze." -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "jij@voorbeeld.nl" @@ -13198,11 +13198,11 @@ msgstr "Jouw goedkeuring helpt ons begrijpen wat je echt denkt!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "Je browser blokkeert de microfoon. Geef toegang en probeer het opnieuw." -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "Je afspraak is geboekt: {bookedTime}." -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "Je afspraak is geboekt." @@ -13219,7 +13219,7 @@ msgstr "Jouw gegevens" msgid "Your draft won't be saved." msgstr "Je concept wordt niet opgeslagen." -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Jouw e-mailadres" @@ -13244,7 +13244,7 @@ msgstr "Je feedback en dit antwoord gaan naar het dembrane-team." msgid "Your free plan includes one report. Upgrade to create more." msgstr "Je gratis plan bevat één rapport. Upgrade om er meer te maken." -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "Je gratis uur voor transcriptie is opgebruikt." @@ -13351,7 +13351,7 @@ msgstr "Je abonnement wordt niet verlengd. Je houdt toegang tot het einde van de msgid "Your recording, {0}" msgstr "Je opname, {0}" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "Je aanvraag is binnen." diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 44e0d16a7..21cf7fe82 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -524,7 +524,7 @@ msgstr "{finishedConversationsCount, plural, one {Currently # conversation is re msgid "{from} → {to}" msgstr "" -#: src/components/pricing/PricingBookingStep.tsx:130 +#: src/components/pricing/PricingBookingStep.tsx:135 msgid "{host} will read your answers before the call and brings a draft offer." msgstr "" @@ -792,8 +792,8 @@ msgstr "" msgid "A report is already being generated for this project. Please wait for it to complete." msgstr "A report is already being generated for this project. Please wait for it to complete." -#: src/components/pricing/PricingConfigurator.tsx:1401 -#: src/components/pricing/PricingConfigurator.tsx:1405 +#: src/components/pricing/PricingConfigurator.tsx:1474 +#: src/components/pricing/PricingConfigurator.tsx:1478 msgid "A rough number or \"not sure\". Either is useful." msgstr "" @@ -1898,7 +1898,7 @@ msgstr "" #: src/routes/auth/Register.tsx:240 #: src/components/project/webhooks/WebhookSettingsCard.tsx:334 #: src/components/project/webhooks/WebhookSettingsCard.tsx:371 -#: src/components/pricing/PricingConfigurator.tsx:1039 +#: src/components/pricing/PricingConfigurator.tsx:1092 msgid "Back" msgstr "Back" @@ -1913,7 +1913,7 @@ msgstr "Back" msgid "participant.button.back" msgstr "Back" -#: src/components/pricing/PricingConfigurator.tsx:1186 +#: src/components/pricing/PricingConfigurator.tsx:1252 msgid "Back to dembrane" msgstr "" @@ -2115,7 +2115,7 @@ msgstr "" msgid "can read" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:827 +#: src/components/pricing/PricingConfigurator.tsx:830 msgid "Can you tell us more?" msgstr "" @@ -2559,7 +2559,7 @@ msgid "Clone Project" msgstr "Clone Project" #: src/components/project/ProjectSharingModal.tsx:139 -#: src/components/pricing/PricingConfigurator.tsx:1184 +#: src/components/pricing/PricingConfigurator.tsx:1250 #: src/components/dropzone/UploadConversationDropzone.tsx:872 #: src/components/conversation/ConversationLinks.tsx:110 #: src/components/agent-access/AgentAccessSection.tsx:98 @@ -2749,7 +2749,7 @@ msgstr "Contextual suggestions" #: src/routes/onboarding/OnboardingRoute.tsx:530 #: src/routes/onboarding/OnboardingRoute.tsx:662 #: src/routes/auth/Register.tsx:212 -#: src/components/pricing/PricingConfigurator.tsx:1066 +#: src/components/pricing/PricingConfigurator.tsx:1119 #: src/components/organisation/CreateOrganisationModal.tsx:207 #: src/components/language/LanguagePicker.tsx:158 #: src/components/billing/BillingManager.tsx:1457 @@ -3744,7 +3744,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1086 +#: src/components/pricing/PricingConfigurator.tsx:1065 msgid "Done, reach out to me" msgstr "Готово, зв'яжіться зі мною" @@ -4969,7 +4969,7 @@ msgstr "" msgid "Good response" msgstr "Гарна відповідь" -#: src/components/pricing/PricingConfigurator.tsx:1099 +#: src/components/pricing/PricingConfigurator.tsx:1151 msgid "Got two minutes? Five optional questions help us prepare." msgstr "Є дві хвилини? П'ять необов'язкових запитань допоможуть нам підготуватися." @@ -5777,7 +5777,7 @@ msgstr "" #~ msgid "Leave your email and we will get in touch within a day about running an event with dembrane." #~ msgstr "Залиште свою електронну пошту, і ми зв'яжемося з вами протягом дня щодо проведення події з dembrane." -#: src/components/pricing/PricingConfigurator.tsx:915 +#: src/components/pricing/PricingConfigurator.tsx:952 msgid "Leave your email so we can get in touch with you." msgstr "Залиште свою електронну пошту, щоб ми могли з вами зв'язатися." @@ -5802,7 +5802,7 @@ msgstr "Правову підставу збережено" msgid "Legal entity name" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1069 +#: src/components/pricing/PricingConfigurator.tsx:1122 msgid "Let's go!" msgstr "" @@ -6660,7 +6660,7 @@ msgstr "Newest First" #: src/routes/workspaces/CreateWorkspaceRoute.tsx:781 #: src/routes/project/CreateProjectRoute.tsx:411 -#: src/components/pricing/PricingConfigurator.tsx:1073 +#: src/components/pricing/PricingConfigurator.tsx:1126 #: src/components/invite/InviteModal.tsx:823 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:329 msgid "Next" @@ -6685,7 +6685,7 @@ msgstr "Next" msgid "Next invoice" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1071 +#: src/components/pricing/PricingConfigurator.tsx:1124 msgid "Next: pick a time" msgstr "" @@ -7080,7 +7080,7 @@ msgid "Not enabled by an admin of {0}" msgstr "" #: src/routes/invite/AcceptInviteRoute.tsx:568 -#: src/components/pricing/PricingConfigurator.tsx:1029 +#: src/components/pricing/PricingConfigurator.tsx:1082 #: src/components/popcorn/PopcornIntroModal.tsx:54 #: src/components/chat/TagsUpdateSuggestionCard.tsx:216 #: src/components/chat/AgenticIntroModal.tsx:78 @@ -7486,7 +7486,7 @@ msgstr "Optional field on the thank you page" #. placeholder {0}: phase.step - OPENING_STEP #. placeholder {1}: STEP_COUNT - OPENING_STEP -#: src/components/pricing/PricingConfigurator.tsx:873 +#: src/components/pricing/PricingConfigurator.tsx:898 msgid "Optional question {0} of {1}" msgstr "Необов'язкове запитання {0} з {1}" @@ -7906,15 +7906,15 @@ msgstr "Phone" msgid "Pick a date" msgstr "Оберiть дату" -#: src/components/pricing/PricingBookingStep.tsx:115 +#: src/components/pricing/PricingBookingStep.tsx:120 msgid "Pick a time" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1196 +#: src/components/pricing/PricingConfigurator.tsx:1262 msgid "Pick a time now" msgstr "Обрати час зараз" -#: src/components/pricing/PricingConfigurator.tsx:809 +#: src/components/pricing/PricingConfigurator.tsx:812 msgid "Pick a time with {host}." msgstr "" @@ -8459,7 +8459,7 @@ msgstr "Re-enter new password" msgid "Re-use settings from an existing webhook" msgstr "Re-use settings from an existing webhook" -#: src/components/pricing/PricingConfigurator.tsx:1064 +#: src/components/pricing/PricingConfigurator.tsx:1117 msgid "Reach out to me" msgstr "Зв'яжіться зі мною" @@ -8667,9 +8667,9 @@ msgstr "Recurring Themes" #: src/components/pricing/bookingPrefill.ts:168 #: src/components/pricing/PricingConfigurator.tsx:174 -#: src/components/pricing/PricingConfigurator.tsx:1174 -#: src/components/pricing/PricingBookingStep.tsx:104 -#: src/components/pricing/PricingBookingStep.tsx:137 +#: src/components/pricing/PricingConfigurator.tsx:1239 +#: src/components/pricing/PricingBookingStep.tsx:108 +#: src/components/pricing/PricingBookingStep.tsx:143 msgid "Reference {reference}" msgstr "" @@ -9294,7 +9294,7 @@ msgstr "" msgid "Rough estimate to finish transcribing the backlog" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1409 +#: src/components/pricing/PricingConfigurator.tsx:1482 msgid "Roughly how many?" msgstr "" @@ -10119,7 +10119,7 @@ msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:355 #: src/routes/onboarding/OnboardingRoute.tsx:521 -#: src/components/pricing/PricingConfigurator.tsx:1053 +#: src/components/pricing/PricingConfigurator.tsx:1106 #: src/components/organisation/CreateOrganisationModal.tsx:227 #: src/components/feedback/ResponseFeedbackControls.tsx:232 msgid "Skip" @@ -10394,7 +10394,7 @@ msgid "Stays up to date until tomorrow {0}" msgstr "" #. placeholder {0}: phase.step -#: src/components/pricing/PricingConfigurator.tsx:885 +#: src/components/pricing/PricingConfigurator.tsx:910 msgid "Step {0} of {STEP_COUNT}" msgstr "" @@ -10559,7 +10559,7 @@ msgstr "" msgid "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" msgstr "Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS" -#: src/components/pricing/PricingConfigurator.tsx:1119 +#: src/components/pricing/PricingConfigurator.tsx:1171 msgid "Sure" msgstr "Гаразд" @@ -10708,15 +10708,15 @@ msgstr "Thank You Page Content" msgid "Thank you!" msgstr "Thank you!" -#: src/components/pricing/PricingBookingStep.tsx:98 +#: src/components/pricing/PricingBookingStep.tsx:101 msgid "Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1166 +#: src/components/pricing/PricingConfigurator.tsx:1230 msgid "Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:822 +#: src/components/pricing/PricingConfigurator.tsx:825 msgid "Thanks, we will be in touch within a day." msgstr "Дякуємо, ми зв'яжемося з вами протягом дня." @@ -10724,7 +10724,7 @@ msgstr "Дякуємо, ми зв'яжемося з вами протягом д msgid "That code didn't work. Try again with a fresh code from your authenticator app." msgstr "That code didn't work. Try again with a fresh code from your authenticator app." -#: src/components/pricing/PricingConfigurator.tsx:1005 +#: src/components/pricing/PricingConfigurator.tsx:1042 msgid "That didn't send. Your answers are still here, so try again." msgstr "" @@ -10732,7 +10732,7 @@ msgstr "" msgid "That didn't work out. We have saved your recording." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:923 +#: src/components/pricing/PricingConfigurator.tsx:960 msgid "That does not look like an email address." msgstr "Це не схоже на адресу електронної пошти." @@ -10740,7 +10740,7 @@ msgstr "Це не схоже на адресу електронної пошти msgid "That recording is too long to send. Record a shorter note." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:956 +#: src/components/pricing/PricingConfigurator.tsx:993 msgid "That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs." msgstr "" @@ -10748,7 +10748,7 @@ msgstr "" msgid "That was too short to transcribe. Hold the recording a little longer." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1111 +#: src/components/pricing/PricingConfigurator.tsx:1163 msgid "That's all, thanks" msgstr "Це все, дякую" @@ -10830,7 +10830,7 @@ msgstr "" msgid "The host guide is what facilitators read before they run a session." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1145 +#: src/components/pricing/PricingConfigurator.tsx:1202 msgid "The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to" msgstr "" @@ -10875,7 +10875,7 @@ msgstr "" msgid "The page this answer refers to." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:856 +#: src/components/pricing/PricingConfigurator.tsx:881 msgid "The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded." msgstr "" @@ -12442,7 +12442,7 @@ msgstr "" msgid "We still couldn't charge your method. Update it and try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:1159 +#: src/components/pricing/PricingConfigurator.tsx:1223 msgid "We will be in touch within a day. Prefer to pick a time yourself?" msgstr "Ми зв'яжемося з вами протягом дня. Хочете самі обрати час?" @@ -12586,7 +12586,7 @@ msgstr "" msgid "What happened? Paste a screenshot here to attach it" msgstr "Що сталося? Вставте сюди знімок екрана, щоб додати його" -#: src/components/pricing/PricingConfigurator.tsx:1315 +#: src/components/pricing/PricingConfigurator.tsx:1388 msgid "What is it?" msgstr "" @@ -12904,7 +12904,7 @@ msgstr "" msgid "You are not in an organisation yet." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:952 +#: src/components/pricing/PricingConfigurator.tsx:989 msgid "You are on the free plan." msgstr "" @@ -13055,7 +13055,7 @@ msgstr "You seem to be offline, please check your internet connection" msgid "You stopped this run." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:950 +#: src/components/pricing/PricingConfigurator.tsx:987 msgid "You were trying to {action}." msgstr "" @@ -13175,7 +13175,7 @@ msgstr "" msgid "You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:932 +#: src/components/pricing/PricingConfigurator.tsx:969 msgid "you@example.org" msgstr "vy@pryklad.ua" @@ -13202,11 +13202,11 @@ msgstr "Your approval helps us understand what you really think!" msgid "Your browser is blocking the microphone. Allow access, then try again." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:814 +#: src/components/pricing/PricingConfigurator.tsx:817 msgid "Your call is booked: {bookedTime}." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:816 +#: src/components/pricing/PricingConfigurator.tsx:819 msgid "Your call is booked." msgstr "" @@ -13223,7 +13223,7 @@ msgstr "" msgid "Your draft won't be saved." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:926 +#: src/components/pricing/PricingConfigurator.tsx:963 msgid "Your email" msgstr "Ваша електронна пошта" @@ -13248,7 +13248,7 @@ msgstr "Ваш відгук і ця відповідь надходять ком msgid "Your free plan includes one report. Upgrade to create more." msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:853 +#: src/components/pricing/PricingConfigurator.tsx:878 msgid "Your free transcription hour is used up." msgstr "" @@ -13355,7 +13355,7 @@ msgstr "" msgid "Your recording, {0}" msgstr "" -#: src/components/pricing/PricingConfigurator.tsx:819 +#: src/components/pricing/PricingConfigurator.tsx:822 msgid "Your request is in." msgstr "" From b5a697a81279b6c87b9abde86dc4561b5e9497b9 Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Fri, 11 Sep 2026 14:07:36 +0200 Subject: [PATCH 03/17] feat(portal): share a portal session as a QR code A participant standing in a room with the portal open is the shortest path to the next participant. The header now carries a share icon beside settings, and the thank you page offers "Show QR Code" next to "Record another conversation". Both open the same full screen QR, with copy, WhatsApp, email, and the device's own share sheet where it exists. The link the QR encodes is built from the session the participant is already in, so a daisy chained session arrives configured the same way: - reusable configuration travels (`skipOnboarding`, `tags`, `tag_id_list`, `mode`, `theme`). Somebody who scanned a link that skips onboarding hands on a link that skips onboarding. - per person state does not (participant name, email, prefilled feedback, the attribution source, and any temporary route state). Every shared link starts a fresh session. `portalSharing.ts` holds that split and its tests, so the rule about what carries over lives in one place rather than in the modal. The finish route now keeps its incoming query string, which is what lets the second entry point build the same link as the header. Both audio and text modes forward it on their way to finish. The event card on the thank you page loses its border and its bullet list: a participant who has just used dembrane does not need to be told what it does. Heading, illustration, one button. Co-Authored-By: Claude Opus 5 --- echo/docs/portal_prefilling.md | 12 ++ .../src/assets/pauline-understand.webp | Bin 0 -> 529212 bytes .../components/layout/ParticipantHeader.tsx | 40 ++++- .../participant/DembraneEventCta.test.tsx | 12 +- .../participant/DembraneEventCta.tsx | 96 +++-------- .../ParticipantConversationAudio.tsx | 2 +- .../ParticipantConversationText.tsx | 13 +- .../participant/ParticipantShareModal.tsx | 157 ++++++++++++++++++ echo/frontend/src/lib/portalSharing.test.ts | 43 +++++ echo/frontend/src/lib/portalSharing.ts | 31 ++++ echo/frontend/src/locales/cs-CZ.po | 133 ++++++++++----- echo/frontend/src/locales/cs-CZ.ts | 2 +- echo/frontend/src/locales/de-DE.po | 133 ++++++++++----- echo/frontend/src/locales/de-DE.ts | 2 +- echo/frontend/src/locales/en-US.po | 131 ++++++++++----- echo/frontend/src/locales/en-US.ts | 2 +- echo/frontend/src/locales/es-ES.po | 133 ++++++++++----- echo/frontend/src/locales/es-ES.ts | 2 +- echo/frontend/src/locales/fr-FR.po | 133 ++++++++++----- echo/frontend/src/locales/fr-FR.ts | 2 +- echo/frontend/src/locales/it-IT.po | 133 ++++++++++----- echo/frontend/src/locales/it-IT.ts | 2 +- echo/frontend/src/locales/nl-NL.po | 133 ++++++++++----- echo/frontend/src/locales/nl-NL.ts | 2 +- echo/frontend/src/locales/uk-UA.po | 133 ++++++++++----- echo/frontend/src/locales/uk-UA.ts | 2 +- .../ParticipantPostConversation.tsx | 46 ++++- 27 files changed, 1061 insertions(+), 469 deletions(-) create mode 100644 echo/frontend/src/assets/pauline-understand.webp create mode 100644 echo/frontend/src/components/participant/ParticipantShareModal.tsx create mode 100644 echo/frontend/src/lib/portalSharing.test.ts create mode 100644 echo/frontend/src/lib/portalSharing.ts diff --git a/echo/docs/portal_prefilling.md b/echo/docs/portal_prefilling.md index 03290704c..20d9322d0 100644 --- a/echo/docs/portal_prefilling.md +++ b/echo/docs/portal_prefilling.md @@ -27,6 +27,18 @@ by default, dembrane guides participants through a brief, friendly tutorial to i appending `skipOnboarding=1` lands the participant directly on the start screen. +## sharing from an active portal session + +the share icon beside settings in the portal header, and *Show QR Code* on the +thank-you screen, both open the same full-screen QR code with copy, whatsapp, +and email actions. the new link keeps reusable portal configuration, including +`skipOnboarding`, `tags`, `tag_id_list`, `mode`, and `theme`, so participants can +daisy-chain sessions with the same setup. + +participant names, email addresses, prefilled feedback, and temporary screen +state are not included. every shared link starts a fresh portal session without +carrying over the current participant's personal details or content. + --- ## auto-initiation and prefilling diff --git a/echo/frontend/src/assets/pauline-understand.webp b/echo/frontend/src/assets/pauline-understand.webp new file mode 100644 index 0000000000000000000000000000000000000000..e81d7874402fc54c9cb7fc9f9ab679c7b550d475 GIT binary patch literal 529212 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⩔FV076C_lHqS6r1 zS$xO>FfVYxv%e(jw(ON(*j&^dRAwwVe|+A2tLKPL!@C0n1HqUN3W?ra8 zSGjX-Cc<~jRm%j52me8?b*Nu%9yvCg87tE_)j4 z5C%uOwS0GNa_?c&@PsRyC;<#|B?)JY-t{{9L9*C`^U@YDDdSdV3&Wo6*>l;w;!3^Z zS@AWYpjgccuVWz;^q8i8)S0?a79b$g%j7Xp1^VAo+ReH1h#1Gqo7@#+R{@m|wGou~ z4573^2%@uuNW%;*MzY1xH#KVMQ}G#_*COt3+8%P;wT4s#lrdMw@pmNjWfh3NPr1Yk zVOSa-=Ng%jx+7#-%FA>AbbjGhxMv1=;avz!j@E|h)Q6V6&3)u#DBQk{`t zwGbo7RFE$H>)NuS=$2r8Hd(rJ&l&?^%m$)}pQ+@yhU;?HtzP)CrbN+o1a}K~`sVw( zc=HdmFtgEik$h*5ZU0+y%gW7n|CT>Kg3_6EnGX+7W?)J&x}ROFP)R!9JawQ(hNlv7 z3eA!8)b#-pkXRstOd%i;TML|#Vl3fIf3aFuSG3|92|h_Y?4b+pLrNm|S(L7NG>};- z(PnIz%XIMay|$JPHk6I2+ZSvY3xq8)&5~ma;1)PnqnKis#Tu%c9+F2!rkKtychtbZ zMxx28-SdpUpwp5k{NHg(g%XvA8T7|OU z2&Xj?O%7B{g>e|qnwas2IXFhm8`N}-;y_zkDzCl*@J$Li5~ZH}Mt8Zj!qs(|qPP<1 zqgzwR$M#B)Q{E=$_t$A}aa#iDD~FVvuRd{@{asOS?rUjdZgcm(nx3dCK%?6DqOOoFgb zpcGJM6p5_{Seo!stslk2ss>0KRp`53eBCPOOgWSIFdxy1gJn{LiCmvi1zQqID37w7tZ)7{vbVj6iEQiM=}+f(J7pTIPfuL$Gnavq6%5Tdak) zQ2iLimY|=@W00h@n+TIdz6tf}dLA8?k){u#l%I#Dk5E%WK;XYX*dSOlL3_cFA~A>> ztzV9MhE*j z&5#|d9gU0j#hrjB+4em(Ngm#swLrQnLDSLZF<3)r6e;J`NaeQHABiXr7X0us^sEIS z0ujwW&V8>O94==N&cV_0PR#O>9DweZ^X=!7(7QE!s$;Rn&H@3B$^8rbgQUB5;4WsO z6GvCAp7fn#!mG{jScgVv`9?=m3cOfmZ%!@J_fVGT8-KJtF0ls!wx{6KUe|k$bcwV? zE^|WmoWsFA*a#S@<__wo^Yl+8+qkB=0fIp2& z6~&}Kk%zuzY z+=zttGqrjc`*D@QQr)TT;#pXcp9smWh)Ohsgujl6E22?dbo)xI`h27s9zT<~EBjLv zG&Dw9d${F`d}Kz3I+PWtpSt`Xo@f}`qLi$FTYA6fjs0QbSM#1hf}}o6Ci@MJYD+PL z{{wyNPAH#jDnK!)?X*6C zI^lB-3j6&zkmW_}%n+FMh*hKx;~gBLV#n(Rkx{ar(sYEVvuEtaCq+jzoVwo=cwC zU*B&W$*7MdcEdAfvmT=TXzAC65r!*mADPMv7qJSmTa|&P7s$$dp;RNz943#6Ak(Ap zZW{M8ps(w1w@A_eED|pLIEe;M#S~#h?Y1`06dlMvKJiod=|>g!3|1-_Hy?h<=U02< zG^~ur)y%wxkOh0R^mp){rbWqOzJT(zswm*`3J4or?J2yT5*6G6p<-uhvoQk@=XYCHcPQ38=8QA~mFlQG?k*z&# zsR-k0Ri|N{Hu{@KW};kEH7aTiiqhfrqRn<_xN`bhk^f+{7)SENq2VEVL?{0Zcyb^s6QvPyV4E%rn@L(wvF$6{9v4;nf{M zktxUOSV9suitn?JLe2i$`Q}2ip}tB;G@;xsiFX#cr#1idRjMLPz}2um6NL-o4_#2d z4p3a)D^X42D%`wWRy1l zEdWvXkT*E_$Jzd}b(li|Jp>Ou*A_Wn%KH-m;5n-%yD1D5 z7f)c8Ug0Z~C6=~>yqig}36vkt>{QmaV)b!oR;3oy3^kB%rGp{_D-U!kz zecgQRX;y2f0KQGtF{{_)*ltk118D;Qb*DqoCJa)=En&br=-<0uxc5d`h9=lu#G2i)CcppzDNCnP zPA}u@eIr)CH@2NzVaoGNHdkrqZJd0Ejb+6;yjhaIdjU0W=p z+J`2N+4ME&*JYQh^mk@g(X_OIHp1`c4%{?52I24M{dBe|@N?XWlj+Mk{E-0qJGK8=8ZyATX66=tow&9Lfq^N(}W2Q`iC+&uc-Sic$EeWa}0+%JetvQkRU z#t-2SwLGu(S0&vKr)z^Ehyi8S_yz6`m#b-G(~?Kb8^aIrwKfy}u1R>x+ij@Nzi!J& zASf{JsG?Y&)<$u^<)P1zqL!bfXY4Y~a1uJm`%dE64Ip^Fpy8f^>C&65!U+}4U}yTt z%d1AY$=@m@H{s#lD29-w+C)BT4S)dgJANiTBf!PY<9k2%rp4}Y3A+-MYXB))*`A9S zMD8I2iUS5c%iaJT?A_2X*C=ZU^-^Gd-Dh?$t~2)HGbo#a6Zd{4{JE*jOyvvjLNwrE zP}PBfHAm7800QXHF|TCzY2-hf@-^V%M>c=uBx913L{i@lXWz1rZlgQtRtP(m(D1`j z_HpUT6MP@%+=x1jq_Kb;6Hv6?4m7^0GX3b*y^%SIe+4_l+fLR|AY^Nyo$0rV;K5t* zT1ETf6`2DwvkOnS>WZta;2>$GO1n3K`%#VYFTNM62>o&p{eaLE(K z@k@<%w0?XJ;GWyiL$Z6QI%f3}e?B=uN}+xYgdzD~EMY zf$chn%b|?}e2>-<0}*18p)8>%0sKubB}Td+Zf3(MJhC}Y!XLq{>8qnCfmJ(cVk!P( z!*^3I7l)()K4P@4fUeok;5(hX-B!@(2_c%)7$9I&iVoNd6CXk(MpOwM`nLOrZ4Zyr z^Kp3b*Q2{0P$~%7{RmA_$sSi*VobafjJ3Ml>%iA(ktqy2RrRVMVe&WI9>W6cze0ou z$<8}hoD35o*VsZ6@lNMe1goAULTj}du~M7q6$9(GCrv+I)QG*-T5LQILO_Htv@b^5 zS{ppFz^%gCrLzdcIh*EnoL2Fg!pJp0{%jHFLIf;Cc)?C24H48BDb>01^qPVzfhIy%I{m`B4W0$Vp|ICyqi? z(GmExB^dUM*ctKr&?5xvU%CU)1N^%x5_;;7_Z@M{eVORbd5iSWBpOB(If<(q z=ErM}D}c$2MF$ivRoi=S%OlzamAqxCP(>Gk-Sv3i_1%E59M>_CNsn3Z6=?Zweh`2G z1j8aA=rD<80rdoJH~`Eh@ea;RX?uVhP~OgV26#5)41+TxC2zZb=+*#OzvuB8ablMi zdg?Ng^{vPt5l*EJ1Z9BIfJ1{%tO28zo@D;oB_UJYS(Cl@HPUlp7iqlw1){s8GI==- zFUsQ0?h`^sFmywWSv-1xu7^w*dFA9!#vYt{ts!!Yf1uAB$op`$&x>nMcYv>4U+}K+ zHV=I?B=&Q};PQDTp4D&uR~ZEaGm0=)4YP3GkkGKh((Xu+4$~yA(S1k&000000002? zuLNT=LuM3@2H%-4vi~ct%>(Yq!*>H-Tx1I?{(G4yMVVC=MU@u!J9?wU>uME`>(Qns zj!Rp1yuqC=Lnfn&a-^w09kCM}X!aXRtEIj#Ch9qPJlcC6;{b1ZABsr7yduyof32ab z!=Y6DxB$umpa2ScGWLv|AB$u7(jbMBw5Diei0gBocZpwo*VV0POj%-{RfJb~4*@Ak zlDo}O=wlj&3Oqp6wHB^=0;ATK5Js#Pt4{qd$jIQE^=e|3QTGq9@drmx8SpX4QvNm` zkZTij1G$P@DV2a}UYn%a3{x*f_je^dgyoNu{>v|qpjLR~CA*@$JYF?_J*i+%tgj|}^=o_2B zUL!oQ80DIIzej4vc}E>(*MTrl;Z>Nk0#-dpDL^$&hVazDyCYpH`)aEAn|Q_uqsm4N zvY7KCyY~ZVlY`ZdC8Q4JfK1Kp5zfN1D9-{hAX9QiWB`?KM0U~P6JI!n9-;`Cd-SXw z6b8doS^=;ml%FyHjc}bwC!S*C!f+reYBD<$?d!vbg~NIoguj2l(X%H^BqHQyYgFBD zsxr(M2;`h#B@XEToS$HWq3*194+&5ns*IpBjm3Fxml3M(WLa9^{W0S}^9Em3 zF0Jr?lC~J3v7#bRrEYW}cTf`U%XV1K!J;PR#+|+XXX!yO0gNuee9wRbxCT(4go>ot z002|L3>og^#%}}fVF#88JTNstRD2xzZV;J|5m29&FxI?LT}C;)@;6xz=yd^DLgupPa$|Uuky~h6y#BD!n)?QK?&ih zX&+(RVk*9uIrV>!SAl~Jaaz*Ge|jVKNhj>7(dg9Hf`Qh%56`$A7*UTBxg_Y|pStKU zA;=&B^WOpqklc{`zO#6cbrqX)3b_xm?v8i!LJ$v1rCoii=8Bs&U4`nEX!0;#B}da_ zN{o33R5AIhhUW0Xd&NSwmcFTI0vLeP`yU|C7o&i7N%q%Pms^ro=!OEYzk(}S`;cYA zG6f4!hDN#*8gLK_2yn9P>$O?1MCj02nTbw6s3ncu8ZsF~6g6K&7zjxW=AVpcmW7?7 z)<-2z32eX2ya>}~=uhMO`@t~eT4K&0my^j2t|bnnpU9n3Bmhv%&FmBGsiPRCWx=oW1EB4 zlp_ccb5aDg!t>0LiY8iNF2c?7nDpNRMxqnk)56-`o6u*plt9DWpmsGv(jhQxva8We{u4kn^wzianl9cBjlKQ9>Gxls$>RA2bI6?9R3kG2=^o=UY$Mb#%t zS{HBfM8Uj{t2@n^qt{tYD|Jxa*<^;o^3?zhaHC;55f6BioOc-qA4HRdj6&b=e3<6hhQgJ_<5K$CD^HRw(=33jq8)e)|Lbo+F5 zpS92X&}GqLECVY8eBHUKSaTaiVvpi^=6-#AE^>XoUMO@d$gYGa&mpaLL0?VYB@)u= z6t;ozZv7!BCA>U}az+Ig;@VwoEYy9mN`XSABH&vn{Xk*Y4bs{;Dq8+lvFl zRZ23!j1Z3UPH#GnB&aTx8PcL}6z@fz{3fx;^nw;ayOkk$ibHPkr3l*8J%NlXkMSKR z6~~h7^iiDtjB`ox17l!ztfe)Gtw!}Rpi``452xJqYzj<&Sm&=mxYfFtzf(|5%g_J{ zfZLc!jlSL~3?9>v(d`+uMmSw}KwUrY9wDZ0N}HDE=jhh_4ouc#ZJyXkLI`^r<7;nZ zpWXc6$5VH`#)1?OZewh<*A%wboh=XI(M^?ztPkH{oN$X+r3b4TlWSlj@8U2gMmvJ^ zMlA&_Er9S#Tw7JyE0J;TC8xPp85xp|MMw)vOJ?~HjYT(e-8A(}2(wd2s+<7Wd(qe! zb>1H8SMrnasGCwk~cU)j=t?2e1miJt?Cw>SHPx^2JBb7QbHKecUq8)S+K_D z4}2zL7oR<~!>EF#;>M0f&S!3b-BZG1d9i!RsnDE?7>e?b7dF$dBHvz334)&?72}Aj z=d!RJt8ddvB4OVK5V_1O!3srZ$)|-Cj&<9&V`g38gJ-3w1SHi7ndoLFbNVR~*cNOE$60e?`S1Q_QplqKLL13hM{@?!up<_1~Ol>=q}$ zaDtx^YvWBEMa}d-TRpLhe~O`U<%U|8EHyv_iC1g^1AKtI0YYH8p%6s>s8p&72)%EM zVVLcbr0fS}n6?-goHbS!f~+METFI3e{LO>%$x?Z_GHq)iR0$bUFoovMG{!xb_k%2vzOp^=}THGA)Ks$(jFbfYsg!19E1!2;- zeAVJ=6G4?!F^m94Z~@VT)vH?V-I>aKILDC2IX3ITFrS)Ai#Tbf5&xiKd_RawoHSdP zNO<%gM;QQ-LTl0dSpp95`;y&<*-Sg9K#_G+&vi=Tg2vg)2xaPNGftXcpHgOB~Q4a2(>|**Pv2P zZ}hF<^U8^1o@M5?PeS2u$hyw{$S9#*jE2uM2On_fB}y7UDpdokd!~PD{J3|J5+r3^uz99nB%hDl6LZJrP*_^6gmGRNx1N_^P2XG!rI z78|n&fC~3I<<0=JV`_w16YwhRd9b@$2ynMK{Bu~qFGB3vdk@k?LzlVMJ6P5S)u`5* zT(YEiZEI~I1=*yvUEy#VhER2Qi;>vZ&|Ukw>Ns}F;Nm`!qLOoO_+LlVA@)hS}5;^ z=VVq9$$dYA&PS>!EKNaYP)>={xPu=`6`brN!<5coY%If^sg9lr5QOk@0a&L{0j&*l z;m6v-XwKRv;ycXt>Sjh@^anOR6HM^4s3qsVT|=zC95xBDQlKsW#%bP}5PGHL%zXX4 z#EJDU&8CmN*MqG{8^ntM0-;Lv<5~F6g{S_ewZ5oXz3Xi~%&sqJbdLJv?Paw}D^w00 z|6?#UIJHKSFn3G`Zb-Ao-qfK!3LwYq=pcLnOyFve_uR@xm7QJ0)-50e{ANj)Ue)u=bGeTjv0?B>E@>5!+$@% z&B`WDy@t0#qa3zeG}P$QK1#6T-#18Gip}1zo2&N!cdgGxB9h zd~uK{Y;uqUs#s&VY`l@GJ}_t=)j<(aJR$)-3;8S|D*2K{g}k3w5Ua2+u2w#~QYFGF!>h{CtdeS7V*w1x1yhpBf%KiHAM z5PWVRLQN@Nxbdw$SK&N8e47L9_bC%458zOm2gL17zhM=Q;z7S5aN_tExSA2{5qWb@^6VN025;{=AzF?7FW{cQs6v8*j(;V7 zwd3fUPQ4X>7i6~s_A@2y#SDFxPO(x1Px*psw z@W&#Xk6RXe9YkonMMrfrex>9^%0&!O~D_KyVu0ftO3`s{hWhgRA^Utxrj*h&wBPo?VOe$@T6^?=tAm2^pZal zZGO}n^9ECN06_genKfN=)fc>T3Up%)buEPHQ7t_Pz?-;ujs*JTi}?(Edd{IEnU*9= zq$*-ZtpTIFHX{!tHe*nWSg~|{Tz&_fkn1aY^T30>lZGKM+9m*L5s5KAQ#Xrk2_FmV zZrizAe|Z;PiM!2%=`@yy-bIeO$r4WXJ+YZj@n9TF7!+1gu(>vi*Ae-#@?R4m*kBBK zJrtd9zDmwlpfNYqsW?c0kaZ{2&#?XRt&1D%iSrI8h-w&I0N_{zC?}E{o~R+OHARB@ zIRZe`%SaV7k*Fpt=0p|C9Kz^ZH4x_upf|YqJ-tCPS>0xwUx(m&c#tQ}*c3jTIw2pC z7;KlJRf;qS_uRd;+5}7jx_`HlOoEZO)x?QH($`c-jD3f+1sNLXa=FI4t3IKskQk=x z-&Y{c?Rm|u6Je+;i3Tk#xWl3>p*8^|j#{TA{;(739OFsfgJhV1_K-hm0o~VF;Ih#L z>6n+qMW`T*yZvUga4^!HNa0jhe*eX&xSeI>vxd?2DL#6IV!toIG;cbw1<38tGPCPx zvaa`xVA>8wJLe!*QMT<>|KH+TG~U%rJa}vtB5d)=FE{8~8*^A3blJCbIUM8PP2D67 zV8aIz^bL3lnGxL2+klxK8ROhm@fg*_o6KAOm@xsJj#Bum#6o^HM$7MRaKCwh-Un+o zZyDX@gY4!Gb2eou<*^9 zVK7+nA>&|Q!HPKJPoyjWqS6ZyptQ#9z1V-%3naN(W(3KQJH8F%C|!e^3#c`^@$hmA zN#4NU^asY2^OeOZ z))`pu3?m~5O!PHtFSuCLbH;1ELM|8p2+;;4mR8JNL^Bqa+Jkm~FKNqeG;vV>rw%(h zydnJgupfhgdv|PdXx5qe=R#D>=9dA7F#QVH9EHvr3?UA-;Tym_7Ql*e23wRJMo!rn z+mumiombN3=kL$W^+MPA!h7T8+B+F4*#4CdqZ2GT3}D7DCS`#$W9JQkJGoG4$b#s& zC^!ll`{UbBP<$nkn-GM4;)AzNj4UI>Kwg{e8GR`)dNEo1tff!$q`EuI>HX8I^F$2S z==RAg6F)KcuJ=Miq5EHVMyrr z=4*qv=sHxJ`sAnp=4P?X8I;HS76lP3pGM-TWk%vjvqf*F9;~;Mp2dW{%NYNA-%J>E zJiDaYi7TJ5yiaW)!NZmHsrVYS%b2TrVJaj>m0)d6ft(3Bxz?Nrh3G^Vr75UqSyuwV z2)pN-p7JP`$4Oy*ugd@cIEFU%w44h%uv8;QXUMJnQHUDUt8u&*U5y%i9z*`3ddY<^ z&|Hqx2~r3{eU$u!-kw6JqGyMx{{OS#`M~-qjQ|hu*>)s>Ak7xmVF-omH%FVz8g2z8 zplk!=_0ms&dNU>fCx9OWK>`Iz|GCVGR~80r@svHO_2U%Q;cbTsTA|Wt;NJ|p-CwGT z?>JZnoHG&sXKUORIjqp*jO@>K65y<7DW1(N_9d{DelyOnQDpfMChNN}W+F;SiLJK8LsOXK!b^6ANiz&i6fIwU^{NqUdrcjq^ z?&@m5EoxRA$145$dYM80D@|$lcZ<8qKNwTJ`@2mKDZHwH; zo`=Qa6?#PtDLSliK!oj^*uoP_kX1dm&!C=V(m`H%hm zvZ<8$Ivlnh8Pvt>BZE2z6!WERQAmd_S3VaD7qyudg0h0VP@ioSbpe<~m9<_3zl~up z3ZY1Ti#U=Bb?70|aOJ8jFH+NSA8WTsMges4$;}VEb+~rbZPmQ*g4z^QmL9psQW*AO z_a*I+V!08w(mG*Gy>=DZ79YAGz>CIC4NPPbM)gwC_=mqYuU;o;IVDRAXeiHtMORI; z-Y)ku3Ha{^EV51|kaR?EYJSw~gGM4tEQCj=$(`5km0eltHN+uBnfXgkw=nxbz@pI# zgOyB?f{6=YmJZqcJ%eGM#ELtuKrqT4SLU7uz7Gs42Z{0^9{8(!de8)xh$cuyth#Y6 zi3T$TILZXpk zg42us-L+>h{aZ&f{{-L=i5=>Ulz`s7eZEb;0TXsl!7Y3-+0U zFAHC9=;E(H0Qo$_-65Ih4AMT+|(D?++ zjvW@c>I`%sfFNQe$stHN(3LlZVN~dp>M@Vp&&^zrO!`eG2UimD=w*w$r4P8_wvb%> z?b4--kp_rBHXOl2rI*pyvsA;&Gh`wls?tORvxi~;d0_?|UljAc&pl-k0)-hwQHy_W zpcCCG?cmlnV}jfpfOO9Zpne7eXCm|zpY zvM#v>P{IZy?1F>)@%meI{}$?2^+k0YswIncPTi3k^oBa#6y^p|Fh&}kbu!OIr`^OO z%J(sU&et*EY3zlv*o9Hc3`-k?=3+2coFjVpg6B_ z|H|`#bm)~ZJa)0s!E^9=W@cU)coffT3;q~%{8_Q-Q^e%lqm-#Yj(&`M?Wf3be}8xO z(Ny^TBQvd(R@KON5qY+ktcr)9i2)u* zYeGn24Ct+NZK$A28Lu%yTW~Sd-jzvQ;wXJ`WCt(;)UAx@<}#ZQYF+_2D+Z_UFsb9$TEHn>$s~QJPI0VvPCa+OZgBA= zX*{az>g88cK8@|5V+aY87*I(qL;P*|U&t=C%bn1bp>`q=HX!|$h1xSAeZ}OqmZd?( zqH+(+Rk6x71JY<=d3_7<&R6ScSzI_P0hspyd zb^cLoxe|B(%n@BQXx0=FEnz#6mGl4r8YJ^o6)7SQj^&dt zos`iMV!{F)AxorE_>MF00S1q9IQK}TO!vFvW zD8gCjEwLH(4$U!fJ}4zugQ!hxx5VwB6L%M87cD;&MMwbBA(%sTjwijnZq#;)&i7w) z9%ZjB{NabGY~hn?Z3k&4wVGAVO!mIB1erR-w(TFt4IELyjGd?V&gseuCBz00ZQjb!0gBpXSLq z&>lT_)EuXoRzU$?+=O)h^h8=zjQS$*)QQ6Jc?l?LZ0)@uWDbmP;)Td;I5x1T`P?TA zgAiieuE{U}017T{R*C}!aLl3RifXx>*_`kLv~Wr22cGUT#P6_dbeEHsc0SLwqeG@J zBYP?d>tc=ntVu00bpq%EH?S6Epbu`5>IEgb+hlZ=dJau%$P=Dw{bwhwW^*q)m;NLwh!dOq zxao=(b{M)ygP5iwLI-M#9^~J_Cro&!`HD>Bo~3Seu`*Qf9rfHt)LZa_Jl|NjkmG;= z05W`1hA-;@X}hb7>&>LFt7jBEGVRpmS_g3T4)})4wH_4|oozW>%-Vx-IA&j5VBU(H znz_3UQb!FeGVC#m+7OMmgIeQZMMDeJgRh$saL3c-BudwS?^BYS0*-&>dVg-i-1Wm6 zeIK=YFBkv-CKD<6=q}(f`U(BJte)+()pMv!J3>wPOjyNFXc_&481R`@4|}Xr8khvB(%wzxlTvccD@12*XS2VAtq3Ny_@k+&c!MD>42zZvkkhK)3^TG$<&b zHQR40wg-!I^Eg4}k60l3iMJ9E^Ttj9*0Q&9pGJQ@r4q=+e=js{I2zUR-`o?t*f7$^ zr%%RaaSsZ@Ek&d83h6pMvY4UnnuIXlpgxBUz0a-EAO3%?O=3X-u`1b^pYH8 z52y)|C-vulq3$R=QPe3OvmtiQ%$4&+g202;+TmLd=M!90Y`Th*j;eYeW^MB4x~H#W z>rl)Rm!ryelAZW)%#n%7dcNS`L4`Ntkm>^L-bU9}Me#xhvGJWflt4n3=!!fqQO5Q% z-;JOzzBY}bi}QPnTT>p7h!e8!$QwiX{p-^K<9#jw+fT-SMLP1la1UdgfZKUBJ-SxEiGX}MR7)wy?YFZq ztj){6AzvyAu`|{lRyY+s6T*H3Df04yQWgZ1Niuz5il?-G6r6)s0lA%`-D%qgZbuoR zuuJk!I-S-h2U3M>^p3j1ITAd*anZsZU@Yc+rNezYP=wcbcGdU7Qk3S0vK8+w*iD{Y z`@Ro%UcC{!!{2^dL~A^$kp2s?5I@VHzKj5`x>)#fYagaCAo9|6!fzijO)kuVJ;iLw5dME5Pu9lqp?+ka-|46B z$qbo{i`l!n3nX@1KMa$m)=KjLPe8E0N#GrWq)I=pked?5?Iykx!;E_=tCP9GUruR) z|7C>Fy4}q3vRc-cUFc{0(XQ4M$9K4Q0S z!_bw#kJSOV=Nm@{S1^1W9|EEhtfhws4nJF>#QwO-2FbSaaH6i4{5ixJ60=r`!?{BQ z;c`|n(4b~J%My0ar1sif?+zL3U|ac&=wJenbyF1wY`q6r?j^_{s@ESqAs;jyo7Z#& zz256Z)584fN&MB#5hfCf#Z+U^1E) z<56S8yf*}j6x?hag!yQ8^pd$Ti%~^XwiCAvWu3L@vG>s9Qb{d>Piz;n%Qmq-BFgBG zaD61ic+kot$mDM0y+GyOW5vsvfhY|4+qgZe%x6qv7S4T$si)od9e6}C<|#0cuOPT3 zgK?8f|Ay60++0H=?yo zaC7S2lB`IRCYX1F2zCj$%?)&=@5biUH$WwZS-VH)!V-P~evs$*m+rgw7KYquCqf9k zFogl)$1xe;D@g~W@mI2qOqk~Wn88(VzJfBBRcGGmL@LPt;ic^EnU>2=O%}^+KD)ke zH1Eq&e`_{)2WetSSY+TU>qQR;bs16xO=<8Q$U(~GZ`S751IUb)H3bhl^5Y zL;U!n87z}go9fTht(jwkX-(xun+|G;ndYTj@iHOufc&av#sizZ9`ink4@`5(0tLUx zT@ZQePhI>_Fudg5Lqvcus3wyM?xbKQ%hlWnN*;~Hw0)F_vF~fOX}>3<6c;FQ-|cS6 ztSkBFe5g)#z?WEXe^zR$U6yP;mB|UKU>1i!YEr1K(mggsR+ppvt016ISM|2Gn z_nim?d@C2u8{tey!sC3lm5bYpPd!c>x-lR;;?7i~0R|s}De^*nz`n=}%PlAZ>|}G% zn9#o3T<3~KEg8obGiow3wT@xhf?8fI>ja-5r@NgHccg}c3i;(jnE>Wo_J0$B?3NyX zB&PE1!mv^}gNhvdo?7KXe;>?<%=-y1e={~i^<1+$zqOcscv0EPymU@ozWxEfRv2wb z$cpk|S)uw4LR)Ycs7R&yQ9X<1+oWT3-cN#BzCZ7!zz>N^8A;l%k;(@$NvD8Lwn4zW zevA=(p3Yei@)tn#hUX)v;hV8>G0!)dhSs~$uSZ*@2NB+Mq&$9gO=;*IvU?#j%q~u_ zd8gfb`tkeINfDG9Aqm1#G+u&8BoVgS6%BRD0)zD}J^9-mVi&QobmVvOeQ;y>VoQ=RlJ%9Aw z*-We1K7d?l!9zu@ElZ0@er=i14&kmSwjPizYO-$+b$^+Ej+(MZK+ z@dMg=S1eC$Thd#M2!fe$@0r=snJ2TJyKCON3J64Y4ZMCXHCE%bHo8lHVwiyf7!zOY zCns8g{?F6X&;nX+N8#oJAR9LALa{qP;ri0GE&01RmxVbuUU8PVoY#l1@r!+vzZEve zK8FHtp^9cy=v6&lqV__r0ymw9cXt{@(p?p28n=2=hh-V~4$hwMPFc5aj9+0RIL%9D zyaIJ#L8@p>G!|eI8dxG{JGX<|*SKsqh{nWccM|*B_;E2Jjf*Qnb${3=)Ed0P&j556 z)hW|C=Gv9jCR%Rc$r{f99Cciev9vjW$(g%exj;fB4T{957ioBP=w0*RE z);w$s2X35#9NGmW6QV}9D$Ma%I&ucp*F(;4=`CD_qJaLu#r8wLaw1=r5(Zsd^2|41 zQR7+znZ%d82`;(XyZW{BzXvMAEn(D$G1S-j12tH=5l711Jkm-dIC18&(*` zYv8&>M5ID>b@UnxrJ;y`}2+-~IFvd}*z3sK2vf(9voxd7pP@H@L5_Lp= ze{Xl16aE748JhPR22@zEKCgvJgGRl5J7~QR=AzO8ogonS2*c|VFp+rOwN==1c27p>Tj*mDl70c?uxor-;*0#g=7?jZl+vt841feIwm%!` zl<}5VX994#TSm8IVz!1Wlvu2a7WgJT?h$`ppXQ|hR5OE)0zkZl5-=%(QKpf(uGN^9 z@UPu7D^4nEjeyfjYEVrqYyZh7Pd!Ls1`vyz5swe?49oXmi5Dw695@eQ-U(v_0L1m`bD|rE}u;Q zHjH|V(bghjBrrfMS3jOOct|k(b|8!{lu4l`DiN$WSYYOZ<1C| zy>@82q{;hP)Vi%1&pKEleXP(z#HnHwCP;_MRY%PVyb+wfUh63fS&oJmYMwHc0yL#a z=1OR%NQeh|t`)@I7oR(l|KlKj{NP?E_^C3vkOLvXQgJjr9!&c)Cs|I>=FBXd>;pmC7~v+c4mkjm66njANiYEQ7{>sm`qLv@RAD-0bve}{@?;c??l%em~wiRV8tSMK88_R zB4;m2E}aX{;RvwYViYl@02gms_hw>>X^y#{<)w`<2}r?!C@0qB6)VTAeCWwF4%VGE zmL0?&0I=kFTd%k{Gk^whD`rzKmF7tz*1HsMDpn6@r%HRWi0Sx`!%!TE(K=mHKQ^+C zr9yO~*_N`YbXw<=EFQ)lRH*%r0u{m%@-fj(rdBg-a$B_D6rsIna5Hk#5Rc3e4aXQ| z-6&E{-!<+Xl^KQ>%pzP%bUW75&;Aec<9x`DE!u3)wV4xNrVmqVZ{PB+dihI=xuKQW$ ze*KkE&$fF*kF(t|E)GyHbcb(EPJOCXOvjpvb|m3EnITAMcIw8mVH#8%&z5pjUBIP2kf7{uIU4E&thaV~35qA? zLCm*tqdI+}dRf@uM2>6tCkK->lVmZuJLCss4bVoYOEzTrfQoo|9Oy`=Jn30T7K+m!*g0#BaYkxMaW%Qr(a+y_j zU}z{_?4Ef`rF&SsJr0h9^U)$J+)9TlO!u@O6pgafvo0$G8gVExuCIE}G44Eb2L@XJ z*?b}SG-B!(DzYF+Z1Q2{SY5Xg89^40Ug^N&D**J;>NxNzuaAF>)YTw9QFZ`oCTXZj zPP?Nf4QuDgcCb~g>8|=WVuzUC;o^vh7hNC}%c+qo=!OmBu-A83;R4}^l6(Bx58sV& zIhdAS7rz1o&^jV0P(mQ&2j8Wn)my%wPEC)0N}# zK|Q98GZ$)53iPgW=N|5v_j-v34Op7O(Bm6nA|$rb>#X*1HgR8>Y&WYp(S7+mg6_fY zd-o1HCj$roP(MP%ZHO`R0{hi`a-c`lAy#824^?`3ZV9>Q2Dk^`&YQlr%0~{D02+s3JQfpWi}gd7W(H<$ zORXJfTORH#y@>|0NE()9gylq(P@iK$ft}(6F4&n>(O~U<)SfaU z(VRr;aAaDiAme~IeocUGKDn@f4FNuxANJL4u_KREKHPzQENI*S7upJTa4e91a)h4o zIcZ__TE6$qz#+><%WtxSaDJ6lL$?HMCl9BdmM+xAe;95O`5bTCEgi)@rmCV#3`8AV z@;}B@2|U4GII)6OIVT#}@}t&QFmMGuA|ASVODoK&V4^xlx4FROldyzc>jb{4{xmb& zK0<^0qvrOLb|9(Rjh~;5Vix1&-}PU1EO@-~GUDUy0?%VyYpen;P-HPv%i}#gCj#^f z0Eul(;*gDVoQLSwqM`)3o{lK2X)r1n)hI#!JD`dg@A#jriC_wJ=!*jg?rpiS; z@wYE#w!tZadchN&IRC%k0000^DX8Q~5vTmkXi}@hk55^j^h$J=k7jF%ldEL*(9q(U zPa)s;NSq8fl`G=YUPMLw(lQI~jmI~Kd71r9l>EF#^b+tHX8qiy%BhrSjwPaX{VywL zTGJfsGJvw!orH{nZj*6pU9S~1K_TCE6YQxkVQ%vvqKMHb7T&hqcSc`{#YPO={J^lG z&b2*pZL}kgK`x-#U4noS=;7UXQ)OT+eOSynU7W;)#^ZXHZ0vn+sJF@tm+TXpAZ}cO z19b4^h}_KKD~d;Pfx}bU&qhG-6~%Te@RLVhu1IqBMyf~db4LW_z{bFTc<2<173B!< zg7m8WVJ}8Uu7JHwT`=!OXz3*Azb+SCYuSGbJ={NOC=Czg(o1)<1@;gXf7+fh@(?tY zu*b1AR`T`|Dds67(xqDYV8(9vldDH-$q*IGKO`h`s)C)vUX2dvoV{1v#df(`9w`S- z&~kb^Dk!9honi2YgorT?UsRLlhJXzJ#9n@>sk zBoh5fD~V72t68Om@*xXM;#YEhAA|st{-gD;lPD*aE^rbzn(xVysyR66YCYF8H+|si z0s?~Df5##{g=^Q?TUUukz&s=b8F)IHv@|Etyt8^o%XN)5&d z^uhIhzH_;Irc!#Km=R=OzusC2=KP{3w0dwW6~2<_`q0TNz*$K8Ye<(s3erSV-Ugfp=+bz_6(_e8J9Wmm%!%mO&+&eFpI$1SSvvtg3O z3kwpIF}&LLcfYT&;Ma3UoP)&$KUbn;k+~|dcXb<@Bnw@}dav=D1IaWQ|8Y4PJxPw-{q$%Ic84>i(ohG zyjg5^LOmvO+p*p2WBzH-LGJP6a0Qv)brV|VuAJTJkl@7{{vG0og`=j z%Qc0$q8H;vLH%Yt5>#QqT)+e;_=pXH$;4SBy%&{sZ#{}i1wX??D6NftFiL6!=dSXa z?BzmQN#Oc6(4YM*IBD{uyipcLIpk3FLCQ09s)Z&f1Ob`8-tut-krbHlxdO>weJL;@aJ3n7&a%b0N&Vsdq)TbU-6%wVzK zY31g#jsY9WpbJHM%Dbk@qe74#EfF^UDF9!L9nJ40xENWaPGHQ;w$QU4SAn=WV&r*i zZN=NPg3H=uqleQvzSC7eO>xwlfo60}ht%IAD5C!~@e(|P`kYRATx-U&SgKnMjBr@7 z{(z8`hW6Tg3v?>6|Ni$LI>__~!@GHFybosHYZY&=0lg2|ZZy2@grv1-E z78HoXyqsv)*c(({a=KiPVRp<4E?zDt%LJtrRhr%~h8|4MlQZn3UCx3dzY7Wq*dGi4e zZRAn54nNtDXRN?`zC?;0MClF8K>zL|s@93VkWtUyy0_}fJh8`ew1gF(?cv;jWs)lV za}ztxz9f$=IrPqbbQvLpZJC-{{_hxr6{PYNl>lcLgGZnX!n$KW#XS6?A02x@ZWDOn zJhaB7H@bZaC|P`b^KL_3dJ(o;%e)0Wmc+d&xc>)(ug2}4W56F%0gkWsV?kEHY8_V- zMx?zDo)}D#HZN^{Z1R#jB<|i6u>?MK@b?HbltfETG@iLuS(?}xL0_$M6Now;QuiT; za?B$Ew61@;jPseXZjdxgDF4VlaC1^Ze;|Wwkb5IQlUw~TebBP z3^P@$sGC2uK*Rp?UN){-hCBsY;=wO$CH5EF2VjQM(pf@3J173uS2!%2cmpSV_*?Yj zOjZZMNzYepK?P$m6PvQZ3bmzgHd4OY5G=(W*yLw6%U(+@DWKZf%b#tW zoy4u$B0XjBT6$3n+Bgp>{zNr6RmRvDx6m3Y;#w%sP zezbazRNgVZf4V{hYsaLH^pqNd3z@M{UhCmHkB4+xG>b0i6$?=GO5NcaeJi2S1>-MX zx4A)o=JW-~>34mk#rtax9Embam194vFZ94p!AB%;NLmg5AP$<_6Pwx?99HZqzH61&Y1Dl} zPYP<_%F7eILTwfO{gM*5z`9da2DhkweNa{K{kgU{WQySJ{S%@yo~CxssiG z|1QO0gw=O5j;)*wi!QdnMIEOGs-t?Hf07-gMZekb20M`f>^nko2f6@g+u!d`Mo(kltHo zfc4S-JT;q8fp1}T-~XaUgtx!p{6aMrNSs9b!~4<&+4z5Dt1sp!=b<4@{H=6$Cb+fK z5IeI;*_fzOz6_RHyY1o}QmfcvTGh5Dgy0bqzFWsVfVtU}fW??XgT&2?U#(}zC8g`0 zjlO^j<3G`Cpun3g>KtU06SlB_FR|~2ntaZA&7mnlS*m|V)rx`7x;|w7{^nFzLgVA) zG;~J5Sl>hA8JFm855ue4Jy_Cc6yFM4R>R~;&-8ObpEv7J7LN)8B4t2J5uuf?F%Y7jQ|7J=JJ|XykZt zq}FM{b;{L?Rt;W351U4*!1Z7o1K^38gALX{NPifO&43AVIO;kHfQfh2j_}-*O2brx z@CV}bvWQ-C^>kI_rUJ%rELyTlBHY`K5adY{UshT zRc)X7r>skEz)0odh;2?hk6no!5n?*?oAe?-%!Xq=#&I~@8f`I_j<&+-6)KixR6{B) zJ}swckK{2}b%UC*A_G@D!Eij*YFxUug@-v6rkWJ{kr^|-30z751y}n!M!Onie;_Rz z_NPo{KJ-HR+PykrV@G7lBzXnF4n z<(ho0GbdlpRJFA@O(^wZhaN;U^3T=8C8yI@|5?`&MNKovS}vnmHcdC0c2yA;Tm|li zdRKd&;bL#pJ*1N_WzUW?`ihU`ADT`xI3d)B`nN=5snC8EP51Mc)R5E$9|z-LyCKPZ z2%sqEHhK@u_VBoI11-!jKvD-?P$<=_Dbq0lr^eJlQLziDcU@J}+2ZlC!zuS$< zh#eyjVeXcFFng-1kE3Xk!q?(Z7Xr`b%+QSOntfTMzx0>t-=#EGuGJi}g~RunsQLWm z-eNyLG+|);`LgW)miyapZB|^V*u+j4gbX}Je@;)`<-CA8R;$O=e@}@FU0C$skL}^^ z@#0;S7VZ!huS!j)Fo?`Qauy4vyMc<~O}^V&m_0u5CS}JwNqZWxYFdd@UBBr`rvHa2 zl(hQaHWsm}ae@DubTHiQ&%S^_AtbmIMM14C^azjnmoH*u{1JC12}aa2?Z-{x%&*^B zHZ>~|=B6M0mz-s?ByJ>nW7AM47D)ftKocPm=>az6Ow10V!rlj}-GS537Q(hr$bN+uzB9xujtFnWbAdRg^msE#Wt$Cxh%r zK|F?0%vlbh?bJ<=fCZz5+UcU{x4^y%n9PCgGj(r*?@GrXjL2-Kw$|b;1COnx1w~N^ z0bID(=7(aucK2)RH)01?6y~zrR9dK{kEsvh*|;XyP=NN*&+osDJzuu?3Ezw~Va>}E zmW25_mne6s!u%`d=nUv`@aYIxQ9S}NtGyCB<5Pw9bT9XQW~U8v)*JfeZ6H9jhU1sq zG&gM^>=x5KMSKt@eBZtn?=u+%{mI?=pWq$dZ*V`&85!t?jr(ka4l0d6%1%!DxWw0u zW{>H@>gr+Y$C;ej$GyxQBq=6i19~0@vmNg}6vxJk?&B0;c&@(+Z8f_7I**4d%kEIr z3RTzsJIJ9*qnxCz0R*E=Cic$pxxYg<*_*Jn$^K5vCD*cM@4`DQPM2*L&K z*3+k6-Qn)-JBUREi>QCRVC`m#33iKkE*!i{@W~ z35>QA6=j_+!o)8un83MY7arywgaRcl+ELIh{3SkDo0(3olJT)iLv4OOK{e{1gPkG|tt z(fD)?+{dt}E+!H`Ij@5~zxGWUvPQ$kP> zdZw%@UMKa;x$*)NPmRpUh^er?qRwS0}8@3ouZNbeEr znbAH#VR+d9)w{7{q4yoodO?Pd)M zGjrQCeD&OK^GY;TLXgabh6!@&LOhmWFfAkrsh_X?ESwH`=FKC2*R-vVT8x1lfI%k_ z&$zQ7+u=~ai-Ovl>Jt|ijuE71P)+KVZ^e&w!2g%dYaLD*oWkAVW)4~T#e%Y{AtB0c z^vf$5Ajd!`gYO>{Fo%bQc=3BFZ5_zi3-AR4Zm^9$lu8x4;Bp&HfbZ2h%4hK-enW}& zg`M%K&`=LBT?jC|wZE=I*y!CI!j;#85m4qwcT1=2E`0o$)ETkW*ZJ-XInSVMlYOKP z@$RZe2evKzK8J<-Cp3}^Ry);&;U)Nsu0%(GvZxT9?7A>K_SqDi zzdxGcjND9&>~GR zt|NR4VWu^DWah_gEjpY!sd8YTTG8T$t^!wvnfsY0W^hL6}^~>eoQovWq5gS^rS|QpcLaupq*Y8g3_Q zIoD(@bwg74cSYn@ujnKj zbK9goxBSfRVyR13W!>=R@XkqZ-D~(Lrke4p87y?kr=EyvnH7`WY*j4)?$9zv($0K^ z@*#8*i4UM3u*AMiJg1(i8e$c0lCif@%4l!p0jSzT6oLJ5njii!`_<#cQmeswMgJhJ z@d;a4zZDSdF!rR1Grg(#$V9`@y?!q6Rwm48Lpw`@dC4ul(a{-%1J_g{H zJpo_l`WDm^Ew|{_9g=g|b#ia>D8D=-r~L;Su<5n7hTCcJu%5c#u|qr6o#6e4EQc&o zn%GAls_q?@aO@JAw?~K-JPF!gUsmBRdEeju1^E-Q*A~aOQ%n~f?uD$5|5~@{0*9ml ztUDVV()uG-6LMeVhx80MiGQdg9-=~bO(Rm+X!X%?0UuNUUiH}zsZ@tI;+uB^fsQkQ zQ@(7{GJe5b2ChUPu90!spWx+Z`Ki1!P0zwy1LhIv>R28lhfkMp0LJec3OP&A)zg#h zd9C**TPbCsPTj%#>~+zf1lEg&u?kw=B+;A(RUV%)g>+lTubS4%Zd{AU%yt@D0q)EV zA!4hb6{;&qquco|k7uZPz03F}=qe)oe!SI**rvvn#sPblOM>JZ2MC(pxiQ&xLE>Z2 z%#FRfd}JGv0i0E`xK_BB<0QENe_G4xt9P=g@)_(7cb^I@YpFX;QiEz2-4-d(tG5GH zL_AHiu?BDJKHP-J?1lf^q=jy6hE?=4N4m0t6w1ZSMHaY zJfiE?MXe;ld)N_m@}ahSV^z!h%2HSPo%)S=dmaBCj^)<1pUm;!+|YY9rtQ+JIeN1f z8vQ0t*}cIJ-kGUyzgv(yt;F!6*-nb-%0E=vsTr%gkZe-mgwV$zp@824P?Ievovj zjoubdKo}TEE`iRQqm%@Js^#b>l}1q zM4rDAsn|nbI%jyV?DL`N52x)`Y4-5(vFWF1J|X2nPBZ% zq6M?PiYVZ=&z5O!)5Zn_j<@FbAcFTynDpJ?6OmUoXr$FLAv68#ITnM%Q!cO&p*y@1XE-HWGc;C;T_Am zxSDEe_@fpxK(7XvL}mr(J!ZVC901VReSA3auFZw$Wb?=xue7j#51pqPL*fCE5%r;L z^?-=FBWk}zBY+KX6YGrlJeXD+!j!)(a-NWA(0<=Yx9YrW1d)@8T+fJ}6t)A#p{$Z7 z=?gg`10mt}v!wvoD!9$<5LphOxNP6f0A1E+zsP-pD8@{vY)kk^^r3eX{IYW6}-vS_ZMsLNX;?D;qAik9s)=f*O18Lo2 z|D!M~xXXHRQR}5SbF==$QHPA{S~f(d%Jf~jt3 zElNQ1nZU{~J6IDo(KrOXHG;)_it~cRM<**gLrqi~K|?pE2l@?`6=%E#QklcvIoBwG zNM*#b*>p#v0=x3pwJXx1Ib`7WlgJ|k!NJx0%!7!U4(6UyS!xFE(W8#P=^8+c*_C2c zr9Md<8fS>x#4U!+#4UEWV9Pu;m?`E`u2F+QvHzmt*4CmX;i;W38~-V+JOO_rmmX{) z$ubn;ku#JY&~-I4)g=TE387G-7~-W0wTPt_sY3?$egtzD{dD!+%T56e51LGjWA-@8 ze?PrEe;THe$R_59)*&}Y*-QNpBKfAQsuecP^^*NAH)hPp!~Znvc4{1JQw3T{PQ+9y z_|-kG(X+_T36JIxx8#Ps$adBgqlssdJvw4EiPAnrwk6 z!9LQ&qSgLYlb@xfd}QS7Ej#*U^wn)jqfR$0oS+r9guZtTe0(GNu||huikb`EBc*(D zc_NB|JIIs1U>E!>6jgR`!OB*7aV3M`V6WL@u}`{rhL?^95Y{(~G#`Day^G zp}F@6@#u9cqi(2(m*Ji5xg-BME%k(X2m>6K^!B}mfVM&TcgQ!LlQu(eY#5r<>R1J5 zWtq|M1~8G_1T(M=D2SuSx2UmTs_Q)BuBUHT>as^a?MjKYC~I!1cMxHotVOH+Cv&=! za>e{lP1PGs@vO9=Cu=j!<0;hYuUr&2yal`oXZfSE z|B7EzzWYWv$f>?wab!TPrLo%QA;BCrGhvhMpZy?RzXF9{ef06y!~PeAfgHCW#kko_ zhNiV-M1`476mKBn{nLOh6XLh%`7RM4moBNmYm*&p-S8e$r?m)p=)i@aXhI`4y3f5NWQ+n8*lITJ0$zP zJc?YWzLed__AB&?y@@pW7i3NdN}ugsg|D6q-qL%$p>OdX8|#TI1Q}8|b^Ls2I(n{( zo)p`QUFlTPPfjCs|DrygZj(~=2!sLyr@Zh;ECJV$%g_T1IMYb+j;90-{j9(^3-A07 zBaAD5xR{%;Kn**NhS3EYANrO*@oNu=`&5Icg?3Kl$%axi76ij8aoHZx5X!1G?j#t& zs-Cw;lCejMqwYx&)C>#t=ooyha)m1W#K*W=4{~d70 zH+gsO0|XG(?ndl=kJ_Ksi-$!-D7^A-gI+>hTD5IeDnR;|>FpLkH)8K^hLwKo19Q4f zS)rPNC4~qx*tX8{9?Ci zN1;^iVwi{JG&CJb?dAFBOJ>e$q7zj{JnD%Ah{R5!b)64Sr=2!7TMk}!Q~Hf)Ako>8 z4WQ&ehMi~(!ptQW^0ap6(vel|d_aD~$@23D+U)7aIQ8v|Kx!+4w#_WU?=Aygj-X+& zsPj7k`?iUX?0b19!T?~J+sQi2HS(WmSVE{PCTtX45uYt5a=Ven;g!I(% zkW8{Vs+$+P=o`rXGayvLjmCu36e-^f1o7%r{|2*Nl5&T7&R^r`VqSvjjYM*CDWj!fw$qRKPIoRr8KcuB z15h*U2imQ)qFRrtmYB2z-oh#z0?gD2q^gRzsofjALX7)RSU$Aq%)OgKd%mq#x3egp zbVWixn{N~-hya4f`UaL9dQG|I9i5zYWha<)r5BU*j0nGAk8ikt#lE&a>=lS7;3+Il z#xPhP^4GfbJpS9|3j@3|Ramt|DU<|YnQSukbc}w(eGOe#XuL2f+$~W{XFUX2Ir4FK z{BUUlv=qS;;X0v*1#mJJ%LcO}FHBV}UT4sxes5h;({u?Gz2v85L-o+OgV-ksO5Hp2 zGeMFpF!3H!5ePb5=P}7d)hy&%oZv%2HIhBs z9l0$rz;Kkr{fpc?PgRNms%2Y9S`8r_iok!GdISc=uMf=2zPg4sEF zRcW{zjH-*lrw)Kd*O~jUv%}4>+@cpX?JH3lHW}OF zUC!H}9FzJ*LVzfEeXTe0DPc{&9S?EnWW}-4NC&w&Zr@CZ^lm9OSz30x&5tEpED?l# zaaN)frA)fyBu-Y^yRdBe!XsR_};}Kz1M;KH@yc*Lb?B9GDOL3ek9E^vj{RjxB zb@zdW#f&D9{*%H&23+wT2CzRC6!#4)Zt_lsoCZ{)(Xc5GsK=%2*2`zCGL10h71M_^ z*yJJ9odX>VECgKrkQ3BH2*{YkTi^pBVQnX3K>K^&| zm-uO50bD9>d?~(lY76`3UPBLmY(8ox4K>5|o+LM~UvVqCt6MEQ9xOiHKp2@!wC3n1 z8g0+Qm;Vf%pwd5I(8qwa!%}1Hi4jaLid6ihu&7LruHp)=g1P)3m*9sWSNH}L3akS2 zQmV=-#xO+VFm`{57=NWJr;=)`X?H!ZF1%d)T-TZdoy@ioWxFhtwvNq@Q_-`$lq|q4 zJk6)ev*xM^NE@EHRs@)qSDcYU(t z`fss(NB|28uL#HVY7`fC??b6!Vq!V8%Y8V+2u}n93%dM_6}Hfxk%Ekcx+lI5OesB7 zYhy|fY~BqYp<-+49T}Xx3xi_~3&)H=H(i801FJueRK#g0Wvif;UV%7>Q? z5){mKzdr`CultA7rd~|zT|AlWM#!OZmBB7s<`?7`*Q}evUlzP-kL?Q}W>G`Zmos;X zm;i=noe8BVf8w`u6i=@5l`v4gc1R#0n(+=LW6z8|Ff5y~Nk)@iG31XA+ZWF(x74S* zC7CN0qI}nWkTF>iVvWKpOO8yXSB2Ugm?>1RN_G9YT(HMkn$%jM?$0oMl9QX^pVopHUx^kK%owwvD3RJdj%Y*!j@K_dyY> z>~{M|?j@Cx&_wMpMUUKacnB*q%>e)#9*e0nLaj0BNzmU0qGjYzggi<-T7gE66gw>? zdekTS;GCu9fa!l0|DMa`&GV4+LY8m6wq%GIbJLRzN%zP$jKM|uhN+U09IIi$NnC#|8=j=xPSy#1um!}!Kf?RPi2p+wxEHfLP|E{zod>N zyMa&aA%kj7@J^}F#(h40UswTGFm=M`=ECXY%;bYdagHDHtad`@WCu~-il8n? z1{3B<2%z88lCm0Gjl46kCy(-6OKWWpIuNfw5d zW|YNT?b3AnEE7%4pA?M(^?kuQZW=P-8MGM=Q9^V7${s2{nZxC=YP8$-Fd=hPz5S;YF_cRe+*aF=(44-z_gP~P0Vu{>#dYa1s+LelQ@Bl=;U0?laL6#wnYWB!n;fGYcp zJ4*I922`l3?Z(T#llYSo2=N>rH#_-UhR0@&o2>`~XF=t&VAo)`j|-vLnbUH6n#NGRt0Ajrh=^u?h5#arZW=#8`&AExyhZWNQOI_ zU3-S91RhI&P1DF7x89ybHjLKm(!!Nlo|J6{KkCz*aYz!=>~+kWS_^gUDoFH~$&I{4 z-47w6_BZ+qiPnvDA@zw}*E_nOm?*jf#1Kl8MYBwfLMp>8TH8BJh;n$ydTmvx4+sRA z+nn)`3UlE5`{pv4Awo-mLqAkb3pLZ2zK!B~5R~&~b!x8+zmnm=frT7oySWOU44uRR z6aR8NTxu;p^NjOq+Ho7GBLbyh8~kmZn^?Qf;o}&c1s6^KS&91pcF#tHpiKBrQM77yqz3xhdY7%vS`%X9D` zmI2iOH9*S0T_@oB*Xq2?dhfSd_H{g6ZH#Cd6~Ll!qM!d1wz;v(NR>A0T61bWa;iYf zlTCZ**q=2t5pu6eT;RBW=lTc-hHrndz!LwQ!s*Gt#lJv9vaLN!OiaIV*tXdNX;pqx zk6mxF?xS*x?<(*2(%{gK!^VT-Mf^MjIOUaWfURRKV~D2#`GpK&1^GLOfXq_$_4zD~ zNKr#hJ%>SSqn5^TxSq^~we&k3eI|tpBJCNF9AEiz=olO+Kj@a|7@`xbqLaG~JQ%0q zm{(WZ_I&wkM!bxBpx*)%)&A$eY+JRd71lRtblC1?_TZJ3NJ33CKC@oA4o1#91dp7D z(jas=w@RMe@Ve|Kcq&=3P#&)`1#X{TGa9um(K`oFK|~>Vy&EC`BBm+4jf)3 zTbWj<@=_WSf!%De3RP7JFY6sH#Cc4v-wyjO2ZUI`zgo@fDKT!{@>deSDG{*H0WTo{ z6qwdr7SgWI;P#(pUOvdiiTiHf8HvbbrHx1?W|OuIX!;-Ngx6R>*=||^gQnPNg!K;6 zG<`4e(<>9^M3%Tg)aeJCFsqG`#ky+zW5*sY#0hYf$|0e=^>=x1ro~K##vg5!61(t5 z`qEW_qpx9&_9YAN6@U9y?=a04aVw8+IBXnrlkl8kS5BLn1F2rRYRW{8gKLlX$$evA zIy7fG~Pe(W2)ERygVMr|eW<&JOodj9u=!|j3JEHfv+P`bp%AFvOXVoQ*xgG9@(N3 zJdOj1FIKZDu2`g=5)pFY@t5~&x_@+N2_63GjJ=efr;trLgIF*(i49j^w>8w!ON#QqT^?Q!Fd*8N*Q?mO>V4V5$16EJi0tjSlN~3zTdwcf zDMg#J*bh+XFKLjv1U8Zj1LS=F71QEsJa(57ifcgB^D%`h%k1EJPr;mdCAb=hHOXDv zVx4I^lCoYq)88k&7m+jd>`HMyvs>zSZV+j@51OG{C$FSws6ywenvF9dY?Q-qo^NcY!=}k3`hBlm4tG7l4Lzy)_8x zNk&oG=P~wJ`L_hh*DKeu*H_0#J=ed`3G4oYNU_rLBc0V;tAmWb^aVYwR?A7aTz?+9 zZjJxp!~4B>L@0YD+!W?047JuRnka!x3maP$RZ2$&0&$r%^d3HZP6VC1EE%(f?@egm zU;ih6C|y?fj22q;^+}>s2sFFOo;x(iuQwn z^mscJP5n^yt;gm6^M1F-_(prgTK*DA9;bE7yEzSb{nHWQ&6DM6&QyULd zM0nZF)O|E|=~v7g_@PiDIquH9kuy1>fd(^t{G;tfDACAl%$ACxFr=|e0lo5Fob9z1 zJWsj2jc5J>{SNI!rtI&jKKsCkYuiQPV77^XbuTa&;!74@ObN{-Abn&|(P_Mg;>)c7 zP>m7h)HjwBObM$sw)cJ&YjH)pWS4^6Gqt5Ah+%|u8f?&o{zG*SA#gwnPCMbith`%( zfOlAs_Pq!zukk2L(ywxD4j{d<+L?7NgUEfan3`e=t6X4aY@|2g{h;<$Q|?3zy;AW` z-#)$W8oQYZkNX()xN_ruqU;=Xcj;u}+C|HW69I7pG&af-Xd0`-v+z@R(tiQF*{L$E z;C4)B6F3Cw=iKOB`)B}d`O55BqqcN1@@6vkU96UOViWD$9v`w08W1~vXxRZ7drhH# z`TvvQj^}ek?_$p0{S)0{`vElSKlUGvAL_LD7mafBX|s0h+2_0WeIs}0@uvw=xnx0m z8eg~l-r*FTp@s@}(i_{SuAPX)NM(FrP*Q%6xOK2{pV`4D>)2tTkF@o@xJL<9dQg5z z4kRoYa>vj5Bq)mLI#h9pjhT~&1p7Y6JW!waaQr@{w6t?w%{D$kyfb&=J2Q$aP(9r> zfL>4T_hg0m*KNCUVU8NylN!9SdyCADbp`*>V-4p_%(E4fv3rMJqS`T16>9M{KpLtZ zpMSkj9KYBtdCykxd2s#&^e2GExAf~^^UMU63HPrqG{V3SrFAtO$5Ib1{BB||xVN#Q zM{HMk_cgRWZB# zVUPc*`2xH=M&Bm0TD#vubTBb)-xkN?n9b0@pgU*$XZH8!*cE-)(iyKTtNOKeBYjQH z{DuD7vGkq{4Qulrw$oUmdW@xFOO3PTvTx81|{oVL;YN+HNqc`+kU z-&8QxX-?b0e|xx7UW60}XGqT1dhsY1^v+{KMR}u-p>xfxW{6wXm`rPKJ79j0nB{3( zZ@W~ZOhQNUeF-?$b6L54!>UXIdz`uBx{>Cge@rP@1!&6H0-i)uD?Pvd#&g}~Z)9z_ zN0ek#bW4!%>#rX<)H1mOrQeD7w0ye`04-36^d@H$>M(*k2+3yn{M)VY`G0LN5-{jK zdEUqXTbpK0L7E0L>iD)o+8`NM$y<#CKhOG<-0UhfOAnh_|CsulXY3Ees@5e6pg~g? z5bBT$0LOek$Z!0j0|bHzvhiTTAeO&AJ9FC_8w!Rmeb@*ZQiAID?*X*UKT!&%J*$WN zDpDfwb7Up6a4xZPo7fv`KEK9Lg}qw3xnicFv>g^oSK%gq%{p%MouKt%l!+$kV9z5e z>m{IQ3r-Z8B#AbPH1W^)(Y8M^|M?Uww9C0%pjC%5UXrWjt z&g_-IBFU;*>U^lE>q>QY>|o;7$gv?r+i<;3KPwoRGdy?1OMr|&0+s9Ew`<4#+nA&x z1zmzFs~&x#EzCOAY;na$3O5JrH~lu>HH!|rkj~KHg0&bIdsTxXU&s@?wXOL{qq;9g z4jhMceVLJT>g@Qwj(!~sXPgRLwn{FyDna?TYTgUQq?cM%!ZVCe6?c`@5Z~UnVWG-J zbNQiik7`lcP~Za8k0e;Ls(gi6Uc=xPA{s^ME&mZ;I1mj5CYlywf3Ykd7jI#lC65iD zY$%L>(}kejqI*piDnn3PB#-o0{E+t}u(+_bsnh?+MIXyLr4KOV*iu1h2%pnCb`h0l>h@+ja@eYNQHrKGUdntI0=C*6D7MV--f4$jIi)$@MD)qAZsK3Lz z_bGsl61=zlUyHoqb3T*SVUL9_-4>pH3t3PjGM9h{WP)tQ!n@m>))t1saWJyj&nW8V$v4@p%YAfXH;nKW4M+@!6;e<0` z*C1IFK)@nuKv$>3{yeSMESJ&71|(}DN*??uC3@4vcYc-NaQ|R>6K%=7l~GMoc`aNw zj`NMYy&Jy@@rOqg+Q5Du;52WuAm34@Ni=`KZG(%F@aTjy46_s#7^JV3ihoARfAgmFdu^rzc)!j9a1I+r%_~sYa+bvf_z1x9bkZTY*IA!jX>*7jcjZ21o~%q7*HS_3`y0tej`XCwqcSz8A0;r#Jg2vo)OnEq+1>7mSW};**7BzdfTa-A^3xgMN?q zFMaV0_7%gW?%11(Ztv;Z5FCJw#7d=`V9g+&SMjX)KQYqXh&y*` zdwOGM^!0WMHI6cls(Wxz}u7`^^BG&B;~3aOlZ>m z!+=paW~itE$8$8Mkaa$-^JkM3rM#7GBVOJTpq@@R*5Fk)e!1QLuS8$p<&Y;`d}8PU z;p0S|dht3SuOqcR+jpS!uT#=TJedfI4|45-_`dBsloT>EYfWGYEO10NVv@zJA{KOK>IAkiS zw6+BGBWj{gx>)&}7jjX-uJf8OO%BrazmdvDAo}?T|EQRkd{*IwS(nOf7N|26fgxDQ zRZTO{in2-oMwdT;JCImkSLNmcGI$_F|30*ax}+Im=1C=N3t(Wop&C283z18*D>A9d z#^Li^Ru@3A(}Jdg=r1?WIPNx z9-v|s$VIek@7FV1C1O*EGdFWHS#>DylE89BG#p5D23=7M0@)mDEcxkxNl7UvWg=j@ zFQcT=-4nn;{z~{t!7`y6f7Ml$sSBd>iffe3JLz?n6Ts@;qOYoHVuywQ%g3r`;K@~M zrQe-BNzq_o(8w>wZw@+VxnIdJF~~!~s%)-lTp6J&nEkB|ES`JdZ0B^sf0|s4ZWpMk zirCk)+(gBSG6NN8cPe?KhLgGaVJgeT85b_=$11{P!@dq2NcG2+CH`wUp(w6Gx$I#{ z^6KjgmaE!((329(qhb)?1Ruu>1k2RrgT^Z>)kEy*M%E4eU2?U7QUki7o4B6cwsL?S z2wnXqEi|0SSndkk1=gv9q<*U)e6Id}N8mhkv-m>b$BPdd^j@nNPUGNOsoh_p(%ygp(Ts{D5*4KsI@TQJ3Yu`_(&wM`cL#u0Y zFCO!CD={s6#v}6po~rsvR{Lf9e)5#U82uM{uMN&@$kQDauVge*g<-Y#{U4v7j!lG% zPX(TGYVlKBn1UVUwc9me#t_qExm8O$LNt2C7AM2tBEWYbc z>3ez=qN~CgLlGJbayT4nlYG({&F-bmQley3L@X&s#`TJ0a5WYsoo=&A?VO>JC+hKM z<+pAKmwpoWmfjP*Nl!1=lM^eqGO2jjYY)KP?Nm`b+M`qa0|kbgnPF$FoTda?8_0aa zU34WNu3!H(Aiu|}$EDBjK0Gayzun2AmaPhKbvzc%I@qaBr*1x%it=i-5yAUdYHqdD zdw1knvJ_C)l=;R9sYmz@^^->4@9?Cz6pcqmY}RawZl>gU5fw>3xfw8>klrX+J9d{bb}Al4QvdNO~UlYNNnFU0z?k~LjmS5&u9lGfH0Ko+io5Va%dxW zd`>AEb?KZS-c}UFIlT$p;=#;R)OUX>UvtYGvK1QY|L(+fN;NLZGZx`ThRT;$y)7Y{ z;cAa~B$K5vBE;A#oi6!a%Qkrd)E9fgXq zU=A>PnQL)I)FT%GNMTrI%*YrCn?c#L7_U^Y&(PP4X?{3(gGv0VhKN`0SR(}E9s zEA+dSlV|$ZZ-(L2WW!9z#DIa6^7MJk5f%mFczV`8DGl!z_njo{Q7;$dV7Q4Y`7y83 zHYV0&(#*KWlA(rxi=meTo<2W|i9xP4d}f-Dqt$)+) zs~QJBN1j2K%je!dvPQ)r!*>E!j}i}+3gw#~@3CT07p~kk2}ui4?%e842>wgSwI`60 zr^KfbF9q_}7WOg0fyR<5GwL-gzeln-NyavsNuixQcOh^(SF1V{ikBP@C=G=GsA{s! z=iPIraPiZaE|Qt6OH_>)BULOF_ipJ5g#~nzvSj!~2rJ8q`ByAWCYvZOS#wwdV)`JeOOIDMEdTs5c-f>;1f|KWLD#pEqtma&UoxtIK4ydPs7lJ{SHbF zuF?D1z^?(8fw-M_)&M~Qw zu=btjf026og=%V?Abl0zGlg?McgkCB)@VtrsGyDR^!?_ZtrJy7{=Hl$|0G;*L_cJ} z_;ImQ%)nmD3o*aN#NGy5`26IXzypX&q|%-UY-e&h@fDLU+dk>kUgv)xJN=-;5%qk25=9>1VD@X0L*KBiF_Cy*os%jbzPvgh9(#35CDUCWx z5lI)3)hdSiQli)Uqtbyx=#fXD+P05iJCW^bGu!aq@>(zT$CY*;fUJsqSUC{ZX73nM zZTn={rHR%V5IXD0bX`hyKGrxa(Cg5QdLq9A-1)n{nN>rG9&Sv8!HJXy;3*m1dviH!#6*kGYF| z2q^iJv4ud78IUWcAb7dPK?+>6Bb0ha_11odM~^ z)aWs#nKnHZvv=ZJ`CQbD(w@QDFU>gZ&JpDiH%G$Oy;qN58_%I<55jDI&M|gwAOV~& zw?~0h9g&zjF}xY6(_JNaMshyo9lMm4DhlbZwHWqmEsT$`9!3&pm{ z#K^0EAiE(h$4EB5q*-2LHcadZTxqz4U-{q$FUM&`Q&mB%VSdKPqbKOf=vFsEp(eT~tk76sYt?@hv!XF2y`(AKHt}bJ9vj_F zeH972r4@RPfh~f4Ed*0x{9NDpUk;aW`LQGS**mL120*|76iH85+$+ob5D!q=DWbtd z+4tNzv$il46i^!<<`OxnxS@QIpKX?~!tKQJAI>|FDNXi@#7E{T502Y6Vb#5VmMuPN z!%-Uf!w(S{$E*U|{d3v9Uuvn-=;?AjwwZHGwtHR(mxKv)Ww#ods{B2k({Bq`-4*aR zIyW28wTnv*42_mVfKMq?*Ca6_?d&x=Zo#~iy&8lZuOJlYQ=~aOVNZPJ*O@;(0xOoT z^L9iR1v3P1xlLh9cKo8Rp-ibNaq8XR5kSHIx^E`{Zh`NVm+cJQ&p8~BOQ6(}A z3)`|B#XrXEg#u>QKj@F4&HUr0=G$yWQD3=a+lRRGZ<|9b0HPok_(k}{i={SSe;Fh+ ztLwTb!4}lJO2xc-MjbU++!$$W|D`KM?rFz@Tb(o2E+)j=+L1D z-#T}L)lMAC#uV}=RtbSLd_))LE`Kn{STPGWJ0au$!qTB`b*3Qyrd@ewML$Ag$^6}$ zKoD7Na6aGur-w7d|79jBD#DKzIf<#f+`FE$N8qf)3$rRA1|ma*BgQjFgh1@mt!yLi z(>Oc4diQhjUwI4?p7B63a1ZS!7kG9;V${V4#b7_EUVG2zN{maB1195>l(0XSbut8q zHg=S-FXei4U0$u1u2=fNwnh#-*rhQq+V{!LURu{Y3lXVtXxg)d8zc~A?+*TH`juB` z>3lmjhqD7YpN@W;cXyo|~e57e_p zM~v*RJLb<54=oq+RW_K_pc91f^iNuon$IFujnJ=D_tpN70{WO;U6niUNIMWy8z#!% zdDJtS_iT-B1J24VbA`R z%CzGO*ldKdkxE68wuq~BP&^dkG9mOSuV3q$UaPIX0jua+v<)ga8hALwd-rg-ozqho zgP9Uz)Z8npQRmte2#3GKL~(6NSQ7oP=^jz;<XE)N#6ZalNRRzo6+g0zRH0&$B(z;rnh`t$;D@Pr4`EyY!Y>MNVA($BA0Fq4I zL*B(BfHn1Vke%*+`Uv8;D!0Oeq6dn{Vq2d(&E>$hRhYdQew~z;pvRWvZ*u_zOyieb zAAjNkv)jYyC*(}O?guLnm61LPtGtqtX1xAAKH$)B%r}GRAB==Vm|317f#baIS65Xi z4i7K>tzUFOJ@wENiJJErS|~I`JEzo{G?3r7w)nzM$T4TU+V$7TkyU4aNs z;@7(-SI`rJoSZFQYX_jKYoM%N5lf=C?zgosUH4+S^TkvMClf)wDRW=A_naiXu%=S* zQIHHMA78v_+>3aF)aRFMA#JOyC@giOYY>``qV#caXTXCjQVU-r7$t8jAMoFO+Ecmx zEvgvW2S^b8UH51)62bX%Fw9Y>i|!(MJUEZn9KjLy3^Y*R#%Y3UOWzy zsNMFW%uFplg(JKt>_s?-iCXb!k~i*^60B~&G&JzZi{!3kx2+%4LjdrGdLa%0Et-9t zAY^R}7&ZBsn(m}t6yhuHO|5_yfAmp4I4cjOJSe^v^wMa>AomkOzt*@2PSN2 zAF(;poGulA1n=ZyMk3Oh>^Yhxo<#J2<#fpZx`3Fp$*R^`UU?o)4KAv z8cC=jQobXq-5(KYUOFXqCiAN{ki5Dd9FVBxKTKTDK=s)T6yh4{Y^IgKT0^$ z4o4g1D9MW7EASsF2ShAUrX2ly1=r-kAi{Tmv#vM%pJfttjis)#isMh*?+@jZVG~}L z8c1znn77@q7}6&$uNgC$M72%JwFg`kI|-^ng7?DX|L2N*^rh`*A)KS$m}J!*0{9#@ z8wd+k%~M3Pt@EE?u#IrsmsWL*8n-#o3$6^%Z+}I%RXeBwf3DiYWE^AxDAweJ9k%`w z2`wMlP4u~$Y9e07-VzqQ79capGQ79$!c8%;Qu5L395Ep4)aMnS@R10TCWAz*TE6pU z-Kh!E^3va@zo@wOd}gi?i=UL_JGalZ+*z=`W<|Y;l*(KzQRaEZ!Gb`W039tyV^tkv z0rj=d&48`bmX9?>ZLcHeLrd^m%U*?j<3;V2mqb*I*I2E3XXs8XfHGmLl^viiRtyZW zRVoyEEOex*nyIeGzxKJQZVJJ7u8S-?_m#xs+313qbhAdd2Vf_|X>qIHR|44x$+GMT zv6{;LrKb7iw~f=5B{3dsYUQx&gKs=QH^ zWQ7rGx7C)IXp;^QiUk;q|0bJz5FIuN4N5wBT!1YDu&#ymAps77qE7mXnD*+)gvVjO z(^oq;naS7W`hYLS^4l%&i=&(MsPwWj%Dh^fs5Es~r=5$^*#$t{EpK`wfIBnE*&!8f zdgob8ZDN+QFH-xJV?4~yzIXi*{q}T)En4kn~?i)6kF{#7mS|dTj#m|{ z=y1j@Cin&~mbpm;9foMat>;CJl(}~?peg|UVj~{QbOWYj|le(Jj*s9nQbPoYov!npL)fevu5i1(2YAid(CYW6U@)IN~? zrISG+{?M$Pz#7!>uc&cb6H&iEDbdEe&c(kL`re3WFV8I&|44HG-5)-839i~s3wvF) z`)d`Gbt)Nr9F>o9Xpum>13eQis46d-iipw_HUZ&~7-)92Ig%@$NSYd5^Awv#!>Jes zWri2_k@Ry$II>9Sy7NW)9>z6z5nwcm!&C$@KHSm;8OCApQ9PD&2fdII?g|X5X2$)x zjVxRjLIIKO?!D%!xgb}v9pqCDu`3dESeMABLaX%3e4#ocyNhWBOs)-(7#iV=!;Lvo z)){`6(q2u3=C{=c05=fK#S}q4Pd?&Lw@*=i^^1R%2^AZ+> z{Q0);-1k~a2K^G%@#n#$OB6jlT4eI@z_Y^Wn>h$nt%Mb_d=aCq{JS6`nkq&{1>3m7 zzcr&!bds6qe!Jkf?S84fnQ`B=K z%AxS!%PiuSSV6*^RTBAtSD}Fe{XD}fC|uaoDjI<+yuJ$abwUp%R|}23%!p3{I4sqI z>@9vAC^qRf{Q-^XU++i}fh9ZhGSR=<`!xYi34V;7=JoYK(@W5SJ0#uQYVN3tj?Xg) z4llmx&dKWrtQP@+36J{04nsLSU~-`SRS!9BnFoS!IC=fi%Ue(;hRK0JSH4^36U@Fm zIgZ9TsO}`SY^Gd)Y*Uo+p23o;HIIz>3{9>_$a)UDnG?aBCR)6&B3gDco`T4KV!qcH zcK{55vC(HnnqH|sv>F@k?c3!t$4%Tm(>P(APiEyr4wX+18pRhGggTS$A}o6zghvi2 zf=ffrQsyn*t5&L&)bQnOpW%$jWaW=H;AYlBh#8`}Do=x`nH>^6k=>fI`u10(X4*n_tl1t zM`OQ!AyT%J7D1VGhAyf0dK75Qxo!+v`;8{g(+_>&gP9t9SwXbvm(g2hFlXctscvfr4 z5ChgI%m6Nn8#LRU%zZ11YH|rtThi%|y~;jU*Y8oiyA)QG8DC_e3X&FfWOn<{UcHkb>W7 z3rUV`D)9oHU7j0nF++K?(vZgNI7z_uXxy7u^z%28<$w_iXcxB3aweYsU4PFN$b2z-NfX&Qat5Kaz|K)Y@yIT3 zL&Bn$Y2#7+1bCJ6QTZByACUB??jW8vC-=>4+g(R4oQ&RJJ`F;%ED$L30%#Ol{udnj zwHN)*LXg&r2uC+$KpaOsN?^HS0MsqXkqH2^qMwLRflF!GjG?r?@|72^To%+I zAYeGu_%t+G$T1+Rw%i1d5aK2Sbi69Q0d79D@P5?gbhQ2Kqf)jrZ+&yQ9zE@_{QvN@ zD`|d^Qw1*`Qi}WQghLtq1P@x)HOr5(Gbl(Yqzw-2wW^Jnipp)-nG5k3dNtUxHpQ5= zx)>-V8VfFp6~qL?w_#vch@c9Hn;z;?`F;HC0sO{Ey`+4c^-K|IQdlE{1cf>Wn`Hjw zrDRw}RKkeIGclOSdUU_)|L=N!Kqu^f3N(&*#2|citqm1EbkEXw$@9P ztetS{O7~SnTV{7rzPMo>v#-KAXFf#0Q2J)B6Sk2#jT-2`XH1Y}+*DL6!kIgDL3QbT zb9hAQSd=oqggMk0;%AcKNoTt_sCuvISRjSC@?P5Qaj#uawjsgA`&*i+Jx?BbMj?SzJF8gcXYRr z@eE8Z=k#CHK{pUJALv{Z|G7_I+}R+Uk{uhJ$!+jiWwyvo!*eYttr3ABp*Yl?CPR^ivbQ`Z&NPRAYDC@aZQkvHLR1?J-AU6o)^Ph=K_yCpFbIAH4*N`akJ1GorK9U3>je4WZ^idHnzLHGi5wf zJG$rPoc5gXPl=p<%t5J`{~1D7sOOyM?!YQAy{NZriEXnfPUw1{hQrCKow6m9n}t}>k&>?B}s>Du;0`8zwZ^_dcnGB^+1#6cPyq`kI5RO!D^$U z)re!T@1TPZp88V}u!bhEv|>YLt1%wJgOh<36ULHX2=- z0>ka2JTPb&1Uz)1t}7j5zv$@RMRp7NH%J6QK~odtch@7SegFl}#5BR~_PvnO zwbe9UbZvKTA-S=reC+(yMQ1|?ScoEE%G3TY1=umS$zY1=RU5$%IilSLOa#yG{7i4s zv=mYvN+Dh>2}~>;CZY|V*@RxkpJtCDmH(e&d&9qqu{QeoWM5DV(^`{+w!r=(;j7f% z1wRS^_dV{j*gw-``%*+j))u|AYCQR26ePh^xd2bl@dGViU#RSWXUu-9`=CvKf&@p9 zjULttta=I#6OT=x)NyS@!n1+x z4r^}41oHGRl<1OpbV8YVOS8sHET1b4kScwBBWSaKP47Tz%8IE0WjI8Ja?rL#2g~7w z*nkd5qj zK29JLd8MaZ7Bqd^hNYa$N+YJ)hDlacJylCk#2y320l zQ6i*Uj-E0g_FCq1>}I)2&2FP7X~`Dm8##d{4M6|94)i;l_Q_73xvxVtGCQJWJ@Ru8 zb*;?@()&=~T}VLe)13yA5@l&{

S0A-Z_VXZ=PFLNXNAn{n=s8&xO)Tynqv;CiNGx!C1T|~7{0*U&CHJCx| z;Hw`i3M=DktE^dx#2WL@d~kGDHrVuq6@`$N^x-s=h>{Is8kAac@K5O59i4bdo6(}9 zKC#5|+4FDG#^s@CfAx0D#YcMd(7!C|B@26&m%P_pFFe-P11*R1VxyoMl1LJQDS{Ua?pR7~WlLnG+JSeKUY zn8osk%e4TKYy#xZo%?-*ld$jEucHav-Xn_Kn;M4VjzCT+q>wQgb#I2_{**clC4(IleNIo>oD(jMPOMiISpi~AxIW`aa;U=w!?;>5p@z-gkRD7XEbX8}nC6`2?kLQ-pU_H%{{{-U}_pc9#&?!w&Z^L;Sw=oMSPkm%t#}8L-y(TPoV( z_=-&dD45%^*dGZFke@k^5ImMBDfA}6mx~=Cz@;7t?#a}+f6w-#wK@`P_834}ku2&| z{rdYahJ?iGm5avf(pY}n37Ws*QWCF*SBv52^^ug+83`yVCkq1N);pt9SUPLm6$aei8X6fJ+FCtx6ABg%>R z%hiChSeM6e2~wxt0+}+(I${C_K8p5NC@Ec9O~AK2MHGpby34&tXZ>(bIODfOmr*Um z^idacAiMVihV2K80hAnv&U$XstP$`K>^X9Lqk!hqQ4vrdhDJEhOw0!kN4+>zbOh&h zm9+}cxFEbsV{cly$a zg<%DYRyLjf$B4UDiwV2`nlwPbED;p7??PHjnb!&+43{^#LExJzS9#U==NhxNk9)AD zWYogXKz#uyfn;hbv1AL+ao$rh+*6|AC$P=GL550-pX(S5Zowz35#~P|h2zcTV~A#;@XD>V0br?- zid0}T!eR}=A4JPAl9z;k@Cj2y?+x)u?p6X(v*~{9tMXQEi$PvL75m;lNWPPd20+t~ zaw->+C--_jdgj(;JQ)i>o_F@~adk4l_BYFuO)s^$QN&Ci@N^oD3A|lpy(z6VPzFmr ze^>-jgzxZkvi!B3o2`946r`*_=BvW&9Q7t7kV_FGR z!?M>!k~pZOv5(y+$=5n)&04UtyfDdGg8uIQolzA|M|E}k%2nWsp?rz5+6hByoqoA& zhH1yZ1eUOp9vnI2Cuu&wR89-;#qvL%iDpB`VFM5SkUpsiT97@=uQo9rb@yGaKzr!g zg1fte%nGZk?TTLa%ALkESor!$sghK0pp~N4B-Pvf6z}{jChXI4 zeHw8?m}uD{Ae?yYpMRwKNn&!1mg(XJvCftkhWx)Av^xj1=FW3(Z6qAKVo2H(cfKOk zpl^!7Tp5`wxxZlNF-X&Q@7dh84f2`~go8AczGmrl+Ohy;;gPIuik8`GA_9BPPAf5k ztmf?NYiRPmuT0kmP=Qaudld$pE=a3f(`IWSER$YJwJab_Uv7tD5>dI26h>Kt(IiZn zbS(wOd1k_O48M}8hCYog#c=O&f0-1K}74< zA>KUX?57chV_02?}ut6$mn?oM6Q0o zSxfP-ENh3PtjCF7e6lKM(UtP`((mM|CC?#SB5O?7en`0$Jj0^&1)7;AO!gX_zMMlc7$D*i^< z3!-=7(+*i$e&&OdZfuuU)k6zhBD+^@=8e8iLO+mVjp#cKq`khSpg@$ilBA#1uv$OT zU>Lm>jh4UQZ*c0Cn7juMXtiCM*nP%RlWxYa>Ylb&lCz~Ch{1{iFcd>$B^+9zryoBt zVJ-Cd7RsghHKvqK8@~41Hz_95;}W0QI#Oz=laBr#Of_mGRaC z8b$l-HfJO@Gu7&vQ%snr%lFMM2p+xGVYzm_?Wsw555VX8Gwu~-J8jD@OtmD#i1SeeOT;Je2-tBecGJws*FI z4I42rcwKCeT3y6!i~QvA8MlJpmDT1z?b+KPMuo z-^<$`55&CyW(`7veb@_8GYr}v6aO$?2)}?b2xJcA;69@?$c*+zqnY-Lxc8h_a zZOIeDioZb5aDvw^Q*V6*0A7tn0)iPw5x*?}GJ%xBR~#2NjdX46$j!qak_`}}c41JH zA=3SUoL_JQ0Z*2p!;|OFXA1@xSqvY}#L%k@TYOx_kCIHj^6!D6C{}%|+_^di3@{;4 z*GUJr@lb4^8(}-65*F)&lns(5S~|hLR*w3U^n!AsDatDjmazquRJ-l=EkRkt>%|McFaY z@osI@o?IA=zOc6%8N0gI?u*IX7-Bu8|62^NfVQk^DAlg5y1=D9I(T8kt!nJ67mXzy zboidu@j~MHKH<{1;(#~A(n7~@6Vu24PdA!&7J?2QOyj?%0zAHasNlHEPF)hFh()nc zx~nT=+lG5z_7AegiD@H}rQm}QB8J&&&hBaf|LMgMz3-j_dS|Aq$Ma<7d}eXsvK1&G zVtv5p?!2Vf%IuuCj0ymzwMSVdbpgMbr64hUjFrsd^gduiPS*bC_N^8~gVB_8F->g+ zkP(mV&8T4*50~n?P4aC(>f&;t#=QIfokmjaqpsovM(%t-FlWR#y^TgB_Pr-vBr6Al;dIAcRTtGAWf8Qa9@&x~?pVrwno#5Nn4~T=Y*VA6#-d1*7xr z-1}Zi@6fOaYp5RqdkiihBOv2h^UGB`2U0=}raKVbA*OxK<5D;ru(AZ6K%c$wbd(HL zlD6`x;{e#^W&3^|k!asIv6%{;(=k4{iZ{`-uf^w9N)wXdo$;Wp!QyK>T#LfMg*;Z7 z?NdV_8FoZZ8xF6WtpHZjsxfHvX$UHZfGpAZZUU(FFA{<=#_H@whSpvRRHwW{2j5}B zDIWAd`FpvY;>3X`yZnhyeNfc@bg(X05MzwiMWK>@A)OJH?PLaKSK6p8y%b+2qtL%& zgUS?kdYUduf4Sw4*4md2h17+oOw^LqUn28ZrmH%?c^mDHd;Poa)@X35l@ot*-_|d3 z$!#=@*AqB_k1=}Nao{-?^6v5Vq6;50Bm&@gmSffe8ejcz=K&x?{f2vKU!9FfHB z^7&EOMpYngb^w+h=UELM^S7VakUlPydKTK%oF51fBejy?1ZthNMUR3xXCskR>1sRv0}< zz+6Mtk11!(fu-Zmj}E$YMs<94iRqVO(6Z>#3n26v=5En13>>?PuL(bCCTVTWA*GR6 zU0yL*V>GcYU7GKq$Pnm1oGp70LW-yH#C(T103O4KYjzrUPY3y65*D6Y)bw5cTvo1{ zZy^5{-Pac0H5T3%I;$4`YlIm!gja;=qbNKz6FY!_qpEP0L6HjK<8$pFg4pd=+FK*v zUE){W7a6nsc|Bt*_%e5lk9#`xmnxoLM;-;a0WY%&ilnSSrM_;plGu^?5xnGtu;)FQ z`<48$GW8$w{zyg^yH(87uJ^2`3W4Py?s=IT+mHvU>dw&7k`}bGA={~MvS#VTko^+H z>A5k>=6uw;k(hUbtaa8fs1T(ICN3p|+^G`0`ZG9A5Zp4d;hGlxVMn-2H`=~ZfkgJs zYQfl$C@4@qLT-aKVk2H9hs&q>K)xQe)dtu;a zMqj;8%kHzqZ?@P}!9h)S`f`{Pgl$Y+ZH+1rz53*alOc6Az7netH3>Xc7}oaQI^nma zVaqgsa!TQ0WJyOB>b=C>*61))zPDI6d-%3zN@N*ZNEzcqjJSgjEIjtrz}ds zDX1|tbuS#u$wK?s#*usMZq<+cLiKfYjgCLyC@aK#$UI=(poq@>JC^b5gy<)zQ((}n zb694f&|DN7b>Mu&?HGy#@BN{i?UUc#-xC$bXUs;)C10WaRb0OwT(?$4FER6oh-@iS zz^N+NgRElBZx)MKWG>Ldj)d;I4dJNtXIE_XfmVs^n>gp%M$Ct^}u{R3mCl6 zWP4M5EQY!j;0OXtwS2}e6l3sY5FKKu7|?VM_F#qLGDozG0t_+|AvuS3d6Z)s%QqjIr*OsdjYASeH<&|y%D0~eh0EC@VCFu&k& zzqWEEhc$Xi4})?O)!Qdatp6_m8#6Hqj|6>MX*o5kk9*~?{@FlSu?1`Nn9EWIDwB6i zbhdsSp_xMoNL$#bSoo&EDbKrnWvt-NgK=B8Yz4Epf(<<(86J6WUkY$c>cBjgtkJ!GBa@6 zY7y1PCY|j>jEBxx-d%%16z<2dDKP)%-fXm0qqB5owF)7dvNHz*Y6rirq1nP&(b2Un z6p?PO6CnOwa`EV5GQuc=z?v-CD-Wwq_8KHZ2&|-Rk zr)Vk$_P}e)WJt|gsZghYwT9DYZn`nG7pyvhqNwZHS3(5j^v$lMLI21AQvaed*Gyej zdER=z6c(}iscJ&p?sDf=7;*D$h?RWjl$}$?$;U!kL$&1Og8a0X+i`&}D$aW`8xNDl z?r&_~`AvxVOF)%xdo-k9h>zPx9yH$Rum zSu(h~h(oG|Ur~1#ZpS&ggY_<(cZq2FiSM31(5535Vn>Nvk!jv6W`sp_TUX`{SetM} zci47%Mzu*Yon4$L)(5d@Mv88R_3Es{kA!-;`J!l``u&4gWj~n7d~p`=VOM|trV9(& zqn4U58E#|HCjxJk9xSce@i4qVELOE@9n!Ytoe0TggACm}gK<~X2E-rpRX%w&Q+v9j#eih_frEr6m=VibAeFhsl$d8hzgSV}8Q)SG9B z(1_CkYWH3Cex*|3s-SknLwcF0rjrxkccYLYhJBKh3yVx>FCP(&Z{YzZ?7?9wlnOVW z_E@@=d$b)~!KssCAM6Hq-22QV2-l!AYt~Lx>L7lVA;)bI&5VeQMNdz?FiO2)8n#E? zZ(B{LOZl_;-Z+VNs1}jc`tk2hzR>T4fzFouL(bG)A@{a3D$JsiIJ=lGtL(?_K+=At z`xw0H#L!O0#jr?-`;KOR%Z7tc;)Q6;Wj`qZladl;2J@6ME>Wf%p?^?0dT${bktvm| z|N2FKG)`G3O!no*eHIw`Ok5q5>?+FiKTc;-M2PzH$Z+2%tGl$Rs1+OMjsA_sbO-W{ z(PrZFk1H2Gx-w|h9EMU!60N9lgOWXn9YkC}`}l2WrL|Xt)z7e5cWI@klc80HWLoIS z3QO$5fR0_Hkz>GcE?)=ZB%}82Iz2_DzlCQd*U}jFE%711zP~kc=pisdjQYwDOIW@t zX>KqU<+!9q({oS0uGDhcCXr%(2P~kpNxiS*F8I&mN#O` zJaW6ZHv5nE?wuBhdF;Avr)3yW{PFmjC_Q#s#9C1K9zDBPvmhP{h*mWxL9J~={qe!KFEXl>jqgUXwx6ts0oOWJg>8hY|A@mP+yOWD z%gF;`ct3td7j82FJQ@Ur;*q8%AxN?nGbscoFHb9Q4FqwBwIR(5?sFeFV7dI^#hJDj zL!l+E@9C?fUGX$_q4L>8A!c|WIglQLpNeGw{=34A7t#SD6eoGq$+>Nccv@s04GHec z`s(sef~Q)b=Qlk(G_YRA_E03$wt=K!ykuin45be1RHW*W>f3xug-~&M`!+4`9?I`0 z+1+ct>G_Zj){`QJ96DFI=}MBS17y)s-X3>Q}7dhBg$z#-adV!-?oA5bB z{!+^T0M>pY5_8k_(<(lV3L42s(3OwW2lvlfk14j(jm;NgLvRMUQxEY{BI}3J!N;Zg z0iP&&sMwLvbT1@GX$trDr}YUQi%4jcps!-9I>Pd9*(Rno86hWd19M~vXz{GOw?`v$ z`rg@5mV5J29fD_0sMbil4f&m-PVvl1yx)F0w|+EW@q4(pV+s_IFYa`)n!`Zi&%$|1 zP#J&Y7Xh~+?4z)EtAI>}X8Cw7=bLrY!fk?pIsgDb>{{mzz$=Wr*=WEF@LnylwL96M z^9H+878Sm7J38vF3C1-_Pai$sropDH;e3nO&SNJwfEo6 zCjy*aHMG(Y7B!P*zeowQ=bjlcIP!>i-$F=fi{vUZ0YzbKP-21`oUdWW&uNio9F5Cx z`C&5*8WD3nte2IOo;`tL`M#;>eeo^IPWV?wX$SIc(ftANe)O_eh6}$u_oBg`^gB1@ z9oG(&n;py9aZ#964`I;2d`D`Z(dksM!tXJ7IsTAI= zIh%4eY921Xyhd;D*Nnh(Oag{c2TZrZFx0)D^Uvcum5`_BhiBM&Ol6Hin-l~yW%LD$ zhOYuUEDzD~>i2Rn9f~aXbLEePS0m7SH3rISi6FC>u=QM&ak#^{RLlNX5W(Z%G9#QM z=a#JO$B-=CU50fsUtiek2Gfr~yUQIeMLMN8+KgsICtxa<`JIeOkWc`c2vtvsj!9EB zy3P&A?G6$LCx@TDZ>4T>eduZ+%vSzU|8)XfZ`&(BkMH<7w`pgIc#_(>8G7o<8TY)d zRCQ1T?A7$!W1dv4QU&i`j_)fOgAY7Y3)*-VL}lcL;ePCxH2%(No_bW^?_?kv z#};{AFu1TU@9cQegyWP~x$=GhqUmCiAWW1O^WTIm=~9iaqhRFjs&*KPz@4AB@(LHI z-dd#xKk2+`)4|xNPi?~prU+TnOZ=8Oc}mn?rGG5ekN0r9PmJ#JZfv7B%~usu!>c1I zbYHN+ftb^3t0rA^XPZr{p1~F!MOE7|?u3^bx4&>^(t}8aFr7*$gRE`$)munrlS~fk z0ttYu0}H~lgl8n*T3NDscnxOnA{J+jfSu!#JjvL5+|LY~VBgP^U6y+wFkh|{`<$Vmz^N#3|8Ig{3x)Bvr!JPRc)zeZKio0N zSrJq;h1L8%Q1(*hA!*chk#>nEE&Th61%fPCncSu3bB_;xPHdwA(B@ge`vg#tGCi#zgJ7X7Z|>q(n3WbJ>($3o$<5M+4dAwVd6uH*t$_n zRX#w`#!e6x+?QJ_1wvB!1MfLJTJ#U`8J8Winx41ZF5W5K1voQqd2y`2sW2{(^3D6q5RMVAmO_O;}ibRyTjo#u$nr4#Fj z4-;h{dxk(`$UW@>)jH}YK&D61dDh5L^sb=zb(UCEPpHJZD;)V!MCp_+AW~S{se3-K z?W@DL7yQ*U3I@oJIF_%SW$s=Q3UY;iKVLf8)58ra85moWLGI$*S1Q9$Dq7*V!{t9`w1T!s#v&=Fi{eg}PJZn+Zf z8{MGV%G_QC%9NU6o1?-b6tst+yt=EO>m+PMy0Ox?65IpVf#crC_6*aVS8Yxj;P>NI(P zc&fjh{uvHF=Iz*=YV#t9V)vSmm(65Ok`BmOlK}l4kjm_w{g~2_-}4kM9hH8>*U@hE z3f6Mfo9nnFuv@fY3^v&HXDgPNl+}qMX4PcF8rF z@CDj}^sxGj51=1!XwZ|6XHOT7_2ro$gpR}rW}i7}szGq_`n<4ECEf{D2<3vkq9$r! zdcXyi{$T}(WWE5M8B*ftFZokU(-1~dK`84TU;@RA5yUNA^0DODS9G(M<~@E6(Oe*2 z4vCkAh!3#ebjA@t<$A^<%~RS5u2ivlKN$qn2wXx6^sE@8rd#0Io-7t|#*YUK@=QhR zOOt08K3(FaAv09Dx#3iP!34#~!>^Bbg7qEg#_=^C!|z4=UsEmmy|nnJ{ps&A+B+H# ze*7*o1TIFYYeN{}lm4b?+~|jugFLNTELKbNvdT)A(KZUrllo4~x%4%IjRj5m6&BLv zqH69iJcw*%$gC%^9OZ6SVam`OMX{M-o@!05(d{nT2tM3S9cj`ai(lAuy+G^TIdn08 z>uFZyx+3NsZ{#Uq6uKgsNyP#5EIgGVRxFM34kT`$&f%C?uE}L^c*!SbO$M)PQbv`z zezxDNq#x-8r0LCj|CXuwU-9ZR?C)xtg4yub>vMiq)ev3(H<)LvZshYLix&yzDzqoa zv(tvMKT=pGkwlAYWUEIN8JN@~3a6PdGDP=ndQ$HY{goG6O*d33Z2X28v2gGXJ&dq3 zD~9Dcupwet!Ke+#yw|@TX%cz>8l~D?%Kc&)&)~2l*g34uurZ2DnA6nP=<^WO+v#@= zF|!Bw0~{qf-r7vcI>o@;3w5*a%{_p$L;WY9`7|#nH_aPRo1#QI0Q-V$#)dTabQ~## ztve^0W}@C$`s(3EvxR&LQ}T+=V!qc7+b*NKSz*5mvPxZp0>3!yb-XDNVT945#f-8q zv*)wML^q~S%dT9`#vFvm&c;QYxM|02s2}-GV%PpGLBdb3woKAsLG-6x9B9~GKt;`r z{?t&9J{@b%fJR6;&p`jv01&6%%aKb1uG@O>G)bqOxVmIkn`?*TjdY4CET;Y>Fc&z= zwxM>kG~AYr+)ZhFz|me3VfBvMM#ftEdbf;f{!^()%MLb|A<;fC@b@tLqK%GUOEe3IH$e4~lr_qnu}EcjL2*<%a1_^28U|A^z;jR{l2Gx};B zBmO7YzUcblN5&%@ViR@^MiUP4=c8w$0QAooS$YzXo%k|TUu~eDX?F}b3sOkw1~pQy zEo^TpmHN;Zdp&x}(HDpa^?HO){8ao>s}{SbI%;oKhQJhsDM1CSRU>g&m3Ul=#|${{ zmHk=bKn`YpA|1^O%g@j6^z8{}rJ8!1**NB2hWJMKq(%_^K8t$gpV0`){C|2CEx`$3 zY>;7afS>>4FMe;??d@_$!A=9Pc8rJ>@}`n}y^prMKcRXTbuN_}Kx7Sd{fKQ59Ayqi zJw7~Dafm1mF*%^B!5G_1u})T<1L05W%s)O_%_d|`?3HgM>>BXKOf#;Kk(h)QaC=M9 zP=tfTub35$jkiwW;k6{{vCNQg&v{(&>vvQ{>Eu-ivh3-CgcIV5)wTCAX*I0uh}Z99 zh*D(zNiz;VGqRRFUSi(V=dR2PtJ555I=ge zF6XB|i(3z|Z|PN*CKvMeGNXz9c(okog%{PaC)b~7qutS>=)0rq1Xc262bN|6o-31Kv!6}t!fz!gDYe8i z{Jfp`YoBPAxsP~Mj(dcMVTkzcbEOcbSv4=iA4v0(FIze5)SI*=8HZHlAc5r|- zLTrgyw{+?&I%3o`FiRtGP2SGWrxzIBU@$@sxrDgk4=xReN4JJ;_c>3YU#E}ocgKNb zf`$GeA5!)?+erj56f{aW1x^!W>yNOaHeO4_D&ko__A&sW`nOJVHWcH&n${5I39x|3 zqjng~HOyE0mxaeJWcNzv>L*Y7M;SNMJR!9KmO8p!k}hYQxWg}`6#ZG1S+ zUc}H71&8@ZV6p;N?&GLMiV7Kf{>q!r5=5Q1Bk4~Z!PLr@6yyO8sLQa5;y_QstrT=l z1Avl~wEfyS)H^h-0gM%OR2SCkSE)x2%Wc)Wr5JF0b#b$bf>j&U)%Xe^rXyp2`((WA zJdl!6it`|&`fxFLYcF{sma>YHt#dr%f8&^;5qxD5k~&2sAv{+wd;WX2+{{C#>&)I` zALFGSyusug&V381&{oTV@<}JXHr)CZh~~J3-n+>9Ty1&RB7b~GSoC_}a+yrlC*6q# z%UWgJ5?f+S1|Nfgt@dSqsM;%bpJsl*BZ;YWZndlw)XFTDG36B}8;DoG_yJO|wfK9U zyFn|sQRVX!IJ-2sT${Fwb{<`EW*7V!N!8RM*ZGes41+C&|CrAR@JUvuNyV zOF%Rg+zLQKs3|3%?EREzUU>VW+ zFe;oBx26Hm*>r;vpEykjvsKO`b};-8`p9qS`C)LFR7#9i?A!wIA=FXTWQBOJTN|h} zw6|5~$`UL8{qxU$_mgxop|u2kRy|V9+$F@BwL|V)gY0$Z(Y;IuZKl)j z?z6P7_1nuX{G4Z&{J_tEU1*zkX zWfWavX1U~%cTwN=0daY6^J=HK>1^Rm;!H-ctq>v>e8Dj_%G7`mU*RZcoEKShS2fC| z2=a%a6FwX410H?aHbkn_XNV39L>jl}3GXVNKg)gJ9{eb1TX;xn9+LG?YfEm9Da&|$ z{4-<3kiUrTsnBWTc*j`=eW*DGAznSzBAkQ2A1u`e$TYl7xfkM6g^k==`f zL1JF%WO(?}mG>Uo$vD@7MG`j&B;lgMWux`+P@mFQ88>eu&m@$#a-=LM+FnTRrwEWT zCEyQfHbzOO$0cx6o~adcHxikXKG_}%s0>~yQu4`?3{43fw5inLQU`Tr|Ec=j+G#o7 zCwc#ZLzba%eeT}wjy%zXBBQ>`+wZZ_l{Gi5U#rriH;B$M1UXH5qLo2^rvJEl7~$;n zSIN%)@G}=$SJ*!F#*_R0eXFLN_shs1$r^1yrAIrp_`j_q=?cgy`gf9Y#mNP!3OMs> z|C^h#m??yO)pr7~>ju;IoMTPWYWMFrNc3}(QY;7I3_uL!8&pIHPre)JN>j~k@PXP$ zFs*G|$F>Gtvw&geIdqAzzE#X^xd|IpAI3vN0IrCorOjua*z<1YPTtl#HnfY6{WIGj zr*-ppYmQD?#l6TV4$G+&UT>D_tS1E5lfNun-KubQ+SqCEmd#}yUeEX^Mf-|4SL{E# zyVlgnK=>&ws=J*>8`dvtZc={AmjGonaefRJ{;GTFKY#+O&w$`+M-Lod$^~>uXhOA( zNA8+YjW^ueP1!(g$^cjcS7FwWu*e#C;%V0yXZd2}S~v|CFP80E$Xl_7<<9ZU)Y=<$F4pZ!`fwWD1y`cACUt7WWBPAvbI zhw*87H@N+9fK5wpMaIjL;6G2vGi4l;=Em%PyGL^63!ik08(i>)kw2^>gvlAZ$%P!& zBn18bKNw-hn?2v%VV`9Cdqa7@B|kc}=_~O7h&{0Wb7(Ly{#_Y&ZSD$HKmfMdg|#P# z|I5hzgRIc-5eZ*%3nltXOT|&Afc2OECCT)%S3@I3-?05pU2)T9bRAsPG$6)F3t`Vlb&7xhc%OFxkIZc8SmkdDhJ!jJMY4Af3N+kAPT#dx|HD|vioGz>H zxeS=}MRDdOb-lCNBjIHmgYd-)Og~O_Bt8B%Jp+wrC=D1c*QkZ2XJ+GOg7IwGPkBuU zsbbjlave`?G$FKR3s`lo%ynms8$(}Z8_}6>zk%8V?A)w1Rh!8oX|#NXFXR1IuySzbrA+fsWErSzlfArpAe3hyWKMA!?1k+^BrJKT5-cyEV z`iI16&M5^d9O056L=QOXeY_PTa#hTC)!T;dAGe3?&OMtAxY|oC)8~wy0L9DrHwyh_ zZew!=%PH?U_X|F?1owjZN6x9%JBTV=_LFgwT!bZJRn;P&JT#kN2x83 z73j9f_JkvrGRP@8AI8Y!L}IxGcpp#9TYib@-^xfDwBuP%phkhc+#G{kHuVbu|&@34qhOz`@ z=Mt#lzPx;Sze8hpy2L7pda&><0L}Rify{A@wq3K~_?2w*w^a{Djc?#mB3lDhXzKKP!lJ3__N05bhPBNLYq& zeSAAF!vodVJpqE^QblTSG$dfwZ}~^Ag^0%?F^CYeQeF$0uLxsG zUl>H-haaeH5C13qPbc}{cL_3%>zwOafm zd*WLy$PX1&4TA%WHQ!|gF$>>18u&lNU}^VrKlRjcS~DU?V>b1u6>}&6a`X8R?2-Yu zXUl_2$wG#wQtK-PeTQe}R?iAsb(vf}^MO_dwjes@&SCt}HZl%gHp2eGj+b%(6}cUs zA-`qM<%>Gu(+~eQ77V)jZ`HYKfK*oQ_t+2{a&(fBpd;pjN((Xvvt{|-blEdf9xB^1 zx2KQ2u<#O)SwmP)xzOjM(BUe4gx}W(IUvVKDiC5V)#>XcfH`xC~ONV*efxecEbtPq< zlY9j&YGtIg&dG8t;}!%5YVMVt00ae3GqHodVCIin8h)cFelhgc!By7`k96&v0xp3` zvf@zx+&>B=?$k@#9E-1wgsyCxJM`NN=X=1!lC9-ye&r(Yo>#&gjZi&H=da@e@xs7B zHZq^`01cmlD6)2z*@WllOav7Feb|Et+#lmFV^N@g|FJ$@k9nm$QOl)pU|dGNpc(e7 zX$IO`ny0034AFXP;vY^)m8#N|a-^qjU>_YwTMJ^}&xkOw?L1t()=09%*en0N$)0kC zX0xP-x5qt=zd07T>&Tx*Ul<4>F}QZ8C$^2-OTQHXlA#Bw(-M0Q89S#!`#F%m+u} zBN94~F2Qa6HKLv9c75;xyR<}9E_iW#>qu>Yky%U&u$Y??*=WH|Y|47x;DKqCmn%w!yc;lHR*xHG_hBylO=fho zqXjG@$^YpaOdI3p72Km$# zri;^n95nCy+>PKoVTYUnyt3ch)xB@!=|z)j_0*FzoWI-pBD-+n9Y;!(`{ zcP7dZi9gX+0~=)V?6C(OQC%c@o7oE(FiMJn0J5>w?i#$_6E(FsVl2fZ0hsZ{9KdBR z@?&Q{7|zdSowof31B(^M2pKsZN?XROr#wp#Wn5`*S9j=xp#o`jRZK5hOQ2zY8j*JS z9WQoJ<65twqhs+8=E<9if`0{eyShSQM5t%1x^@FQrnr{zBPR*Es@c%B4HLar(9dm@ z|4_{{Qosxd&3gXrDrP4ng zcaYrp=aD}ei3DA?_JYNm2HLp`TGZC;_BD$~%YB(tawFecC(EqK< zzFb%m#D0oMGjeBc1F#}c97amwxc5%YA6=a!1QA5YVNnF{jjzpOK`18^JSXzq9zF;T zb@naOK_D`;*BNm-w}e!G4($2P+-kj?j~8#B>$dLGR(S|>ITZWF@O^h>ia|k$MSm(3 z(+-HE%h+I|+^i+@cs_H8f9R|t1NivbG%kzfZXKkw6EChe%7t9rx>PYU`GRJ#m*+Y( z8np?OJW7z=8Cu5LMQ8gCu{jKfUqse;`YcNUrrlJ<1-gA#2S+DyL8M`pzq>xON>MX1 zOl`4Bb(RkkI0!akA$t0>I+9PGq~|T-%Zx{V#qu{UY(Ff=`RQClp$11Y!G23K&#NUiLi!km$_ zoNqC1B-~%-Pk}=ROWQVVU9Ep(LcRo~Rk8nzb}AWVcnHcv%27Ihbj{iHG8LkAcNAO8 zcK26@J^n~j18+h*X(^F1+4W}TsYAmQ8ZBng7WZNoG3h8LjMb&fpF_nK3s^aQ2eLZF z=j*P~*M*3~D4eLcFx-K(sczvT!2T$;^W^M)b(tYnt;uq5W{CApNM&seKvR4Y4^TOXXE_wW(Npy_JxA{Ir?!HR%3$Ws z^O80`l`(rg1by92C!-QxXWpmgbVZ+_rFJp(1OB-Wn2*RJ;dCL?`gD~BxsA~t)gpAt&z^ht_RdZFv!jv}PvmupA zm(f$SYYYCI+&HT@-@d`7k04kMTpZ9;#%tJ;^s23kV$XSrzJQrQzm;!{tZaC-BC4Sf zL>j9`_cu4q!Nn?VM3@PYD06b~R?BfRuSThAI6F$bywSJ)lAXy>NKhd%VW~Qf{a8Ci z{IdGQo>#HDWPXuReF;ws6D3nLtv}ag0AyqY8X1TuifOi4n*pxECPf3)(v9GR;Wp5e z_kx5)bhrCDIw%B0UFD>tBM<)#9Vh%i$>V;KtTyu4ir!f~-UuDIo_E%7p)NPg|8Gim z&>gu)$C5lu{nG<#jn{*8WUi}2fq>T`+a9j`pv>N=dy90|cW1cb0SY(SIe8fUObSAF zHLjBmR$XMP!Zte4Bb#HZHlTKA_4HvV!g?<84oV#eu-G%wqM;>p#@5mU=lST@k(Uwg z5E4LU4vM1!hrgu^FNH@i-*muLqiZ)T;k58ax1T>(>Dy&<;&anW4n|qyadwCA8i|w0 zCuEwq_bZV`nq~EV6`nOl0#zK0Nfn_#^1gW8knp9<7n$3K+dpDMJ2wyFlIs1$7ui6$ zN}?O8Qhv_rXZT71nZfz%;rfKiAFP1hfB}1YU7jS`Z@zVxR}GR)?tPhgnRC<)t;+HI z0ZQosVP(V@NrSX^Vi+uX<-CM93V!*jIW`S}MfP7*HBGC0%_!%IAhSzpIV7w7bEVjV zG0bvKTOfL?Mx>2qw5edty<#){z)y3(g+oHx>Y!r!>6Xl& zf{If4R<>l3+IwNDKPJn=VGMu7@$Kg&`s^M6hkz+cj^z|e=UDXtx;@W@SI*4>X<6H8 z;KlnEj^>6G>(v9Nqp7?Re)o^D-qIIZ(SFNc)X!+A)4Hq!4HObmQPfTE zUFw-u^`gEOrA<_)uB~IF|h6(UN=skDi?4BlqB+ z?NCL|=Aw#b`_R|(n#v&Y0mX<-@s-mF7I-zR+s7pu!P|L9x3kPD4}UMN#4&j5KLE?X`Kg^lnny80YO>;Vr(h% z!vJ9fs@mc1+m(lA?ebjU6DLUXqkI$snlgXXC5W-pDc&M&B?Vk%y7$_tzA5r)vGj+- z7k?B9Ij?9rD{&bInBO+nQDY8?F>=yjzHlhF^V-Uh`YdD1)1a+mo=TE5ne|r++;w8O z#UEosMyYV45@Lzuty*(yYMmMDX@d0iimcJ#%UO(Sr0KTp=Xiel)0OiR+%Z& zVd0gW2Yq7&^9jnGs8Yj*j#&M<38dh++R&g8Ns9togfutP%W#u5^vwg)ahTGyEL4dt zkq;3@d$|HrFn2Uk8z}4Qo}do*Y}11hY7JJ7g5B24YJ?Yd147TRHIQ4Tka(|Y-TI6d zeC9}e->N7Vq<$!hsD*>HEj6>PDnx5tGUqv~N?8Vx@T8_hjJ_FWTzJ=6wP3=x2%myr z=N%M5CyFt8NOG#O795!W`!1jWY5La$-mOLvMn%v1b&TP^Y_tWhfiXd>IW|NKj(See zu&DN?F@{;2c?!*6zfh^ZUYW3OiD17#2%8LHpz~!hz@{cvv8xyQ{BrkXd(%F#wO5a_=OpMaqLLaarAKF(OKQuo#kx+ zSj!E`fla-KXp|wtYaGI~?315H7MJe-d%xYnUjFTL>j@Dx6oQzP4uZV)bDmU@ON`h0 zI3m8Bs#z0D3{#|zc9LH>{All`6Vq4kIloq^nsdDN%$>q{LH=OjA>{NvfuCn?XDLBL z!v8F1hIQs;$Qqlvs&;N#tgjd&|L({%A?vjLOWRQ*_xf%jn~XWfK_|%gmAfeQGy%`X zJCbjOXfhqQTwD`UF}XWQZwPalna7{cs)x=|JbyDDFPyR7_IhqrHIN7Vf%F9N5bm)f z`r|u?1qBXN2bE2K*x^lpm&DqQ{Oy~}ui5}JqDEHy#_^o>@Sb96(nbg4`e|)#9b+(s zOWJx1nS*Q$OLtySp(MN#42vP&gAa%_u-F51j?CFkDaz)HI#AsaSHvY6btX(2OGO+c z1$gZvKJPHtQr?9duF6lnP?k{mxDKtSr^}sLV&Q+@QcuObl>4INII^5%BB>Ht0X0yc z3LUzT$t$X{!}JMf2MxTPP2dK|8dYwlgdp_@IzG%rhht&$oFzAE)S(M?u1$_p(ba-Z zJwc(IgF`=%PG;|aD?Y3I)T;y- z9%%J+qzZ~HExDsxy}u(C<IJy~USz$68_QnSfgob;&ut2t8ZJT?$f$Igiqqp}?wgKzpa-E;VO8)_Jr z|Gy*O^kV50=iSeOWa;FXtP)Mw@34D9dgT$)9^B#pEbWK%C*T>yZ>Ab^<@=KgHL#SYhE_PW)$mP_v)kP`zf}orBq7(8PR& z8aP@09-ILAO+E%3(qlui@Rf~rH==(79T+1bqPD^-A&FaW`11ylbQ{vY?pPQ8Sam#n z%B;UK>o~ufbfxD@zO&XYBut73WbMTse$MS44ZqVk`WdZyfnS4Hv`Pi{V|TK48Xhh! z>TV(PjIz@j>`g80ZXwVktxIcHB_liuv{t}bQ=0q-f1xv_ z4Icp-Xp7Zy8~55sdo0|DA*&;6531c?YoJu`Hjt0n7g%RoF7_7Uxy&ODEG_Bb2}GG+ z$5GumX;0x^?95KFG2evVO}9!xH7QcHIO$s)F`$V`Um@a1_}MDu1Wz_{D1DcDhJ)P! zR@rtyyY}1icplS?>mj6>;md>%iJ{d!Yie0QVKU-w3gArVtJM9X+EdW&cTCGTLr?z1 zfJLFkmgRxDYnJ!QB8~_UAU3sN;VICDAH0{iqX4yR{;a3ac;o`QtEEWljw5d(MJ~s4 zxf&v4+sXCC3moxF%etok262WKcM0$2aod+}17A!MPerbLR3AyV>?KV45=rtPsa9Fd zEx41QTcU4AcL6`)_GWI|y%*oR@_ROxB~=6e<`r4oSBV;h54(b^{<{sjj z3}hAKX1t6|#^aUJCft@{6v}?kP`SAozgoV-Unv}ChbkkvY zf7}9ZJ1Vao-0&phZSb^6FxUd!I&4|UfdKWwFmWKrA@XO{GOi19r#95^M?4mA9hy92 zb)6Ih%F@#dkq4 z>nM+iX|G@1Rd1{)+GCW2tr5QYAUKXLniqVbjtSbRBN=YT5Pa6}ooZXM;hgFvjff2} zlEKAVe?V)M>C}T>c*VPFnrOF>83#{VDW}P?>Inre!dwnI8$EYr?I`V$i!C}%Mtk6Z zj@DgD5&Od~`nD6ntLhVk4@K+kZrx7ubPmpWaJs6%FgSYm$SxhV-Dza(0&zdoMjy7x z(L2P22n$wHt1Pa&Wfs>V!Jcbt1boa^QpbHIZ_U@i*Dp{R$|^KZ*OBG9#*cpZM)0)?tb{->%3zG%vy!B6>%J#4 z??kzYH+Us5g|4z!#|s#8*)7$w;ZR_-{WUI;kZ#e?-ta8@fW}NI@NE2nQ`x$TVDfnd+v&boqnOi`I5_8F(8J!!|g&WuGq+XTf_Oc9Gs% z!-OJqBHgUW3EtiVv%NXBe&#J;@bvRyR^ii}ZsLft_{JlgPt!Dct|FmW1Ea;t zdnB!`lFj`d7@wN=08N!;9gJpo7q7J^^;Wx)FTjIq7J-@6I&zL|1!L}ez0c(BaumSd z+MtPb8#2B>;CmrX1>(mCrUI-@4m_j^j}O$HVM=7Yqj|#u+o?r;jNrHOX&m7y9;*^J z($3|^P(NnC9PQV_F7l5|sX%ecP2 zWrh)_i2Nct*Ja~Gk6&JEu^W(eSirIixoLGj*D+@2UOXN$r9^*5l=1R6?g5wO>4%-X zo>M+&g_fCb26R3}WJUvl@O9#NoCuY1o&bdnzP&Aow|)>*mn<}?4KT6_%h9CkT-9iQ zlw=ut6*3MJ3+z}Rt?5^4SU^l-siP)W3$qKGRhDF~wO30Cy&o{qr5qLnyRC_v%X{{x+B#_pOA=SitB= zxpwrwAUL7k#!q1Mm`K>{)&OsH{Ik zAFx{4W1C>wlvzgFbp)lRI6GX?kY}{>ahx)D;fg9CJtgdN4D!o6)Vw+tc(7q5C%H&g zRZ9#=z_M!vN1XLjLpN8KJ0b1}Ya5ZaCMTyd{e1rq0p!MX&?&61voVpLffTBxc7=s} ztNgqA-%cX0{8sNP_QmY~Ofp1K(^Hq9Zll~b!^9}Zpt7Nc!HI%73=?ESL~Q&hEIx_l zKS0rdOQyf4joEeJ0;y$`cOh8R-^#=VB4B}8-=51Dz@Px}RVj!Z0#2Q_h3o+JJ)jQY z6EA^hYJ?k*%(VsCBqt%E23r4RZcNCbQwrk zdaznqJZ2fAEas#$%Sz}SVz+I8+*r&^D#<|mVDj^Uom4jkcEg+L%93R8_&4bvUR1|A zoe}LJL<;NzrA-+Ta~sC->BV}6V4^Eq!&1b86S&$swyotD>Dh%pM-+mt)=i5~FLYIi zT&jT$1O*8O`LxiZ7apRw#H&rJ$a`dO6>FaL8wAe`mhMc9E$CNlOabgSoNIqI=|-#x z`-0UlQj2bD+%=Hi0O<1;UO_FB%=UY%!R_QM3);}G3~gfqIu-!CJ=Ul>!)x1=$Jxn@ zRRxk2@z70XCjqW}(MQ3G^zK#LLJ>tAI>V%7l+wbx*ShU~r{x*y9g4tp#sqDQSksou zn0piTwHWk59{+T#1@nXWBZR1qw1=&ea_5ge4gP5rdhRAzM?kP5FK5Z%w>z69F`Dqz zrgb&d{42d@bWho|Pe%DBrFYNFe!=9L} z=WfW28q<1?JEak!Bv-8h$D~drkX5IN`K+b6Jhv#BzvNiTS1L(&IISGY)Q=<=V?UVIt`@#1{YeX!oaNu?W&Pe+ zzaF&UA@PZQU3|5UB^r4UsLlWXU%{)RJ+OusLpjAY0z-Exw`+|}w7vSv_azz0qP2e6 z)gUj7Qw+!dPux|R-4vMD9~$9_MEqJEx4AAwJvzc96!4?m2Ep^VB^7nt72+))#BhYF z!DBG+r2I}FG>a@vOHW)CQ!p`)ZR4W%umcniq_zR@ItJ|TQ;GQQ{9|%?hZWZjvsN1~1>?(&EH*=IKlq0b#0?A6BHYXkb0VMptZMx`=SK z{XzR$v0NtMy~bxNql8yMYuXrwcJ z1;mGPU6hB&I}^QQvndjlW4Y_jgQ5`(@JJjWSi{3yM}MRWQH^^CMU@tzMDCAYQzzI- zsqx)i3kw+{XvYF1aAC9dW zKoYmj5ovQa`dbo+jqY=bA1nn; z!`Q&fLb7HSyVnsrs1~#}+88$2KBoc!iEtr7kpZ83In!wB_6xs1cg%T}M5`Rm@fMoHZnTYiTQr&dKWU{-(QKBb6SA!guhomEr zY9kmg@<-S)eqeTV-kBoSlGY_jf|z1KZ(p<+9mcKS$p1^RMGA)a=;MY}E=(q)N0?mM zEn!ay_7~uBM+WlFF_*79yc@0r`88Z!jG?D$J@HFgVC!TwFtXrSHs_GwU=l2ILtxzo z);U8J-Gn|z3T%yurfhBNKO4VHCn%%og&ABe^-w=}I974mfWuI`AK-Ml8JgN4zCRMsR z%?&$x^0)g) zc&W4wet*+kSpNosEMymUnwkT<^+!~Lkr?Ecne6olLj#;%%pAO3W!R$Htt0xRI`Rlx zefryZ@NvM$M@U4QEy)0S?hlLm)NAaA&9A=v5q4YEpAv%&e0nOxrPw@w728{y>X$W62Jcmj;!1@rhjHBSsS(<44W4;}8l282kB$^C*{06+KvNS=wO8VnJU zS@Avwcfl;>hKpnE%0?2xJ-~QIbSH@avp3Do3CDI@p0wI^J+@qaI0|Aa7595WnYEL| znZRB>N^Qp;w}yUJ!OjzbGWjz#Uc^kjW+(QU-hbt)D5rXL7@!jezy9f~Wj|0W(7rc8 z&q%7rSF`UzSRg7;qAO zMDrnq^(&$eqoW45nCGhVH(NT@XunA2L73^(*U6*xSqol4`k(HO$+2hItvTU-HuvM% zV(J?Yy$0cKe>LHyLP#XPdGcebuaY|Inl{QoIBD6kzLkT^-a#{-WSYH?ByXIi9hizl zv)~Lbfylah2i9$p&N_e5HDTx#RRmZo`iD^f5eH)jJ`z=ME#BPeJeN_M9V_Zsas&8- za}4B}ZEH<|?GHM}M1O$pW~RJVq9*4p#%GWVk9m{UzE3Bw(Cliw|FM;ApFs-~iLNL@ zd0Q{q_ax;^ClP9O$$igknZlU*k*TQQTw~J)Aue@+%h(0sFGKNPy}DSW@uB&Bbzn0; z6II`9`LU~C3F%Wya>^({0;x-)6b<}Yig^|rNxV(XZoqZJw!q1^a|wN!)f6P za2heaACLn~mk zGCQGqux$?#nJ@4`+)SX)Y}20zTljzlAqG6P>fnx*l!`y+x#|LoJV8B+&kU(+JPP^`g#y@-^tGXv##D zbZJ>J-~EFuIRUfjsV(Tjg$A%d5}9=SgcyVM#_&3S%IK4+D1v-`fA?`=t`YI0&a!Gqm9!1=INP5ifBXuo9sSCmT zlQ2q^2v;!N-aflsV~XQ*Ixm?olc#s8Li2j)YQEp7wXenM>@MB}avfhw*h^UHBzGoF z=OS1$&|5O|fpW~M=CyOB&D~hcUg-(-J~`!NH(A}sj)0;}7GXyilfAOAm@sQRXvcjl zm-RXha)qIvDD(kKkevBE@Qa}&W}!gi;|PMNJn<#7DV}=kN({Q!1h82ZsvZ8CG_2{v zd?^FQ5kW>7HunN>@ORx0g$C8br8-^JcK&F) z%B0hkCNf7;Nn^V{{-iZL5!cl&N}BQCN3-Xx%^g*KVsm@W`JY2JDn>{Ez2v~4R^-u< zVSZFHSq%U-uDe+z;sh=Jl4QTiOhis_Mpkw-sDA=lv;`JJhce42b~@uH?Z1QAmaFj3 zPmZRgF*#M=gb%j|KQmy4caGxEtK&~koFs6Eu0EsdNoLeUST6HwlU|&4Gi%RprxTDmV>R(X#Wj7s+(!3o4&T=n!`rXG(Q*eBI z*I6u60&7146rQ5Ad%|LrV!!I&z0faWe07@!`o9x5Ym$VXwy8l_o!shEyY>#BrQ^ROKZ%X$7^FGc?FpaWuTxU2QXq_kqwKNYou)+uf5|#Yw&)@ zDn;mM6yfg(_V@#eMSB6LdU)7QvI(78w|ebyp7dwcwC{y3^}#c~@&6ad8B zlN<5a?3N*m#)R4ZC-U^=v{_)IW<`vshdG>%zWA~n-Cmpj_elRtrsKE%ScWr-=H*v- zE2vnVu_d`fso^Ak1lZYWim>U!elIYu1$}*c;)D{nT6o>+suf*QsI#Rg-x*`cqxp^%*9kvhQ@YbRAH3HyT%?&bjjkWX^dZJt!z) zDMQBiQ`SfMDjzAsTWXgq7;h1YMU-a(gi|T3_yVc_3!1|wUh-cK7V(kl7W}l$)k-ap zkm0~lHMx# ziCN=m^jc|oLB2udz5VjiRC&CVg>aa`BrdW1%0!T;OK$wv2U?Pw8_3oZTSKX{&k{=aMB6m^7cv}Q*G$M@ADj}O3Lb{e@g z5~4g4S4lXdt(fVUdn6qidNd3et?XNEHVt85e`fBq5*=!`v#~rKQ{2N`Ll2jP&s_qN zFQ_3bE&=isH(2D}HIsrM6CI2$S^rvRk`X|#IDwFp&?cYo&y;TeZ&!ca?1>*%!&vYZ zEDK4Ad5Hvr_OB7wkl^HI?l|w~%@7Q&->|~;@q8hH8=)9vf7Y9GPB?htyP1E?MtuE- z&?(aCt*{xG7+F*?y~)u#D-Od`&DjyGEI^Qaj@uUf+54NSV(KEqmWE?qi{?GPf>)T@ zn?I5Z;>t>hp1O!;=dhVj0Bo5hoHmKZ-kI#iaW;~&L^bNe$6R^^uT>$QG#q-{J*p%B zqf&to66Z$^dLcBhdih0;?^{}R@!2}s=~(-t7>|oGvk^|T#gdqZOwfAb!z&^hOEHrc z&gUD;1DR~W83YyqLE04+^kTpa`IVDAIpxRLDj|cEpJ8vEZ%h=zq$YAlSTfIl*f1p;v9U8*z^B@EeQ@A ztnJmR7Nos5h@Om6#&&9Rwcf)y*WwRywvXkye>;4rP6A&d$A$CPn`V3^>y)sccm&=7 z^tFar3)#Fe#kH1ldl)zHzwn92tdFQm}zZvB{D$`D&^d|I0^3ey`N%7+(aco>iXo2I)kt=bguCulE|ziomR4*3knW6&Dj3KC!DZdT^UnN_u6Q z%}R5<7nA3qeeWxKy#+J|ehSG!@B2?_wqF=*n9){W@;ZLA(@lz_<7`1KT-mb46ReEx z#-|7ac1>x?DwfoRSPD-%hKEN~0z=7#+yznnzn!n=Kx%a~An6dbVv%M=)oS43-0Qe@ zL`Y}+iL~(T5+P@2W6NdPPsaXI=06ATPUT=yEt0l%pFSIPhh#+n%O5$Dx1p%U#8h6- z_X;6E+8KXEK^kI4CH`#HMUdy`it`Rw24p4#RdbJ6#g*MyZTQ_cb<2F@CS-ox`X50t zpgG`Tajq|7uxgDZkd!Z9EK%lrxiy$8}LS8tIR4Rmsff>*moK;I|-! z5nv#hc}ccS9nKkUit*jvNVG&1&ErEwDErKge2v35bci4>_K$7>%sh$3IETc&&ZnkC zGyAj#XoNVUdxdr>hF1Dd3Z=z~SJK2)Gb&~?=a&;?Uvtdl_u6WCoPD6R3BY$l?}`yd z;VFUohj!T;jXVVweFSq+n+OIEq!h64B=e0~Z&r z4L`nwUdL$F^h37ofNpbD9dGz%eo$AmFbiVOx(m4ciH!<>n=3$DsqLHr$8l$Fdz`-N zSZ~E(j)~v5#spXyDNR=+7jKyAVukWzphjTey!F)F=}QMRSvS&=c4q!1r*9wuUJtMq zOed%ba6wqW**~O9Y$u6PcZ~4f_0}togF7=i0yCM39=&mdn+{GPRa&1bV3uJRLLZC0 zs^H#u6_>}c>CV++t^Y-NYX+{~@MJjC{t>t8%`Mnrv8hVooYoRXEm38EGinjt^a2&@ zPFES0yv+7~4nt8uL;{+wbXcTgh$ zu$srpR=Mxyq=nt!SwX0PINJfoCh*r=3TkI(kirTXHb!jlz;NV5`9qvI^=bHgyAgg>@)Zq z5|EO_G8;&-(Y(j#akPkxDi&jpQos$Sn6te>k4^DgPBI!sw~t!u%lu*JG^j@J%jtq+EPs^ZQ;5l5nfD+0oqM@v zI58Nt_Wt1B?)xs`O<`OkHAtX2?}0Gnxht@z{f(f+Irw@N3-`D1v;?DfIU`= zmQq@qRrQuQ?plJN;IByY$5W-ZU4#5A#;~elF%d<>wn*o=NJ{!_?L=l6#h;bNWpJ&f zL^<50_{cu-Q=rhi86@!ayPXI59&1w@+OP1dWCIu z`*|h?5=8D^0njzP+6oUd+l|(6WvJS#LyoT}nAczFh_GWTi#?7GsxggMr?)t6kNxz* zDo)!F_>XJ}ilQ(__uwqYVyPE-@9)ijwhe1!l|=*h#4LQY#U5_$H<7vN8U&8EtzBgt zLDgNT)g}D%K5a~VkQBM);5lPPq6h6R8V5(05D0m(b^*2AJ?B2yZLn3(z;O(4f1U9j zYAgzW06L-}H8>a7wjS4caCw@+?jLeuV%;zC2rOaBi%`@%9*Kb-^GJzd(oiPH?P}8?hUklal3eh|Z+HNeEiGR=WJ7F@2&uG9SN>P1z6jA>7%h>>KdH6hq`ixm#`GVru+>*|kPIMjCuD^pc~OcpSg!uJL2M=jPd+ zR4Sf8(l@T#X~_XW<5om2P#e~j*FkM)&A#-aXyx_I5I9x<>m!^XBV>LAc`YmG`b!{R zfCy8l{j;yQp_I7K!W>UkzJ^7yKT?;mp;eJPaww@L81aVau`&S=qpyCSr(h4a)W0w{ z#hl^}pv~W(vb7hz=SFQ}+e+b4S2Wizs#YIcUo0=l9Uhc8aIZ2pGm4^kM5WyFWX6(R zM)c;7F5#h#g6ZGZY+yQv;FSzmnNRG<8WAsu|S$^a2Htv)}^Jj@qoQ`c}U5U1FIV zAd90g|LE!sz5xAWq|wrme$W(6RRMN)#+QsDaJ<(p8!YwyCQs?&n1t!8Fq(Q+$9o;; zfEx3<**8hoUfarHpWq0R`8smkq+-8Q-@#U3SZ)M;p%Pl=WMYCDLp>{ID$DlvF-pbG zu{j)Cw$MjqSyzFDd+Jo_Bx8@3-FUiAPvEZ(`)Cn7N&ijolO{&Z&AU=X@sd@FI3r-n z9)zfl@XQPJxu?U(ej2eu>-%YiW~GpjXf0#ISG2}(E~&X`hfFz>B1K>AkS4s-J?qn} z9|D(Eme;%Mk7O#JSxO9Zari4hIOJXhWtcR~tx$1|@37<}?hq?%T%2D6bDEgH_L8P7 zV5e%MvV@jdq}+pMY-~)7FpzbAt8}dEfM$!$e~II>i;Fd`vt0)kiz&-zCxne2G8dUD z=S>!h{T_NnPjesg+Qb!2a8jp+O}>RF797NI6?RwJ7zj3yIaBNz3Yx# z4DHUq0H>2+=D}b?ZR7z@cxuKE#{GfPkg6t*W)@8y8%3-$b$-rQC3g<7DYwF9ebdzU zG`HjNi_N;6U~<>A+rnwWJ)imYuXlg1)wGddBJU3?7>y&_8ou(162x)YnjPFzk9z&- z>Zqi8KTQb1m_&(x*_|`PC&ELOyPDfCMMnTzRfGo4Tj+2v%O;%Ghdv;dFOKXRVY09P zXZJCBYnvE#94wVbX=;OujN2N*xzLxTkiCzRV;g;+>6;VTWh`|%I)l)@78k4SonmE9k}SjaXe+3%xsKb z(vC-h`l+Af*mP4rypcY|1cXmkfnI*1z0V^hKn>QId0x4PnXXAzh9(ckR{Fe#Tu?}J zL|0*t&uzQPK*|No3d$wX*$IM1&M#>;Apuu)t`n^Gs|DSZkjQK@G=h#zzexMk#`jz7 zs9g^lnR9i_N*E+K1}>Q z;u1B6S0!^%?+~5Gm34OwtoTZyfmz{>21V^xV z-#^;|X;Zc&=;|xy-@Gor8Hi)4UjzN&bx`4>OE$HqM$)zP9V2{X+pT<9P z8bZ=EH3O-gbMltNW|s<5o`D>uzvhkao-8KzJ#JOE;b*uE4E#nQ(1~qATu-DS8~o%F zwLiB#2<*0M8+&rfM1q|C3PsQPtk*$UC0DbfolA^Xo~2wEjj?0_5!~@Bi&y4}}+Y zRb%qr&E_e>>DB>6^x?|9?uQSSv)cvvSQ9nydi0uS!3+pRbc$DoAm9XGq$ z!5IG}WVoUPFztht-zn4!S0N0_TCwY zpLgdF#&(m}2@UNVT`GLR{kavZR|sdvuc6f{&whR4f)XR@g)aWOOKo0l{t^lAll1=} z@>7iO!#mb>KUh8qzj_V~E!7{b0h}?e=(g zJ(G%yLnTBwsX)E5IfmbRS529<4$5W3W?y8qq5+p&n&xQDKuZqwQH{d0>qr`qo811x z&}mQfTRyV1!2?s=im~DsCCiJj{9+U>t`|z^RmNgNOq-~HOwAQinou;`UIzNy=}zIx zLBo9_2OiCS^i{I}NOvSYl>Nq1j}1Y0yEMY)ZmV{d0lJlfHb<|eOmQ>e2e^14I|%GH zN6A6*%(0r*3Y(>BX0u2pc@xcn?2oLLMAf!aGv)0aUCm~rUE+KFHXAAvl<`o~BtQ59 zy7e0iJ}@VN>Po#&sQ;Gh<*VAhTV|ZVZ>T-$;NDlZ)GU&9Y*WqHLU3k8*5*NWN$9H7 zyhFg6*2Z+LM?))>tIT4; z`fD%HVxRCo-i$r>(Tb*^nbJZJe4@Sl3W9+bAXQHpcOmdkOYK-d9wy>l^)-f*w@i(Q zSP9BYMLN>d-O0MA%P;cD7WImUyalld@T5xsxR2f29TdJcnLlDUpb;A?`vMdO34G5B zQw_>ZfNvIEliz#N{5ZD$^%VIC8nbRLv=GOy6jH7wbVRyF3JEAH@L-MqT=o(rUgn{c z`QI)*r+R4cB?yp8Iba!%qw9m5r0`}hrOook?}q(y{9LbY{c^1G*%ffymqR^_x}h&z zW@pr1UfEX}m|6)Q$5#ePHoT}^h>I^2*~{Fb(rhP9Nu(`w+qB*JQEoMT?)p}vF3-X) zxz&c3d!&R8r?Dq-nFCa){j^O)cl>>*nz@<6*c~6dno~t;*nh(!yJnC(@60# zCG#8(2Kd++7XNAkC=Mwldh#VO2FCOwCkcBh^OS}7J3}cyt1QSmUpxn^F#BqN`;Wjz zuaJ{gLh53oKb0`8WqewwN{%ndcuwoD3!kn2r&R&YQc$8MY_?8!Y6bccM+U}vxa%X% zVPUm+&N?@QC6rmi6oV*6V5eE<^+J*Bm+Luw1b*aSI0N0<46~JBy^=JAN7?Smz9sI$+n<{;J5$lq2B-dp$P9@#(ByVf95ha7nbvGijzUt7;rf8V#H3Q*5+;t>J zPX(hCU|^^f_Nac+w@jPrc)85;re4+PksroPmdZb039K@opq}v$PIUq>xuig;ji`2gSpSy#CK2Ar& z>+S)C3gOW|??MNf?7dfND0U9wwW&V{Gj!lQqIe^Et^{0(ZdrbH%JBFc=9(wiPqfHnkiKi_3q}zladkbQ z_jErzc)T476bX%~F)M8LBZ*~1GaqqBXwnqN3hIKZ+_ci}1cO}XJ}h76$Oh6al|!dQ zn~V);KnCD&5l7!9!WH~>YD$4cYs9EVrcH(H2hk8uy`SB<;e43CAE+GUm|Lz?hX7?y z%xJ*grbY=2_Vl_qKH}Yf30Fevicr&1j%wpdoYa&4N++uh1w6&s^liYVs#>%sVixRT zbso0Hg|w+G^FID}c7t)Q$KF|7dZqfST9(7on4A%lH4N*|Ws&V(FZWE-f?y4!8Y=vl~bceBkCex_)w}&#^gG@nn%#X-v zU449?7g+JpHFQ(!C+F(a|KQH;N0C(ybygWaT@uhHVtDl0L_w}3=opu(d%9J`L*v(3 zK75(slmvme^z#@NJ)%EhwWR338=cQaiox zyCDyve$_bm%F|;-{2nXfu+3i#_%7jk-BHV@}iQJL}P->7h zi5k+;v$sjS5uZwgtM|OSz&chOV=G#+!b&hR2?Q^u1t*Y`NsY5-R(P>x)(DIX1_`dj zp^R#37{57eTEkF6L(~%RpcmS=QX5M9U|uvkV1U<@n5L~8uqAjHE^apQY0rV+%&tdi zje$ve#Q!BHdIM{Uwzpa*#J(FxNUg|4wJW+{$ zBt46l=z|zA z+bn}SMPi`RuS33j9D6_}zGW_k$b3VtMq+hb#fM1dul$|}bF5$ep zRP>e_9%>H=gou=iSre7Qe0;u;rvcm2uG#dqOHHYdB{llTGx@N%zY-keu+bD+r%#o_ z6}ReH8^|WB42Sq*%-6tHU&-Z#V2%4v_It3D}4_AJFr$N|f^imjT#-`anW(`L@5H9(w&Li#-IU3lRId@J{b& zwZ%82G3FeP7o5204%Pj~`}kz0KnBu^c;O+Cmf4DY!9syl0RfN^I55>Eio0@H1r_U0 z_@g+}s7ofI-!YAobwu)IvuI`TxQ)^&C_Q2c%AWZy0O7pT&F{I$T0P?a^WS#pHuCZjjWNg%ZAAw1x{ z%hBl!yR1BUM=MhX>BK&GI%>4f7rq(I)X;VuF3jo@C;n-Ga&nbdOjX8_#Yc8=sYbD8 z8dg8DVB(}Q@@6q^JbbO|9BP2`G4$V-3er>Y5!z}*Lmmg(Rf}kyQ=FKh%4z<2mb|GvBYSZwmaHPB&905 zIf+Mj3%4*J`Awf;mJZHBh;f!WT!} z^ZvmgJ1fjM4$j5OED}WpH8ph_cUR1K*1W$n&wQH`1P-K-hqzGRBUF)V1{9#vM2IQrnw}RbQ4<_Ck8*WSjxazRhof zFV!*ndr7hm(NzGjoRzL6I5YiUGGxz`ypzxg-$s@}gaj zZ@y%N2b+cNq5I_zKXlJcSj>U}vYrAbdEamnbtv)UesjngEwuX8;SVM7S+7FEVijms zecDwSf<_vtqRYc8t0B$nb^*HSl-D-Z7=BM#XXyk2LCBS3-v{!^VYu&%3J6JUI}gKX zRY~nY2MkOzL$UDwpXm%zUF8}^2^$|c6#b`4l3i~?f&{2j#&-VKk`_Tw>+9nEc#ehC%kM*@5f+=5h0KRI)7VAf~?flwQ`4kV4B@-U|+Ro9IF( z<9}vkQ6VhOw>uQrbyKtYFLm5W@Jp?HDG!)1i@f-$EqbqTd8<4 z;(?f-ox>Sf*?}#Y>b(y#WMosJm6OT(ujH(VPCb$3lg32!=az&z=b}ZrF_iYZBE~ED z7vn@F@IT9xODgH(*9a*qG1P@t4BjlHJy%an)X!O5+X*Kl7BW@r@cVMm9{tLPt)Y0D zM(Drcq4PgKyDa89x4YK>kah``MOF!@cR~Eni-+?YjIgI*(W#ZcTIeQhy}&@1jeXW} z(CFe8d~OavB$KjSt9GWBK^`R9w5E3Jl|A#<0pQ&SOJBSxY32$VVUQGfY{rp>Z^b+0i3 z3{Vb+RBfp`4r|wmMDphWv)P9Bmq^C$yg3@yzah=L(`Q3E82aUS>OxiVOqxwZe5FJ% z3N+HLA8*WlJuIVHt3fKyMVzQyjCe;>{SqL7LT;HcSvd;!=Vmn8M}yGv##I^u@WcpI zcY~y0$FYSZi8w7oNL9==<6lgO+8REUB(k4DO~jaXA;xMP$aj>!CP&c)IuaR1#t}e4#;#_W+~6DANcReWPMYc;J#ckbFvzgLozN;Jkt!uvP5y)D|MUHAWV)G2?2oCcW zqjpM2Tm3JhfOn(d;0ozI-Ago=KnPbc=Bk`jT$ZwRJKFy_ay?=Ah3X*2_;yL`W|P9%aL3L)TBg;lrJo+92T0$^TWp_tl(3Ki4aWRuJn_e(d>1>UA0>r#Iz7$t^h5Eqi_(e18{SAZBhBZxh;a2WNdR?wIjFd$8~x zYN6CZCU_&?U3I_jyZ`)ml%oSLq~aT0NpCWKwrp9Cx3;*YK$_09PooykrPyzyda9Ry zg=WdRV52$*2LMVywZDcFuE>n;=?A|()2k;7Koa5#&WaZYoOb|@GvI^j^!2gj7>xT4 z(P@H|Z*0C6nX zwxRzsIazNDWcR>$j~%iz1#p#_eKqS9RLLu64YlLgE<@@sis6<4be{~IW zxYP%;nzkb{8A;#1$ZN@A8@o)#V7Xe>fdm^{%r-fQtjq%B#(6B*mcFL}#Dc=nPqgTM z*1#-}dCMs)b498crgWGJXr;YXM?3|X=NzKxnMUD$8u7G|?EkAM18nUa^V58I&lA~G zdf$SWOW}p-#@o4P293Zfg_6Gv+K@gxRFm5$gOQPr%cc#vUGZxWdYlB?@aeEnOp@Kc9Nl;Q|dZTQ@ z?kdh=9T~tO1>uhAD8o|qVIu=gXho8cQE@zJV5(of+v6R0n+P19m6cl}zb<@?SV+%W zNoApGaSu$$65@&1tY(+gA{HATpZd7~8TT(h{tEumw_04YK}(mqDwInlF?Idp)0yAu z(||X3Y@F42Y>#0=#48EReF(#8g=;G8qTDZ9X10^krvx7~Sn$X-83}*#9|()TMu`)& zLX~iDArdXoUlZh~6Rp!(P7~l7T5wH{Q-WNtkV!3=>Hej`CFlhRWyer6Z87Z=Ip@4T z2e6O zdxIx?JVdcjJ~K%lEecmvi}4(eY7brj;%k#^fJPSN#ikG~d{)n4o_a&JD|4MQe@=)x z(Ng%A`w)m}ki}L+xC<|W9RGcJj5md>IuCY9&1OCn4ca1-rPJZo3xFBD{=&*I)`9;o zRf6#ku-8}LEs9%T_7vvpE`F@wb^Z7sr_4>g@o26G6tpfG^Y6^a(!2y_G@M`gIKStn@yfGMa=NIfnqwLFW6Brm2K8kk4 zVlR{SRtb0>0fnK_!Du$j_5qLa`j%W8=47;EnE`B!wH^AKw64;?$~BQI2M*m>Yk*4j z0v_T4Jd|zbq8`YW_&IydHWt~m9oc8NeMieaQs72Ltcet>=0y+Xwi$O&AnSMLFOjA| zE58#7JYF9($UaG3i?_6Wq@OPnt?>^rxY@1Fhy8IbF_kQ?& zDs$D}<-1~rCXKX=^Z$e2XU+M&vPH5Xvg7LD@9vGOnl=DBKglcR*I8oPE<>My?(514 zDN;`e|FAQVnvBs1IRrKi?R8chw6E<{E7zCzNMU>rN^LBy=E(>%u3ae5Wn|;f&l80> z#_D0pY%wuQ4zI$l(;FTWd}+gD-QzD-7`jUO0SLm-=EjDDtK$Bes5Wd{xzSew@oW+9 z(&BVF$jm4<1b8~}ZS4vAm_Vvq;FPuKE@xKYi(;$^cioc^N7`h;%)Rf@UoK9j;NDMz znET3Dmk?ig4|+~#m_!?oJTELP6=OzrN@$hlne4<0?O4hmrTw^;ju>xaB@Gy*zufz{ zW_^s1Q?h}{mISc3a2uLVoVfl^u6A4m&{ppG1sW}9{%YhY6(i$^{KCA;b)EU6j>rNl z6^6bv=d>~Sc^)XZAvE<%ixcGabfNPy7yK-~#eKX>y@L(9;#HVqvHp8-t1gGMjNntB zTgJ#=NCh1nd6FrF%8Ooo{^}$|a#wZglPL^9b)`{(&@5ZaPSsly`L z3IH=Mm{wTb{!=86fTFe7`&ftz9NB(Qjb}c*7#Wtj3j;OjZMh7Y)2BmeB628;$Py`j zO_H;W5)VT>Fko2nkTFN5BxJexubKX)8nzT4)vyu>=r}xHawS^+&9lmb24%{P9p;|?k2smn+C{hX>=a8X>q%4_s~bt-_a zYzTnC87x^+{+cU>zg)c`nSj35m?ArMv6q) zfhjF43HW9*2rX$iSE%& z^!ysgM#2p}dr56TlHpN{uSJDglzg6ldJs0p#a!}ldy<~b**rPI(2(vxi?WPBXGOhb zq8#`~rpI9mEjW8*u&BN(exaEh^3FpgKx3@O37{KCtOy?FSB)^Coy4C0xkElKX~95Y zO1K%lhD4Xcu))a4K}zCkev z@azjDcJ>d|S3?MIJYrZsf{pvrEcMk0hN-59#nF_g$+gAqxsSTvrCYb_CaJ?7YJzf- zrC|a*gprX+J+TC?!bzG8j#zJv0BHQHWh@;=sZtdjX@K(c;FF2su@V@2RRuRFpd%WX z4DlrS0nP60gGYKV`<)IA5BUrG#xcCA83!pE#&bk!8h9e_f;0 zr+Ym*h@07rvyiUB?ZY9*t>LyQ0j#S-E9`fJux>t=oaZuiP9|A6vVk7_E@QG&h_3nm zgv1`38319doRIdS(fyvoxW)?Y*jDoHK;1(N%Qz(b@8Z#pZ=&eLZA8L5HhIw{mH8K6 z{4Tai@F7+foWWwtt{ciOvws+6ae`r~8=-RG+c9$h4bhc$O#;Ln^VXgC^P9Zncsugh zr~Uvr(KklvfTYA{w{eDooc|~bS6^b}+vPRQE$mMUc|nrV>;QtYco1NKRdC!%3^p(3 z`4Q1x?zA=;7sNG;7SJqn6{QIlNCHNE%kO{RE~qtxNk8;?pc2QHUb)|%3E+17csJ^V zrqWk81wY<#@)K%t3Dfl~#+S7}80%~kLpTvsnUb__;RIUBHAg4gLj5@=drroRhRQGUeq2j~#@6qip*d}5ctE8zl3 z%el!rFL2T;SW==$1i0C*n37xpquXsfa|i_XB}I%IZ-3 zu;`^;kusWu2<=3$$LPjb*`H*N&QCC9z2ttkJK0p%S!{7F4=_VW~}WH!oO>5dSLy4ac$duF*d3RERJ1DZn# zY^&$`%p+{S(3@sivxmKNTI@g6^e3IZy5n0{ex)v^7wpZ8vJ4S`?MpOtLy9B`^cLq2 zAG+w!0AwxXxk)phaY^1tV`8{P@;i0jqw~!jmO@7)GdW};M$bG;j0o3a#dJ6t^Hxax z+f=N7IaMyO|!LCiP=a#CuB+s`Nx?+;w9D2ZAyQ zm>gxRl`{I`qG&FoD0*Oj%3(X&8WkC>O0r65;W8U3YlR@qVI&{j7~mI)f#A;xIk&Q@zyW(Zm-(FT3YFD z_RLnP<(QYcX>8ch(L6-hWXyI}1rkOGlCQZ8Ll;_-97RpDdK-iN_e1=w3eh($6SpvX zg9iJg$Q?`u*tr{PxjFYO|4B!_YeA)ge{UWT0z{PL;LlRO7hZ4R9oyA+UIayO0}M2_ zi)+dy{Q^;#a(od-F!K}|GJAwtb#2~Yq_J-On0DU8d~x%4?P^zZyJd@sff;_{$^GMy zHR-igB6)vKo5Cn<(S?Zat+kX%l3_1yirFv&7xv>jhOKLS!lZ#5KY0Yu&qc%o@0jqfqfycu9%3YB|!o&h~6oo zxNyE7v83iI45v)AZV11!GnCc=+I0^lVRCThy*mbWSmK^JW?a7i-xa(6kmCFurNUdB zZ=6%v;le@2DLLcxx#drE(IaQaar{?W|6>G*@CRPw)4FsHVOmCboj>}NAE|$&rFd>| z6>~eJ$7up(#o=C5HdNN1UVZvwn3UsUTo5=JOxP!-yyufO^p#I}kB9nb3E;ZehuAb#F z!CwGX>JU`#B5MPlN-81@79=aH*HVFY>{SqHZQsHN&Z+lhD??C0`== ziAB;IB90v+$tn-aVL{)gAb+NgG&+K30O%Sc~X7 zkx=qJ)sbh0NK#6ucG_Th@NTPxBl)FW=bbWL3I{N;-ne4IO1>O%hj<160dxOiZ?r znwg;WP8+XP5t@c}u3}@H#ZqnOBhKiGO^$nKVcDeQM+2s{{Z&utds$jzcgof2%w`Xd z;c?x(oSJh%a@Q*b|GHd#U6udt43< z-eZmFH!&u6iSER*-JfiY^sJ%H9E!o;!H zGe5zME+kHzZHgEP;wa^r6lyCPCUhkpPfNxwqr<50?5kIeApmt?qP;i0fZU_Uc;bI` z!PJ+V>P=^5+U+bk;(90tT~|zv^oPT>Y@H3P@>=0TEQOp4c9Sfh4BCY%e

9<06{zHx#@_ig=9A^s9qg$aw#?LINh~w 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

L!T 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

I9O}`-b8<25dUK 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 h00000000000000000000000000000000000000#-dFucG literal 0 HcmV?d00001 diff --git a/echo/frontend/src/components/layout/ParticipantHeader.tsx b/echo/frontend/src/components/layout/ParticipantHeader.tsx index 4dd7f0829..83ed2c5c7 100644 --- a/echo/frontend/src/components/layout/ParticipantHeader.tsx +++ b/echo/frontend/src/components/layout/ParticipantHeader.tsx @@ -3,13 +3,15 @@ import { Trans } from "@lingui/react/macro"; import { ActionIcon, Box, Button, Group } from "@mantine/core"; import { useDisclosure } from "@mantine/hooks"; import { GearSixIcon } from "@phosphor-icons/react"; -import { IconArrowLeft } from "@tabler/icons-react"; +import { IconArrowLeft, IconShare2 } from "@tabler/icons-react"; import { useLocation, useParams, useSearchParams } from "react-router"; import useSessionStorageState from "use-session-storage-state"; import { useI18nNavigate } from "@/hooks/useI18nNavigate"; import { testId } from "@/lib/testUtils"; import { Logo } from "../common/Logo"; +import { useParticipantProjectById } from "../participant/hooks"; import { ParticipantSettingsModal } from "../participant/ParticipantSettingsModal"; +import { ParticipantShareModal } from "../participant/ParticipantShareModal"; export const ParticipantHeader = () => { const [loadingFinished] = useSessionStorageState("loadingFinished", { @@ -18,8 +20,12 @@ export const ParticipantHeader = () => { const { pathname } = useLocation(); const { projectId, conversationId } = useParams(); const navigate = useI18nNavigate(); - const [opened, { open, close }] = useDisclosure(false); + const [settingsOpened, { open: openSettings, close: closeSettings }] = + useDisclosure(false); + const [shareOpened, { open: openShare, close: closeShare }] = + useDisclosure(false); const [searchParams] = useSearchParams(); + const projectQuery = useParticipantProjectById(projectId ?? ""); const showInstructions = searchParams.get("instructions") === "true"; const showBackButton = @@ -30,7 +36,7 @@ export const ParticipantHeader = () => { pathname.includes("/verify") && !pathname.includes("/verify/approve") && showInstructions; - const hideSettingsButton = + const hideHeaderActions = pathname.includes("start") || pathname.includes("finish"); const hideHeader = pathname.includes("start"); @@ -52,7 +58,15 @@ export const ParticipantHeader = () => { return ( <> - + + { )} - {!hideSettingsButton && ( - + {!hideHeaderActions && ( + - + + + + )} ); diff --git a/echo/frontend/src/components/participant/DembraneEventCta.test.tsx b/echo/frontend/src/components/participant/DembraneEventCta.test.tsx index 2609721f5..13dea0ad9 100644 --- a/echo/frontend/src/components/participant/DembraneEventCta.test.tsx +++ b/echo/frontend/src/components/participant/DembraneEventCta.test.tsx @@ -63,20 +63,14 @@ const wrap = (node: React.ReactNode) => , ); -it("makes the case in three reasons and one button, and asks nothing yet", () => { +it("shows the heading, illustration and one button, and asks nothing yet", () => { wrap(); expect(screen.getByTestId("portal-finish-event-cta").textContent).toContain( "Want to run an event with dembrane?", ); - expect(screen.getByTestId("portal-finish-event-cta").textContent).toContain( - "1000+ events", - ); - expect( - screen - .getByTestId("portal-finish-event-cta-reasons") - .querySelectorAll("li"), - ).toHaveLength(3); + expect(screen.getByTestId("portal-finish-event-cta-art")).toBeTruthy(); + expect(screen.queryByTestId("portal-finish-event-cta-reasons")).toBeNull(); expect(screen.getByTestId("portal-finish-event-cta-button").textContent).toBe( "Get in touch", ); diff --git a/echo/frontend/src/components/participant/DembraneEventCta.tsx b/echo/frontend/src/components/participant/DembraneEventCta.tsx index f145e17d7..9c3f77f36 100644 --- a/echo/frontend/src/components/participant/DembraneEventCta.tsx +++ b/echo/frontend/src/components/participant/DembraneEventCta.tsx @@ -1,16 +1,9 @@ import { Trans } from "@lingui/react/macro"; -import { - Button, - List, - Paper, - Stack, - Text, - ThemeIcon, - Title, -} from "@mantine/core"; -import { IconArrowRight, IconCheck } from "@tabler/icons-react"; +import { Button, Stack, Title } from "@mantine/core"; +import { IconArrowRight } from "@tabler/icons-react"; import posthog from "posthog-js"; import { useCallback } from "react"; +import PaulineUnderstandArt from "@/assets/pauline-understand.webp"; import { PricingConfigurator, submitPortalConfiguration, @@ -23,7 +16,7 @@ import { testId } from "@/lib/testUtils"; * * A participant has just spent ten minutes talking into their phone at * somebody else's event. This is the one moment they are a lead, so the card - * makes the case in three lines and one button. The button opens the same + * uses one illustration and one button. The button opens the same * intake form the pricing configurator and the website's needs form use: an * email, six questions, then the event intake calendar, inside the portal * rather than on another site. The answers land on a `pricing_configuration` @@ -56,68 +49,29 @@ export const DembraneEventCta = ({ projectId }: { projectId: string }) => { }; return ( - - - - - <Trans>Want to run an event with dembrane?</Trans> - - - - We bring the tool and the crew, from the intake call to the - report. Proven across 1000+ events. - - - - - - - } - {...testId("portal-finish-event-cta-reasons")} - > - - - No app, no hardware. Participants scan a QR code and their phones - become the portal. - - - - - Results before people leave. We run the analysis live and present - it in the room. - - - - - Every insight traceable. The report links each finding back to - what was actually said. - - - - - + + <Trans>Want to run an event with dembrane?</Trans> + + + { projectId={projectId} submit={submitPortalConfiguration} /> - + ); }; diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx index aa87cd45d..34f7025be 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx @@ -69,7 +69,7 @@ export const ParticipantConversationAudio = () => { key: `refine_disabled_${conversationId}`, }); const textModeUrl = `/${projectId}/conversation/${conversationId}/text`; - const finishUrl = `/${projectId}/conversation/${conversationId}/finish`; + const finishUrl = `/${projectId}/conversation/${conversationId}/finish${location.search}`; // Check if we're on the verify or refine route const isOnVerifyRoute = location.pathname.includes("/verify"); diff --git a/echo/frontend/src/components/participant/ParticipantConversationText.tsx b/echo/frontend/src/components/participant/ParticipantConversationText.tsx index 86aa5d4d0..ec4ffcae3 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationText.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationText.tsx @@ -1,7 +1,6 @@ import { t } from "@lingui/core/macro"; import { Trans } from "@lingui/react/macro"; import { - ActionIcon, Box, Button, Group, @@ -41,10 +40,15 @@ export const ParticipantConversationText = () => { const conversationQuery = useConversationQuery(projectId, conversationId); const chunks = useConversationChunksQuery(projectId, conversationId); const uploadChunkMutation = useUploadConversationTextChunk(); - const newConversationLink = useProjectSharingLink(projectQuery.data, "portal"); + const newConversationLink = useProjectSharingLink( + projectQuery.data, + "portal", + ); const [text, setText] = useState(() => { - return searchParams.get("general_feedback") || searchParams.get("feedback") || ""; + return ( + searchParams.get("general_feedback") || searchParams.get("feedback") || "" + ); }); const [ finishModalOpened, @@ -81,7 +85,8 @@ export const ParticipantConversationText = () => { const navigate = useI18nNavigate(); const audioModeUrl = `/${projectId}/conversation/${conversationId}`; - const finishUrl = `/${projectId}/conversation/${conversationId}/finish`; + const currentSearch = searchParams.toString(); + const finishUrl = `/${projectId}/conversation/${conversationId}/finish${currentSearch ? `?${currentSearch}` : ""}`; const handleConfirmFinishButton = () => { navigate(finishUrl); diff --git a/echo/frontend/src/components/participant/ParticipantShareModal.tsx b/echo/frontend/src/components/participant/ParticipantShareModal.tsx new file mode 100644 index 000000000..6633c3755 --- /dev/null +++ b/echo/frontend/src/components/participant/ParticipantShareModal.tsx @@ -0,0 +1,157 @@ +import { t } from "@lingui/core/macro"; +import { Trans } from "@lingui/react/macro"; +import { Button, CopyButton, Group, Modal, Stack, Text } from "@mantine/core"; +import { + IconBrandWhatsapp, + IconCheck, + IconCopy, + IconMail, + IconShare2, +} from "@tabler/icons-react"; +import posthog from "posthog-js"; +import { useMemo } from "react"; +import { useSearchParams } from "react-router"; +import { QRCode } from "@/components/common/QRCode"; +import { useProjectSharingLink } from "@/components/project/ProjectQRCode"; +import { buildPortalSessionSharingLink } from "@/lib/portalSharing"; +import { testId } from "@/lib/testUtils"; + +interface ParticipantShareModalProps { + opened: boolean; + onClose: () => void; + project?: Project; +} + +export const ParticipantShareModal = ({ + opened, + onClose, + project, +}: ParticipantShareModalProps) => { + const [searchParams] = useSearchParams(); + const baseLink = useProjectSharingLink(project, "portal"); + const currentSearch = searchParams.toString(); + const shareLink = useMemo( + () => + baseLink + ? buildPortalSessionSharingLink( + baseLink, + new URLSearchParams(currentSearch), + ) + : null, + [baseLink, currentSearch], + ); + + const trackShare = (method: "copy" | "email" | "native" | "whatsapp") => { + posthog.capture("portal_share_selected", { + method, + project_id: project?.id, + }); + }; + + const handleNativeShare = async () => { + if (!shareLink || !navigator.share) return; + trackShare("native"); + try { + await navigator.share({ + title: t`Join this portal session`, + url: shareLink, + }); + } catch (error) { + if (error instanceof DOMException && error.name === "AbortError") return; + console.error("Could not open the share menu", error); + } + }; + + const encodedShareText = shareLink + ? encodeURIComponent(`${t`Join this portal session`}: ${shareLink}`) + : ""; + + return ( + + Share portal + + } + {...testId("portal-share-modal")} + > + + + Scan to start a new portal session + + + {shareLink && project?.is_conversation_allowed ? ( + <> + + + + + {({ copied, copy }) => ( + + )} + + + + {typeof navigator !== "undefined" && "share" in navigator && ( + + )} + + + ) : ( + + This portal is not accepting new sessions right now. + + )} + + + ); +}; diff --git a/echo/frontend/src/lib/portalSharing.test.ts b/echo/frontend/src/lib/portalSharing.test.ts new file mode 100644 index 000000000..dd2fe547c --- /dev/null +++ b/echo/frontend/src/lib/portalSharing.test.ts @@ -0,0 +1,43 @@ +import { describe, expect, it } from "vitest"; +import { buildPortalSessionSharingLink } from "./portalSharing"; + +describe("buildPortalSessionSharingLink", () => { + it("keeps reusable portal configuration on a fresh start link", () => { + const link = buildPortalSessionSharingLink( + "https://portal.dembrane.com/en-US/project-1/start?theme=DM+Sans&utm_source=portal", + new URLSearchParams( + "skipOnboarding=1&tags=Table+1&tag_id_list=tag-1&mode=text&theme=Space+Grotesk", + ), + ); + const url = new URL(link); + + expect(url.pathname).toBe("/en-US/project-1/start"); + expect(url.searchParams.get("skipOnboarding")).toBe("1"); + expect(url.searchParams.get("tags")).toBe("Table 1"); + expect(url.searchParams.get("tag_id_list")).toBe("tag-1"); + expect(url.searchParams.get("mode")).toBe("text"); + expect(url.searchParams.get("theme")).toBe("Space Grotesk"); + expect(url.searchParams.get("utm_source")).toBe("portal"); + }); + + it("does not carry participant data or temporary route state", () => { + const link = buildPortalSessionSharingLink( + "https://portal.dembrane.com/en-US/project-1/start?utm_source=portal", + new URLSearchParams( + "participant_name=Alice&name=Alice&title=Table+1&participant_email=alice%40example.com&email=alice%40example.com&general_feedback=Private+note&feedback=Private+note&instructions=true&utm_source=qr_scan&skipOnboarding=1", + ), + ); + const url = new URL(link); + + expect(url.searchParams.get("skipOnboarding")).toBe("1"); + expect(url.searchParams.get("utm_source")).toBe("portal"); + expect(url.searchParams.has("participant_name")).toBe(false); + expect(url.searchParams.has("name")).toBe(false); + expect(url.searchParams.has("title")).toBe(false); + expect(url.searchParams.has("participant_email")).toBe(false); + expect(url.searchParams.has("email")).toBe(false); + expect(url.searchParams.has("general_feedback")).toBe(false); + expect(url.searchParams.has("feedback")).toBe(false); + expect(url.searchParams.has("instructions")).toBe(false); + }); +}); diff --git a/echo/frontend/src/lib/portalSharing.ts b/echo/frontend/src/lib/portalSharing.ts new file mode 100644 index 000000000..3c8825eba --- /dev/null +++ b/echo/frontend/src/lib/portalSharing.ts @@ -0,0 +1,31 @@ +const PORTAL_SESSION_CONFIG_PARAMS = [ + "mode", + "skipOnboarding", + "tag_id_list", + "tags", + "theme", +] as const; + +/** + * Build a fresh portal start link while carrying forward only reusable portal + * configuration. Participant details and in-progress content intentionally stay + * with the current conversation. + */ +export const buildPortalSessionSharingLink = ( + baseLink: string, + currentSearchParams: URLSearchParams, +) => { + const url = new URL(baseLink); + + for (const param of PORTAL_SESSION_CONFIG_PARAMS) { + const values = currentSearchParams.getAll(param); + if (values.length === 0) continue; + + url.searchParams.delete(param); + for (const value of values) { + url.searchParams.append(param, value); + } + } + + return url.toString(); +}; diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 6ee1e5d3a..49a9b790f 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -66,7 +66,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Submit" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1154,7 +1154,7 @@ msgstr "Added" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "Added emails" @@ -1661,7 +1661,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Are you sure you want to delete this template? This cannot be undone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Are you sure you want to finish the conversation?" @@ -1909,7 +1909,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Back" @@ -2178,7 +2178,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Cancel" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Cancel" @@ -2832,6 +2832,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2878,6 +2879,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Copy link" @@ -3713,7 +3715,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3956,6 +3958,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3973,7 +3976,7 @@ msgstr "Email verification" msgid "Email verification | dembrane" msgstr "Email verification | dembrane" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@work.com" @@ -4204,8 +4207,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Každý poznatek je dohledatelný. Zpráva propojuje každé zjištění s tím, co skutečně zaznělo." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Každý poznatek je dohledatelný. Zpráva propojuje každé zjištění s tím, co skutečně zaznělo." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4626,7 +4629,7 @@ msgid "participant.button.stop.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Finish" @@ -4636,7 +4639,7 @@ msgid "participant.button.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Finish Conversation" @@ -4855,7 +4858,7 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Ozvěte se nám" @@ -5569,6 +5572,12 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "Join this organisation to discover workspaces and collaborate with your team." +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Připojit se k této relaci portálu" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "" @@ -6404,6 +6413,10 @@ msgstr "Monitor" msgid "more" msgstr "more" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Další" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "More actions" @@ -6695,7 +6708,7 @@ msgid "No" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "No" @@ -6720,8 +6733,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Žádná aplikace, žádný hardware. Účastníci naskenují QR kód a jejich telefon se stane portálem." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Žádná aplikace, žádný hardware. Účastníci naskenují QR kód a jejich telefon se stane portálem." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8008,7 +8021,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8606,7 +8619,7 @@ msgstr "Record" msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Record another conversation" @@ -8746,7 +8759,7 @@ msgid "Reload page" msgstr "Reload page" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Reload Page" @@ -8806,7 +8819,7 @@ msgstr "Remove {0} from this workspace? They'll lose access to all projects insi msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "Remove Email" @@ -9120,8 +9133,8 @@ msgid "Response feedback" msgstr "" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Výsledky dřív, než lidé odejdou. Analyzujeme naživo a prezentujeme přímo v sále." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Výsledky dřív, než lidé odejdou. Analyzujeme naživo a prezentujeme přímo v sále." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9409,6 +9422,10 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Naskenujte a zahajte novou relaci portálu" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "" @@ -9913,8 +9930,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Settings" @@ -9938,12 +9955,18 @@ msgstr "Setup" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Sdílet" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Sdílet portál" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Share report" @@ -9952,6 +9975,10 @@ msgstr "Share report" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "Share the project, watch live activity, and jump into the main tools from one place." +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Sdílet tuto konverzaci" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "Share with someone" @@ -9961,7 +9988,7 @@ msgstr "Share with someone" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Share your details here" @@ -10056,6 +10083,10 @@ msgstr "" msgid "Show projects" msgstr "Show projects" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Zobrazit QR kód" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10201,7 +10232,7 @@ msgid "Something went wrong" msgstr "Something went wrong" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Something went wrong" @@ -10336,7 +10367,7 @@ msgid "Start in assistant chat" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Start New Conversation" @@ -10453,7 +10484,7 @@ msgid "Submit" msgstr "Submit" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Submit" @@ -10696,7 +10727,7 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Thank you for participating!" @@ -10704,7 +10735,7 @@ msgstr "Thank you for participating!" msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Thank you!" @@ -10788,7 +10819,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "The conversation could not be loaded. Please try again or contact support." @@ -11046,7 +11077,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -11193,6 +11224,10 @@ msgstr "This part of the page failed to load. Reloading usually fixes it. If it msgid "this person" msgstr "this person" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Tento portál nyní nepřijímá nové relace." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "" @@ -11756,7 +11791,7 @@ msgstr "Type <0>{0} to confirm." msgid "Type a message or press / for templates..." msgstr "Type a message or press / for templates..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Type your response here" @@ -12352,7 +12387,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Chcete uspořádat akci s dembrane?" @@ -12361,8 +12396,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "" #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Přineseme nástroj i tým, od úvodního hovoru až po zprávu. Ověřeno na více než 1000 akcích." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Přineseme nástroj i tým, od úvodního hovoru až po zprávu. Ověřeno na více než 1000 akcích." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12450,7 +12485,7 @@ msgstr "Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami?" #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami? Kalendář je hned tady." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "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." @@ -12630,6 +12665,10 @@ msgstr "" msgid "What's the main reason?" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12876,7 +12915,7 @@ msgid "Yes" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Yes" @@ -13035,9 +13074,9 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "You left the workspace" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "You may also choose to record another conversation." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "You may also choose to record another conversation." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13359,9 +13398,13 @@ msgstr "" msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Your response has been recorded. You may now close this tab." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Your response has been recorded. You may now close this tab." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/cs-CZ.ts b/echo/frontend/src/locales/cs-CZ.ts index b3127e414..3883c5aaf 100644 --- a/echo/frontend/src/locales/cs-CZ.ts +++ b/echo/frontend/src/locales/cs-CZ.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Pro zpracování na základě souhlasu je vyžadován odkaz na zásady ochrany osobních údajů. Musí začínat http:// nebo https:// a mít nejvýše 255 znaků.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Výchozí hodnota účtu\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Přidat obrázky\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Domluvit úvodní hovor\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Zrušit přepsání\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Zkontrolujte text a obrázky a zkuste to znovu\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Zpracování na základě souhlasu je aktivní bez odkazu na zásady ochrany osobních údajů. Přidejte ho tam, kde je právní základ nastaven: účastníci si musí mít možnost zásady přečíst.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Hlášení se nepodařilo odeslat. Zkuste to znovu\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"pozvánka na akci dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Popište problém\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Určuje, na jakém právním základu GDPR se zpracovávají osobní údaje tohoto projektu.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Hotovo, ozvěte se mi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Každý poznatek je dohledatelný. Zpráva propojuje každé zjištění s tím, co skutečně zaznělo.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Pět rychlých otázek, poté si vyberete čas s týmem dembrane. Vaše odpovědi si před hovorem přečteme a přineseme plán, který sedí.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Ozvěte se nám\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"hjZBYK\":[\"Máte dvě minuty? Pět nepovinných otázek nám pomůže s přípravou.\"],\"5sIEgO\":[\"Máte dvě minuty? Pět rychlých otázek nám pomůže přijít připravení a kteroukoli z nich můžete přeskočit.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"skrýt pozvánku na akci dembrane\"],\"V3NvRL\":[\"Skrytí pozvánky na akci dembrane je součástí placeného plánu.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Pokud jste narazili na data viditelná pro nepovolané osoby, na někoho s přístupem, který by mít neměl, nebo na možnou bezpečnostní zranitelnost, použijte prosím náš <0>formulář pro hlášení bezpečnostních problémů. Dostane se k jinému týmu rychlejší cestou. V naléhavých případech napište na <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Obrázky musí být menší než \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Nechte nám svůj e-mail a do jednoho dne se vám ozveme ohledně akce s dembrane.\"],\"J8VWes\":[\"Nechte nám svůj e-mail, ať se vám můžeme ozvat.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Právní základ\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Právní základ uložen\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Odkaz na zásady ochrany osobních údajů zobrazené účastníkům\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Žádná aplikace, žádný hardware. Účastníci naskenují QR kód a jejich telefon se stane portálem.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"Není nastavena výchozí hodnota (platí správa klientem)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Přikládat lze jen obrázky\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Právní základ mohou měnit pouze administrátoři workspace.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Nepovinná otázka \",[\"0\"],\" z \",[\"1\"]],\"S2LyUK\":[\"Nepovinná otázka \",[\"0\"],\" z \",[\"1\"],\". Klidně přeskočte.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Přepsáno pro tento projekt\"],\"AR/qbs\":[\"Přepsat pro tento projekt\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Vybrat čas hned\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL zásad ochrany osobních údajů\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Ozvěte se mi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Odebrat přepsání\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Nahlásit problém\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Hlášení odesláno. Děkujeme\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"Sa5FCh\":[\"Výsledky dřív, než lidé odejdou. Analyzujeme naživo a prezentujeme přímo v sále.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Uspořádat akci s dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Odeslat hlášení\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Zobrazit pozvánku\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Abychom vám mohli poslat podrobnosti k hovoru.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Jasně\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Vypnutí je součástí placeného plánu.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systémová výchozí hodnota\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Řekněte nám o akci, kterou máte na mysli.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Děkujeme, do jednoho dne se vám ozveme.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Tohle nevypadá jako e-mailová adresa.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"To je vše, díky\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Kalendář se zde nenačetl. Vyberte si čas na cal.com, nebo nám napište na info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"Děkovná stránka končí kartou, která účastníky zve k uspořádání vlastní akce s dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Je nastaveno zpracování na základě souhlasu bez odkazu na zásady ochrany osobních údajů. Přidejte ho, aby nastavení zůstalo platné: účastníci si musí mít možnost zásady přečíst.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Tento projekt se pak bude řídit zděděným nastavením: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Příliš mnoho hlášení. Počkejte několik minut a zkuste to znovu\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Maximálně \",[\"MAX_FILES\"],\" obrázků\"],\"lLehih\":[\"Až \",[\"MAX_MESSAGE_CHARS\"],\" znaků\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Použít zděděnou hodnotu\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Chcete uspořádat akci s dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Přineseme nástroj i tým, od úvodního hovoru až po zprávu. Ověřeno na více než 1000 akcích.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami?\"],\"8RY8RU\":[\"Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami? Kalendář je hned tady.\"],\"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.\"],\"FXjsEJ\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte <0>Nahlásit problém a pošlete ji se snímky obrazovky.\"],\"XolQc4\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte Nahlásit problém v postranním panelu a pošlete ji se snímky obrazovky.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Co se stalo? Vložte sem snímek obrazovky a přiložte ho\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Kde vás můžeme zastihnout?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Výchozí hodnota workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Nastavení workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vy@priklad.cz\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Váš e-mail\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Přikládáme vaše jméno, e-mail a aktuální stránku, abychom se vám mohli ozvat.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Pro zpracování na základě souhlasu je vyžadován odkaz na zásady ochrany osobních údajů. Musí začínat http:// nebo https:// a mít nejvýše 255 znaků.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Výchozí hodnota účtu\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Přidat obrázky\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Domluvit úvodní hovor\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Zrušit přepsání\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Zkontrolujte text a obrázky a zkuste to znovu\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Zpracování na základě souhlasu je aktivní bez odkazu na zásady ochrany osobních údajů. Přidejte ho tam, kde je právní základ nastaven: účastníci si musí mít možnost zásady přečíst.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Hlášení se nepodařilo odeslat. Zkuste to znovu\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"pozvánka na akci dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Popište problém\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Určuje, na jakém právním základu GDPR se zpracovávají osobní údaje tohoto projektu.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Hotovo, ozvěte se mi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Každý poznatek je dohledatelný. Zpráva propojuje každé zjištění s tím, co skutečně zaznělo.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Pět rychlých otázek, poté si vyberete čas s týmem dembrane. Vaše odpovědi si před hovorem přečteme a přineseme plán, který sedí.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Ozvěte se nám\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"hjZBYK\":[\"Máte dvě minuty? Pět nepovinných otázek nám pomůže s přípravou.\"],\"5sIEgO\":[\"Máte dvě minuty? Pět rychlých otázek nám pomůže přijít připravení a kteroukoli z nich můžete přeskočit.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"skrýt pozvánku na akci dembrane\"],\"V3NvRL\":[\"Skrytí pozvánky na akci dembrane je součástí placeného plánu.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Pokud jste narazili na data viditelná pro nepovolané osoby, na někoho s přístupem, který by mít neměl, nebo na možnou bezpečnostní zranitelnost, použijte prosím náš <0>formulář pro hlášení bezpečnostních problémů. Dostane se k jinému týmu rychlejší cestou. V naléhavých případech napište na <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Obrázky musí být menší než \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"Připojit se k této relaci portálu\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Nechte nám svůj e-mail a do jednoho dne se vám ozveme ohledně akce s dembrane.\"],\"J8VWes\":[\"Nechte nám svůj e-mail, ať se vám můžeme ozvat.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Právní základ\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Právní základ uložen\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Odkaz na zásady ochrany osobních údajů zobrazené účastníkům\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"2FYpfJ\":[\"Další\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Žádná aplikace, žádný hardware. Účastníci naskenují QR kód a jejich telefon se stane portálem.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"Není nastavena výchozí hodnota (platí správa klientem)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Přikládat lze jen obrázky\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Právní základ mohou měnit pouze administrátoři workspace.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Nepovinná otázka \",[\"0\"],\" z \",[\"1\"]],\"S2LyUK\":[\"Nepovinná otázka \",[\"0\"],\" z \",[\"1\"],\". Klidně přeskočte.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Přepsáno pro tento projekt\"],\"AR/qbs\":[\"Přepsat pro tento projekt\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Vybrat čas hned\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL zásad ochrany osobních údajů\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Ozvěte se mi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Odebrat přepsání\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Nahlásit problém\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Hlášení odesláno. Děkujeme\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"Sa5FCh\":[\"Výsledky dřív, než lidé odejdou. Analyzujeme naživo a prezentujeme přímo v sále.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Uspořádat akci s dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Naskenujte a zahajte novou relaci portálu\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Odeslat hlášení\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Sdílet\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Sdílet portál\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Sdílet tuto konverzaci\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"Zobrazit QR kód\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Zobrazit pozvánku\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Abychom vám mohli poslat podrobnosti k hovoru.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Jasně\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Vypnutí je součástí placeného plánu.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systémová výchozí hodnota\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Řekněte nám o akci, kterou máte na mysli.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Děkujeme, do jednoho dne se vám ozveme.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Tohle nevypadá jako e-mailová adresa.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"To je vše, díky\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Kalendář se zde nenačetl. Vyberte si čas na cal.com, nebo nám napište na info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"Děkovná stránka končí kartou, která účastníky zve k uspořádání vlastní akce s dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Je nastaveno zpracování na základě souhlasu bez odkazu na zásady ochrany osobních údajů. Přidejte ho, aby nastavení zůstalo platné: účastníci si musí mít možnost zásady přečíst.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"Tento portál nyní nepřijímá nové relace.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Tento projekt se pak bude řídit zděděným nastavením: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Příliš mnoho hlášení. Počkejte několik minut a zkuste to znovu\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Maximálně \",[\"MAX_FILES\"],\" obrázků\"],\"lLehih\":[\"Až \",[\"MAX_MESSAGE_CHARS\"],\" znaků\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Použít zděděnou hodnotu\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Chcete uspořádat akci s dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Přineseme nástroj i tým, od úvodního hovoru až po zprávu. Ověřeno na více než 1000 akcích.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami?\"],\"8RY8RU\":[\"Do jednoho dne se vám ozveme. Chcete si čas raději vybrat sami? Kalendář je hned tady.\"],\"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.\"],\"FXjsEJ\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte <0>Nahlásit problém a pošlete ji se snímky obrazovky.\"],\"XolQc4\":[\"Rádi si od vás poslechneme. Ať už máte nápad na něco nového, všimli jste si nepovedeného překladu, nebo se chcete jen podělit o to, jak se vám daří. Našli jste chybu? Použijte Nahlásit problém v postranním panelu a pošlete ji se snímky obrazovky.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Co se stalo? Vložte sem snímek obrazovky a přiložte ho\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Kde vás můžeme zastihnout?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Výchozí hodnota workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Nastavení workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vy@priklad.cz\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Váš e-mail\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Přikládáme vaše jméno, e-mail a aktuální stránku, abychom se vám mohli ozvat.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"DrJCbp\":[\"Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index ddcec68aa..615775d35 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "Die Bibliothek wird {duration} dauern." -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Absenden" @@ -988,7 +988,7 @@ msgstr "Aktive Filter" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1155,7 +1155,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Hinzugefügt" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "Hinzugefügte E-Mails" @@ -1662,7 +1662,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Möchten Sie diese Vorlage wirklich löschen? Dies kann nicht rückgängig gemacht werden." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Sind Sie sicher, dass Sie das Gespräch beenden möchten?" @@ -1910,7 +1910,7 @@ msgstr "Zurück" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Zurück" @@ -2179,7 +2179,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Abbrechen" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Abbrechen" @@ -2833,6 +2833,7 @@ msgstr "Abkühlung läuft. Verfügbar in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2879,6 +2880,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Link kopieren" @@ -3714,7 +3716,7 @@ msgstr "Benötige ich dies?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Möchten Sie auf dem Laufenden bleiben?" @@ -3957,6 +3959,7 @@ msgstr "Webhook bearbeiten" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3974,7 +3977,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@work.com" @@ -4205,8 +4208,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Jede Erkenntnis nachvollziehbar. Der Bericht verknüpft jeden Befund mit dem, was tatsächlich gesagt wurde." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Jede Erkenntnis nachvollziehbar. Der Bericht verknüpft jeden Befund mit dem, was tatsächlich gesagt wurde." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4627,7 +4630,7 @@ msgid "participant.button.stop.finish" msgstr "Beenden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Beenden" @@ -4637,7 +4640,7 @@ msgid "participant.button.finish" msgstr "Beenden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Gespräch beenden" @@ -4856,7 +4859,7 @@ msgstr "Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertief msgid "participant.refine.go.deeper.description" msgstr "Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Kontakt aufnehmen" @@ -5570,6 +5573,12 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "An dieser Portal-Sitzung teilnehmen" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "" @@ -6405,6 +6414,10 @@ msgstr "" msgid "more" msgstr "weitere" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Mehr" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "Weitere Aktionen" @@ -6696,7 +6709,7 @@ msgid "No" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "Nein" @@ -6721,8 +6734,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Keine App, keine Hardware. Teilnehmende scannen einen QR-Code und ihr Telefon wird zum Portal." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Keine App, keine Hardware. Teilnehmende scannen einen QR-Code und ihr Telefon wird zum Portal." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8009,7 +8022,7 @@ msgstr "Bitte überprüfen Sie Ihre Eingaben auf Fehler." msgid "Please enable participation to enable sharing" msgstr "Bitte aktivieren Sie die Teilnahme, um das Teilen zu ermöglichen" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." @@ -8607,7 +8620,7 @@ msgstr "Aufnehmen" msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Ein weiteres Gespräch aufnehmen" @@ -8747,7 +8760,7 @@ msgid "Reload page" msgstr "Seite neu laden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Seite neu laden" @@ -8807,7 +8820,7 @@ msgstr "" msgid "Remove avatar" msgstr "Profilbild entfernen" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "E-Mail entfernen" @@ -9121,8 +9134,8 @@ msgid "Response feedback" msgstr "Feedback zur Antwort" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Ergebnisse, bevor die Leute gehen. Wir analysieren live und präsentieren direkt im Raum." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Ergebnisse, bevor die Leute gehen. Wir analysieren live und präsentieren direkt im Raum." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9410,6 +9423,10 @@ msgstr "Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App." msgid "Scan to join this project" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Scannen, um eine neue Portal-Sitzung zu starten" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "" @@ -9914,8 +9931,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Einstellungen" @@ -9939,12 +9956,18 @@ msgstr "" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Teilen" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Portal teilen" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Bericht teilen" @@ -9953,6 +9976,10 @@ msgstr "Bericht teilen" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Dieses Gespräch teilen" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "" @@ -9962,7 +9989,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Teilen Sie hier Ihre Daten" @@ -10057,6 +10084,10 @@ msgstr "" msgid "Show projects" msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "QR-Code anzeigen" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10202,7 +10233,7 @@ msgid "Something went wrong" msgstr "Etwas ist schief gelaufen" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Etwas ist schief gelaufen" @@ -10337,7 +10368,7 @@ msgid "Start in assistant chat" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Neues Gespräch starten" @@ -10454,7 +10485,7 @@ msgid "Submit" msgstr "Absenden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Absenden" @@ -10697,7 +10728,7 @@ msgstr "Webhook testen" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Vielen Dank für Ihre Teilnahme!" @@ -10705,7 +10736,7 @@ msgstr "Vielen Dank für Ihre Teilnahme!" msgid "Thank You Page Content" msgstr "Danke-Seite Inhalt" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Vielen Dank!" @@ -10789,7 +10820,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support." @@ -11047,7 +11078,7 @@ msgstr "Dieses Gespräch hat die folgenden Kopien:" msgid "conversation.linking_conversations.description" msgstr "Dieses Gespräch ist eine Kopie von" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "Diese E-Mail ist bereits in der Liste." @@ -11194,6 +11225,10 @@ msgstr "Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das msgid "this person" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Dieses Portal nimmt derzeit keine neuen Sitzungen an." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "" @@ -11755,7 +11790,7 @@ msgstr "" msgid "Type a message or press / for templates..." msgstr "Nachricht eingeben oder / für Vorlagen drücken..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Geben Sie hier Ihre Antwort ein" @@ -12351,7 +12386,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Möchten Sie ein Event mit dembrane durchführen?" @@ -12360,8 +12395,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "" #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Wir bringen das Tool und die Crew mit, vom Intake-Gespräch bis zum Bericht. Bewährt bei über 1000 Events." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Wir bringen das Tool und die Crew mit, vom Intake-Gespräch bis zum Bericht. Bewährt bei über 1000 Events." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12449,7 +12484,7 @@ msgstr "Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen T #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen? Der Kalender ist gleich hier." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "Wir werden Ihnen nur eine Nachricht senden, wenn Ihr Gastgeber einen Bericht erstellt. Wir geben Ihre Daten niemals an Dritte weiter. Sie können sich jederzeit abmelden." @@ -12629,6 +12664,10 @@ msgstr "" msgid "What's the main reason?" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12875,7 +12914,7 @@ msgid "Yes" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Ja" @@ -13034,9 +13073,9 @@ msgstr "Sie haben noch keine Ergebnisse verifiziert. Möchten Sie vor dem Abschl msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "Sie können auch wählen, ein weiteres Gespräch aufzunehmen." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "Sie können auch wählen, ein weiteres Gespräch aufzunehmen." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13358,9 +13397,13 @@ msgstr "" msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/de-DE.ts b/echo/frontend/src/locales/de-DE.ts index d0137018c..444f56dd3 100644 --- a/echo/frontend/src/locales/de-DE.ts +++ b/echo/frontend/src/locales/de-DE.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Sie sind nicht authentifiziert\"],\"You don't have permission to access this.\":[\"Sie haben keine Berechtigung, darauf zuzugreifen.\"],\"Resource not found\":[\"Ressource nicht gefunden\"],\"Server error\":[\"Serverfehler\"],\"Something went wrong\":[\"Etwas ist schief gelaufen\"],\"We're preparing your workspace.\":[\"Wir bereiten deinen Arbeitsbereich vor.\"],\"Preparing your dashboard\":[\"Dein Dashboard wird vorbereitet\"],\"Welcome back\":[\"Willkommen zurück\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Die Bibliothek wird \",[\"duration\"],\" dauern.\"],\"uDvV8j\":[\" Absenden\"],\"aMNEbK\":[\" Von Benachrichtigungen abmelden\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bald verfügbar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Erkunden\\\" bald verfügbar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Überprüfen\\\" bald verfügbar\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" Tag\"],\"other\":[\"#\",\" Tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Nachricht von dembrane\"],\"other\":[\"Nachrichten von dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" hinzugefügt\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gespräche • Bearbeitet \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" nicht hinzugefügt\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" Aufrufe\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Gespräche • Bearbeitet \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" ausgewählt\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Derzeit ist \",\"#\",\" Unterhaltung bereit zur Analyse.\"],\"other\":[\"Derzeit sind \",\"#\",\" Unterhaltungen bereit zur Analyse.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" liest gerade\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" werden noch verarbeitet.\"],\"ZpJ0wx\":[\"*Transkription wird durchgeführt.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" Unterhaltungen\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspekte\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 Aufruf\"],\"AeSuqs\":[\"1. Sie geben eine URL an, an die Sie Benachrichtigungen erhalten möchten\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Wenn ein Gesprächs- oder Berichtereignis eintritt, senden wir die Daten automatisch an deine URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Ihr System empfängt die Daten und kann darauf reagieren (z.B. in eine Datenbank speichern, eine E-Mail senden, ein Spreadsheet aktualisieren)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Ein freundlicher Name, um diesen Webhook zu identifizieren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Ein neuer Bericht wird automatisch zum geplanten Zeitpunkt erstellt und veröffentlicht.\"],\"zm7GU7\":[\"Für die Verarbeitung auf Basis von Einwilligung ist ein Link zur Datenschutzerklärung erforderlich. Er muss mit http:// oder https:// beginnen und darf höchstens 255 Zeichen lang sein.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Konto\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Konto-Standard\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Konto-Passwort\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Aktion von\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Aktion am\"],\"7L01XJ\":[\"Aktionen\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Aktive Filter\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Hinzufügen\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Zusätzlichen Kontext hinzufügen (Optional)\"],\"Se1KZw\":[\"Alle zutreffenden hinzufügen\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Unterhaltungen zum Kontext hinzufügen\"],\"8T7YRB\":[\"Fugen Sie zuerst Gesprache zu Ihrem Projekt hinzu\"],\"LL1rvo\":[\"Benutzerdefiniertes Thema hinzufügen\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Bilder hinzufügen\"],\"1xDwr8\":[\"Fügen Sie Schlüsselbegriffe oder Eigennamen hinzu, um die Qualität und Genauigkeit der Transkription zu verbessern.\"],\"ndpRPm\":[\"Neue Aufnahmen zu diesem Projekt hinzufügen. Dateien, die Sie hier hochladen, werden verarbeitet und in Gesprächen erscheinen.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Tag hinzufügen\"],\"add.tag.filter.modal.title\":[\"Tag zu Filtern hinzufügen\"],\"IKoyMv\":[\"Tags hinzufügen\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Zu Filtern hinzufügen\"],\"NffMsn\":[\"Zu diesem Chat hinzufügen\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Thema hinzufügen\"],\"AHaRrL\":[\"Übersetzungen hinzufügen\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Webhook hinzufügen\"],\"UZ07em\":[\"Ihren ersten Webhook hinzufügen\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Hinzugefügt\"],\"Na90E+\":[\"Hinzugefügte E-Mails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zum Chat hinzufügen\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" hinzufügen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.loading.title\":[\"Unterhaltungen werden hinzugefügt\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Die Basis-Schriftgröße für die Oberfläche anpassen\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Erweitert\"],\"OaKXud\":[\"Erweitert (Tipps und best practices)\"],\"JiIKww\":[\"Erweiterte Einstellungen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Werkzeuggetriebene Ausführung\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Alle\"],\"cF7bEt\":[\"Alle Aktionen\"],\"O1367B\":[\"Alle Sammlungen\"],\"gvykaX\":[\"Alle Unterhaltungen\"],\"u/fl/S\":[\"Alle Dateien wurden erfolgreich hochgeladen.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Alle Vorlagen\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Teilnehmern erlauben, über den Link neue Gespräche zu beginnen\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Fast geschafft\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Bereits zu diesem Chat hinzugefügt\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Bereits im Kontext\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Eine E-Mail-Benachrichtigung wird an \",[\"0\"],\" Teilnehmer\",[\"1\"],\" gesendet. Möchten Sie fortfahren?\"],\"8q/YVi\":[\"Beim Laden des Portals ist ein Fehler aufgetreten. Bitte kontaktieren Sie das Support-Team.\"],\"XyOToQ\":[\"Ein Fehler ist aufgetreten.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ein unerwarteter Fehler ist aufgetreten. Neu laden oder zur Startseite zurückkehren hilft meistens.\"],\"F4cOH1\":[\"Analyse Sprache\"],\"ZlwDi6\":[\"Analytik\"],\"1x2m6d\":[\"Analyse diese Elemente mit Tiefe und Nuance. Bitte:\\n\\nFokussieren Sie sich auf unerwartete Verbindungen und Gegenüberstellungen\\nGehen Sie über offensichtliche Oberflächenvergleiche hinaus\\nIdentifizieren Sie versteckte Muster, die die meisten Analysen übersehen\\nBleiben Sie analytisch rigoros, während Sie ansprechend bleiben\\nVerwenden Sie Beispiele, die tiefere Prinzipien erhellen\\nStrukturieren Sie die Analyse, um Verständnis zu erlangen\\nZiehen Sie Erkenntnisse hervor, die konventionelle Weisheiten herausfordern\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"Dzr23X\":[\"Ankündigungen\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Transkript anonymisieren\"],\"gd1W+U\":[\"Transkripte anonymisieren\"],\"YdiKaK\":[\"Anonymisierte Unterhaltung\"],\"iPiP6k\":[\"Anonymisierte Unterhaltung\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Noch etwas?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Anwenden\"],\"4TwsNi\":[\"Vorlage anwenden\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Freigeben\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Genehmigt\"],\"tq+4rb\":[\"Sind Sie sicher, dass Sie den Webhook \\\"\",[\"0\"],\"\\\" löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"uqhbrg\":[\"Sind Sie sicher, dass Sie diesen Chat löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"Q5Z2wp\":[\"Sind Sie sicher, dass Sie dieses Gespräch löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"yrk3z3\":[\"Sind Sie sicher, dass Sie dieses benutzerdefinierte Thema löschen möchten? Dies kann nicht rückgängig gemacht werden.\"],\"YF1Re1\":[\"Sind Sie sicher, dass Sie dieses Projekt löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"ELQ+fw\":[\"Bist du sicher, dass du diesen Bericht löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"aUsm4A\":[\"Sind Sie sicher, dass Sie diesen Tag löschen möchten? Dies wird den Tag aus den bereits enthaltenen Gesprächen entfernen.\"],\"e3BGhi\":[\"Möchten Sie diese Vorlage wirklich löschen? Dies kann nicht rückgängig gemacht werden.\"],\"participant.modal.finish.message.text.mode\":[\"Sind Sie sicher, dass Sie das Gespräch beenden möchten?\"],\"sOql0x\":[\"Sind Sie sicher, dass Sie die Bibliothek generieren möchten? Dies wird eine Weile dauern und Ihre aktuellen Ansichten und Erkenntnisse überschreiben.\"],\"UXCOMn\":[\"Sind Sie sicher, dass Sie das Zusammenfassung erneut generieren möchten? Sie werden die aktuelle Zusammenfassung verlieren.\"],\"ZmeZPn\":[\"Sind Sie sicher, dass Sie Ihr Profilbild entfernen möchten?\"],\"wQ5jM6\":[\"Sind Sie sicher, dass Sie Ihr benutzerdefiniertes Logo entfernen möchten? Stattdessen wird das Standard-dembrane-Logo verwendet.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Fragen\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"E-Mail anfragen?\"],\"Rjlwvz\":[\"Nach Namen fragen?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspekt\"],\"HkigHK\":[\"Aspekte\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Mindestens ein Thema muss ausgewählt werden, um Verify zu aktivieren\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Achtung! Wir haben die letzten 60 Sekunden Ihrer Aufnahme aufgrund einer Unterbrechung verloren. Bitte drücken Sie die Schaltfläche unten, um die Verbindung wiederherzustellen.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-Download nicht verfügbar für anonymisierte Unterhaltungen\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio-Wiedergabe nicht verfügbar für anonymisierte Unterhaltungen\"],\"IOBCIN\":[\"Audio-Tipp\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit-Protokolle\"],\"aL1eBt\":[\"Audit-Protokolle als CSV exportiert\"],\"mS51hl\":[\"Audit-Protokolle als JSON exportiert\"],\"z8CQX2\":[\"Authentifizierungscode\"],\"R+PyK8\":[\"Titel automatisch generieren\"],\"voAvDv\":[\"Titel automatisch generieren\"],\"Wrpmw7\":[\"Automatisch generiert oder manuell eingeben\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatisch einen kurzen themenbasierten Titel für jedes Gespräch nach der Zusammenfassung generieren. Der Titel beschreibt, was besprochen wurde, nicht, wer teilgenommen hat. Der ursprüngliche Name des Teilnehmers wird separat gespeichert, wenn er bereitgestellt wurde.\"],\"F95AYw\":[\"Transkripte automatisch in Ihre CRM oder Datenbank speichern\"],\"zUbSgC\":[\"Gesprächdaten automatisch an Ihre anderen Tools und Dienste senden, wenn Ereignisse auftreten.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar entfernt\"],\"jSKImf\":[\"Avatar aktualisiert\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Zurück\"],\"participant.button.back.microphone\":[\"Zurück\"],\"participant.button.back\":[\"Zurück\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Zurück zur Auswahl\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Zurück zu Vorlagen\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Grundlegend (Wesentliche Tutorial-Folien)\"],\"epXTwc\":[\"Grundlegende Einstellungen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Einen Anruf buchen\"],\"KKLfx1\":[\"Buchen Sie einen Termin mit uns\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Kennenlerngespräch buchen\"],\"YgG3yv\":[\"Ideen brainstormen\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Benutzerdefinierte Dashboards mit realtime Gesprächdaten erstellen\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Durch das Löschen dieses Projekts werden alle damit verbundenen Daten gelöscht. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie absolut sicher?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Abbrechen\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Abbrechen\"],\"participant.concrete.action.button.cancel\":[\"Abbrechen\"],\"participant.concrete.instructions.button.cancel\":[\"Abbrechen\"],\"select.all.modal.cancel\":[\"Abbrechen\"],\"add.tag.filter.modal.cancel\":[\"Abbrechen\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Überschreibung abbrechen\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Planung abbrechen\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Leeres Gespräch kann nicht hinzugefügt werden\"],\"SL9Qao\":[\"Kann nicht innerhalb von 10 Minuten vor dem geplanten Zeitpunkt umgeplant werden\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Karte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Sprache ändern\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Passwort ändern\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Änderungen werden automatisch gespeichert\"],\"xF/jsW\":[\"Das Ändern der Sprache während eines aktiven Chats kann unerwartete Ergebnisse hervorrufen. Es wird empfohlen, ein neues Gespräch zu beginnen, nachdem die Sprache geändert wurde. Sind Sie sicher, dass Sie fortfahren möchten?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat-Name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chat\"],\"project.sidebar.chat.title\":[\"Chat\"],\"+e4Yxz\":[\"Mikrofonzugriff prüfen\"],\"participant.button.check.microphone.access\":[\"Mikrofonzugriff prüfen\"],\"WQUm5N\":[\"Prüfen Sie Text und Bilder und versuchen Sie es erneut\"],\"v4fiSg\":[\"Überprüfen Sie Ihre E-Mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Ein Logo-Datei auswählen\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Aus Ihren anderen Projekten auswählen\"],\"Aoxltn\":[\"Wählen Sie, wann Sie Benachrichtigungen erhalten möchten\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Wähl dein Theme für das Interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Klicken Sie auf \\\"Dateien hochladen\\\", wenn Sie bereit sind, den Upload-Prozess zu starten.\"],\"cwMTjO\":[\"Klicken, um zu bearbeiten\"],\"jcSz6S\":[\"Klicken, um alle \",[\"totalCount\"],\" Unterhaltungen anzuzeigen\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-verwaltet\"],\"+d+tJS\":[\"Von einem anderen Projekt klonen\"],\"nCnTY0\":[\"Von Projekt klonen\"],\"BPrdpc\":[\"Projekt klonen\"],\"9U86tL\":[\"Projekt klonen\"],\"yz7wBu\":[\"Schließen\"],\"select.all.modal.close\":[\"Schließen\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Sammlung\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Häufige Anwendungsfälle:\"],\"Wqc3zS\":[\"Vergleichen & Gegenüberstellen\"],\"CfO59/\":[\"Vergleichen & Gegenüberstellen Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Abgeschlossen\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Weiter\"],\"7VpPHA\":[\"Bestätigen\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Neues Passwort bestätigen\"],\"yjkELF\":[\"Neues Passwort bestätigen\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Veröffentlichung bestätigen\"],\"vz1fGK\":[\"Umplanung bestätigen\"],\"L0k594\":[\"Bestätigen Sie Ihr Passwort, um ein neues Geheimnis für Ihre Authentifizierungs-App zu generieren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbindung zu den Berichtsdiensten wird hergestellt...\"],\"wX/BfX\":[\"Verbindung gesund\"],\"participant.modal.s3check.title\":[\"Verbindungsproblem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbindung ungesund\"],\"l9fkrm\":[\"Einwilligung\"],\"EhtOYz\":[\"Die Verarbeitung auf Basis von Einwilligung ist aktiv, aber es fehlt ein Link zur Datenschutzerklärung. Fügen Sie einen hinzu, wo die Rechtsgrundlage festgelegt ist: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Inhalt\"],\"M73whl\":[\"Kontext\"],\"VHSco4\":[\"Kontext hinzugefügt:\"],\"JX3KT4\":[\"Kontextbezogene Vorschläge\"],\"xGVfLh\":[\"Weiter\"],\"participant.button.continue\":[\"Weiter\"],\"participant.ready.to.begin.button.text\":[\"Weiter\"],\"F1pfAy\":[\"Gespräch\"],\"YyNOE7\":[\"Gespräch\"],\"EiHu8M\":[\"Gespräch zum Chat hinzugefügt\"],\"participant.conversation.ended\":[\"Gespräch beendet\"],\"OtdHFE\":[\"Gespräch aus dem Chat entfernt\"],\"zTKMNm\":[\"Gesprächstatus\"],\"Rdt7Iv\":[\"Gesprächstatusdetails\"],\"7Ljafh\":[\"Gesprächstags\"],\"a7zH70\":[\"Gespräche\"],\"EnJuK0\":[\"Gespräche\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Abkühlung läuft. Verfügbar in \",[\"0\"]],\"6V3Ea3\":[\"Kopiert\"],\"84o0nc\":[\"Von dem ursprünglichen Gespräch kopiert\"],\"PiH3UR\":[\"Kopiert!\"],\"iaPtht\":[\"Kopie\"],\"he3ygx\":[\"Kopieren\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Link kopieren\"],\"H4brGj\":[\"Link in die Zwischenablage kopieren\"],\"AjrNNs\":[\"Berichtsinhalt kopieren\"],\"vAkFou\":[\"Geheimnis kopieren\"],\"v3StFl\":[\"Zusammenfassung kopieren\"],\"/4gGIX\":[\"In die Zwischenablage kopieren\"],\"RTxUjI\":[\"In die Zwischenablage kopieren\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Deine Auswahl konnte nicht übernommen werden. Wähle unten erneut.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Konnte nicht in die Zwischenablage kopiert werden. Bitte versuchen Sie es erneut.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Die Gesprächsliste konnte nicht geöffnet werden. Versuche es erneut.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Feedback wurde nicht gespeichert\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Die Meldung konnte nicht gesendet werden. Versuchen Sie es noch einmal\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Erstellen\"],\"VW1ecc\":[\"Einen neuen Webhook von Grund auf erstellen\"],\"oJfYM5\":[\"Einen Forschungsbrief aus den letzten Gesprächen erstellen\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Bibliothek erstellen\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Neue Ansicht erstellen\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Bericht erstellen\"],\"A5hiCy\":[\"Vorlage erstellen\"],\"library.create.view\":[\"Ansicht erstellen\"],\"3D0MXY\":[\"Ansicht erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Erstellt am\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar zuschneiden\"],\"udBqWc\":[\"Bild zuschneiden\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Logo zuschneiden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Aktuelles Logo\"],\"Pn2B7/\":[\"Aktuelles Passwort\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Benutzerdefiniert\"],\"o1nIYK\":[\"Benutzerdefinierter Dateiname\"],\"GrXJvi\":[\"Benutzerdefiniertes Logo\"],\"iv5fAO\":[\"Benutzerdefinierter Titel-Prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard-URL (direkter Link zur Gesprächsübersicht)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Zeitraum\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standard\"],\"ucTqrC\":[\"Standard - Kein Tutorial (Nur Datenschutzbestimmungen)\"],\"K/78Yl\":[\"Multistufige Analyse mit live Werkzeugausführung delegieren\"],\"cnGeoo\":[\"Löschen\"],\"project.sidebar.chat.delete\":[\"Chat löschen\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Chat löschen\"],\"2GCE3m\":[\"Gespräch löschen\"],\"2DzmAq\":[\"Gespräch löschen\"],\"j5pYC4\":[\"Benutzerdefiniertes Thema löschen\"],\"mp235G\":[\"Projekt löschen\"],\"++iDlT\":[\"Projekt löschen\"],\"rUWrSE\":[\"Bericht löschen\"],\"qr0gpK\":[\"Tag löschen\"],\"DFjdv0\":[\"Vorlage löschen\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Webhook löschen\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Erfolgreich gelöscht\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane Event-Einladung\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Beschreiben Sie das Problem\"],\"Fs/0D5\":[\"Beschreiben Sie, was die Sprachmodell aus dem Gespräch extrahieren oder zusammenfassen soll...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Legt fest, unter welcher DSGVO-Rechtsgrundlage personenbezogene Daten für dieses Projekt verarbeitet werden.\"],\"2rgVKb\":[\"Bestimmt, unter welcher GDPR-Rechtsgrundlage personenbezogene Daten verarbeitet werden. Dies beeinflusst die Informationen, die an Teilnehmer und betroffene Personen gezeigt werden und deren Rechte.\"],\"NMz7xK\":[\"Entwickeln Sie ein strategisches Framework, das bedeutende Ergebnisse fördert. Bitte:\\n\\nIdentifizieren Sie die Kernziele und ihre Abhängigkeiten\\nEntwickeln Sie Implementierungspfade mit realistischen Zeiträumen\\nVorhersagen Sie potenzielle Hindernisse und Minderungsstrategien\\nDefinieren Sie klare Metriken für Erfolg, die über Vanity-Indikatoren hinausgehen\\nHervorheben Sie Ressourcenanforderungen und Allokationsprioritäten\\nStrukturieren Sie das Planung für sowohl sofortige Maßnahmen als auch langfristige Vision\\nEntscheidungsgrenzen und Pivot-Punkte einschließen\\n\\nHinweis: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"2FA deaktivieren\"],\"yrMawf\":[\"Zwei-Faktor-Authentifizierung deaktivieren\"],\"E/QGRL\":[\"Deaktiviert\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Anzeigename\"],\"fDGgw4\":[\"Benötige ich dies?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Möchten Sie auf dem Laufenden bleiben?\"],\"TvY/XA\":[\"Dokumentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Fertig, kontaktieren Sie mich\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Herunterladen\"],\"5YVf7S\":[\"Alle Transkripte der Gespräche, die für dieses Projekt generiert wurden, herunterladen.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Herunterladen als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio herunterladen\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"QR-Code herunterladen\"],\"+bBcKo\":[\"Transkript herunterladen\"],\"5XW2u5\":[\"Transkript-Download-Optionen\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Nächste Aktionen erstellen und nach Priorität organisieren\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Ziehen Sie Audio-Dateien hier oder klicken Sie, um Dateien auszuwählen\"],\"KGi3u9\":[\"Ziehen, um umzusortieren\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplizieren\"],\"lkz6PL\":[\"Dauer\"],\"KIjvtr\":[\"Niederländisch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"z.B. \\\"Fokus auf Nachhaltigkeitsthemen\\\" oder \\\"Was denken die Teilnehmenden über die neue Richtlinie?\\\"\"],\"pO9dOq\":[\"z.B. \\\"Verwenden Sie kurze Nomen-Phrasen wie 'Stadtbäume' oder 'Jugendliche Arbeitsplätze'. Vermeiden Sie generische Titel.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"z.B. Wöchentliche Stakeholder-Zusammenfassung\"],\"ffuZIY\":[\"z.B. Slack-Benachrichtigungen, Make-Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bearbeiten\"],\"9WkyHF\":[\"Gespräch bearbeiten\"],\"Y/3VME\":[\"Benutzerdefiniertes Thema bearbeiten\"],\"/8fAkm\":[\"Dateiname bearbeiten\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Bearbeitungsmodus\"],\"niSWGL\":[\"Optionen bearbeiten\"],\"G2KpGE\":[\"Projekt bearbeiten\"],\"DdevVt\":[\"Bericht bearbeiten\"],\"report.editor.description\":[\"Bearbeiten Sie den Berichts-Inhalt mit dem Rich-Text-Editor unten. Sie können Text formatieren, Links, Bilder und mehr hinzufügen.\"],\"nP7CdQ\":[\"Webhook bearbeiten\"],\"O3oNi5\":[\"E-Mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji, das neben dem Thema angezeigt wird, z.B. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Leer\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA aktivieren\"],\"D3AnH0\":[\"Explore aktivieren\"],\"4KKbfZ\":[\"Teilnahme aktivieren\"],\"G3dSLc\":[\"Benachrichtigungen für Berichte aktivieren\"],\"ZUS4uO\":[\"Aktivieren Sie diese Funktion, um Teilnehmern die Möglichkeit zu geben, KI-gesteuerte Antworten während ihres Gesprächs anzufordern. Teilnehmer können nach Aufnahme ihrer Gedanken auf \\\"Explore\\\" klicken, um kontextbezogene Rückmeldungen zu erhalten, die tiefere Reflexion und Engagement fördern. Ein Abkühlungszeitraum gilt zwischen Anfragen.\"],\"dashboard.dembrane.feature.verify.description\":[\"Aktivieren Sie diese Funktion, damit Teilnehmer \\\"Ergebnisse\\\" aus ihren Beiträgen verifizieren und genehmigen können. Dies hilft, Schlüsselideen, Bedenken oder Zusammenfassungen zu konkretisieren. Nach dem Gespräch können Sie nach Diskussionen mit verifizierten Ergebnissen filtern und diese in der Übersicht einsehen.\"],\"C027jd\":[\"Transkript anonymisieren aktivieren\"],\"329BBO\":[\"Zwei-Faktor-Authentifizierung aktivieren\"],\"x35ZEt\":[\"Verify aktivieren\"],\"RxzN1M\":[\"Aktiviert\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Englisch\"],\"GboWYL\":[\"Geben Sie einen Schlüsselbegriff oder Eigennamen ein\"],\"TSHJTb\":[\"Geben Sie einen Namen für das neue Gespräch ein\"],\"KovX5R\":[\"Geben Sie einen Namen für Ihr geklontes Projekt ein\"],\"DRYPFp\":[\"Geheimen Schlüssel eingeben\"],\"34YqUw\":[\"Geben Sie einen gültigen Code ein, um die Zwei-Faktor-Authentifizierung zu deaktivieren.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Aktuelles Passwort eingeben\"],\"2FPsPl\":[\"Dateiname eingeben (ohne Erweiterung)\"],\"VpwcSk\":[\"Neues Passwort eingeben\"],\"oIn7d4\":[\"Geben Sie den 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"q1OmsR\":[\"Geben Sie den aktuellen 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"NgaR6B\":[\"Geben Sie Ihr Passwort ein\"],\"42tLXR\":[\"Geben Sie Ihre Anfrage ein\"],\"HRbyGE\":[\"Von dem Teilnehmer auf dem Portal eingetragen\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Fehler\"],\"Ne0Dr1\":[\"Fehler beim Klonen des Projekts\"],\"AEkJ6x\":[\"Fehler beim Erstellen des Berichts\"],\"edh3aY\":[\"Fehler beim Laden des Projekts\"],\"4kVRov\":[\"Fehler aufgetreten\"],\"hmk+3M\":[\"Fehler beim Hochladen von \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Ereignisse\"],\"VFClUG\":[\"Ereignisse, die beobachtet werden sollen\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Jede Erkenntnis nachvollziehbar. Der Bericht verknüpft jeden Befund mit dem, was tatsächlich gesagt wurde.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Alles sieht gut aus – Sie können fortfahren.\"],\"jqsg/I\":[\"Beispiel-Webhook-Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Vollbild verlassen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimentell\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Erkunden\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[[\"conversationCount\"],\" Gespräche werden analysiert\"],\"GS+Mus\":[\"Exportieren\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Fehlgeschlagen\"],\"bh2Vob\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\"],\"ajvYcJ\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\",[\"0\"]],\"g5wCZj\":[\"Fehler beim Hinzufügen von Unterhaltungen zum Kontext\"],\"pmwvUt\":[\"Ergebnis konnte nicht freigegeben werden. Bitte versuchen Sie es erneut.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Fehler beim Kopieren des Chats. Bitte versuchen Sie es erneut.\"],\"uvu6eC\":[\"Transkript konnte nicht kopiert werden. Versuch es noch mal.\"],\"UQ6LqT\":[\"Benutzerdefiniertes Thema konnte nicht erstellt werden\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Benutzerdefiniertes Thema konnte nicht gelöscht werden\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Fehler beim Löschen der Antwort\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Fehler beim Beenden des Gesprächs. Bitte versuchen Sie es erneut.\"],\"vx5bTP\":[\"Fehler beim Generieren von \",[\"label\"],\". Bitte versuchen Sie es erneut.\"],\"Fa1ewI\":[\"Zusammenfassung konnte nicht erstellt werden. Versuch es später noch mal.\"],\"Z77bMM\":[\"Webhooks konnten nicht geladen werden\"],\"T7KYJY\":[\"Fehler beim Markieren aller Ankündigungen als gelesen\"],\"eGHX/x\":[\"Fehler beim Markieren der Ankündigung als gelesen\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Verbindung fehlgeschlagen. Bitte versuche, die Seite neu zu laden.\"],\"SVtMXb\":[\"Fehler beim erneuten Generieren der Zusammenfassung. Bitte versuchen Sie es erneut.\"],\"h49o9M\":[\"Neu laden fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"rv8mO7\":[\"Avatar konnte nicht entfernt werden\"],\"kE1PiG\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\"],\"+piK6h\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\",[\"0\"]],\"P9wLTJ\":[\"Logo konnte nicht entfernt werden\"],\"IMUHg3\":[\"Neuplanung fehlgeschlagen. Bitte wahlen Sie einen spateren Zeitpunkt und versuchen Sie es erneut.\"],\"SmP70M\":[\"Fehler beim Hertranskribieren des Gesprächs. Bitte versuchen Sie es erneut.\"],\"kClMar\":[\"Ergebnis konnte nicht überarbeitet werden. Bitte versuchen Sie es erneut.\"],\"wMEdO3\":[\"Fehler beim Beenden der Aufnahme bei Änderung des Mikrofons. Bitte versuchen Sie es erneut.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Benutzerdefiniertes Thema konnte nicht aktualisiert werden\"],\"BpuK7o\":[\"Fehler beim Aktualisieren der Rechtsgrundlage\"],\"Avee+B\":[\"Name konnte nicht aktualisiert werden\"],\"gnm1CH\":[\"Anheften konnte nicht aktualisiert werden\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Avatar konnte nicht hochgeladen werden\"],\"RW4V7P\":[\"Logo konnte nicht hochgeladen werden\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Funktion bald verfügbar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback-Portal\"],\"2roTVj\":[\"Feedback gesendet\"],\"87gcCP\":[\"Datei \\\"\",[\"0\"],\"\\\" überschreitet die maximale Größe von \",[\"1\"],\".\"],\"ena+qV\":[\"Datei \\\"\",[\"0\"],\"\\\" hat ein nicht unterstütztes Format. Nur Audio-Dateien sind erlaubt.\"],\"LkIAge\":[\"Datei \\\"\",[\"0\"],\"\\\" ist kein unterstütztes Audio-Format. Nur Audio-Dateien sind erlaubt.\"],\"RW2aSn\":[\"Datei \\\"\",[\"0\"],\"\\\" ist zu klein (\",[\"1\"],\"). Mindestgröße ist \",[\"2\"],\".\"],\"+aBwxq\":[\"Dateigröße: Min \",[\"0\"],\", Max \",[\"1\"],\", bis zu \",[\"MAX_FILES\"],\" Dateien\"],\"UkgMPE\":[\"Dateiname aus hochgeladener Datei\"],\"5g0xbt\":[\"Audit-Protokolle nach Aktion filtern\"],\"9clinz\":[\"Audit-Protokolle nach Sammlung filtern\"],\"O39Ph0\":[\"Nach Aktion filtern\"],\"DiDNkt\":[\"Nach Sammlung filtern\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Finde Widersprüche und vorschlage Folgefragen\"],\"participant.button.stop.finish\":[\"Beenden\"],\"participant.button.finish.text.mode\":[\"Beenden\"],\"participant.button.finish\":[\"Beenden\"],\"participant.modal.finish.title.text.mode\":[\"Gespräch beenden\"],\"4dQFvz\":[\"Beendet\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Fünf kurze Fragen, dann wählen Sie einen Termin mit dem dembrane-Team. Wir lesen Ihre Antworten vor dem Gespräch und bringen einen passenden Plan mit.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Fokus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Schriftgröße\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Für erfahrene Benutzer: Ein Geheimnis-Schlüssel, um die Authentizität des Webhooks zu verifizieren. Nur erforderlich, wenn Ihr Empfangs-Dienst Signatur-Verifizierung benötigt.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Passwort vergessen?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Französisch\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Vollständiges Transkript (wenn verfügbar)\"],\"3qkggm\":[\"Vollbild\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generieren\"],\"EIdJgG\":[\"Neuen Bericht erstellen\"],\"QsUhrf\":[\"Bericht erstellen\"],\"GRy59I\":[\"Erstellen Sie zuerst eine Zusammenfassung\"],\"MWSGhX\":[\"Bibliothek generieren\"],\"5SWGxv\":[\"Jetzt erstellen\"],\"GWUJ9X\":[\"Stattdessen jetzt erstellen\"],\"QqIxfi\":[\"Geheimnis generieren\"],\"gitFA/\":[\"Zusammenfassung generieren\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Bericht wird generiert...\"],\"kzY+nd\":[\"Zusammenfassung wird erstellt. Kurz warten ...\"],\"hMOYzR\":[\"Dein Bericht wird erstellt...\"],\"DDcvSo\":[\"Deutsch\"],\"jpNBdT\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"participant.refine.go.deeper.description\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"Pl6LQ+\":[\"Kontakt aufnehmen\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Geben Sie mir eine Liste von 5-10 Themen, die diskutiert werden.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Zurück\"],\"DXr0zk\":[\"Vollbild\"],\"iWpEwy\":[\"Zur Startseite\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Zur neuen Unterhaltung gehen\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Gute Antwort\"],\"hjZBYK\":[\"Haben Sie zwei Minuten? Fünf optionale Fragen helfen uns bei der Vorbereitung.\"],\"5sIEgO\":[\"Haben Sie zwei Minuten? Fünf kurze Fragen helfen uns, vorbereitet zu kommen, und Sie können jede davon überspringen.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Leitfaden, wie Titel generiert werden. Titel beschreiben das Thema des Gesprächs, nicht den Teilnehmer.\"],\"uMjvI3\":[\"Bericht anleiten\"],\"myXGZW\":[\"Angeleitet\"],\"ZqBGoi\":[\"Hat verifizierte Artefakte\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Verborgener Schatz\"],\"vLyv1R\":[\"Verstecken\"],\"eHo/Jc\":[\"Daten verbergen\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Revisionsdaten verbergen\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"die dembrane Event-Einladung ausblenden\"],\"V3NvRL\":[\"Das Ausblenden der dembrane Event-Einladung ist Teil eines bezahlten Plans.\"],\"tn75xn\":[\"Bestimmtes Konzept hervorheben\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Startseite\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Feedback des Hosts\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Wie es funktioniert:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Wie würden Sie einem Kollegen beschreiben, was Sie mit diesem Projekt erreichen möchten?\\n* Was ist das übergeordnete Ziel oder die wichtigste Kennzahl\\n* Wie sieht Erfolg aus\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Ich verstehe\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifizieren Sie wiederkehrende Themen, Themen und Argumente, die in Gesprächen konsistent auftreten. Analysieren Sie ihre Häufigkeit, Intensität und Konsistenz. Erwartete Ausgabe: 3-7 Aspekte für kleine Datensätze, 5-12 für mittlere Datensätze, 8-15 für große Datensätze. Verarbeitungsanleitung: Konzentrieren Sie sich auf unterschiedliche Muster, die in mehreren Gesprächen auftreten.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Wenn Sie etwas entdeckt haben, bei dem Daten für Unbefugte sichtbar sind, jemand Zugriff hat, den er nicht haben sollte, oder eine mögliche Sicherheitslücke, nutzen Sie bitte stattdessen unser <0>Meldeformular für Sicherheitsprobleme. Es erreicht ein anderes Team auf einem schnelleren Weg. In dringenden Fällen senden Sie eine E-Mail an <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Wenn Sie mit \",[\"objectLabel\"],\" zufrieden sind, klicken Sie auf \\\"Genehmigen\\\", um zu zeigen, dass Sie sich gehört fühlen.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Wenn Sie nicht sicher sind, möchten Sie es wahrscheinlich noch nicht. Webhooks sind eine fortgeschrittene Funktion, die typischerweise von Entwicklern oder Teams mit benutzerdefinierten Integrationen verwendet wird. Sie können sie jederzeit später einrichten.\"],\"hDVOQQ\":[\"Wenn Sie Webhook-Integrationen einrichten, würden wir uns sehr freuen, Ihr Anwendungsfall kennen zu lernen. Wir entwickeln auch Observability-Funktionen, einschließlich Audit-Protokolle und Lieferungstracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Bilder dürfen höchstens \",[\"MAX_FILE_MB\"],\"MB groß sein\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portal-Link einschließen\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Falsch oder erfunden\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Erkenntnisse\"],\"MSVCjk\":[\"Anweisungen für die Generierung des Verifizierungsergebnisses\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ungültiger Code. Bitte fordern Sie einen neuen an.\"],\"jLr8VJ\":[\"Ungültige Anmeldedaten.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP-Adresse\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Das Gespräch wurde während der Aufnahme gelöscht. Wir haben die Aufnahme beendet, um Probleme zu vermeiden. Sie können jederzeit ein neues Gespräch starten.\"],\"library.not.available.message\":[\"Es scheint, dass die Bibliothek für Ihr Konto nicht verfügbar ist. Bitte fordern Sie Zugriff an, um dieses Feature zu entsperren.\"],\"participant.outcome.error.description\":[\"Wir konnten dieses Ergebnis nicht laden. Dies könnte ein vorübergehendes Problem sein. Sie können versuchen, neu zu laden oder zurückzugehen, um ein anderes Thema auszuwählen.\"],\"5dxEAB\":[\"Es sieht so aus, als hätten Sie noch keinen Bericht für dieses Projekt. Erstellen Sie einen, um eine Übersicht Ihrer Gespräche zu erhalten.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Es klingt, als würden mehrere Personen sprechen. Wenn Sie abwechselnd sprechen, können wir alle deutlich hören.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italienisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Einen Moment bitte\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Sprechen oder schreiben Sie einfach natürlich. Ihr Beitrag geht direkt an unser Produktteam und hilft uns wirklich, dembrane besser zu machen. Wir lesen alles.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Halten Sie den Zugriff sicher mit einem Einmalcode aus Ihrer Authentifizierungs-App. Aktivieren oder deaktivieren Sie die Zwei-Faktor-Authentifizierung für dieses Konto.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Sprache\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Zuletzt gespeichert am \",[\"0\"]],\"K7P0jz\":[\"Zuletzt aktualisiert\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Neueste\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Mehr über Webhooks erfahren\"],\"ffCwpJ\":[\"Leer lassen, um das bestehende zu behalten\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Hinterlassen Sie Ihre E-Mail-Adresse und wir melden uns innerhalb eines Tages wegen eines Events mit dembrane.\"],\"J8VWes\":[\"Hinterlassen Sie Ihre E-Mail-Adresse, damit wir Sie kontaktieren können.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Rechtsgrundlage\"],\"vRXsmZ\":[\"Rechtsgrundlage\"],\"CopiEV\":[\"Rechtsgrundlage gespeichert\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothek\"],\"library.title\":[\"Bibliothek\"],\"T50lwc\":[\"Bibliothekserstellung läuft\"],\"gkv8iG\":[\"Kennzeichen\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link zur Datenschutzerklärung, die Teilnehmenden angezeigt wird\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live Agent Ausführungsmodus\"],\"participant.live.audio.level\":[\"Live Audiopegel:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Vorschau\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Laden\"],\"participant.verify.instructions.loading\":[\"Wird geladen\"],\"yQ9yN3\":[\"Aktionen werden geladen...\"],\"participant.concrete.loading.artefact\":[\"Artefakt wird geladen…\"],\"JOvnq+\":[\"Audit-Protokolle werden geladen…\"],\"y+JWgj\":[\"Sammlungen werden geladen...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Mikrofone werden geladen...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Transkript wird geladen ...\"],\"3SKW0s\":[\"Verify Themen werden geladen…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"wird geladen...\"],\"Z3FXyt\":[\"Laden...\"],\"Pwqkdw\":[\"Laden…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Anmelden\"],\"LM/dWU\":[\"Anmelden | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo entfernt\"],\"MjfaMh\":[\"Logo aktualisiert\"],\"nOhz3x\":[\"Abmelden\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Längste zuerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Vorlagen verwalten\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Alle als gelesen markieren\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Als gelesen markieren\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Besprechungsnotizen\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Nachrichten von \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Der Mikrofonzugriff ist weiterhin verweigert. Bitte überprüfen Sie Ihre Einstellungen und versuchen Sie es erneut.\"],\"azjxk1\":[\"Geht nicht auf die Frage ein\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"weitere\"],\"JcD7qf\":[\"Weitere Aktionen\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Verschieben\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Gespräch verschieben\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Muss mindestens 10 Minuten in der Zukunft liegen\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Meine Vorlagen\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name ist erforderlich\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name aktualisiert\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Neu\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Neuer Gespräch Name\"],\"u2uElg\":[\"Neue Gesprache seit diesem Bericht hinzugefugt\"],\"library.new.conversations\":[\"Seit der Erstellung der Bibliothek wurden neue Gespräche hinzugefügt. Generieren Sie die Bibliothek neu, um diese zu verarbeiten.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Neues Passwort\"],\"7vhWI8\":[\"Neues Passwort\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Neuer Bericht\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Neueste zuerst\"],\"hXzOVo\":[\"Weiter\"],\"participant.button.next\":[\"Weiter\"],\"participant.verify.selection.button.next\":[\"Weiter\"],\"participant.verify.instructions.button.next\":[\"Weiter\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Nein\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Keine Aktionen gefunden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Keine App, keine Hardware. Teilnehmende scannen einen QR-Code und ihr Telefon wird zum Portal.\"],\"Em+3Ls\":[\"Keine Audit-Protokolle entsprechen den aktuellen Filtern.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Keine Chats gefunden. Starten Sie einen Chat mit dem \\\"Fragen\\\"-Button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Keine Sammlungen gefunden\"],\"zsslJv\":[\"Kein Inhalt\"],\"1pZsdx\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"library.no.conversations\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"EtMtH/\":[\"Keine Gespräche gefunden.\"],\"BuikQT\":[\"Keine Gespräche gefunden. Starten Sie ein Gespräch über den Teilnahme-Einladungslink aus der <0><1>Projektübersicht.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Es wurden keine Unterhaltungen verarbeitet. Dies kann passieren, wenn alle Unterhaltungen bereits im Kontext sind oder nicht den ausgewählten Filtern entsprechen.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Noch keine Gesprache. Sie konnen jetzt einen Bericht planen und Gesprache werden aufgenommen, sobald sie hinzugefugt werden.\"],\"oaDwXD\":[\"Kein Standard festgelegt (Client-verwaltet gilt)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Noch kein Feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Noch kein neues Feedback erkannt. Bitte fahren Sie mit Ihrer Diskussion fort und versuchen Sie es später erneut.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Noch niemand in der Organisation.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Keine Projekte gefunden \",[\"0\"]],\"y29l+b\":[\"Keine Projekte für den Suchbegriff gefunden\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Kein Bericht gefunden\"],\"1iQvuD\":[\"Noch keine Berichte\"],\"Ev2r9A\":[\"Keine Ergebnisse\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Keine Tags gefunden\"],\"LcBe0w\":[\"Diesem Projekt wurden noch keine Tags hinzugefügt. Fügen Sie ein Tag über die Texteingabe oben hinzu, um zu beginnen.\"],\"KE6RCJ\":[\"Keine Vorlagen für {searchQuery} gefunden\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Kein Transkript verfügbar\"],\"vq+6l+\":[\"Noch kein Transkript für dieses Gespräch vorhanden. Bitte später erneut prüfen.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Es wurden keine gültigen Audio-Dateien ausgewählt. Bitte wählen Sie nur Audio-Dateien (MP3, WAV, OGG, etc.) aus.\"],\"tNWcWM\":[\"Für dieses Projekt sind keine Verifizierungsthemen konfiguriert.\"],\"pdWSGS\":[\"Keine Verify Themen verfügbar.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Keine Webhooks konfiguriert\"],\"/PUkCU\":[\"Keine Webhooks gefunden\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Nicht hinzugefügt\"],\"OJx3wK\":[\"Nicht verfügbar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Teilnehmer benachrichtigen, wenn ein Bericht veröffentlicht wird.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Älteste zuerst\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Sobald Sie diskutiert haben, klicken Sie auf \\\"Überarbeiten\\\", um \",[\"objectLabel\"],\" entsprechend Ihrer Diskussion anzupassen.\"],\"participant.verify.instructions.read.aloud\":[\"Sobald Sie \",[\"objectLabel\"],\" erhalten haben, lesen Sie es laut vor und teilen Sie mit, was Sie gegebenenfalls ändern möchten.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Laufend\"],\"conversation.ongoing\":[\"Laufend\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Ändern Sie diese Einstellung nur in Absprache mit den verantwortlichen Personen für die Datenschutzverantwortung in Ihrer Organisation.\"],\"z7dMhl\":[\"Es können nur Bilder angehängt werden\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Nur Workspace-Administrator*innen können die Rechtsgrundlage ändern.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Ups! Es scheint, dass der Mikrofonzugriff verweigert wurde. Keine Sorge! Wir haben einen praktischen Fehlerbehebungsleitfaden für Sie. Schauen Sie ihn sich an. Sobald Sie das Problem behoben haben, kommen Sie zurück und besuchen Sie diese Seite erneut, um zu überprüfen, ob Ihr Mikrofon bereit ist.\"],\"1TNIig\":[\"Öffnen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Aufzeichnung öffnen\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Fehlerbehebungsleitfaden öffnen\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Öffnen Sie Ihre Authentifizierungs-App und geben Sie den aktuellen 6-stelligen Code ein.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls auf Englisch zurückgegriffen wird)\"],\"V44CS4\":[\"Optionales Feld auf der Startseite\"],\"bkndzy\":[\"Optionales Feld auf der Danksagungsseite\"],\"xam4uE\":[\"Optionale Frage \",[\"0\"],\" von \",[\"1\"]],\"S2LyUK\":[\"Optionale Frage \",[\"0\"],\" von \",[\"1\"],\". Überspringen Sie, was Sie möchten.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Optionen\"],\"BzEFor\":[\"oder\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Oder lieber direkt chatten?\"],\"1h45Hu\":[\"Oder schreiben Sie Ihren eigenen\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Sonstiges\"],\"GC75c7\":[\"Ergebnis erfolgreich freigeschaltet!\"],\"QLXrh9\":[\"Ergebnis erfolgreich neu geladen!\"],\"LJg1UW\":[\"Ergebnis erfolgreich überarbeitet!\"],\"df3S+R\":[\"Ergebnis erfolgreich aktualisiert!\"],\"1fjbvD\":[\"Ergebnisse\"],\"ZU3zZC\":[\"Ergebnisse\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Für dieses Projekt überschrieben\"],\"AR/qbs\":[\"Für dieses Projekt überschreiben\"],\"6/dCYd\":[\"Übersicht\"],\"/fAXQQ\":[\"Overview – Themes & Patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Seiteninhalt\"],\"8F1i42\":[\"Seite nicht gefunden\"],\"6+Py7/\":[\"Seitentitel\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Teilnehmer\"],\"h3AUOJ\":[\"Teilnehmer-E-Mail\"],\"WdEzKM\":[\"Teilnehmer-E-Mails\"],\"Uc9fP1\":[\"Teilnehmer-Funktionen\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Teilnehmer-Name und -E-Mail\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Teilnehmer können beim Erstellen von Gesprächen Tags auswählen\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Passwort\"],\"zJx6Vx\":[\"Passwort geändert\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwörter stimmen nicht überein\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Vorlesen pausieren\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Ausstehend\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"zmwvG2\":[\"Telefon\"],\"B8mlc2\":[\"Wahlen Sie ein Datum\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Jetzt einen Termin wählen\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Wähl den Ansatz, der zu deiner Frage passt\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Anheften\"],\"u8qC4w\":[\"Projekt anheften\"],\"S+WiJ3\":[\"Vorlagen hier für schnellen Zugriff anheften.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Angeheftet ist voll (max. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Angeheftete Vorlagen\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Bitte erlauben Sie den Mikrofonzugriff, um den Test zu starten.\"],\"SQSc5o\":[\"Bitte prüfen Sie später erneut oder wenden Sie sich an den Projektbesitzer für weitere Informationen.\"],\"T8REcf\":[\"Bitte überprüfen Sie Ihre Eingaben auf Fehler.\"],\"n6oAnk\":[\"Bitte aktivieren Sie die Teilnahme, um das Teilen zu ermöglichen\"],\"fwrPh4\":[\"Bitte geben Sie eine gültige E-Mail-Adresse ein.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme)\"],\"Lu1j4b\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme).\\nIhre Transkription wird anonymisiert und Ihr Host kann Ihre Aufnahme nicht anhören.\"],\"library.processing.request\":[\"Bibliothek wird verarbeitet\"],\"04DMtb\":[\"Bitte warten Sie, während wir Ihre Hertranskription anfragen verarbeiten. Sie werden automatisch zur neuen Konversation weitergeleitet, wenn fertig.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG oder WebP. Wird zu einem Kreis zugeschnitten.\"],\"jjdudv\":[\"Schlechte Antwort\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Inhalt\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Ihre Erfahrung wird vorbereitet\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vorschau: Der schnelle braune Fuchs springt über den faulen Hund.\"],\"DHhJ7s\":[\"Zurück\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"PDF drucken / speichern\"],\"S8ugMC\":[\"Bericht drucken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL der Datenschutzerklärung\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Fortfahren\"],\"select.all.modal.proceed\":[\"Fortfahren\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" werden verarbeitet und zu Ihrem Chat hinzugefügt\"],\"gzGDMM\":[\"Ihre Hertranskription anfragen werden verarbeitet...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projekt erstellt\"],\"zjTrs1\":[\"Projektstandard: aktiviert. Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Projektbibliothek | dembrane\"],\"QDjWwu\":[\"Projekt Meta Zusammenfassung\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Projektname\"],\"3gh0L6\":[\"Projektname und -ID\"],\"6Z2q2Y\":[\"Der Projektname muss mindestens 4 Zeichen lang sein\"],\"n7JQEk\":[\"Projekt nicht gefunden\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Projektübersicht | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Projekt Einstellungen\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projekte\"],\"DK5DV3\":[\"Projekte | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Bieten Sie eine Übersicht über die Hauptthemen und wiederkehrende Themen\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Veröffentlichen\"],\"vsX8VJ\":[\"Veröffentlichen Sie diesen Bericht, um den Portal-Link anzuzeigen\"],\"IHzoSN\":[\"Veröffentlichen Sie diesen Bericht, um einen Freigabelink zu erhalten\"],\"u3wRF+\":[\"Veröffentlicht\"],\"E7YTYP\":[\"Hol dir die wichtigsten Zitate aus dieser Session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Frage\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Bewertung\"],\"wr9IYa\":[\"Neues Passwort erneut eingeben\"],\"0ZBIgY\":[\"Einstellungen aus einem bestehenden Webhook wiederverwenden\"],\"Z5Tlsx\":[\"Kontaktieren Sie mich\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Vorlesen\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Bereit zum Beginn\"],\"ShoKlK\":[\"Bereit, Ihre Werkzeuge zu verbinden? Fügen Sie einen Webhook hinzu, um automatisch Gesprächdaten zu erhalten, wenn Ereignisse auftreten.\"],\"VJScHU\":[\"Grund\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Empfohlene Apps\"],\"participant.button.s3check.reconnect\":[\"Erneut verbinden\"],\"participant.button.interruption.reconnect\":[\"Erneut verbinden\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Aufnehmen\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Ein weiteres Gespräch aufnehmen\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Aufnahme unterbrochen\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Aufnahme pausiert\"],\"/l7qFE\":[\"Aufnahme gestartet\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Ansicht neu erstellen\"],\"view.recreate.modal.title\":[\"Ansicht neu erstellen\"],\"CqnkB0\":[\"Wiederkehrende Themen\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referenzen\"],\"lCF0wC\":[\"Aktualisieren\"],\"ZMXpAp\":[\"Audit-Protokolle aktualisieren\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Neu generieren\"],\"PpFJd2\":[\"Zusammenfassung neu generieren\"],\"bluvj0\":[\"Zusammenfassung neu generieren\"],\"participant.regenerating.outcome\":[\"Ergebnis wird neu generiert\"],\"oYlYU+\":[\"Zusammenfassung wird neu erstellt. Kurz warten ...\"],\"HPitDS\":[\"Registrieren | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Seite neu laden\"],\"participant.button.reload.page.text.mode\":[\"Seite neu laden\"],\"participant.button.reload\":[\"Seite neu laden\"],\"participant.concrete.artefact.action.button.reload\":[\"Neu laden\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Benutzer daran erinnern, vor dem Abschließen zu überprüfen\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Entfernen\"],\"w61W3L\":[[\"0\"],\" entfernen\"],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Profilbild entfernen\"],\"Kl7//J\":[\"E-Mail entfernen\"],\"cILfnJ\":[\"Datei entfernen\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Aus diesem Chat entfernen\"],\"O90CN2\":[\"Logo entfernen\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Überschreibung entfernen\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Umbenennen\"],\"6PsaMr\":[\"Chat umbenennen\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Aufzeichnung\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Antwort Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Bericht\"],\"e/MQa5\":[\"Bericht wird bereits erstellt\"],\"Q3LOVJ\":[\"Problem melden\"],\"DUmD+q\":[\"Bericht erstellt - \",[\"0\"]],\"hh/mvZ\":[\"Berichtserstellung abgebrochen\"],\"sSy8vA\":[\"Bericht wird erstellt...\"],\"v7O77U\":[\"Die Berichtserstellung wurde abgebrochen. Du kannst unten einen neuen Bericht starten.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Berichtsbenachrichtigungen\"],\"M9snPp\":[\"Bericht geplant\"],\"6g+4DA\":[\"Meldung gesendet. Danke\"],\"u9r3Di\":[\"Report-Vorlagen stehen auf unserer Roadmap.\"],\"lNo4U2\":[\"Bericht aktualisiert - \",[\"0\"]],\"t9yxlZ\":[\"Berichte\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Zugriff anfordern\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Passwort zurücksetzen anfordern\"],\"8H5nRH\":[\"Passwort zurücksetzen anfordern | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Mikrofonzugriff wird angefragt...\"],\"TMLAx2\":[\"Erforderlich\"],\"0Hf+6m\":[\"Benötigt \\\"E-Mail anfordern?\\\" um aktiviert zu sein\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Umplanen\"],\"6eIR/n\":[\"Umplanen auf\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Zurücksetzen\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"9uplIY\":[\"Passwort zurücksetzen | dembrane\"],\"L+rMC9\":[\"Auf Standard zurücksetzen\"],\"kX8Fjz\":[\"Feedback zur Antwort\"],\"Sa5FCh\":[\"Ergebnisse, bevor die Leute gehen. Wir analysieren live und präsentieren direkt im Raum.\"],\"participant.button.stop.resume\":[\"Fortsetzen\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Hertranskribieren\"],\"ehyRtB\":[\"Gespräch hertranskribieren\"],\"1JHQpP\":[\"Gespräch hertranskribieren\"],\"+gmVxi\":[\"Hertranskription nicht verfügbar für anonymisierte Unterhaltungen\"],\"MXwASV\":[\"Hertranskription gestartet. Das neue Gespräch wird bald verfügbar sein.\"],\"6gRgw8\":[\"Erneut versuchen\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Upload erneut versuchen\"],\"2fCpt5\":[\"Zur Startseite\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Überprüfen Sie die Aktivität für Ihren Arbeitsbereich. Filtern Sie nach Sammlung oder Aktion und exportieren Sie die aktuelle Ansicht für weitere Untersuchungen.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Dateien vor dem Hochladen überprüfen\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Überprüfen Sie den Status der Verarbeitung für jedes Gespräch, das in diesem Projekt gesammelt wurde.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Überarbeiten\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklick, um hervorzuheben\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Zeilen pro Seite\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Ein Event mit dembrane durchführen\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Speichern\"],\"participant.concrete.action.button.save\":[\"Speichern\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Als Vorlage speichern\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Änderungen speichern\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Speichern fehlgeschlagen!\"],\"5dVjYt\":[\"Vorlage speichern\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Speichern...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planen\"],\"wCGy0o\":[\"Bericht planen\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Nach unten scrollen\"],\"A1taO8\":[\"Suchen\"],\"select.all.modal.loading.search\":[\"Suchen\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Suche und wähle die Gespräche für diesen Chat aus.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Gespräche suchen\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Projekte suchen\"],\"I0hU01\":[\"Projekte suchen\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Projekte suchen...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Tags suchen\"],\"pECIKL\":[\"Vorlagen suchen...\"],\"select.all.modal.search.text\":[\"Suchtext:\"],\"nhvuQF\":[\"Webhooks suchen...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Durchsucht die relevantesten Quellen\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Geheimnis\"],\"Y1y+VB\":[\"Geheimnis kopiert\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Bis bald\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Mikrofon auswählen\"],\"s5OrCL\":[\"Einen Webhook auswählen um zu klonen\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Alle auswählen\"],\"+fRipn\":[\"Alle auswählen (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle Ergebnisse auswählen\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Mindestens ein Ereignis auswählen\"],\"d3O/ZP\":[\"Mindestens ein anderes Thema auswählen, bevor dieses gelöscht wird\"],\"NK2YNj\":[\"Audio-Dateien auswählen\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Wähle Gespräche aus und finde genaue Zitate\"],\"LyHz7Q\":[\"Gespräche in der Seitenleiste auswählen\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Projekt auswählen\"],\"ekUnNJ\":[\"Tags auswählen\"],\"CG1cTZ\":[\"Wählen Sie die Anweisungen aus, die den Teilnehmern beim Starten eines Gesprächs angezeigt werden\"],\"qxzrcD\":[\"Wählen Sie den Typ der Rückmeldung oder der Beteiligung, die Sie fördern möchten.\"],\"QdpRMY\":[\"Tutorial auswählen\"],\"Dh99yE\":[\"Wahlen Sie bis zu 2 Schwerpunkte fur Ihren Bericht\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Wählen Sie aus, welche Themen Teilnehmer für \\\"Verifizieren\\\" verwenden können.\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Mikrofon auswählen\"],\"gU5H9I\":[\"Ausgewählte Dateien (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Ausgewähltes Mikrofon\"],\"tP/pEQ\":[\"Auswahl zu groß\"],\"select.all.modal.context.limit.reached\":[\"Auswahl zu groß. Einige Gespräche wurden nicht hinzugefügt.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Senden\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Meldung senden\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Slack/Teams Benachrichtigungen senden, wenn neue Gespräche abgeschlossen sind\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Sitzungsname\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Einstellungen\"],\"participant.settings.modal.title\":[\"Einstellungen\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Bericht teilen\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Teilen Sie hier Ihre Daten\"],\"nnWGzO\":[\"Teilen Sie Ihre Ideen mit unserem Team\"],\"4o0klJ\":[\"Teilen Sie Ihre Stimme, indem Sie den QR-Code scannen\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Kürzeste zuerst\"],\"8vETh9\":[\"Anzeigen\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Audio-Player anzeigen\"],\"pzaNzD\":[\"Daten anzeigen\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"IP-Adressen anzeigen\"],\"6lGV3K\":[\"Weniger anzeigen\"],\"fMPkxb\":[\"Mehr anzeigen\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Referenzen anzeigen\"],\"OV2iSn\":[\"Revisionsdaten anzeigen\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Einladung anzeigen\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[[\"displayFrom\"],\"–\",[\"displayTo\"],\" von \",[\"totalItems\"],\" Einträgen werden angezeigt\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" von \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Ihr zuletzt fertiggestellter Bericht wird angezeigt.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Überspringen\"],\"participant.button.verify_prompt.skip\":[\"Überspringen\"],\"participant.mic.check.button.skip\":[\"Überspringen\"],\"select.all.modal.context.limit.reached.description\":[\"Übersprungen, da die Auswahl zu groß war.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack-Community\"],\"BmukMD\":[\"Damit wir Ihnen die Details zum Gespräch schicken können.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Einige Dateien wurden bereits ausgewählt und werden nicht erneut hinzugefügt.\"],\"select.all.modal.skip.disclaimer\":[\"Einige können übersprungen werden (kein Transkript oder Auswahl zu groß).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solange dieses Problem nicht behoben ist.\"],\"nwtY4N\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error.text.mode\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error\":[\"Etwas ist schief gelaufen\"],\"mwpVVD\":[\"Beim Erstellen Ihres letzten Berichts ist etwas schiefgelaufen.\"],\"2WNFmv\":[\"Beim Erstellen Ihres Berichts ist etwas schiefgelaufen.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Beim Exportieren der Audit-Protokolle ist ein Fehler aufgetreten.\"],\"q9A2tm\":[\"Beim Generieren des Geheimnisses ist ein Fehler aufgetreten.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut, indem Sie die Schaltfläche <0>Erkunden drücken, oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht.\"],\"fWsBTs\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Der Inhalt verstößt gegen unsere Richtlinien. Änder den Text und versuch es nochmal.\"],\"f6Hub0\":[\"Sortieren\"],\"/AhHDE\":[\"Quelle \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanisch\"],\"z5/5iO\":[\"Spezifischer Kontext\"],\"mORM2E\":[\"Konkrete Details\"],\"Etejcu\":[\"Konkrete Details – ausgewählte Gespräche\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Neu starten\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Neues Gespräch starten\"],\"participant.button.start.new.conversation\":[\"Neues Gespräch starten\"],\"i88wdJ\":[\"Neu beginnen\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stopp\"],\"participant.button.stop\":[\"Beenden\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planung\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Absenden\"],\"participant.button.submit.text.mode\":[\"Absenden\"],\"zzDlyQ\":[\"Erfolg\"],\"aG+cH9\":[\"Dynamische Vorschläge basierend auf Ihrem Gespräch vorschlagen.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Vorgeschlagen:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Zusammenfassen\"],\"5Y4tAB\":[\"Fass dieses Interview als teilbaren Artikel zusammen\"],\"dXoieq\":[\"Zusammenfassung\"],\"+bZY9/\":[\"Zusammenfassung (wenn verfügbar)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Die Zusammenfassung ist verfügbar, sobald das Gespräch transkribiert ist.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Unterstützte Formate: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Gern\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Zur Texteingabe wechseln\"],\"5dzzI6\":[\"Das Ausschalten ist Teil eines bezahlten Plans.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systemstandard\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält, oder erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"eyu39U\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"participant.refine.make.concrete.description\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Erzählen Sie uns von dem Event, das Sie im Sinn haben.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template übernommen\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Vorlagenname\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Vorlagen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Vielen Dank für Ihre Teilnahme!\"],\"u+Whi9\":[\"Danke-Seite Inhalt\"],\"1LLF3Z\":[\"Vielen Dank!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Danke, wir melden uns innerhalb eines Tages.\"],\"2yHHa6\":[\"Der Code hat nicht funktioniert. Versuchen Sie es erneut mit einem neuen Code aus Ihrer Authentifizierungs-App.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Das sieht nicht wie eine E-Mail-Adresse aus.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Das war's, danke\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Der Kalender konnte hier nicht geladen werden. Wählen Sie stattdessen einen Termin auf cal.com oder schreiben Sie uns an info@dembrane.com.\"],\"TQCE79\":[\"Der Code hat nicht funktioniert, versuch’s nochmal.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"participant.conversation.error.loading\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"Der Endpunkt, an den wir die Daten senden. Holen Sie sich diesen von Ihrem Empfangs-Service (z.B. Zapier, Make oder Ihrem eigenen Server).\"],\"Jo19Pu\":[\"Die folgenden Gespräche wurden automatisch zum Kontext hinzugefügt\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Der Bericht kann bis zu 5 Minuten nach der gewählten Zeit starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Die Zusammenfassung wird erstellt. Warte, bis sie verfügbar ist.\"],\"+AT8nl\":[\"Die Zusammenfassung wird neu erstellt. Warte, bis sie verfügbar ist.\"],\"9DPC4t\":[\"Die Dankeseite endet mit einer Karte, die Teilnehmende einlädt, ein eigenes Event mit dembrane durchzuführen.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"Die Webhook-URL und Ereignisse werden geklont. Sie müssen das Geheimnis erneut eingeben, wenn eines konfiguriert wurde.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Design\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Beim Klonen Ihres Projekts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"JDFjCg\":[\"Beim Erstellen Ihres Berichts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Diese Unterhaltungen wurden aufgrund fehlender Transkripte ausgeschlossen.\"],\"8xYB4s\":[\"Diese Standard-Ansichtsvorlagen werden generiert, wenn Sie Ihre erste Bibliothek erstellen.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Denke nach...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Dies kann passieren, wenn ein VPN oder eine Firewall die Verbindung blockiert. Versuchen Sie, Ihr VPN zu deaktivieren, zu einem anderen Netzwerk zu wechseln (z. B. mobiler Hotspot) oder wenden Sie sich an Ihre IT-Abteilung.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Dieses Gespräch hat die folgenden Kopien:\"],\"conversation.linking_conversations.description\":[\"Dieses Gespräch ist eine Kopie von\"],\"SzU1mG\":[\"Diese E-Mail ist bereits in der Liste.\"],\"participant.modal.refine.info.available.in\":[\"Diese Funktion wird in \",[\"remainingTime\"],\" Sekunden verfügbar sein.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Diese Informationen sind anonymisiert\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Dies ist eine Live-Vorschau des Teilnehmerportals. Sie müssen die Seite aktualisieren, um die neuesten Änderungen zu sehen.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Dies ist ein Beispiel für die JSON-Daten, die an Ihre Webhook-URL gesendet werden, wenn ein Gespräch zusammengefasst wird.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Hier ist Verarbeitung auf Basis von Einwilligung festgelegt, aber ohne Link zur Datenschutzerklärung. Fügen Sie einen hinzu, damit die Einstellung gültig bleibt: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothek\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Diese Sprache wird für das Teilnehmerportal verwendet.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Diese Seite wird angezeigt, nachdem der Teilnehmer das Gespräch beendet hat.\"],\"1gmHmj\":[\"Diese Seite wird den Teilnehmern angezeigt, wenn sie nach erfolgreichem Abschluss des Tutorials ein Gespräch beginnen.\"],\"+9D2sa\":[\"Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das meistens. Wenn es weiterhin passiert, kehren Sie zur Startseite zurück.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Dieses Projekt folgt dann der übernommenen Einstellung: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Dieser Prompt leitet ein, wie die KI auf die Teilnehmer reagiert. Passen Sie ihn an, um den Typ der Rückmeldung oder Engagement zu bestimmen, den Sie fördern möchten.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dieser Bericht ist derzeit nicht verfügbar. \"],\"GQTpnY\":[\"Dieser Bericht wurde von \",[\"0\"],\" Personen geöffnet\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Dieser Titel wird den Teilnehmern angezeigt, wenn sie ein Gespräch beginnen\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Dies wird Ihre aktuelle Eingabe löschen. Sind Sie sicher?\"],\"NrRH+W\":[\"Dies wird eine Kopie des aktuellen Projekts erstellen. Nur Einstellungen und Tags werden kopiert. Berichte, Chats und Gespräche werden nicht in der Kopie enthalten. Sie werden nach dem Klonen zum neuen Projekt weitergeleitet.\"],\"hsNXnX\":[\"Dies wird ein neues Gespräch mit derselben Audio-Datei erstellen, aber mit einer neuen Transkription. Das ursprüngliche Gespräch bleibt unverändert.\"],\"add.tag.filter.modal.info\":[\"Dies filtert die Unterhaltungsliste, um Unterhaltungen mit diesem Tag anzuzeigen.\"],\"participant.concrete.regenerating.artefact.description\":[\"Wir erstellen dein Artefakt neu. Das kann einen Moment dauern.\"],\"participant.concrete.loading.artefact.description\":[\"Wir laden dein Artefakt. Das kann einen Moment dauern.\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Dieser Arbeitsbereich hat seine Aufnahmestunden verbraucht. Upgrade, um Sprache weiter zu nutzen.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Daumen runter\"],\"Nuw8ty\":[\"Daumen hoch\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Uhrzeit\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Zeitstempel\"],\"XSqo4Y\":[\"Zeitstempel und Dauer\"],\"rm2Cxd\":[\"Tipp\"],\"fEocaE\":[\"Tipp: Verwenden Sie den Play-Button (▶), um einen Test-Payload an Ihren Webhook zu senden und zu überprüfen, ob er korrekt funktioniert.\"],\"Zb3ANR\":[\"Tipp: Sie können auch eine Vorlage aus jeder gesendeten Chat-Nachricht erstellen oder eine bestehende Vorlage duplizieren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch generiert\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Um uns zu helfen, darauf zu reagieren, versuchen Sie anzugeben, wo es passiert ist und was Sie versucht haben zu tun. Bei Fehlern, sagen Sie uns, was schiefgelaufen ist. Bei Ideen, sagen Sie uns, welches Bedürfnis es für Sie lösen würde.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Zu groß\"],\"yIsdT7\":[\"Zu lang\"],\"qgwLj6\":[\"Zu lang oder unklar\"],\"lcsUaI\":[\"Zu viele Meldungen. Warten Sie ein paar Minuten und versuchen Sie es erneut\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Thema erfolgreich erstellt\"],\"Sawj4V\":[\"Thema erfolgreich gelöscht\"],\"xcp3ny\":[\"Themenbezeichnung\"],\"vQoAht\":[\"Thema erfolgreich aktualisiert\"],\"th8cMZ\":[\"Thematischer Titel, der beschreibt, was besprochen wurde\"],\"sFMBP5\":[\"Themen\"],\"ONchxy\":[\"gesamt\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribieren...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transkript\"],\"hfpzKV\":[\"Transkript in die Zwischenablage kopiert\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformieren Sie diesen Inhalt in Einblicke, die wirklich zählen. Bitte:\\nExtrahieren Sie die wichtigsten Ideen, die Standarddenken herausfordern\\nSchreiben Sie wie jemand, der Nuance versteht, nicht wie ein Lehrplan\\nFokussieren Sie sich auf nicht offensichtliche Implikationen\\nHalten Sie es scharf und substanziell\\nHervorheben Sie wirklich bedeutende Muster\\nStrukturieren Sie für Klarheit und Wirkung\\nHalten Sie die Tiefe mit der Zugänglichkeit im Gleichgewicht\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"uK9JLu\":[\"Transformieren Sie diese Diskussion in handlungsfähige Intelligenz. Bitte:\\nErfassen Sie die strategischen Implikationen, nicht nur die Punkte\\nStrukturieren Sie es wie eine Analyse eines Denkers, nicht Minuten\\nHervorheben Sie Entscheidungspunkte, die Standarddenken herausfordern\\nHalten Sie das Signal-Rausch-Verhältnis hoch\\nFokussieren Sie sich auf Einblicke, die tatsächlich Veränderung bewirken\\nOrganisieren Sie für Klarheit und zukünftige Referenz\\nHalten Sie die Taktik mit der Strategie im Gleichgewicht\\n\\nHinweis: Wenn die Diskussion wenig wichtige Entscheidungspunkte oder Einblicke enthält, markieren Sie sie für eine tiefere Untersuchung beim nächsten Mal.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Automatisierte Workflows in Tools wie Zapier, Make oder n8n auslösen\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Frag mal\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Versuchen Sie, etwas näher an Ihren Mikrofon zu sein, um bessere Audio-Qualität zu erhalten.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Ausschalten\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonymisierung ausschalten?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Das Deaktivieren der Anonymisierung während laufender Aufnahmen kann unbeabsichtigte Folgen haben. Aktive Gespräche werden auch während der Aufnahme betroffen. Bitte verwenden Sie dies mit Vorsicht.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Zwei-Faktor-Authentifizierung\"],\"NwChk2\":[\"Zwei-Faktor-Authentifizierung deaktiviert\"],\"qwpE/S\":[\"Zwei-Faktor-Authentifizierung aktiviert\"],\"+zy2Nq\":[\"Typ\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Nachricht eingeben oder / für Vorlagen drücken...\"],\"EvmL3X\":[\"Geben Sie hier Ihre Antwort ein\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"MksxNf\":[\"Audit-Protokolle konnten nicht geladen werden.\"],\"participant.outcome.error.title\":[\"Ergebnis kann nicht geladen werden\"],\"59QK2U\":[\"Das generierte Ergebnis konnte nicht geladen werden. Bitte versuchen Sie es erneut.\"],\"nGxDbq\":[\"Dieser Teil kann nicht verarbeitet werden\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Rückgängig\"],\"Ef7StM\":[\"Unbekannt\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unbekannter Grund\"],\"nWMRxa\":[\"Loslösen\"],\"vSdeRU\":[\"Löse zuerst ein Projekt (max. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Löse zuerst ein Projekt (max. 3)\"],\"dx+iaL\":[\"Projekt lösen\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Ungespeicherte Änderungen\"],\"SMaFdc\":[\"Abmelden\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Unbenanntes Gespräch\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Unbenannter Bericht\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Höchstens \",[\"MAX_FILES\"],\" Bilder\"],\"lLehih\":[\"Bis zu \",[\"MAX_MESSAGE_CHARS\"],\" Zeichen\"],\"EkH9pt\":[\"Aktualisieren\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Hochladen\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar hochladen\"],\"kV3A2a\":[\"Hochladen abgeschlossen\"],\"4Fr6DA\":[\"Gespräche hochladen\"],\"pZq3aX\":[\"Hochladen fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"HAKBY9\":[\"Dateien hochladen\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Audio-Dateien werden hochgeladen...\"],\"participant.modal.uploading\":[\"Audio wird hochgeladen...\"],\"participant.modal.interruption.uploading\":[\"Audio wird hochgeladen...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL ist erforderlich\"],\"3VnYUR\":[\"URL muss mit http:// oder https:// beginnen\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Übernommenen Standard verwenden\"],\"ngdRFH\":[\"Verwenden Sie Shift + Enter, um eine neue Zeile hinzuzufügen\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Benutzername\"],\"1Nt3Kg\":[\"Standard-dembrane-Logo verwendet\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Webhooks verwenden? Wir würden gerne von Ihnen hören\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Erinnerung zur Verifizierung\"],\"participant.banner.verification_required\":[\"Verifizierung erforderlich\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verifiziert\"],\"select.all.modal.loading.verified\":[\"Verifiziert\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verifiziert\"],\"Iv1iWN\":[\"verifizierte Artefakte\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verifizieren\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verifizieren\"],\"participant.echo.verify\":[\"Verifizieren\"],\"4LFZoj\":[\"Code verifizieren\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Themen\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Ansicht\"],\"SZw9tS\":[\"Details anzeigen\"],\"95YFbG\":[\"Beispiel-Payload anzeigen\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ihre Antworten anzeigen\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Warten auf den Abschluss der Gespräche, bevor ein Bericht erstellt wird.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Möchten Sie ein Event mit dembrane durchführen?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Wir bringen das Tool und die Crew mit, vom Intake-Gespräch bis zum Bericht. Bewährt bei über 1000 Events.\"],\"participant.alert.microphone.access.issue\":[\"Wir können Sie nicht hören. Bitte versuchen Sie, Ihr Mikrofon zu ändern oder ein wenig näher an das Gerät zu kommen.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht deaktivieren. Versuchen Sie es erneut mit einem neuen Code.\"],\"sM2pBB\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht aktivieren. Überprüfen Sie Ihren Code und versuchen Sie es erneut.\"],\"mW8QSA\":[\"Wir konnten die gesuchte Seite nicht finden. Möglicherweise wurde sie verschoben.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Wir benötigen etwas mehr Kontext, um Ihnen zu helfen, ECHO effektiv zu nutzen. Bitte setzen Sie die Aufzeichnung fort, damit wir bessere Vorschläge machen können.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen?\"],\"8RY8RU\":[\"Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen? Der Kalender ist gleich hier.\"],\"dni8nq\":[\"Wir werden Ihnen nur eine Nachricht senden, wenn Ihr Gastgeber einen Bericht erstellt. Wir geben Ihre Daten niemals an Dritte weiter. Sie können sich jederzeit abmelden.\"],\"FXjsEJ\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie <0>Problem melden, um ihn mit Screenshots zu senden.\"],\"XolQc4\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie Problem melden in der Seitenleiste, um ihn mit Screenshots zu senden.\"],\"participant.test.microphone.description\":[\"Wir testen Ihr Mikrofon, um sicherzustellen, dass jeder in der Sitzung die beste Erfahrung hat.\"],\"+eLc52\":[\"Wir hören einige Stille. Versuchen Sie, lauter zu sprechen, damit Ihre Stimme deutlich klingt.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks sind automatisierte Nachrichten, die von einer App zu einer anderen gesendet werden, wenn etwas passiert. Denken Sie daran, sie als eine \\\"Benachrichtigungssystem\\\" für Ihre anderen Tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Willkommen\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Willkommen bei dembrane!\"],\"u4aLOz\":[\"Willkommen im Übersichtmodus! Ich hab Zusammenfassungen von all deinen Gesprächen geladen. Frag mich nach Mustern, Themen und Insights in deinen Daten. Für genaue Zitate start eine neue Chat im Modus „Genauer Kontext“.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Willkommen!\"],\"RL57XM\":[\"Was sind Webhooks? (2 min Lesezeit)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Welche Daten werden gesendet?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Was möchten Sie verifizieren?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Was ist passiert? Fügen Sie hier einen Screenshot ein, um ihn anzuhängen\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Was soll ECHO aus den Gesprächen analysieren oder generieren?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Was lief schief?\"],\"qGrqH9\":[\"Was waren die Schlüsselmomente in diesem Gespräch?\"],\"FXZcgH\":[\"Was willst du dir anschauen?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wenn ein Teilnehmer das Portal öffnet, seine Details eingibt und ein Gespräch beginnt\"],\"myUTw1\":[\"Wenn ein Bericht für das Projekt erstellt wurde\"],\"7t3vo1\":[\"Wenn alle Audio in Text umgewandelt wurde und der vollständige Transkript verfügbar ist\"],\"N0GETg\":[\"Wenn werden Webhooks ausgelöst?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Wenn aktiviert, werden alle neuen Transkripte persönliche Informationen (Namen, E-Mails, Telefonnummern, Adressen) durch Platzhalter ersetzt. Anonymisierte Unterhaltungen deaktivieren auch die Audio-Wiedergabe, den Audio-Download und die Hertranskription, um die Privatsphäre der Teilnehmer zu schützen. Dies kann für bereits verarbeitete Gespräche nicht rückgängig gemacht werden.\"],\"MEmr1I\":[\"Wenn das Gespräch abgeschlossen wird, werden Teilnehmer, die noch nicht verifiziert haben, aufgefordert, zu verifizieren oder zu überspringen\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Wann soll der Bericht erstellt werden?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Wenn die Zusammenfassung bereit ist (beinhaltet Transkript und Zusammenfassung)\"],\"Uf3BzE\":[\"Wie können wir Sie erreichen?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"wird in Ihrem Bericht enthalten sein\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Projekt\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace-Standard\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace-Einstellungen\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Möchten Sie dieses Tag zu Ihren aktuellen Filtern hinzufügen?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Falsche Sprache oder Tonfall\"],\"MNTYHt\":[\"Falsche Quellen\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Sie\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Sie sind bereits abgemeldet oder Ihre Verknüpfung ist ungültig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern, nachdem du deine Rechnungsdaten hinzugefügt hast.\"],\"uGP87g\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern.\"],\"WS92Fk\":[\"Du kannst die Seite verlassen und später zurückkommen. Dein Bericht wird im Hintergrund weiter erstellt.\"],\"E71LBI\":[\"Sie können nur bis zu \",[\"MAX_FILES\"],\" Dateien gleichzeitig hochladen. Nur die ersten \",[\"0\"],\" Dateien werden hinzugefügt.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Sie können es unten erneut versuchen.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Sie haben bereits <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zu diesem Chat hinzugefügt.\"],\"7W35AW\":[\"Sie haben bereits alle damit verbundenen Unterhaltungen hinzugefügt\"],\"participant.modal.change.mic.confirmation.text\":[\"Sie haben Ihr Mikrofon geändert. Bitte klicken Sie auf \\\"Weiter\\\", um mit der Sitzung fortzufahren.\"],\"T/Q7jW\":[\"Sie haben sich erfolgreich abgemeldet.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Sie haben noch keine Ergebnisse verifiziert. Möchten Sie vor dem Abschluss verifizieren?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Sie können auch wählen, ein weiteres Gespräch aufzunehmen.\"],\"yCtSKg\":[\"Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich registriert haben. Wenn Sie auf Probleme stoßen, wenden Sie sich bitte an den Support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Sie erhalten bald \",[\"objectLabel\"],\" zur Verifizierung.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"sie@beispiel.de\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Ihre Genehmigung hilft uns zu verstehen, was Sie wirklich denken!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Ihre E-Mail-Adresse\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ihr Feedback und diese Antwort gehen an das dembrane-Team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Ihre Eingaben werden automatisch gespeichert.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Die Erstellung deines neuesten Berichts wurde abgebrochen. Dein letzter abgeschlossener Bericht wird angezeigt.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Ihr Name\"],\"VSneAo\":[\"Ihr Name, Ihre E-Mail-Adresse und die aktuelle Seite werden mitgesendet, damit wir nachfragen können.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen.\"],\"wurHZF\":[\"Ihre Antworten\"],\"B8Q/i2\":[\"Ihre Ansicht wurde erstellt. Bitte warten Sie, während wir die Daten verarbeiten und analysieren.\"],\"library.views.title\":[\"Ihre Ansichten\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Sie sind nicht authentifiziert\"],\"You don't have permission to access this.\":[\"Sie haben keine Berechtigung, darauf zuzugreifen.\"],\"Resource not found\":[\"Ressource nicht gefunden\"],\"Server error\":[\"Serverfehler\"],\"Something went wrong\":[\"Etwas ist schief gelaufen\"],\"We're preparing your workspace.\":[\"Wir bereiten deinen Arbeitsbereich vor.\"],\"Preparing your dashboard\":[\"Dein Dashboard wird vorbereitet\"],\"Welcome back\":[\"Willkommen zurück\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Die Bibliothek wird \",[\"duration\"],\" dauern.\"],\"uDvV8j\":[\" Absenden\"],\"aMNEbK\":[\" Von Benachrichtigungen abmelden\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bald verfügbar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Erkunden\\\" bald verfügbar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Überprüfen\\\" bald verfügbar\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" Tag\"],\"other\":[\"#\",\" Tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Nachricht von dembrane\"],\"other\":[\"Nachrichten von dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" hinzugefügt\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gespräche • Bearbeitet \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" nicht hinzugefügt\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" Aufrufe\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Gespräche • Bearbeitet \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" ausgewählt\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Derzeit ist \",\"#\",\" Unterhaltung bereit zur Analyse.\"],\"other\":[\"Derzeit sind \",\"#\",\" Unterhaltungen bereit zur Analyse.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" liest gerade\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" werden noch verarbeitet.\"],\"ZpJ0wx\":[\"*Transkription wird durchgeführt.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" Unterhaltungen\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspekte\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 Aufruf\"],\"AeSuqs\":[\"1. Sie geben eine URL an, an die Sie Benachrichtigungen erhalten möchten\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Wenn ein Gesprächs- oder Berichtereignis eintritt, senden wir die Daten automatisch an deine URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Ihr System empfängt die Daten und kann darauf reagieren (z.B. in eine Datenbank speichern, eine E-Mail senden, ein Spreadsheet aktualisieren)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Ein freundlicher Name, um diesen Webhook zu identifizieren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Ein neuer Bericht wird automatisch zum geplanten Zeitpunkt erstellt und veröffentlicht.\"],\"zm7GU7\":[\"Für die Verarbeitung auf Basis von Einwilligung ist ein Link zur Datenschutzerklärung erforderlich. Er muss mit http:// oder https:// beginnen und darf höchstens 255 Zeichen lang sein.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Für dieses Projekt wird bereits ein Bericht erstellt. Bitte warte, bis er fertig ist.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Konto\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Konto-Standard\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Konto-Passwort\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Aktion von\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Aktion am\"],\"7L01XJ\":[\"Aktionen\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Aktive Filter\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Hinzufügen\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Zusätzlichen Kontext hinzufügen (Optional)\"],\"Se1KZw\":[\"Alle zutreffenden hinzufügen\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Unterhaltungen zum Kontext hinzufügen\"],\"8T7YRB\":[\"Fugen Sie zuerst Gesprache zu Ihrem Projekt hinzu\"],\"LL1rvo\":[\"Benutzerdefiniertes Thema hinzufügen\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Bilder hinzufügen\"],\"1xDwr8\":[\"Fügen Sie Schlüsselbegriffe oder Eigennamen hinzu, um die Qualität und Genauigkeit der Transkription zu verbessern.\"],\"ndpRPm\":[\"Neue Aufnahmen zu diesem Projekt hinzufügen. Dateien, die Sie hier hochladen, werden verarbeitet und in Gesprächen erscheinen.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Tag hinzufügen\"],\"add.tag.filter.modal.title\":[\"Tag zu Filtern hinzufügen\"],\"IKoyMv\":[\"Tags hinzufügen\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Zu Filtern hinzufügen\"],\"NffMsn\":[\"Zu diesem Chat hinzufügen\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Thema hinzufügen\"],\"AHaRrL\":[\"Übersetzungen hinzufügen\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Webhook hinzufügen\"],\"UZ07em\":[\"Ihren ersten Webhook hinzufügen\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Hinzugefügt\"],\"Na90E+\":[\"Hinzugefügte E-Mails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zum Chat hinzufügen\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" hinzufügen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" weitere Unterhaltung\"],\"other\":[\"#\",\" weitere Unterhaltungen\"]}],\" mit den folgenden Filtern hinzufügen:\"],\"select.all.modal.loading.title\":[\"Unterhaltungen werden hinzugefügt\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Die Basis-Schriftgröße für die Oberfläche anpassen\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Erweitert\"],\"OaKXud\":[\"Erweitert (Tipps und best practices)\"],\"JiIKww\":[\"Erweiterte Einstellungen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Werkzeuggetriebene Ausführung\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Alle\"],\"cF7bEt\":[\"Alle Aktionen\"],\"O1367B\":[\"Alle Sammlungen\"],\"gvykaX\":[\"Alle Unterhaltungen\"],\"u/fl/S\":[\"Alle Dateien wurden erfolgreich hochgeladen.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Alle Vorlagen\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Teilnehmern erlauben, über den Link neue Gespräche zu beginnen\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Fast geschafft\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Bereits zu diesem Chat hinzugefügt\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Bereits im Kontext\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Eine E-Mail-Benachrichtigung wird an \",[\"0\"],\" Teilnehmer\",[\"1\"],\" gesendet. Möchten Sie fortfahren?\"],\"8q/YVi\":[\"Beim Laden des Portals ist ein Fehler aufgetreten. Bitte kontaktieren Sie das Support-Team.\"],\"XyOToQ\":[\"Ein Fehler ist aufgetreten.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ein unerwarteter Fehler ist aufgetreten. Neu laden oder zur Startseite zurückkehren hilft meistens.\"],\"F4cOH1\":[\"Analyse Sprache\"],\"ZlwDi6\":[\"Analytik\"],\"1x2m6d\":[\"Analyse diese Elemente mit Tiefe und Nuance. Bitte:\\n\\nFokussieren Sie sich auf unerwartete Verbindungen und Gegenüberstellungen\\nGehen Sie über offensichtliche Oberflächenvergleiche hinaus\\nIdentifizieren Sie versteckte Muster, die die meisten Analysen übersehen\\nBleiben Sie analytisch rigoros, während Sie ansprechend bleiben\\nVerwenden Sie Beispiele, die tiefere Prinzipien erhellen\\nStrukturieren Sie die Analyse, um Verständnis zu erlangen\\nZiehen Sie Erkenntnisse hervor, die konventionelle Weisheiten herausfordern\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"Dzr23X\":[\"Ankündigungen\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Transkript anonymisieren\"],\"gd1W+U\":[\"Transkripte anonymisieren\"],\"YdiKaK\":[\"Anonymisierte Unterhaltung\"],\"iPiP6k\":[\"Anonymisierte Unterhaltung\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Noch etwas?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Anwenden\"],\"4TwsNi\":[\"Vorlage anwenden\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Freigeben\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Genehmigt\"],\"tq+4rb\":[\"Sind Sie sicher, dass Sie den Webhook \\\"\",[\"0\"],\"\\\" löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"uqhbrg\":[\"Sind Sie sicher, dass Sie diesen Chat löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"Q5Z2wp\":[\"Sind Sie sicher, dass Sie dieses Gespräch löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"yrk3z3\":[\"Sind Sie sicher, dass Sie dieses benutzerdefinierte Thema löschen möchten? Dies kann nicht rückgängig gemacht werden.\"],\"YF1Re1\":[\"Sind Sie sicher, dass Sie dieses Projekt löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"ELQ+fw\":[\"Bist du sicher, dass du diesen Bericht löschen möchtest? Diese Aktion kann nicht rückgängig gemacht werden.\"],\"aUsm4A\":[\"Sind Sie sicher, dass Sie diesen Tag löschen möchten? Dies wird den Tag aus den bereits enthaltenen Gesprächen entfernen.\"],\"e3BGhi\":[\"Möchten Sie diese Vorlage wirklich löschen? Dies kann nicht rückgängig gemacht werden.\"],\"participant.modal.finish.message.text.mode\":[\"Sind Sie sicher, dass Sie das Gespräch beenden möchten?\"],\"sOql0x\":[\"Sind Sie sicher, dass Sie die Bibliothek generieren möchten? Dies wird eine Weile dauern und Ihre aktuellen Ansichten und Erkenntnisse überschreiben.\"],\"UXCOMn\":[\"Sind Sie sicher, dass Sie das Zusammenfassung erneut generieren möchten? Sie werden die aktuelle Zusammenfassung verlieren.\"],\"ZmeZPn\":[\"Sind Sie sicher, dass Sie Ihr Profilbild entfernen möchten?\"],\"wQ5jM6\":[\"Sind Sie sicher, dass Sie Ihr benutzerdefiniertes Logo entfernen möchten? Stattdessen wird das Standard-dembrane-Logo verwendet.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Fragen\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"E-Mail anfragen?\"],\"Rjlwvz\":[\"Nach Namen fragen?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspekt\"],\"HkigHK\":[\"Aspekte\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Mindestens ein Thema muss ausgewählt werden, um Verify zu aktivieren\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Achtung! Wir haben die letzten 60 Sekunden Ihrer Aufnahme aufgrund einer Unterbrechung verloren. Bitte drücken Sie die Schaltfläche unten, um die Verbindung wiederherzustellen.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-Download nicht verfügbar für anonymisierte Unterhaltungen\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio-Wiedergabe nicht verfügbar für anonymisierte Unterhaltungen\"],\"IOBCIN\":[\"Audio-Tipp\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit-Protokolle\"],\"aL1eBt\":[\"Audit-Protokolle als CSV exportiert\"],\"mS51hl\":[\"Audit-Protokolle als JSON exportiert\"],\"z8CQX2\":[\"Authentifizierungscode\"],\"R+PyK8\":[\"Titel automatisch generieren\"],\"voAvDv\":[\"Titel automatisch generieren\"],\"Wrpmw7\":[\"Automatisch generiert oder manuell eingeben\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatisch einen kurzen themenbasierten Titel für jedes Gespräch nach der Zusammenfassung generieren. Der Titel beschreibt, was besprochen wurde, nicht, wer teilgenommen hat. Der ursprüngliche Name des Teilnehmers wird separat gespeichert, wenn er bereitgestellt wurde.\"],\"F95AYw\":[\"Transkripte automatisch in Ihre CRM oder Datenbank speichern\"],\"zUbSgC\":[\"Gesprächdaten automatisch an Ihre anderen Tools und Dienste senden, wenn Ereignisse auftreten.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar entfernt\"],\"jSKImf\":[\"Avatar aktualisiert\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Zurück\"],\"participant.button.back.microphone\":[\"Zurück\"],\"participant.button.back\":[\"Zurück\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Zurück zur Auswahl\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Zurück zu Vorlagen\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Grundlegend (Wesentliche Tutorial-Folien)\"],\"epXTwc\":[\"Grundlegende Einstellungen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Einen Anruf buchen\"],\"KKLfx1\":[\"Buchen Sie einen Termin mit uns\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Kennenlerngespräch buchen\"],\"YgG3yv\":[\"Ideen brainstormen\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Benutzerdefinierte Dashboards mit realtime Gesprächdaten erstellen\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Durch das Löschen dieses Projekts werden alle damit verbundenen Daten gelöscht. Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie absolut sicher?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Abbrechen\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Abbrechen\"],\"participant.concrete.action.button.cancel\":[\"Abbrechen\"],\"participant.concrete.instructions.button.cancel\":[\"Abbrechen\"],\"select.all.modal.cancel\":[\"Abbrechen\"],\"add.tag.filter.modal.cancel\":[\"Abbrechen\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Überschreibung abbrechen\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Planung abbrechen\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Leeres Gespräch kann nicht hinzugefügt werden\"],\"SL9Qao\":[\"Kann nicht innerhalb von 10 Minuten vor dem geplanten Zeitpunkt umgeplant werden\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Karte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Sprache ändern\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Passwort ändern\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Änderungen werden automatisch gespeichert\"],\"xF/jsW\":[\"Das Ändern der Sprache während eines aktiven Chats kann unerwartete Ergebnisse hervorrufen. Es wird empfohlen, ein neues Gespräch zu beginnen, nachdem die Sprache geändert wurde. Sind Sie sicher, dass Sie fortfahren möchten?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat-Name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chat\"],\"project.sidebar.chat.title\":[\"Chat\"],\"+e4Yxz\":[\"Mikrofonzugriff prüfen\"],\"participant.button.check.microphone.access\":[\"Mikrofonzugriff prüfen\"],\"WQUm5N\":[\"Prüfen Sie Text und Bilder und versuchen Sie es erneut\"],\"v4fiSg\":[\"Überprüfen Sie Ihre E-Mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Ein Logo-Datei auswählen\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Aus Ihren anderen Projekten auswählen\"],\"Aoxltn\":[\"Wählen Sie, wann Sie Benachrichtigungen erhalten möchten\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Wähl dein Theme für das Interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Klicken Sie auf \\\"Dateien hochladen\\\", wenn Sie bereit sind, den Upload-Prozess zu starten.\"],\"cwMTjO\":[\"Klicken, um zu bearbeiten\"],\"jcSz6S\":[\"Klicken, um alle \",[\"totalCount\"],\" Unterhaltungen anzuzeigen\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-verwaltet\"],\"+d+tJS\":[\"Von einem anderen Projekt klonen\"],\"nCnTY0\":[\"Von Projekt klonen\"],\"BPrdpc\":[\"Projekt klonen\"],\"9U86tL\":[\"Projekt klonen\"],\"yz7wBu\":[\"Schließen\"],\"select.all.modal.close\":[\"Schließen\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Sammlung\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Häufige Anwendungsfälle:\"],\"Wqc3zS\":[\"Vergleichen & Gegenüberstellen\"],\"CfO59/\":[\"Vergleichen & Gegenüberstellen Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Abgeschlossen\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Weiter\"],\"7VpPHA\":[\"Bestätigen\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Neues Passwort bestätigen\"],\"yjkELF\":[\"Neues Passwort bestätigen\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Veröffentlichung bestätigen\"],\"vz1fGK\":[\"Umplanung bestätigen\"],\"L0k594\":[\"Bestätigen Sie Ihr Passwort, um ein neues Geheimnis für Ihre Authentifizierungs-App zu generieren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbindung zu den Berichtsdiensten wird hergestellt...\"],\"wX/BfX\":[\"Verbindung gesund\"],\"participant.modal.s3check.title\":[\"Verbindungsproblem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbindung ungesund\"],\"l9fkrm\":[\"Einwilligung\"],\"EhtOYz\":[\"Die Verarbeitung auf Basis von Einwilligung ist aktiv, aber es fehlt ein Link zur Datenschutzerklärung. Fügen Sie einen hinzu, wo die Rechtsgrundlage festgelegt ist: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Inhalt\"],\"M73whl\":[\"Kontext\"],\"VHSco4\":[\"Kontext hinzugefügt:\"],\"JX3KT4\":[\"Kontextbezogene Vorschläge\"],\"xGVfLh\":[\"Weiter\"],\"participant.button.continue\":[\"Weiter\"],\"participant.ready.to.begin.button.text\":[\"Weiter\"],\"F1pfAy\":[\"Gespräch\"],\"YyNOE7\":[\"Gespräch\"],\"EiHu8M\":[\"Gespräch zum Chat hinzugefügt\"],\"participant.conversation.ended\":[\"Gespräch beendet\"],\"OtdHFE\":[\"Gespräch aus dem Chat entfernt\"],\"zTKMNm\":[\"Gesprächstatus\"],\"Rdt7Iv\":[\"Gesprächstatusdetails\"],\"7Ljafh\":[\"Gesprächstags\"],\"a7zH70\":[\"Gespräche\"],\"EnJuK0\":[\"Gespräche\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Abkühlung läuft. Verfügbar in \",[\"0\"]],\"6V3Ea3\":[\"Kopiert\"],\"84o0nc\":[\"Von dem ursprünglichen Gespräch kopiert\"],\"PiH3UR\":[\"Kopiert!\"],\"iaPtht\":[\"Kopie\"],\"he3ygx\":[\"Kopieren\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Link kopieren\"],\"H4brGj\":[\"Link in die Zwischenablage kopieren\"],\"AjrNNs\":[\"Berichtsinhalt kopieren\"],\"vAkFou\":[\"Geheimnis kopieren\"],\"v3StFl\":[\"Zusammenfassung kopieren\"],\"/4gGIX\":[\"In die Zwischenablage kopieren\"],\"RTxUjI\":[\"In die Zwischenablage kopieren\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Deine Auswahl konnte nicht übernommen werden. Wähle unten erneut.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Konnte nicht in die Zwischenablage kopiert werden. Bitte versuchen Sie es erneut.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Die Gesprächsliste konnte nicht geöffnet werden. Versuche es erneut.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Feedback wurde nicht gespeichert\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Die Meldung konnte nicht gesendet werden. Versuchen Sie es noch einmal\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Erstellen\"],\"VW1ecc\":[\"Einen neuen Webhook von Grund auf erstellen\"],\"oJfYM5\":[\"Einen Forschungsbrief aus den letzten Gesprächen erstellen\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Bibliothek erstellen\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Neue Ansicht erstellen\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Bericht erstellen\"],\"A5hiCy\":[\"Vorlage erstellen\"],\"library.create.view\":[\"Ansicht erstellen\"],\"3D0MXY\":[\"Ansicht erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Erstellt am\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar zuschneiden\"],\"udBqWc\":[\"Bild zuschneiden\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Logo zuschneiden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Aktuelles Logo\"],\"Pn2B7/\":[\"Aktuelles Passwort\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Benutzerdefiniert\"],\"o1nIYK\":[\"Benutzerdefinierter Dateiname\"],\"GrXJvi\":[\"Benutzerdefiniertes Logo\"],\"iv5fAO\":[\"Benutzerdefinierter Titel-Prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard-URL (direkter Link zur Gesprächsübersicht)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Zeitraum\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standard\"],\"ucTqrC\":[\"Standard - Kein Tutorial (Nur Datenschutzbestimmungen)\"],\"K/78Yl\":[\"Multistufige Analyse mit live Werkzeugausführung delegieren\"],\"cnGeoo\":[\"Löschen\"],\"project.sidebar.chat.delete\":[\"Chat löschen\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Chat löschen\"],\"2GCE3m\":[\"Gespräch löschen\"],\"2DzmAq\":[\"Gespräch löschen\"],\"j5pYC4\":[\"Benutzerdefiniertes Thema löschen\"],\"mp235G\":[\"Projekt löschen\"],\"++iDlT\":[\"Projekt löschen\"],\"rUWrSE\":[\"Bericht löschen\"],\"qr0gpK\":[\"Tag löschen\"],\"DFjdv0\":[\"Vorlage löschen\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Webhook löschen\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Erfolgreich gelöscht\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane Event-Einladung\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Beschreiben Sie das Problem\"],\"Fs/0D5\":[\"Beschreiben Sie, was die Sprachmodell aus dem Gespräch extrahieren oder zusammenfassen soll...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Legt fest, unter welcher DSGVO-Rechtsgrundlage personenbezogene Daten für dieses Projekt verarbeitet werden.\"],\"2rgVKb\":[\"Bestimmt, unter welcher GDPR-Rechtsgrundlage personenbezogene Daten verarbeitet werden. Dies beeinflusst die Informationen, die an Teilnehmer und betroffene Personen gezeigt werden und deren Rechte.\"],\"NMz7xK\":[\"Entwickeln Sie ein strategisches Framework, das bedeutende Ergebnisse fördert. Bitte:\\n\\nIdentifizieren Sie die Kernziele und ihre Abhängigkeiten\\nEntwickeln Sie Implementierungspfade mit realistischen Zeiträumen\\nVorhersagen Sie potenzielle Hindernisse und Minderungsstrategien\\nDefinieren Sie klare Metriken für Erfolg, die über Vanity-Indikatoren hinausgehen\\nHervorheben Sie Ressourcenanforderungen und Allokationsprioritäten\\nStrukturieren Sie das Planung für sowohl sofortige Maßnahmen als auch langfristige Vision\\nEntscheidungsgrenzen und Pivot-Punkte einschließen\\n\\nHinweis: Focus on strategies that create sustainable competitive advantages, not just incremental improvements.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"2FA deaktivieren\"],\"yrMawf\":[\"Zwei-Faktor-Authentifizierung deaktivieren\"],\"E/QGRL\":[\"Deaktiviert\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Anzeigename\"],\"fDGgw4\":[\"Benötige ich dies?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Möchten Sie auf dem Laufenden bleiben?\"],\"TvY/XA\":[\"Dokumentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Fertig, kontaktieren Sie mich\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Herunterladen\"],\"5YVf7S\":[\"Alle Transkripte der Gespräche, die für dieses Projekt generiert wurden, herunterladen.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Herunterladen als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio herunterladen\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"QR-Code herunterladen\"],\"+bBcKo\":[\"Transkript herunterladen\"],\"5XW2u5\":[\"Transkript-Download-Optionen\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Nächste Aktionen erstellen und nach Priorität organisieren\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Ziehen Sie Audio-Dateien hier oder klicken Sie, um Dateien auszuwählen\"],\"KGi3u9\":[\"Ziehen, um umzusortieren\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplizieren\"],\"lkz6PL\":[\"Dauer\"],\"KIjvtr\":[\"Niederländisch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"z.B. \\\"Fokus auf Nachhaltigkeitsthemen\\\" oder \\\"Was denken die Teilnehmenden über die neue Richtlinie?\\\"\"],\"pO9dOq\":[\"z.B. \\\"Verwenden Sie kurze Nomen-Phrasen wie 'Stadtbäume' oder 'Jugendliche Arbeitsplätze'. Vermeiden Sie generische Titel.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"z.B. Wöchentliche Stakeholder-Zusammenfassung\"],\"ffuZIY\":[\"z.B. Slack-Benachrichtigungen, Make-Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bearbeiten\"],\"9WkyHF\":[\"Gespräch bearbeiten\"],\"Y/3VME\":[\"Benutzerdefiniertes Thema bearbeiten\"],\"/8fAkm\":[\"Dateiname bearbeiten\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Bearbeitungsmodus\"],\"niSWGL\":[\"Optionen bearbeiten\"],\"G2KpGE\":[\"Projekt bearbeiten\"],\"DdevVt\":[\"Bericht bearbeiten\"],\"report.editor.description\":[\"Bearbeiten Sie den Berichts-Inhalt mit dem Rich-Text-Editor unten. Sie können Text formatieren, Links, Bilder und mehr hinzufügen.\"],\"nP7CdQ\":[\"Webhook bearbeiten\"],\"O3oNi5\":[\"E-Mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji, das neben dem Thema angezeigt wird, z.B. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Leer\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA aktivieren\"],\"D3AnH0\":[\"Explore aktivieren\"],\"4KKbfZ\":[\"Teilnahme aktivieren\"],\"G3dSLc\":[\"Benachrichtigungen für Berichte aktivieren\"],\"ZUS4uO\":[\"Aktivieren Sie diese Funktion, um Teilnehmern die Möglichkeit zu geben, KI-gesteuerte Antworten während ihres Gesprächs anzufordern. Teilnehmer können nach Aufnahme ihrer Gedanken auf \\\"Explore\\\" klicken, um kontextbezogene Rückmeldungen zu erhalten, die tiefere Reflexion und Engagement fördern. Ein Abkühlungszeitraum gilt zwischen Anfragen.\"],\"dashboard.dembrane.feature.verify.description\":[\"Aktivieren Sie diese Funktion, damit Teilnehmer \\\"Ergebnisse\\\" aus ihren Beiträgen verifizieren und genehmigen können. Dies hilft, Schlüsselideen, Bedenken oder Zusammenfassungen zu konkretisieren. Nach dem Gespräch können Sie nach Diskussionen mit verifizierten Ergebnissen filtern und diese in der Übersicht einsehen.\"],\"C027jd\":[\"Transkript anonymisieren aktivieren\"],\"329BBO\":[\"Zwei-Faktor-Authentifizierung aktivieren\"],\"x35ZEt\":[\"Verify aktivieren\"],\"RxzN1M\":[\"Aktiviert\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Englisch\"],\"GboWYL\":[\"Geben Sie einen Schlüsselbegriff oder Eigennamen ein\"],\"TSHJTb\":[\"Geben Sie einen Namen für das neue Gespräch ein\"],\"KovX5R\":[\"Geben Sie einen Namen für Ihr geklontes Projekt ein\"],\"DRYPFp\":[\"Geheimen Schlüssel eingeben\"],\"34YqUw\":[\"Geben Sie einen gültigen Code ein, um die Zwei-Faktor-Authentifizierung zu deaktivieren.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Aktuelles Passwort eingeben\"],\"2FPsPl\":[\"Dateiname eingeben (ohne Erweiterung)\"],\"VpwcSk\":[\"Neues Passwort eingeben\"],\"oIn7d4\":[\"Geben Sie den 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"q1OmsR\":[\"Geben Sie den aktuellen 6-stelligen Code aus Ihrer Authentifizierungs-App ein.\"],\"NgaR6B\":[\"Geben Sie Ihr Passwort ein\"],\"42tLXR\":[\"Geben Sie Ihre Anfrage ein\"],\"HRbyGE\":[\"Von dem Teilnehmer auf dem Portal eingetragen\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Fehler\"],\"Ne0Dr1\":[\"Fehler beim Klonen des Projekts\"],\"AEkJ6x\":[\"Fehler beim Erstellen des Berichts\"],\"edh3aY\":[\"Fehler beim Laden des Projekts\"],\"4kVRov\":[\"Fehler aufgetreten\"],\"hmk+3M\":[\"Fehler beim Hochladen von \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Ereignisse\"],\"VFClUG\":[\"Ereignisse, die beobachtet werden sollen\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Jede Erkenntnis nachvollziehbar. Der Bericht verknüpft jeden Befund mit dem, was tatsächlich gesagt wurde.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Alles sieht gut aus – Sie können fortfahren.\"],\"jqsg/I\":[\"Beispiel-Webhook-Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Vollbild verlassen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimentell\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Erkunden\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[[\"conversationCount\"],\" Gespräche werden analysiert\"],\"GS+Mus\":[\"Exportieren\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Fehlgeschlagen\"],\"bh2Vob\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\"],\"ajvYcJ\":[\"Fehler beim Hinzufügen des Gesprächs zum Chat\",[\"0\"]],\"g5wCZj\":[\"Fehler beim Hinzufügen von Unterhaltungen zum Kontext\"],\"pmwvUt\":[\"Ergebnis konnte nicht freigegeben werden. Bitte versuchen Sie es erneut.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Fehler beim Kopieren des Chats. Bitte versuchen Sie es erneut.\"],\"uvu6eC\":[\"Transkript konnte nicht kopiert werden. Versuch es noch mal.\"],\"UQ6LqT\":[\"Benutzerdefiniertes Thema konnte nicht erstellt werden\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Benutzerdefiniertes Thema konnte nicht gelöscht werden\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Fehler beim Löschen der Antwort\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Fehler beim Beenden des Gesprächs. Bitte versuchen Sie es erneut.\"],\"vx5bTP\":[\"Fehler beim Generieren von \",[\"label\"],\". Bitte versuchen Sie es erneut.\"],\"Fa1ewI\":[\"Zusammenfassung konnte nicht erstellt werden. Versuch es später noch mal.\"],\"Z77bMM\":[\"Webhooks konnten nicht geladen werden\"],\"T7KYJY\":[\"Fehler beim Markieren aller Ankündigungen als gelesen\"],\"eGHX/x\":[\"Fehler beim Markieren der Ankündigung als gelesen\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Verbindung fehlgeschlagen. Bitte versuche, die Seite neu zu laden.\"],\"SVtMXb\":[\"Fehler beim erneuten Generieren der Zusammenfassung. Bitte versuchen Sie es erneut.\"],\"h49o9M\":[\"Neu laden fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"rv8mO7\":[\"Avatar konnte nicht entfernt werden\"],\"kE1PiG\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\"],\"+piK6h\":[\"Fehler beim Entfernen des Gesprächs aus dem Chat\",[\"0\"]],\"P9wLTJ\":[\"Logo konnte nicht entfernt werden\"],\"IMUHg3\":[\"Neuplanung fehlgeschlagen. Bitte wahlen Sie einen spateren Zeitpunkt und versuchen Sie es erneut.\"],\"SmP70M\":[\"Fehler beim Hertranskribieren des Gesprächs. Bitte versuchen Sie es erneut.\"],\"kClMar\":[\"Ergebnis konnte nicht überarbeitet werden. Bitte versuchen Sie es erneut.\"],\"wMEdO3\":[\"Fehler beim Beenden der Aufnahme bei Änderung des Mikrofons. Bitte versuchen Sie es erneut.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Benutzerdefiniertes Thema konnte nicht aktualisiert werden\"],\"BpuK7o\":[\"Fehler beim Aktualisieren der Rechtsgrundlage\"],\"Avee+B\":[\"Name konnte nicht aktualisiert werden\"],\"gnm1CH\":[\"Anheften konnte nicht aktualisiert werden\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Avatar konnte nicht hochgeladen werden\"],\"RW4V7P\":[\"Logo konnte nicht hochgeladen werden\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Funktion bald verfügbar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback-Portal\"],\"2roTVj\":[\"Feedback gesendet\"],\"87gcCP\":[\"Datei \\\"\",[\"0\"],\"\\\" überschreitet die maximale Größe von \",[\"1\"],\".\"],\"ena+qV\":[\"Datei \\\"\",[\"0\"],\"\\\" hat ein nicht unterstütztes Format. Nur Audio-Dateien sind erlaubt.\"],\"LkIAge\":[\"Datei \\\"\",[\"0\"],\"\\\" ist kein unterstütztes Audio-Format. Nur Audio-Dateien sind erlaubt.\"],\"RW2aSn\":[\"Datei \\\"\",[\"0\"],\"\\\" ist zu klein (\",[\"1\"],\"). Mindestgröße ist \",[\"2\"],\".\"],\"+aBwxq\":[\"Dateigröße: Min \",[\"0\"],\", Max \",[\"1\"],\", bis zu \",[\"MAX_FILES\"],\" Dateien\"],\"UkgMPE\":[\"Dateiname aus hochgeladener Datei\"],\"5g0xbt\":[\"Audit-Protokolle nach Aktion filtern\"],\"9clinz\":[\"Audit-Protokolle nach Sammlung filtern\"],\"O39Ph0\":[\"Nach Aktion filtern\"],\"DiDNkt\":[\"Nach Sammlung filtern\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Finde Widersprüche und vorschlage Folgefragen\"],\"participant.button.stop.finish\":[\"Beenden\"],\"participant.button.finish.text.mode\":[\"Beenden\"],\"participant.button.finish\":[\"Beenden\"],\"participant.modal.finish.title.text.mode\":[\"Gespräch beenden\"],\"4dQFvz\":[\"Beendet\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Fünf kurze Fragen, dann wählen Sie einen Termin mit dem dembrane-Team. Wir lesen Ihre Antworten vor dem Gespräch und bringen einen passenden Plan mit.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Fokus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Schriftgröße\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Für erfahrene Benutzer: Ein Geheimnis-Schlüssel, um die Authentizität des Webhooks zu verifizieren. Nur erforderlich, wenn Ihr Empfangs-Dienst Signatur-Verifizierung benötigt.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Passwort vergessen?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Französisch\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Vollständiges Transkript (wenn verfügbar)\"],\"3qkggm\":[\"Vollbild\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generieren\"],\"EIdJgG\":[\"Neuen Bericht erstellen\"],\"QsUhrf\":[\"Bericht erstellen\"],\"GRy59I\":[\"Erstellen Sie zuerst eine Zusammenfassung\"],\"MWSGhX\":[\"Bibliothek generieren\"],\"5SWGxv\":[\"Jetzt erstellen\"],\"GWUJ9X\":[\"Stattdessen jetzt erstellen\"],\"QqIxfi\":[\"Geheimnis generieren\"],\"gitFA/\":[\"Zusammenfassung generieren\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Bericht wird generiert...\"],\"kzY+nd\":[\"Zusammenfassung wird erstellt. Kurz warten ...\"],\"hMOYzR\":[\"Dein Bericht wird erstellt...\"],\"DDcvSo\":[\"Deutsch\"],\"jpNBdT\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"participant.refine.go.deeper.description\":[\"Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"Pl6LQ+\":[\"Kontakt aufnehmen\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Geben Sie mir eine Liste von 5-10 Themen, die diskutiert werden.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Zurück\"],\"DXr0zk\":[\"Vollbild\"],\"iWpEwy\":[\"Zur Startseite\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Zur neuen Unterhaltung gehen\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Gute Antwort\"],\"hjZBYK\":[\"Haben Sie zwei Minuten? Fünf optionale Fragen helfen uns bei der Vorbereitung.\"],\"5sIEgO\":[\"Haben Sie zwei Minuten? Fünf kurze Fragen helfen uns, vorbereitet zu kommen, und Sie können jede davon überspringen.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Leitfaden, wie Titel generiert werden. Titel beschreiben das Thema des Gesprächs, nicht den Teilnehmer.\"],\"uMjvI3\":[\"Bericht anleiten\"],\"myXGZW\":[\"Angeleitet\"],\"ZqBGoi\":[\"Hat verifizierte Artefakte\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Verborgener Schatz\"],\"vLyv1R\":[\"Verstecken\"],\"eHo/Jc\":[\"Daten verbergen\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Revisionsdaten verbergen\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"die dembrane Event-Einladung ausblenden\"],\"V3NvRL\":[\"Das Ausblenden der dembrane Event-Einladung ist Teil eines bezahlten Plans.\"],\"tn75xn\":[\"Bestimmtes Konzept hervorheben\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Startseite\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Feedback des Hosts\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Wie es funktioniert:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Wie würden Sie einem Kollegen beschreiben, was Sie mit diesem Projekt erreichen möchten?\\n* Was ist das übergeordnete Ziel oder die wichtigste Kennzahl\\n* Wie sieht Erfolg aus\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Ich verstehe\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifizieren Sie wiederkehrende Themen, Themen und Argumente, die in Gesprächen konsistent auftreten. Analysieren Sie ihre Häufigkeit, Intensität und Konsistenz. Erwartete Ausgabe: 3-7 Aspekte für kleine Datensätze, 5-12 für mittlere Datensätze, 8-15 für große Datensätze. Verarbeitungsanleitung: Konzentrieren Sie sich auf unterschiedliche Muster, die in mehreren Gesprächen auftreten.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Wenn Sie etwas entdeckt haben, bei dem Daten für Unbefugte sichtbar sind, jemand Zugriff hat, den er nicht haben sollte, oder eine mögliche Sicherheitslücke, nutzen Sie bitte stattdessen unser <0>Meldeformular für Sicherheitsprobleme. Es erreicht ein anderes Team auf einem schnelleren Weg. In dringenden Fällen senden Sie eine E-Mail an <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Wenn Sie mit \",[\"objectLabel\"],\" zufrieden sind, klicken Sie auf \\\"Genehmigen\\\", um zu zeigen, dass Sie sich gehört fühlen.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Wenn Sie nicht sicher sind, möchten Sie es wahrscheinlich noch nicht. Webhooks sind eine fortgeschrittene Funktion, die typischerweise von Entwicklern oder Teams mit benutzerdefinierten Integrationen verwendet wird. Sie können sie jederzeit später einrichten.\"],\"hDVOQQ\":[\"Wenn Sie Webhook-Integrationen einrichten, würden wir uns sehr freuen, Ihr Anwendungsfall kennen zu lernen. Wir entwickeln auch Observability-Funktionen, einschließlich Audit-Protokolle und Lieferungstracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Bilder dürfen höchstens \",[\"MAX_FILE_MB\"],\"MB groß sein\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portal-Link einschließen\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Falsch oder erfunden\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Erkenntnisse\"],\"MSVCjk\":[\"Anweisungen für die Generierung des Verifizierungsergebnisses\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ungültiger Code. Bitte fordern Sie einen neuen an.\"],\"jLr8VJ\":[\"Ungültige Anmeldedaten.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP-Adresse\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Das Gespräch wurde während der Aufnahme gelöscht. Wir haben die Aufnahme beendet, um Probleme zu vermeiden. Sie können jederzeit ein neues Gespräch starten.\"],\"library.not.available.message\":[\"Es scheint, dass die Bibliothek für Ihr Konto nicht verfügbar ist. Bitte fordern Sie Zugriff an, um dieses Feature zu entsperren.\"],\"participant.outcome.error.description\":[\"Wir konnten dieses Ergebnis nicht laden. Dies könnte ein vorübergehendes Problem sein. Sie können versuchen, neu zu laden oder zurückzugehen, um ein anderes Thema auszuwählen.\"],\"5dxEAB\":[\"Es sieht so aus, als hätten Sie noch keinen Bericht für dieses Projekt. Erstellen Sie einen, um eine Übersicht Ihrer Gespräche zu erhalten.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Es klingt, als würden mehrere Personen sprechen. Wenn Sie abwechselnd sprechen, können wir alle deutlich hören.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italienisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"An dieser Portal-Sitzung teilnehmen\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Einen Moment bitte\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Sprechen oder schreiben Sie einfach natürlich. Ihr Beitrag geht direkt an unser Produktteam und hilft uns wirklich, dembrane besser zu machen. Wir lesen alles.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Halten Sie den Zugriff sicher mit einem Einmalcode aus Ihrer Authentifizierungs-App. Aktivieren oder deaktivieren Sie die Zwei-Faktor-Authentifizierung für dieses Konto.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Sprache\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Zuletzt gespeichert am \",[\"0\"]],\"K7P0jz\":[\"Zuletzt aktualisiert\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Neueste\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Mehr über Webhooks erfahren\"],\"ffCwpJ\":[\"Leer lassen, um das bestehende zu behalten\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Hinterlassen Sie Ihre E-Mail-Adresse und wir melden uns innerhalb eines Tages wegen eines Events mit dembrane.\"],\"J8VWes\":[\"Hinterlassen Sie Ihre E-Mail-Adresse, damit wir Sie kontaktieren können.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Rechtsgrundlage\"],\"vRXsmZ\":[\"Rechtsgrundlage\"],\"CopiEV\":[\"Rechtsgrundlage gespeichert\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothek\"],\"library.title\":[\"Bibliothek\"],\"T50lwc\":[\"Bibliothekserstellung läuft\"],\"gkv8iG\":[\"Kennzeichen\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link zur Datenschutzerklärung, die Teilnehmenden angezeigt wird\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live Agent Ausführungsmodus\"],\"participant.live.audio.level\":[\"Live Audiopegel:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Vorschau\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Laden\"],\"participant.verify.instructions.loading\":[\"Wird geladen\"],\"yQ9yN3\":[\"Aktionen werden geladen...\"],\"participant.concrete.loading.artefact\":[\"Artefakt wird geladen…\"],\"JOvnq+\":[\"Audit-Protokolle werden geladen…\"],\"y+JWgj\":[\"Sammlungen werden geladen...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Mikrofone werden geladen...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Transkript wird geladen ...\"],\"3SKW0s\":[\"Verify Themen werden geladen…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"wird geladen...\"],\"Z3FXyt\":[\"Laden...\"],\"Pwqkdw\":[\"Laden…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Anmelden\"],\"LM/dWU\":[\"Anmelden | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo entfernt\"],\"MjfaMh\":[\"Logo aktualisiert\"],\"nOhz3x\":[\"Abmelden\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Längste zuerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Vorlagen verwalten\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Alle als gelesen markieren\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Als gelesen markieren\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Besprechungsnotizen\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Nachrichten von \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Der Mikrofonzugriff ist weiterhin verweigert. Bitte überprüfen Sie Ihre Einstellungen und versuchen Sie es erneut.\"],\"azjxk1\":[\"Geht nicht auf die Frage ein\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"weitere\"],\"2FYpfJ\":[\"Mehr\"],\"JcD7qf\":[\"Weitere Aktionen\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Verschieben\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Gespräch verschieben\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Gespräch zu einem anderen Projekt verschieben\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Muss mindestens 10 Minuten in der Zukunft liegen\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Meine Vorlagen\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name ist erforderlich\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name aktualisiert\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Neu\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Neuer Gespräch Name\"],\"u2uElg\":[\"Neue Gesprache seit diesem Bericht hinzugefugt\"],\"library.new.conversations\":[\"Seit der Erstellung der Bibliothek wurden neue Gespräche hinzugefügt. Generieren Sie die Bibliothek neu, um diese zu verarbeiten.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Neues Passwort\"],\"7vhWI8\":[\"Neues Passwort\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Neuer Bericht\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Neueste zuerst\"],\"hXzOVo\":[\"Weiter\"],\"participant.button.next\":[\"Weiter\"],\"participant.verify.selection.button.next\":[\"Weiter\"],\"participant.verify.instructions.button.next\":[\"Weiter\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Nein\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Keine Aktionen gefunden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Keine App, keine Hardware. Teilnehmende scannen einen QR-Code und ihr Telefon wird zum Portal.\"],\"Em+3Ls\":[\"Keine Audit-Protokolle entsprechen den aktuellen Filtern.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Keine Chats gefunden. Starten Sie einen Chat mit dem \\\"Fragen\\\"-Button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Keine Sammlungen gefunden\"],\"zsslJv\":[\"Kein Inhalt\"],\"1pZsdx\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"library.no.conversations\":[\"Keine Gespräche verfügbar, um eine Bibliothek zu erstellen\"],\"EtMtH/\":[\"Keine Gespräche gefunden.\"],\"BuikQT\":[\"Keine Gespräche gefunden. Starten Sie ein Gespräch über den Teilnahme-Einladungslink aus der <0><1>Projektübersicht.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Es wurden keine Unterhaltungen verarbeitet. Dies kann passieren, wenn alle Unterhaltungen bereits im Kontext sind oder nicht den ausgewählten Filtern entsprechen.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Noch keine Gesprache. Sie konnen jetzt einen Bericht planen und Gesprache werden aufgenommen, sobald sie hinzugefugt werden.\"],\"oaDwXD\":[\"Kein Standard festgelegt (Client-verwaltet gilt)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Noch kein Feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Noch kein neues Feedback erkannt. Bitte fahren Sie mit Ihrer Diskussion fort und versuchen Sie es später erneut.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Noch niemand in der Organisation.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Keine Projekte gefunden \",[\"0\"]],\"y29l+b\":[\"Keine Projekte für den Suchbegriff gefunden\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Kein Bericht gefunden\"],\"1iQvuD\":[\"Noch keine Berichte\"],\"Ev2r9A\":[\"Keine Ergebnisse\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Keine Tags gefunden\"],\"LcBe0w\":[\"Diesem Projekt wurden noch keine Tags hinzugefügt. Fügen Sie ein Tag über die Texteingabe oben hinzu, um zu beginnen.\"],\"KE6RCJ\":[\"Keine Vorlagen für {searchQuery} gefunden\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Kein Transkript verfügbar\"],\"vq+6l+\":[\"Noch kein Transkript für dieses Gespräch vorhanden. Bitte später erneut prüfen.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Es wurden keine gültigen Audio-Dateien ausgewählt. Bitte wählen Sie nur Audio-Dateien (MP3, WAV, OGG, etc.) aus.\"],\"tNWcWM\":[\"Für dieses Projekt sind keine Verifizierungsthemen konfiguriert.\"],\"pdWSGS\":[\"Keine Verify Themen verfügbar.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Keine Webhooks konfiguriert\"],\"/PUkCU\":[\"Keine Webhooks gefunden\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Nicht hinzugefügt\"],\"OJx3wK\":[\"Nicht verfügbar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Teilnehmer benachrichtigen, wenn ein Bericht veröffentlicht wird.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Älteste zuerst\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Sobald Sie diskutiert haben, klicken Sie auf \\\"Überarbeiten\\\", um \",[\"objectLabel\"],\" entsprechend Ihrer Diskussion anzupassen.\"],\"participant.verify.instructions.read.aloud\":[\"Sobald Sie \",[\"objectLabel\"],\" erhalten haben, lesen Sie es laut vor und teilen Sie mit, was Sie gegebenenfalls ändern möchten.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Laufend\"],\"conversation.ongoing\":[\"Laufend\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Ändern Sie diese Einstellung nur in Absprache mit den verantwortlichen Personen für die Datenschutzverantwortung in Ihrer Organisation.\"],\"z7dMhl\":[\"Es können nur Bilder angehängt werden\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Nur Workspace-Administrator*innen können die Rechtsgrundlage ändern.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Ups! Es scheint, dass der Mikrofonzugriff verweigert wurde. Keine Sorge! Wir haben einen praktischen Fehlerbehebungsleitfaden für Sie. Schauen Sie ihn sich an. Sobald Sie das Problem behoben haben, kommen Sie zurück und besuchen Sie diese Seite erneut, um zu überprüfen, ob Ihr Mikrofon bereit ist.\"],\"1TNIig\":[\"Öffnen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Aufzeichnung öffnen\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Fehlerbehebungsleitfaden öffnen\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Öffnen Sie Ihre Authentifizierungs-App und geben Sie den aktuellen 6-stelligen Code ein.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls auf Englisch zurückgegriffen wird)\"],\"V44CS4\":[\"Optionales Feld auf der Startseite\"],\"bkndzy\":[\"Optionales Feld auf der Danksagungsseite\"],\"xam4uE\":[\"Optionale Frage \",[\"0\"],\" von \",[\"1\"]],\"S2LyUK\":[\"Optionale Frage \",[\"0\"],\" von \",[\"1\"],\". Überspringen Sie, was Sie möchten.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Optionen\"],\"BzEFor\":[\"oder\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Oder lieber direkt chatten?\"],\"1h45Hu\":[\"Oder schreiben Sie Ihren eigenen\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Sonstiges\"],\"GC75c7\":[\"Ergebnis erfolgreich freigeschaltet!\"],\"QLXrh9\":[\"Ergebnis erfolgreich neu geladen!\"],\"LJg1UW\":[\"Ergebnis erfolgreich überarbeitet!\"],\"df3S+R\":[\"Ergebnis erfolgreich aktualisiert!\"],\"1fjbvD\":[\"Ergebnisse\"],\"ZU3zZC\":[\"Ergebnisse\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Für dieses Projekt überschrieben\"],\"AR/qbs\":[\"Für dieses Projekt überschreiben\"],\"6/dCYd\":[\"Übersicht\"],\"/fAXQQ\":[\"Overview – Themes & Patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Seiteninhalt\"],\"8F1i42\":[\"Seite nicht gefunden\"],\"6+Py7/\":[\"Seitentitel\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Teilnehmer\"],\"h3AUOJ\":[\"Teilnehmer-E-Mail\"],\"WdEzKM\":[\"Teilnehmer-E-Mails\"],\"Uc9fP1\":[\"Teilnehmer-Funktionen\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Teilnehmer-Name und -E-Mail\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Teilnehmer können beim Erstellen von Gesprächen Tags auswählen\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Passwort\"],\"zJx6Vx\":[\"Passwort geändert\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwörter stimmen nicht überein\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Vorlesen pausieren\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Ausstehend\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"zmwvG2\":[\"Telefon\"],\"B8mlc2\":[\"Wahlen Sie ein Datum\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Jetzt einen Termin wählen\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Wähl den Ansatz, der zu deiner Frage passt\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Anheften\"],\"u8qC4w\":[\"Projekt anheften\"],\"S+WiJ3\":[\"Vorlagen hier für schnellen Zugriff anheften.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Angeheftet ist voll (max. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Angeheftete Vorlagen\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Bitte erlauben Sie den Mikrofonzugriff, um den Test zu starten.\"],\"SQSc5o\":[\"Bitte prüfen Sie später erneut oder wenden Sie sich an den Projektbesitzer für weitere Informationen.\"],\"T8REcf\":[\"Bitte überprüfen Sie Ihre Eingaben auf Fehler.\"],\"n6oAnk\":[\"Bitte aktivieren Sie die Teilnahme, um das Teilen zu ermöglichen\"],\"fwrPh4\":[\"Bitte geben Sie eine gültige E-Mail-Adresse ein.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme)\"],\"Lu1j4b\":[\"Bitte nehmen Sie Ihre Antwort auf, indem Sie unten auf die Schaltfläche \\\"Aufnehmen\\\" klicken. Sie können auch per Text antworten, indem Sie auf das Textsymbol klicken.\\n**Bitte lassen Sie diesen Bildschirm eingeschaltet**\\n(schwarzer Bildschirm = keine Aufnahme).\\nIhre Transkription wird anonymisiert und Ihr Host kann Ihre Aufnahme nicht anhören.\"],\"library.processing.request\":[\"Bibliothek wird verarbeitet\"],\"04DMtb\":[\"Bitte warten Sie, während wir Ihre Hertranskription anfragen verarbeiten. Sie werden automatisch zur neuen Konversation weitergeleitet, wenn fertig.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG oder WebP. Wird zu einem Kreis zugeschnitten.\"],\"jjdudv\":[\"Schlechte Antwort\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Inhalt\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Ihre Erfahrung wird vorbereitet\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vorschau: Der schnelle braune Fuchs springt über den faulen Hund.\"],\"DHhJ7s\":[\"Zurück\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"PDF drucken / speichern\"],\"S8ugMC\":[\"Bericht drucken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL der Datenschutzerklärung\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Fortfahren\"],\"select.all.modal.proceed\":[\"Fortfahren\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" werden verarbeitet und zu Ihrem Chat hinzugefügt\"],\"gzGDMM\":[\"Ihre Hertranskription anfragen werden verarbeitet...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projekt erstellt\"],\"zjTrs1\":[\"Projektstandard: aktiviert. Persönliche Informationen werden durch Platzhalter ersetzt. Audiowiedergabe, Download und erneute Transkription werden für das neue Gespräch deaktiviert.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Projektbibliothek | dembrane\"],\"QDjWwu\":[\"Projekt Meta Zusammenfassung\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Projektname\"],\"3gh0L6\":[\"Projektname und -ID\"],\"6Z2q2Y\":[\"Der Projektname muss mindestens 4 Zeichen lang sein\"],\"n7JQEk\":[\"Projekt nicht gefunden\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Projektübersicht | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Projekt Einstellungen\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projekte\"],\"DK5DV3\":[\"Projekte | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Bieten Sie eine Übersicht über die Hauptthemen und wiederkehrende Themen\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Veröffentlichen\"],\"vsX8VJ\":[\"Veröffentlichen Sie diesen Bericht, um den Portal-Link anzuzeigen\"],\"IHzoSN\":[\"Veröffentlichen Sie diesen Bericht, um einen Freigabelink zu erhalten\"],\"u3wRF+\":[\"Veröffentlicht\"],\"E7YTYP\":[\"Hol dir die wichtigsten Zitate aus dieser Session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Frage\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Bewertung\"],\"wr9IYa\":[\"Neues Passwort erneut eingeben\"],\"0ZBIgY\":[\"Einstellungen aus einem bestehenden Webhook wiederverwenden\"],\"Z5Tlsx\":[\"Kontaktieren Sie mich\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Vorlesen\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Bereit zum Beginn\"],\"ShoKlK\":[\"Bereit, Ihre Werkzeuge zu verbinden? Fügen Sie einen Webhook hinzu, um automatisch Gesprächdaten zu erhalten, wenn Ereignisse auftreten.\"],\"VJScHU\":[\"Grund\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Empfohlene Apps\"],\"participant.button.s3check.reconnect\":[\"Erneut verbinden\"],\"participant.button.interruption.reconnect\":[\"Erneut verbinden\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Aufnehmen\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Ein weiteres Gespräch aufnehmen\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Aufnahme unterbrochen\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Aufnahme pausiert\"],\"/l7qFE\":[\"Aufnahme gestartet\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Ansicht neu erstellen\"],\"view.recreate.modal.title\":[\"Ansicht neu erstellen\"],\"CqnkB0\":[\"Wiederkehrende Themen\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referenzen\"],\"lCF0wC\":[\"Aktualisieren\"],\"ZMXpAp\":[\"Audit-Protokolle aktualisieren\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Neu generieren\"],\"PpFJd2\":[\"Zusammenfassung neu generieren\"],\"bluvj0\":[\"Zusammenfassung neu generieren\"],\"participant.regenerating.outcome\":[\"Ergebnis wird neu generiert\"],\"oYlYU+\":[\"Zusammenfassung wird neu erstellt. Kurz warten ...\"],\"HPitDS\":[\"Registrieren | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Seite neu laden\"],\"participant.button.reload.page.text.mode\":[\"Seite neu laden\"],\"participant.button.reload\":[\"Seite neu laden\"],\"participant.concrete.artefact.action.button.reload\":[\"Neu laden\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Benutzer daran erinnern, vor dem Abschließen zu überprüfen\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Entfernen\"],\"w61W3L\":[[\"0\"],\" entfernen\"],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Profilbild entfernen\"],\"Kl7//J\":[\"E-Mail entfernen\"],\"cILfnJ\":[\"Datei entfernen\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Aus diesem Chat entfernen\"],\"O90CN2\":[\"Logo entfernen\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Überschreibung entfernen\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Umbenennen\"],\"6PsaMr\":[\"Chat umbenennen\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Aufzeichnung\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Antwort Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Bericht\"],\"e/MQa5\":[\"Bericht wird bereits erstellt\"],\"Q3LOVJ\":[\"Problem melden\"],\"DUmD+q\":[\"Bericht erstellt - \",[\"0\"]],\"hh/mvZ\":[\"Berichtserstellung abgebrochen\"],\"sSy8vA\":[\"Bericht wird erstellt...\"],\"v7O77U\":[\"Die Berichtserstellung wurde abgebrochen. Du kannst unten einen neuen Bericht starten.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Berichtsbenachrichtigungen\"],\"M9snPp\":[\"Bericht geplant\"],\"6g+4DA\":[\"Meldung gesendet. Danke\"],\"u9r3Di\":[\"Report-Vorlagen stehen auf unserer Roadmap.\"],\"lNo4U2\":[\"Bericht aktualisiert - \",[\"0\"]],\"t9yxlZ\":[\"Berichte\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Zugriff anfordern\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Passwort zurücksetzen anfordern\"],\"8H5nRH\":[\"Passwort zurücksetzen anfordern | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Mikrofonzugriff wird angefragt...\"],\"TMLAx2\":[\"Erforderlich\"],\"0Hf+6m\":[\"Benötigt \\\"E-Mail anfordern?\\\" um aktiviert zu sein\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Umplanen\"],\"6eIR/n\":[\"Umplanen auf\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Zurücksetzen\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"9uplIY\":[\"Passwort zurücksetzen | dembrane\"],\"L+rMC9\":[\"Auf Standard zurücksetzen\"],\"kX8Fjz\":[\"Feedback zur Antwort\"],\"Sa5FCh\":[\"Ergebnisse, bevor die Leute gehen. Wir analysieren live und präsentieren direkt im Raum.\"],\"participant.button.stop.resume\":[\"Fortsetzen\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Hertranskribieren\"],\"ehyRtB\":[\"Gespräch hertranskribieren\"],\"1JHQpP\":[\"Gespräch hertranskribieren\"],\"+gmVxi\":[\"Hertranskription nicht verfügbar für anonymisierte Unterhaltungen\"],\"MXwASV\":[\"Hertranskription gestartet. Das neue Gespräch wird bald verfügbar sein.\"],\"6gRgw8\":[\"Erneut versuchen\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Upload erneut versuchen\"],\"2fCpt5\":[\"Zur Startseite\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Überprüfen Sie die Aktivität für Ihren Arbeitsbereich. Filtern Sie nach Sammlung oder Aktion und exportieren Sie die aktuelle Ansicht für weitere Untersuchungen.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Dateien vor dem Hochladen überprüfen\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Überprüfen Sie den Status der Verarbeitung für jedes Gespräch, das in diesem Projekt gesammelt wurde.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Überarbeiten\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklick, um hervorzuheben\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Zeilen pro Seite\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Ein Event mit dembrane durchführen\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Speichern\"],\"participant.concrete.action.button.save\":[\"Speichern\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Als Vorlage speichern\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Änderungen speichern\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Speichern fehlgeschlagen!\"],\"5dVjYt\":[\"Vorlage speichern\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Speichern...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Scannen, um eine neue Portal-Sitzung zu starten\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planen\"],\"wCGy0o\":[\"Bericht planen\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Nach unten scrollen\"],\"A1taO8\":[\"Suchen\"],\"select.all.modal.loading.search\":[\"Suchen\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Suche und wähle die Gespräche für diesen Chat aus.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Gespräche suchen\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Projekte suchen\"],\"I0hU01\":[\"Projekte suchen\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Projekte suchen...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Tags suchen\"],\"pECIKL\":[\"Vorlagen suchen...\"],\"select.all.modal.search.text\":[\"Suchtext:\"],\"nhvuQF\":[\"Webhooks suchen...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Durchsucht die relevantesten Quellen\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Geheimnis\"],\"Y1y+VB\":[\"Geheimnis kopiert\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Bis bald\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Mikrofon auswählen\"],\"s5OrCL\":[\"Einen Webhook auswählen um zu klonen\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Alle auswählen\"],\"+fRipn\":[\"Alle auswählen (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle Ergebnisse auswählen\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Mindestens ein Ereignis auswählen\"],\"d3O/ZP\":[\"Mindestens ein anderes Thema auswählen, bevor dieses gelöscht wird\"],\"NK2YNj\":[\"Audio-Dateien auswählen\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Wähle Gespräche aus und finde genaue Zitate\"],\"LyHz7Q\":[\"Gespräche in der Seitenleiste auswählen\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Projekt auswählen\"],\"ekUnNJ\":[\"Tags auswählen\"],\"CG1cTZ\":[\"Wählen Sie die Anweisungen aus, die den Teilnehmern beim Starten eines Gesprächs angezeigt werden\"],\"qxzrcD\":[\"Wählen Sie den Typ der Rückmeldung oder der Beteiligung, die Sie fördern möchten.\"],\"QdpRMY\":[\"Tutorial auswählen\"],\"Dh99yE\":[\"Wahlen Sie bis zu 2 Schwerpunkte fur Ihren Bericht\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Wählen Sie aus, welche Themen Teilnehmer für \\\"Verifizieren\\\" verwenden können.\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Mikrofon auswählen\"],\"gU5H9I\":[\"Ausgewählte Dateien (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Ausgewähltes Mikrofon\"],\"tP/pEQ\":[\"Auswahl zu groß\"],\"select.all.modal.context.limit.reached\":[\"Auswahl zu groß. Einige Gespräche wurden nicht hinzugefügt.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Senden\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Meldung senden\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Slack/Teams Benachrichtigungen senden, wenn neue Gespräche abgeschlossen sind\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Sitzungsname\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Einstellungen\"],\"participant.settings.modal.title\":[\"Einstellungen\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Teilen\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Portal teilen\"],\"OuFYHU\":[\"Bericht teilen\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Dieses Gespräch teilen\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Teilen Sie hier Ihre Daten\"],\"nnWGzO\":[\"Teilen Sie Ihre Ideen mit unserem Team\"],\"4o0klJ\":[\"Teilen Sie Ihre Stimme, indem Sie den QR-Code scannen\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Kürzeste zuerst\"],\"8vETh9\":[\"Anzeigen\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Audio-Player anzeigen\"],\"pzaNzD\":[\"Daten anzeigen\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"IP-Adressen anzeigen\"],\"6lGV3K\":[\"Weniger anzeigen\"],\"fMPkxb\":[\"Mehr anzeigen\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"QR-Code anzeigen\"],\"3bGwZS\":[\"Referenzen anzeigen\"],\"OV2iSn\":[\"Revisionsdaten anzeigen\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Einladung anzeigen\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[[\"displayFrom\"],\"–\",[\"displayTo\"],\" von \",[\"totalItems\"],\" Einträgen werden angezeigt\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" von \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Ihr zuletzt fertiggestellter Bericht wird angezeigt.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Überspringen\"],\"participant.button.verify_prompt.skip\":[\"Überspringen\"],\"participant.mic.check.button.skip\":[\"Überspringen\"],\"select.all.modal.context.limit.reached.description\":[\"Übersprungen, da die Auswahl zu groß war.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack-Community\"],\"BmukMD\":[\"Damit wir Ihnen die Details zum Gespräch schicken können.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Einige Dateien wurden bereits ausgewählt und werden nicht erneut hinzugefügt.\"],\"select.all.modal.skip.disclaimer\":[\"Einige können übersprungen werden (kein Transkript oder Auswahl zu groß).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solange dieses Problem nicht behoben ist.\"],\"nwtY4N\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error.text.mode\":[\"Etwas ist schief gelaufen\"],\"participant.conversation.error\":[\"Etwas ist schief gelaufen\"],\"mwpVVD\":[\"Beim Erstellen Ihres letzten Berichts ist etwas schiefgelaufen.\"],\"2WNFmv\":[\"Beim Erstellen Ihres Berichts ist etwas schiefgelaufen.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Beim Exportieren der Audit-Protokolle ist ein Fehler aufgetreten.\"],\"q9A2tm\":[\"Beim Generieren des Geheimnisses ist ein Fehler aufgetreten.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut, indem Sie die Schaltfläche <0>Erkunden drücken, oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht.\"],\"fWsBTs\":[\"Etwas ist schief gelaufen. Bitte versuchen Sie es erneut.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Der Inhalt verstößt gegen unsere Richtlinien. Änder den Text und versuch es nochmal.\"],\"f6Hub0\":[\"Sortieren\"],\"/AhHDE\":[\"Quelle \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanisch\"],\"z5/5iO\":[\"Spezifischer Kontext\"],\"mORM2E\":[\"Konkrete Details\"],\"Etejcu\":[\"Konkrete Details – ausgewählte Gespräche\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Neu starten\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Neues Gespräch starten\"],\"participant.button.start.new.conversation\":[\"Neues Gespräch starten\"],\"i88wdJ\":[\"Neu beginnen\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stopp\"],\"participant.button.stop\":[\"Beenden\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planung\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Absenden\"],\"participant.button.submit.text.mode\":[\"Absenden\"],\"zzDlyQ\":[\"Erfolg\"],\"aG+cH9\":[\"Dynamische Vorschläge basierend auf Ihrem Gespräch vorschlagen.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Vorgeschlagen:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Zusammenfassen\"],\"5Y4tAB\":[\"Fass dieses Interview als teilbaren Artikel zusammen\"],\"dXoieq\":[\"Zusammenfassung\"],\"+bZY9/\":[\"Zusammenfassung (wenn verfügbar)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Die Zusammenfassung ist verfügbar, sobald das Gespräch transkribiert ist.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Unterstützte Formate: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Gern\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Zur Texteingabe wechseln\"],\"5dzzI6\":[\"Das Ausschalten ist Teil eines bezahlten Plans.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Systemstandard\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält, oder erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen.\"],\"eyu39U\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"participant.refine.make.concrete.description\":[\"Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Erzählen Sie uns von dem Event, das Sie im Sinn haben.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template übernommen\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Vorlagenname\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Vorlagen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Vielen Dank für Ihre Teilnahme!\"],\"u+Whi9\":[\"Danke-Seite Inhalt\"],\"1LLF3Z\":[\"Vielen Dank!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Danke, wir melden uns innerhalb eines Tages.\"],\"2yHHa6\":[\"Der Code hat nicht funktioniert. Versuchen Sie es erneut mit einem neuen Code aus Ihrer Authentifizierungs-App.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Das sieht nicht wie eine E-Mail-Adresse aus.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Das war's, danke\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Der Kalender konnte hier nicht geladen werden. Wählen Sie stattdessen einen Termin auf cal.com oder schreiben Sie uns an info@dembrane.com.\"],\"TQCE79\":[\"Der Code hat nicht funktioniert, versuch’s nochmal.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"participant.conversation.error.loading\":[\"Das Gespräch konnte nicht geladen werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"Der Endpunkt, an den wir die Daten senden. Holen Sie sich diesen von Ihrem Empfangs-Service (z.B. Zapier, Make oder Ihrem eigenen Server).\"],\"Jo19Pu\":[\"Die folgenden Gespräche wurden automatisch zum Kontext hinzugefügt\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Der Bericht kann bis zu 5 Minuten nach der gewählten Zeit starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Die Zusammenfassung wird erstellt. Warte, bis sie verfügbar ist.\"],\"+AT8nl\":[\"Die Zusammenfassung wird neu erstellt. Warte, bis sie verfügbar ist.\"],\"9DPC4t\":[\"Die Dankeseite endet mit einer Karte, die Teilnehmende einlädt, ein eigenes Event mit dembrane durchzuführen.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"Die Webhook-URL und Ereignisse werden geklont. Sie müssen das Geheimnis erneut eingeben, wenn eines konfiguriert wurde.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Design\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Beim Klonen Ihres Projekts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"JDFjCg\":[\"Beim Erstellen Ihres Berichts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Diese Unterhaltungen wurden aufgrund fehlender Transkripte ausgeschlossen.\"],\"8xYB4s\":[\"Diese Standard-Ansichtsvorlagen werden generiert, wenn Sie Ihre erste Bibliothek erstellen.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Denke nach...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Dies kann passieren, wenn ein VPN oder eine Firewall die Verbindung blockiert. Versuchen Sie, Ihr VPN zu deaktivieren, zu einem anderen Netzwerk zu wechseln (z. B. mobiler Hotspot) oder wenden Sie sich an Ihre IT-Abteilung.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Dieses Gespräch hat die folgenden Kopien:\"],\"conversation.linking_conversations.description\":[\"Dieses Gespräch ist eine Kopie von\"],\"SzU1mG\":[\"Diese E-Mail ist bereits in der Liste.\"],\"participant.modal.refine.info.available.in\":[\"Diese Funktion wird in \",[\"remainingTime\"],\" Sekunden verfügbar sein.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Diese Informationen sind anonymisiert\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Dies ist eine Live-Vorschau des Teilnehmerportals. Sie müssen die Seite aktualisieren, um die neuesten Änderungen zu sehen.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Dies ist ein Beispiel für die JSON-Daten, die an Ihre Webhook-URL gesendet werden, wenn ein Gespräch zusammengefasst wird.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Hier ist Verarbeitung auf Basis von Einwilligung festgelegt, aber ohne Link zur Datenschutzerklärung. Fügen Sie einen hinzu, damit die Einstellung gültig bleibt: Teilnehmende müssen die Datenschutzerklärung lesen können.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothek\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Diese Sprache wird für das Teilnehmerportal verwendet.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Diese Seite wird angezeigt, nachdem der Teilnehmer das Gespräch beendet hat.\"],\"1gmHmj\":[\"Diese Seite wird den Teilnehmern angezeigt, wenn sie nach erfolgreichem Abschluss des Tutorials ein Gespräch beginnen.\"],\"+9D2sa\":[\"Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das meistens. Wenn es weiterhin passiert, kehren Sie zur Startseite zurück.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"Dieses Portal nimmt derzeit keine neuen Sitzungen an.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Dieses Projekt folgt dann der übernommenen Einstellung: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Dieser Prompt leitet ein, wie die KI auf die Teilnehmer reagiert. Passen Sie ihn an, um den Typ der Rückmeldung oder Engagement zu bestimmen, den Sie fördern möchten.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dieser Bericht ist derzeit nicht verfügbar. \"],\"GQTpnY\":[\"Dieser Bericht wurde von \",[\"0\"],\" Personen geöffnet\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Dieser Titel wird den Teilnehmern angezeigt, wenn sie ein Gespräch beginnen\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Dies wird Ihre aktuelle Eingabe löschen. Sind Sie sicher?\"],\"NrRH+W\":[\"Dies wird eine Kopie des aktuellen Projekts erstellen. Nur Einstellungen und Tags werden kopiert. Berichte, Chats und Gespräche werden nicht in der Kopie enthalten. Sie werden nach dem Klonen zum neuen Projekt weitergeleitet.\"],\"hsNXnX\":[\"Dies wird ein neues Gespräch mit derselben Audio-Datei erstellen, aber mit einer neuen Transkription. Das ursprüngliche Gespräch bleibt unverändert.\"],\"add.tag.filter.modal.info\":[\"Dies filtert die Unterhaltungsliste, um Unterhaltungen mit diesem Tag anzuzeigen.\"],\"participant.concrete.regenerating.artefact.description\":[\"Wir erstellen dein Artefakt neu. Das kann einen Moment dauern.\"],\"participant.concrete.loading.artefact.description\":[\"Wir laden dein Artefakt. Das kann einen Moment dauern.\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Dieser Arbeitsbereich hat seine Aufnahmestunden verbraucht. Upgrade, um Sprache weiter zu nutzen.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Daumen runter\"],\"Nuw8ty\":[\"Daumen hoch\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Uhrzeit\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Zeitstempel\"],\"XSqo4Y\":[\"Zeitstempel und Dauer\"],\"rm2Cxd\":[\"Tipp\"],\"fEocaE\":[\"Tipp: Verwenden Sie den Play-Button (▶), um einen Test-Payload an Ihren Webhook zu senden und zu überprüfen, ob er korrekt funktioniert.\"],\"Zb3ANR\":[\"Tipp: Sie können auch eine Vorlage aus jeder gesendeten Chat-Nachricht erstellen oder eine bestehende Vorlage duplizieren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch generiert\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Um uns zu helfen, darauf zu reagieren, versuchen Sie anzugeben, wo es passiert ist und was Sie versucht haben zu tun. Bei Fehlern, sagen Sie uns, was schiefgelaufen ist. Bei Ideen, sagen Sie uns, welches Bedürfnis es für Sie lösen würde.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Zu groß\"],\"yIsdT7\":[\"Zu lang\"],\"qgwLj6\":[\"Zu lang oder unklar\"],\"lcsUaI\":[\"Zu viele Meldungen. Warten Sie ein paar Minuten und versuchen Sie es erneut\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Thema erfolgreich erstellt\"],\"Sawj4V\":[\"Thema erfolgreich gelöscht\"],\"xcp3ny\":[\"Themenbezeichnung\"],\"vQoAht\":[\"Thema erfolgreich aktualisiert\"],\"th8cMZ\":[\"Thematischer Titel, der beschreibt, was besprochen wurde\"],\"sFMBP5\":[\"Themen\"],\"ONchxy\":[\"gesamt\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribieren...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transkript\"],\"hfpzKV\":[\"Transkript in die Zwischenablage kopiert\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformieren Sie diesen Inhalt in Einblicke, die wirklich zählen. Bitte:\\nExtrahieren Sie die wichtigsten Ideen, die Standarddenken herausfordern\\nSchreiben Sie wie jemand, der Nuance versteht, nicht wie ein Lehrplan\\nFokussieren Sie sich auf nicht offensichtliche Implikationen\\nHalten Sie es scharf und substanziell\\nHervorheben Sie wirklich bedeutende Muster\\nStrukturieren Sie für Klarheit und Wirkung\\nHalten Sie die Tiefe mit der Zugänglichkeit im Gleichgewicht\\n\\nHinweis: Wenn die Ähnlichkeiten/Unterschiede zu oberflächlich sind, lassen Sie es mich wissen, wir brauchen komplexeres Material zu analysieren.\"],\"uK9JLu\":[\"Transformieren Sie diese Diskussion in handlungsfähige Intelligenz. Bitte:\\nErfassen Sie die strategischen Implikationen, nicht nur die Punkte\\nStrukturieren Sie es wie eine Analyse eines Denkers, nicht Minuten\\nHervorheben Sie Entscheidungspunkte, die Standarddenken herausfordern\\nHalten Sie das Signal-Rausch-Verhältnis hoch\\nFokussieren Sie sich auf Einblicke, die tatsächlich Veränderung bewirken\\nOrganisieren Sie für Klarheit und zukünftige Referenz\\nHalten Sie die Taktik mit der Strategie im Gleichgewicht\\n\\nHinweis: Wenn die Diskussion wenig wichtige Entscheidungspunkte oder Einblicke enthält, markieren Sie sie für eine tiefere Untersuchung beim nächsten Mal.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Automatisierte Workflows in Tools wie Zapier, Make oder n8n auslösen\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Frag mal\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Versuchen Sie, etwas näher an Ihren Mikrofon zu sein, um bessere Audio-Qualität zu erhalten.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Ausschalten\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonymisierung ausschalten?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Das Deaktivieren der Anonymisierung während laufender Aufnahmen kann unbeabsichtigte Folgen haben. Aktive Gespräche werden auch während der Aufnahme betroffen. Bitte verwenden Sie dies mit Vorsicht.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Zwei-Faktor-Authentifizierung\"],\"NwChk2\":[\"Zwei-Faktor-Authentifizierung deaktiviert\"],\"qwpE/S\":[\"Zwei-Faktor-Authentifizierung aktiviert\"],\"+zy2Nq\":[\"Typ\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Nachricht eingeben oder / für Vorlagen drücken...\"],\"EvmL3X\":[\"Geben Sie hier Ihre Antwort ein\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainisch (nur ECHO-Funktionen, Transkription und Zusammenfassungen)\"],\"MksxNf\":[\"Audit-Protokolle konnten nicht geladen werden.\"],\"participant.outcome.error.title\":[\"Ergebnis kann nicht geladen werden\"],\"59QK2U\":[\"Das generierte Ergebnis konnte nicht geladen werden. Bitte versuchen Sie es erneut.\"],\"nGxDbq\":[\"Dieser Teil kann nicht verarbeitet werden\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Rückgängig\"],\"Ef7StM\":[\"Unbekannt\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unbekannter Grund\"],\"nWMRxa\":[\"Loslösen\"],\"vSdeRU\":[\"Löse zuerst ein Projekt (max. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Löse zuerst ein Projekt (max. 3)\"],\"dx+iaL\":[\"Projekt lösen\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Ungespeicherte Änderungen\"],\"SMaFdc\":[\"Abmelden\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Unbenanntes Gespräch\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Unbenannter Bericht\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Höchstens \",[\"MAX_FILES\"],\" Bilder\"],\"lLehih\":[\"Bis zu \",[\"MAX_MESSAGE_CHARS\"],\" Zeichen\"],\"EkH9pt\":[\"Aktualisieren\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Hochladen\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar hochladen\"],\"kV3A2a\":[\"Hochladen abgeschlossen\"],\"4Fr6DA\":[\"Gespräche hochladen\"],\"pZq3aX\":[\"Hochladen fehlgeschlagen. Bitte versuchen Sie es erneut.\"],\"HAKBY9\":[\"Dateien hochladen\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Audio-Dateien werden hochgeladen...\"],\"participant.modal.uploading\":[\"Audio wird hochgeladen...\"],\"participant.modal.interruption.uploading\":[\"Audio wird hochgeladen...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL ist erforderlich\"],\"3VnYUR\":[\"URL muss mit http:// oder https:// beginnen\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Übernommenen Standard verwenden\"],\"ngdRFH\":[\"Verwenden Sie Shift + Enter, um eine neue Zeile hinzuzufügen\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Benutzername\"],\"1Nt3Kg\":[\"Standard-dembrane-Logo verwendet\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Webhooks verwenden? Wir würden gerne von Ihnen hören\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Erinnerung zur Verifizierung\"],\"participant.banner.verification_required\":[\"Verifizierung erforderlich\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verifiziert\"],\"select.all.modal.loading.verified\":[\"Verifiziert\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verifiziert\"],\"Iv1iWN\":[\"verifizierte Artefakte\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verifizieren\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verifizieren\"],\"participant.echo.verify\":[\"Verifizieren\"],\"4LFZoj\":[\"Code verifizieren\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Themen\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Ansicht\"],\"SZw9tS\":[\"Details anzeigen\"],\"95YFbG\":[\"Beispiel-Payload anzeigen\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ihre Antworten anzeigen\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Warten auf den Abschluss der Gespräche, bevor ein Bericht erstellt wird.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Möchten Sie ein Event mit dembrane durchführen?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Wir bringen das Tool und die Crew mit, vom Intake-Gespräch bis zum Bericht. Bewährt bei über 1000 Events.\"],\"participant.alert.microphone.access.issue\":[\"Wir können Sie nicht hören. Bitte versuchen Sie, Ihr Mikrofon zu ändern oder ein wenig näher an das Gerät zu kommen.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht deaktivieren. Versuchen Sie es erneut mit einem neuen Code.\"],\"sM2pBB\":[\"Wir konnten die Zwei-Faktor-Authentifizierung nicht aktivieren. Überprüfen Sie Ihren Code und versuchen Sie es erneut.\"],\"mW8QSA\":[\"Wir konnten die gesuchte Seite nicht finden. Möglicherweise wurde sie verschoben.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Wir benötigen etwas mehr Kontext, um Ihnen zu helfen, ECHO effektiv zu nutzen. Bitte setzen Sie die Aufzeichnung fort, damit wir bessere Vorschläge machen können.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen?\"],\"8RY8RU\":[\"Wir melden uns innerhalb eines Tages. Möchten Sie lieber selbst einen Termin wählen? Der Kalender ist gleich hier.\"],\"dni8nq\":[\"Wir werden Ihnen nur eine Nachricht senden, wenn Ihr Gastgeber einen Bericht erstellt. Wir geben Ihre Daten niemals an Dritte weiter. Sie können sich jederzeit abmelden.\"],\"FXjsEJ\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie <0>Problem melden, um ihn mit Screenshots zu senden.\"],\"XolQc4\":[\"Wir hören gerne von Ihnen. Ob Sie eine Idee für etwas Neues haben, eine Übersetzung entdeckt haben, die nicht passt, oder einfach erzählen möchten, wie es läuft. Einen Fehler gefunden? Nutzen Sie Problem melden in der Seitenleiste, um ihn mit Screenshots zu senden.\"],\"participant.test.microphone.description\":[\"Wir testen Ihr Mikrofon, um sicherzustellen, dass jeder in der Sitzung die beste Erfahrung hat.\"],\"+eLc52\":[\"Wir hören einige Stille. Versuchen Sie, lauter zu sprechen, damit Ihre Stimme deutlich klingt.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks sind automatisierte Nachrichten, die von einer App zu einer anderen gesendet werden, wenn etwas passiert. Denken Sie daran, sie als eine \\\"Benachrichtigungssystem\\\" für Ihre anderen Tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Willkommen\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Willkommen bei dembrane!\"],\"u4aLOz\":[\"Willkommen im Übersichtmodus! Ich hab Zusammenfassungen von all deinen Gesprächen geladen. Frag mich nach Mustern, Themen und Insights in deinen Daten. Für genaue Zitate start eine neue Chat im Modus „Genauer Kontext“.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Willkommen!\"],\"RL57XM\":[\"Was sind Webhooks? (2 min Lesezeit)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Welche Daten werden gesendet?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Was möchten Sie verifizieren?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Was ist passiert? Fügen Sie hier einen Screenshot ein, um ihn anzuhängen\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Was soll ECHO aus den Gesprächen analysieren oder generieren?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Was lief schief?\"],\"qGrqH9\":[\"Was waren die Schlüsselmomente in diesem Gespräch?\"],\"FXZcgH\":[\"Was willst du dir anschauen?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wenn ein Teilnehmer das Portal öffnet, seine Details eingibt und ein Gespräch beginnt\"],\"myUTw1\":[\"Wenn ein Bericht für das Projekt erstellt wurde\"],\"7t3vo1\":[\"Wenn alle Audio in Text umgewandelt wurde und der vollständige Transkript verfügbar ist\"],\"N0GETg\":[\"Wenn werden Webhooks ausgelöst?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Wenn aktiviert, werden alle neuen Transkripte persönliche Informationen (Namen, E-Mails, Telefonnummern, Adressen) durch Platzhalter ersetzt. Anonymisierte Unterhaltungen deaktivieren auch die Audio-Wiedergabe, den Audio-Download und die Hertranskription, um die Privatsphäre der Teilnehmer zu schützen. Dies kann für bereits verarbeitete Gespräche nicht rückgängig gemacht werden.\"],\"MEmr1I\":[\"Wenn das Gespräch abgeschlossen wird, werden Teilnehmer, die noch nicht verifiziert haben, aufgefordert, zu verifizieren oder zu überspringen\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Wann soll der Bericht erstellt werden?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Wenn die Zusammenfassung bereit ist (beinhaltet Transkript und Zusammenfassung)\"],\"Uf3BzE\":[\"Wie können wir Sie erreichen?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"wird in Ihrem Bericht enthalten sein\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Projekt\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace-Standard\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace-Einstellungen\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Möchten Sie dieses Tag zu Ihren aktuellen Filtern hinzufügen?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Falsche Sprache oder Tonfall\"],\"MNTYHt\":[\"Falsche Quellen\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Sie\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Sie sind bereits abgemeldet oder Ihre Verknüpfung ist ungültig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern, nachdem du deine Rechnungsdaten hinzugefügt hast.\"],\"uGP87g\":[\"Du kannst das später in den Arbeitsbereich-Einstellungen ändern.\"],\"WS92Fk\":[\"Du kannst die Seite verlassen und später zurückkommen. Dein Bericht wird im Hintergrund weiter erstellt.\"],\"E71LBI\":[\"Sie können nur bis zu \",[\"MAX_FILES\"],\" Dateien gleichzeitig hochladen. Nur die ersten \",[\"0\"],\" Dateien werden hinzugefügt.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Sie können es unten erneut versuchen.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Sie haben bereits <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" Unterhaltung\"],\"other\":[\"#\",\" Unterhaltungen\"]}],\" zu diesem Chat hinzugefügt.\"],\"7W35AW\":[\"Sie haben bereits alle damit verbundenen Unterhaltungen hinzugefügt\"],\"participant.modal.change.mic.confirmation.text\":[\"Sie haben Ihr Mikrofon geändert. Bitte klicken Sie auf \\\"Weiter\\\", um mit der Sitzung fortzufahren.\"],\"T/Q7jW\":[\"Sie haben sich erfolgreich abgemeldet.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Sie haben noch keine Ergebnisse verifiziert. Möchten Sie vor dem Abschluss verifizieren?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Sie können auch wählen, ein weiteres Gespräch aufzunehmen.\"],\"yCtSKg\":[\"Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich registriert haben. Wenn Sie auf Probleme stoßen, wenden Sie sich bitte an den Support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Sie erhalten bald \",[\"objectLabel\"],\" zur Verifizierung.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"sie@beispiel.de\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Ihre Genehmigung hilft uns zu verstehen, was Sie wirklich denken!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Ihre E-Mail-Adresse\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ihr Feedback und diese Antwort gehen an das dembrane-Team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Ihre Eingaben werden automatisch gespeichert.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Die Erstellung deines neuesten Berichts wurde abgebrochen. Dein letzter abgeschlossener Bericht wird angezeigt.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Ihr Name\"],\"VSneAo\":[\"Ihr Name, Ihre E-Mail-Adresse und die aktuelle Seite werden mitgesendet, damit wir nachfragen können.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen.\"],\"DrJCbp\":[\"Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können.\"],\"wurHZF\":[\"Ihre Antworten\"],\"B8Q/i2\":[\"Ihre Ansicht wurde erstellt. Bitte warten Sie, während wir die Daten verarbeiten und analysieren.\"],\"library.views.title\":[\"Ihre Ansichten\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index 6be81208e..6db728e4b 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -66,7 +66,7 @@ msgstr " · failed" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Submit" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "Activity" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1154,7 +1154,7 @@ msgstr "Added" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "Added emails" @@ -1661,7 +1661,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Are you sure you want to delete this template? This cannot be undone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Are you sure you want to finish the conversation?" @@ -1909,7 +1909,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Back" @@ -2178,7 +2178,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Cancel" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Cancel" @@ -2832,6 +2832,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2878,6 +2879,7 @@ msgstr "Copy invite link" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Copy link" @@ -3713,7 +3715,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3956,6 +3958,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3973,7 +3976,7 @@ msgstr "Email verification" msgid "Email verification | dembrane" msgstr "Email verification | dembrane" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@work.com" @@ -4204,8 +4207,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "Every connected agent in {0} stops working immediately. Members keep their connections and they resume if you turn this back on." #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Every insight traceable. The report links each finding back to what was actually said." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Every insight traceable. The report links each finding back to what was actually said." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4626,7 +4629,7 @@ msgid "participant.button.stop.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Finish" @@ -4636,7 +4639,7 @@ msgid "participant.button.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Finish Conversation" @@ -4855,7 +4858,7 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Get in touch" @@ -5569,6 +5572,12 @@ msgstr "Join our Slack community" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "Join this organisation to discover workspaces and collaborate with your team." +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Join this portal session" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." @@ -6404,6 +6413,10 @@ msgstr "Monitor" msgid "more" msgstr "more" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "More" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "More actions" @@ -6695,7 +6708,7 @@ msgid "No" msgstr "No" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "No" @@ -6720,8 +6733,8 @@ msgid "No agents connected yet." msgstr "No agents connected yet." #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "No app, no hardware. Participants scan a QR code and their phones become the portal." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8008,7 +8021,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8606,7 +8619,7 @@ msgstr "Record" msgid "Record a voice message" msgstr "Record a voice message" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Record another conversation" @@ -8746,7 +8759,7 @@ msgid "Reload page" msgstr "Reload page" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Reload Page" @@ -8806,7 +8819,7 @@ msgstr "Remove {0} from this workspace? They'll lose access to all projects insi msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "Remove Email" @@ -9120,8 +9133,8 @@ msgid "Response feedback" msgstr "Response feedback" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Results before people leave. We run the analysis live and present it in the room." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Results before people leave. We run the analysis live and present it in the room." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9409,6 +9422,10 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "Scan to join this project" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Scan to start a new portal session" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "Scanned" @@ -9913,8 +9930,8 @@ msgstr "Setting up" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Settings" @@ -9944,6 +9961,12 @@ msgstr "Share" msgid "Share link" msgstr "Share link" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Share portal" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Share report" @@ -9952,6 +9975,10 @@ msgstr "Share report" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "Share the project, watch live activity, and jump into the main tools from one place." +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Share this conversation" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "Share with someone" @@ -9961,7 +9988,7 @@ msgstr "Share with someone" msgid "Share with workspace" msgstr "Share with workspace" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Share your details here" @@ -10056,6 +10083,10 @@ msgstr "Show only what changed" msgid "Show projects" msgstr "Show projects" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Show QR Code" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10201,7 +10232,7 @@ msgid "Something went wrong" msgstr "Something went wrong" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Something went wrong" @@ -10336,7 +10367,7 @@ msgid "Start in assistant chat" msgstr "Start in assistant chat" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Start New Conversation" @@ -10453,7 +10484,7 @@ msgid "Submit" msgstr "Submit" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Submit" @@ -10696,7 +10727,7 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Thank you for participating!" @@ -10704,7 +10735,7 @@ msgstr "Thank you for participating!" msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Thank you!" @@ -10788,7 +10819,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "The connection dropped. Retrying automatically." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "The conversation could not be loaded. Please try again or contact support." @@ -11046,7 +11077,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -11193,6 +11224,10 @@ msgstr "This part of the page failed to load. Reloading usually fixes it. If it msgid "this person" msgstr "this person" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "This portal is not accepting new sessions right now." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "This project could not be reached." @@ -11756,7 +11791,7 @@ msgstr "Type <0>{0} to confirm." msgid "Type a message or press / for templates..." msgstr "Type a message or press / for templates..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Type your response here" @@ -12357,7 +12392,7 @@ msgstr "Waiting for the first conversation with a transcript." msgid "Walks you through setup and suggests next steps." msgstr "Walks you through setup and suggests next steps." -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Want to run an event with dembrane?" @@ -12366,8 +12401,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "Watch live recordings, transcription progress, and errors across this project as they happen." #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12455,7 +12490,7 @@ msgstr "We will be in touch within a day. Prefer to pick a time yourself?" #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "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." @@ -12635,6 +12670,10 @@ msgstr "What's new" msgid "What's the main reason?" msgstr "What's the main reason?" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "When" @@ -12881,7 +12920,7 @@ msgid "Yes" msgstr "Yes" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Yes" @@ -13040,9 +13079,9 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "You left the workspace" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "You may also choose to record another conversation." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "You may also choose to record another conversation." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13364,9 +13403,13 @@ msgstr "Your recording, {0}" msgid "Your request is in." msgstr "Your request is in." -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Your response has been recorded. You may now close this tab." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Your response has been recorded. You may now close this tab." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/en-US.ts b/echo/frontend/src/locales/en-US.ts index cccb41b6a..6633c18a8 100644 --- a/echo/frontend/src/locales/en-US.ts +++ b/echo/frontend/src/locales/en-US.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"A privacy policy link is required for consent-based processing. It must start with http:// or https:// and be at most 255 characters.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Account default\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Add images\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Book a discovery call\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancel override\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Check the text and images, then try again\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Consent-based processing is active without a privacy policy link. Add one where the legal basis is set: participants must be able to read the privacy policy.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Could not send the report. Try again\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane event invitation\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describe the issue\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determines under which GDPR legal basis personal data is processed for this project.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Done, reach out to me\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Every insight traceable. The report links each finding back to what was actually said.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Get in touch\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"hjZBYK\":[\"Got two minutes? Five optional questions help us prepare.\"],\"5sIEgO\":[\"Got two minutes? Five quick questions help us come prepared, and you can skip any of them.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"hide the dembrane event invitation\"],\"V3NvRL\":[\"Hiding the dembrane event invitation comes with a paid plan.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"If what you've spotted involves data visible to the wrong people, someone having access they shouldn't, or a possible security vulnerability, please use our <0>security reporting form instead. It reaches a different team on a faster track. For anything urgent, email <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Images must be under \",[\"MAX_FILE_MB\"],\"MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Leave your email and we will get in touch within a day about running an event with dembrane.\"],\"J8VWes\":[\"Leave your email so we can get in touch with you.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Legal basis\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Legal basis saved\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link to the privacy policy shown to participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"No app, no hardware. Participants scan a QR code and their phones become the portal.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"No default set (client-managed applies)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Only images can be attached\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Only workspace admins can change the legal basis.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Optional question \",[\"0\"],\" of \",[\"1\"]],\"S2LyUK\":[\"Optional question \",[\"0\"],\" of \",[\"1\"],\". Skip anything.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Overridden for this project\"],\"AR/qbs\":[\"Override for this project\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Pick a time now\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"Privacy Policy URL\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Reach out to me\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Remove override\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Report sent. Thank you\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"Sa5FCh\":[\"Results before people leave. We run the analysis live and present it in the room.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Run an event with dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Send report\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Show the invitation\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"So we can send you the details of the call.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Sure\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Switching it off comes with a paid plan.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"System default\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Tell us about the event you have in mind.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Thanks, we will be in touch within a day.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"That does not look like an email address.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"That's all, thanks\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"The thank you page ends on a card inviting participants to run their own event with dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"This is set to consent-based processing without a privacy policy link. Add one to keep this setting valid: participants must be able to read the privacy policy.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"This project will follow the inherited setting instead: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Too many reports. Wait a few minutes and try again\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Up to \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Up to \",[\"MAX_MESSAGE_CHARS\"],\" characters\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Use inherited default\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Want to run an event with dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"We will be in touch within a day. Prefer to pick a time yourself?\"],\"8RY8RU\":[\"We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here.\"],\"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.\"],\"FXjsEJ\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use <0>Report an issue to send it with screenshots.\"],\"XolQc4\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use Report an issue in the sidebar to send it with screenshots.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"What happened? Paste a screenshot here to attach it\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Where can we reach you?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace default\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace settings\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"you@example.org\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Your email\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Your name, email and current page are included so we can follow up.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"A privacy policy link is required for consent-based processing. It must start with http:// or https:// and be at most 255 characters.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Account default\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Add conversations to your project first\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Add images\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"An unexpected error occurred. Reloading or returning home usually helps.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Anything else?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Book a call with us\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Book a discovery call\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancel override\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Check the text and images, then try again\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Consent-based processing is active without a privacy policy link. Add one where the legal basis is set: participants must be able to read the privacy policy.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Could not save feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Could not send the report. Try again\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Date range\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane event invitation\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describe the issue\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determines under which GDPR legal basis personal data is processed for this project.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Done, reach out to me\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Every insight traceable. The report links each finding back to what was actually said.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Failed to reschedule. Please choose a time further in the future and try again.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Feedback sent\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Five quick questions, then you pick a time with the dembrane team. We read your answers before the call and bring a plan that fits.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Get in touch\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Good response\"],\"hjZBYK\":[\"Got two minutes? Five optional questions help us prepare.\"],\"5sIEgO\":[\"Got two minutes? Five quick questions help us come prepared, and you can skip any of them.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guided\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"hide the dembrane event invitation\"],\"V3NvRL\":[\"Hiding the dembrane event invitation comes with a paid plan.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Host's feedback\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"If what you've spotted involves data visible to the wrong people, someone having access they shouldn't, or a possible security vulnerability, please use our <0>security reporting form instead. It reaches a different team on a faster track. For anything urgent, email <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Images must be under \",[\"MAX_FILE_MB\"],\"MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect or made up\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"Join this portal session\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Leave your email and we will get in touch within a day about running an event with dembrane.\"],\"J8VWes\":[\"Leave your email so we can get in touch with you.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Legal basis\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Legal basis saved\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link to the privacy policy shown to participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Missed the question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"2FYpfJ\":[\"More\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Must be at least 10 minutes in the future\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"New conversations added since this report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"No app, no hardware. Participants scan a QR code and their phones become the portal.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"No conversations yet. You can schedule a report now and conversations will be included once they are added.\"],\"oaDwXD\":[\"No default set (client-managed applies)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"No feedback yet.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"No one on the organisation yet.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Only images can be attached\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Only workspace admins can change the legal basis.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Open replay\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Optional question \",[\"0\"],\" of \",[\"1\"]],\"S2LyUK\":[\"Optional question \",[\"0\"],\" of \",[\"1\"],\". Skip anything.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Or prefer to chat directly?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Other\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Overridden for this project\"],\"AR/qbs\":[\"Override for this project\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Pick a date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Pick a time now\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Poor response\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Previous\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"Privacy Policy URL\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Rating\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Reach out to me\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Reason\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Reload page\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Remove \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Remove override\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Replay\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Report an issue\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Report sent. Thank you\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Reschedule to\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Response feedback\"],\"Sa5FCh\":[\"Results before people leave. We run the analysis live and present it in the room.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Return home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Run an event with dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Scan to start a new portal session\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Search and select the conversations for this chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Select up to 2 focus areas for your report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Send report\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Share portal\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Share this conversation\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Share your voice by scanning the QR code\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"Show QR Code\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Show the invitation\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[\"Showing \",[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" of \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"So we can send you the details of the call.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Sure\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Switching it off comes with a paid plan.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"System default\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Tell us about the event you have in mind.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Thanks, we will be in touch within a day.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"That does not look like an email address.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"That's all, thanks\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"The calendar did not load here. Pick a time on cal.com instead, or write to us at info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"The thank you page ends on a card inviting participants to run their own event with dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"This is set to consent-based processing without a privacy policy link. Add one to keep this setting valid: participants must be able to read the privacy policy.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"This part of the page failed to load. Reloading usually fixes it. If it keeps happening, head back home.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"This portal is not accepting new sessions right now.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"This project will follow the inherited setting instead: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Thumbs down\"],\"Nuw8ty\":[\"Thumbs up\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Time\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Too long or unclear\"],\"lcsUaI\":[\"Too many reports. Wait a few minutes and try again\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Up to \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Up to \",[\"MAX_MESSAGE_CHARS\"],\" characters\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Use inherited default\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Want to run an event with dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"We couldn't find the page you were looking for. It may have moved.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"We will be in touch within a day. Prefer to pick a time yourself?\"],\"8RY8RU\":[\"We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here.\"],\"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.\"],\"FXjsEJ\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use <0>Report an issue to send it with screenshots.\"],\"XolQc4\":[\"We'd love to hear from you. Whether you have an idea for something new, spotted a translation that feels off, or just want to share how things have been going. Hit a bug? Use Report an issue in the sidebar to send it with screenshots.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Welcome to Overview Mode! I have summaries of all your conversations loaded. Ask me about patterns, themes, and insights across your data. For exact quotes, start a new chat in Specific Context mode.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"What happened? Paste a screenshot here to attach it\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"What went wrong?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Where can we reach you?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Workspace / Project\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Workspace default\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Workspace settings\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Wrong language or tone\"],\"MNTYHt\":[\"Wrong sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"you@example.org\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Your email\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Your feedback and this response go to the dembrane team.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Your name, email and current page are included so we can follow up.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"DrJCbp\":[\"Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 639902e0a..a42b8be4e 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "La biblioteca tardará {duration}" -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr "Enviar" @@ -988,7 +988,7 @@ msgstr "Filtros activos" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1155,7 +1155,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Añadidas" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "E-mails añadidos" @@ -1662,7 +1662,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "¿Estás seguro de que quieres terminar la conversación?" @@ -1910,7 +1910,7 @@ msgstr "Volver" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Volver" @@ -2179,7 +2179,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "cancelar" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "cancelar" @@ -2833,6 +2833,7 @@ msgstr "Enfriándose. Disponible en {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2879,6 +2880,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Copiar enlace" @@ -3714,7 +3716,7 @@ msgstr "¿Necesito esto?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "¿Quieres estar en el bucle?" @@ -3957,6 +3959,7 @@ msgstr "Editar Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3974,7 +3977,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@trabajo.com" @@ -4205,8 +4208,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Cada conclusión es trazable. El informe vincula cada hallazgo con lo que realmente se dijo." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Cada conclusión es trazable. El informe vincula cada hallazgo con lo que realmente se dijo." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4627,7 +4630,7 @@ msgid "participant.button.stop.finish" msgstr "Finalizar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Finalizar" @@ -4637,7 +4640,7 @@ msgid "participant.button.finish" msgstr "Finalizar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "¿Estás seguro de que quieres terminar la conversación?" @@ -4856,7 +4859,7 @@ msgstr "Obtén una respuesta inmediata de dembrane para ayudarte a profundizar e msgid "participant.refine.go.deeper.description" msgstr "Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Ponte en contacto" @@ -5570,6 +5573,12 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Unirse a esta sesión del portal" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "" @@ -6405,6 +6414,10 @@ msgstr "" msgid "more" msgstr "más" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Más" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "Más acciones" @@ -6696,7 +6709,7 @@ msgid "No" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "No" @@ -6721,8 +6734,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Sin app, sin hardware. Los participantes escanean un código QR y su teléfono se convierte en el portal." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Sin app, sin hardware. Los participantes escanean un código QR y su teléfono se convierte en el portal." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8009,7 +8022,7 @@ msgstr "Por favor, revisa tus entradas para errores." msgid "Please enable participation to enable sharing" msgstr "Por favor, habilite la participación para habilitar el uso compartido" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Por favor, ingrese un correo electrónico válido." @@ -8607,7 +8620,7 @@ msgstr "Grabar" msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Registrar otra conversación" @@ -8747,7 +8760,7 @@ msgid "Reload page" msgstr "Recargar la página" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Recargar" @@ -8807,7 +8820,7 @@ msgstr "" msgid "Remove avatar" msgstr "Eliminar avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "Eliminar Correo Electrónico" @@ -9121,8 +9134,8 @@ msgid "Response feedback" msgstr "Comentarios sobre la respuesta" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Resultados antes de que la gente se vaya. Analizamos en directo y lo presentamos en la sala." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Resultados antes de que la gente se vaya. Analizamos en directo y lo presentamos en la sala." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9410,6 +9423,10 @@ msgstr "Escanea el código QR o copia el secreto en tu aplicación." msgid "Scan to join this project" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Escanea para iniciar una nueva sesión del portal" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "" @@ -9914,8 +9931,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Configuración" @@ -9939,12 +9956,18 @@ msgstr "" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Compartir" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Compartir portal" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Compartir informe" @@ -9953,6 +9976,10 @@ msgstr "Compartir informe" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Compartir esta conversación" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "" @@ -9962,7 +9989,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Comparte tus detalles aquí" @@ -10057,6 +10084,10 @@ msgstr "" msgid "Show projects" msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Mostrar código QR" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10202,7 +10233,7 @@ msgid "Something went wrong" msgstr "Algo salió mal" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" @@ -10337,7 +10368,7 @@ msgid "Start in assistant chat" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Iniciar nueva conversación" @@ -10454,7 +10485,7 @@ msgid "Submit" msgstr "Enviar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Enviar" @@ -10697,7 +10728,7 @@ msgstr "Testear Webhook" msgid "Text" msgstr "Texto" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "¡Gracias por participar!" @@ -10705,7 +10736,7 @@ msgstr "¡Gracias por participar!" msgid "Thank You Page Content" msgstr "Contenido de la Página de Gracias" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "¡Gracias!" @@ -10789,7 +10820,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" @@ -11047,7 +11078,7 @@ msgstr "Esta conversación tiene las siguientes copias:" msgid "conversation.linking_conversations.description" msgstr "Esta conversación es una copia de" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "Este correo electrónico ya está en la lista." @@ -11194,6 +11225,10 @@ msgstr "Esta parte de la página no se ha cargado. Recargarla suele solucionarlo msgid "this person" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Este portal no acepta nuevas sesiones en este momento." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "" @@ -11757,7 +11792,7 @@ msgstr "" msgid "Type a message or press / for templates..." msgstr "Escribe un mensaje o pulsa / para plantillas..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Escribe tu respuesta aquí" @@ -12353,7 +12388,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "¿Quieres organizar un evento con dembrane?" @@ -12362,8 +12397,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "" #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Traemos la herramienta y el equipo, desde la llamada inicial hasta el informe. Probado en más de 1000 eventos." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Traemos la herramienta y el equipo, desde la llamada inicial hasta el informe. Probado en más de 1000 eventos." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12451,7 +12486,7 @@ msgstr "Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora?" #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora? El calendario está aquí mismo." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "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." @@ -12631,6 +12666,10 @@ msgstr "" msgid "What's the main reason?" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12877,7 +12916,7 @@ msgid "Yes" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Sí" @@ -13036,9 +13075,9 @@ msgstr "Aún no has verificado ningún resultado. ¿Te gustaría verificar antes msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "También puedes elegir registrar otra conversación." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "También puedes elegir registrar otra conversación." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13360,9 +13399,13 @@ msgstr "" msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/es-ES.ts b/echo/frontend/src/locales/es-ES.ts index 468a23798..5b4a3c4b7 100644 --- a/echo/frontend/src/locales/es-ES.ts +++ b/echo/frontend/src/locales/es-ES.ts @@ -1 +1 @@ -/*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\"],\"We're preparing your workspace.\":[\"Estamos preparando tu espacio de trabajo.\"],\"Preparing your dashboard\":[\"Preparando tu dashboard\"],\"Welcome back\":[\"Bienvenido de nuevo\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La biblioteca tardará \",[\"duration\"]],\"uDvV8j\":[\"Enviar\"],\"aMNEbK\":[\"Desuscribirse de Notificaciones\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" disponible pronto\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorar\\\" disponible pronto\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verificar\\\" disponible pronto\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(opcional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" etiqueta\"],\"other\":[\"#\",\" etiquetas\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Mensaje de dembrane\"],\"other\":[\"Mensajes de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Etiqueta:\"],\"other\":[\"Etiquetas:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" añadidas\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversaciones • Editado \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" no añadidas\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vistas\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversaciones • Editado \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" seleccionadas\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" leyendo ahora\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" aún en proceso.\"],\"ZpJ0wx\":[\"*Transcripción en progreso.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversaciones\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspectos\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vista\"],\"AeSuqs\":[\"1. Proporcionas una URL donde quieres recibir notificaciones\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Cuando ocurre un evento de conversación o informe, enviamos automáticamente los datos a tu URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Tu sistema recibe los datos y puede actuar sobre ellos (por ejemplo, guardar en una base de datos, enviar un correo electrónico, actualizar una hoja de cálculo)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nombre amigable para identificar este webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Se generará y publicará automáticamente un nuevo informe en el horario programado.\"],\"zm7GU7\":[\"Se requiere un enlace a la política de privacidad para el tratamiento basado en el consentimiento. Debe comenzar con http:// o https:// y tener como máximo 255 caracteres.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Ya se está generando un informe para este proyecto. Espera a que se complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Cuenta\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Valor predeterminado de la cuenta\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Contraseña de la cuenta\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Acción de\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Acción sobre\"],\"7L01XJ\":[\"Acciones\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtros activos\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Añadir\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Añadir contexto adicional (Opcional)\"],\"Se1KZw\":[\"Añade todos los que correspondan\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Añadir conversaciones al contexto\"],\"8T7YRB\":[\"Agregue conversaciones a su proyecto primero\"],\"LL1rvo\":[\"Añadir Tema Personalizado\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Añadir imágenes\"],\"1xDwr8\":[\"Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción.\"],\"ndpRPm\":[\"Añade nuevas grabaciones a este proyecto. Los archivos que subas aquí serán procesados y aparecerán en las conversaciones.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Añadir Etiqueta\"],\"add.tag.filter.modal.title\":[\"Añadir etiqueta a los filtros\"],\"IKoyMv\":[\"Añadir Etiquetas\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Añadir a los filtros\"],\"NffMsn\":[\"Añadir a este chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Añadir Tema\"],\"AHaRrL\":[\"Añadir traducciones\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Añadir Webhook\"],\"UZ07em\":[\"Añadir tu primer Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Añadidas\"],\"Na90E+\":[\"E-mails añadidos\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" al chat\"],\"select.all.modal.add.with.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" con los siguientes filtros:\"],\"select.all.modal.add.without.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\" con los siguientes filtros:\"],\"select.all.modal.loading.title\":[\"Añadiendo conversaciones\"],\"Du6bPw\":[\"Dirección\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajustar el tamaño de la fuente base para la interfaz\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avanzado\"],\"OaKXud\":[\"Avanzado (Consejos y best practices)\"],\"JiIKww\":[\"Configuración Avanzada\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Ejecución guiada por herramientas\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Todo\"],\"cF7bEt\":[\"Todas las acciones\"],\"O1367B\":[\"Todas las colecciones\"],\"gvykaX\":[\"Todas las conversaciones\"],\"u/fl/S\":[\"Todas las archivos se han subido correctamente.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Todas las plantillas\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permitir a los participantes usar el enlace para iniciar nuevas conversaciones\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Casi listo\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Ya añadido a este chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Ya en el contexto\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ha ocurrido un error inesperado. Recargar la página o volver al inicio suele ayudar.\"],\"F4cOH1\":[\"Lenguaje de análisis\"],\"ZlwDi6\":[\"Analíticas\"],\"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\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonimizar transcripción\"],\"gd1W+U\":[\"Anonimizar transcripciones\"],\"YdiKaK\":[\"conversación anónima\"],\"iPiP6k\":[\"Conversación anónima\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"¿Algo más?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apariencia\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Aplicar\"],\"4TwsNi\":[\"Aplicar plantilla\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"aprobar\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Aprobado\"],\"tq+4rb\":[\"¿Estás seguro de que quieres eliminar el webhook \\\"\",[\"0\"],\"\\\"? Esta acción no se puede deshacer.\"],\"uqhbrg\":[\"¿Está seguro de que desea eliminar este chat? Esta acción no se puede deshacer.\"],\"Q5Z2wp\":[\"¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer.\"],\"yrk3z3\":[\"¿Estás seguro de que quieres eliminar este tema personalizado? Esta acción no se puede deshacer.\"],\"YF1Re1\":[\"¿Estás seguro de que quieres eliminar este proyecto? Esta acción no se puede deshacer.\"],\"ELQ+fw\":[\"¿Estás seguro de que quieres eliminar este informe? Esta acción no se puede deshacer.\"],\"aUsm4A\":[\"¿Estás seguro de que quieres eliminar esta etiqueta? Esto eliminará la etiqueta de las conversaciones existentes que la contienen.\"],\"e3BGhi\":[\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer.\"],\"participant.modal.finish.message.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"sOql0x\":[\"¿Estás seguro de que quieres generar la biblioteca? Esto tomará un tiempo y sobrescribirá tus vistas e insights actuales.\"],\"UXCOMn\":[\"¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual.\"],\"ZmeZPn\":[\"¿Está seguro de que desea eliminar su avatar?\"],\"wQ5jM6\":[\"¿Está seguro de que desea eliminar su logotipo personalizado? Se utilizará el logotipo predeterminado de dembrane.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Preguntar\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"¿Preguntar por el email?\"],\"Rjlwvz\":[\"¿Preguntar por el nombre?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspecto\"],\"HkigHK\":[\"Aspectos\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Tienes que seleccionar al menos un tema para activar Verificar\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"¡Atención! Perdimos los últimos 60 segundos de tu grabación debido a una interrupción. Por favor, presiona el botón de abajo para reconectar.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"El descarga de audio no está disponible para conversaciones anónimas\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La reproducción de audio no está disponible para conversaciones anónimas\"],\"IOBCIN\":[\"Consejo de audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Registros de auditoría\"],\"aL1eBt\":[\"Registros de auditoría exportados a CSV\"],\"mS51hl\":[\"Registros de auditoría exportados a JSON\"],\"z8CQX2\":[\"Código de autenticación\"],\"R+PyK8\":[\"Generar títulos automáticamente\"],\"voAvDv\":[\"Generar títulos automáticamente\"],\"Wrpmw7\":[\"Generado automáticamente o introducido manualmente\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Generar automáticamente un título corto basado en temas para cada conversación después de la resumen. El título describe lo que se discutió, no quién participó. El nombre original del participante se conserva por separado, si lo proporcionaron.\"],\"F95AYw\":[\"Guardar automáticamente las transcripciones en tu CRM o base de datos\"],\"zUbSgC\":[\"Enviar automáticamente los datos de la conversación a tus otras herramientas y servicios cuando ocurran eventos.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar eliminado\"],\"jSKImf\":[\"Avatar actualizado\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Atrás\"],\"participant.button.back.microphone\":[\"Volver\"],\"participant.button.back\":[\"Volver\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Volver a la selección\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Volver a plantillas\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Básico (Diapositivas esenciales del tutorial)\"],\"epXTwc\":[\"Configuración Básica\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Reservar una llamada\"],\"KKLfx1\":[\"Reserve una llamada con nosotros\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Reservar una llamada de descubrimiento\"],\"YgG3yv\":[\"Ideas de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construir paneles personalizados con datos de conversación en tiempo real\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Al eliminar este proyecto, eliminará todos los datos asociados. Esta acción no se puede deshacer. ¿Está completamente seguro?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancelar\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancelar\"],\"participant.concrete.action.button.cancel\":[\"cancelar\"],\"participant.concrete.instructions.button.cancel\":[\"cancelar\"],\"select.all.modal.cancel\":[\"Cancelar\"],\"add.tag.filter.modal.cancel\":[\"Cancelar\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancelar la sobrescritura\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancelar programación\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"No se puede añadir una conversación vacía\"],\"SL9Qao\":[\"No se puede reprogramar dentro de los 10 minutos previos a la hora programada\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Tarjeta\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Cambiar idioma\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Cambiar contraseña\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nombre del chat\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Verificar acceso al micrófono\"],\"participant.button.check.microphone.access\":[\"Verificar acceso al micrófono\"],\"WQUm5N\":[\"Revise el texto y las imágenes e inténtelo de nuevo\"],\"v4fiSg\":[\"Revisa tu correo electrónico\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Elegir un archivo de logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Elegir desde tus otros proyectos\"],\"Aoxltn\":[\"Elegir cuándo quieres recibir notificaciones\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Elige el tema que prefieras para la interfaz\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Haz clic en \\\"Subir archivos\\\" cuando estés listo para iniciar el proceso de subida.\"],\"cwMTjO\":[\"Haz clic para editar\"],\"jcSz6S\":[\"Haz clic para ver las \",[\"totalCount\"],\" conversaciones\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Cliente-manejado\"],\"+d+tJS\":[\"Clonar desde otro proyecto\"],\"nCnTY0\":[\"Clonar desde proyecto\"],\"BPrdpc\":[\"Clonar proyecto\"],\"9U86tL\":[\"Clonar proyecto\"],\"yz7wBu\":[\"Cerrar\"],\"select.all.modal.close\":[\"Cerrar\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Colección\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Casos de uso comunes:\"],\"Wqc3zS\":[\"Comparar y Contrastar\"],\"CfO59/\":[\"Comparar y Contrastar Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Completar\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuar\"],\"7VpPHA\":[\"Confirmar\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmar nueva contraseña\"],\"yjkELF\":[\"Confirmar Nueva Contraseña\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publicar\"],\"vz1fGK\":[\"Confirmar reprogramación\"],\"L0k594\":[\"Confirma tu contraseña para generar un nuevo secreto para tu aplicación de autenticación.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Conectando a los servicios de informes...\"],\"wX/BfX\":[\"Conexión saludable\"],\"participant.modal.s3check.title\":[\"Problema de conexión\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Conexión no saludable\"],\"l9fkrm\":[\"Consentimiento\"],\"EhtOYz\":[\"El tratamiento basado en el consentimiento está activo sin enlace a la política de privacidad. Añada uno donde esté definida la base legal: los participantes deben poder leer la política de privacidad.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenido\"],\"M73whl\":[\"Contexto\"],\"VHSco4\":[\"Contexto añadido:\"],\"JX3KT4\":[\"Sugerencias contextuales\"],\"xGVfLh\":[\"Continuar\"],\"participant.button.continue\":[\"Continuar\"],\"participant.ready.to.begin.button.text\":[\"Continuar\"],\"F1pfAy\":[\"conversación\"],\"YyNOE7\":[\"Conversación\"],\"EiHu8M\":[\"Conversación añadida al chat\"],\"participant.conversation.ended\":[\"Conversación terminada\"],\"OtdHFE\":[\"Conversación eliminada del chat\"],\"zTKMNm\":[\"Estado de la conversación\"],\"Rdt7Iv\":[\"Detalles del estado de la conversación\"],\"7Ljafh\":[\"Etiquetas de la conversación\"],\"a7zH70\":[\"conversaciones\"],\"EnJuK0\":[\"Conversaciones\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Enfriándose. Disponible en \",[\"0\"]],\"6V3Ea3\":[\"Copiado\"],\"84o0nc\":[\"Copiado desde la conversación original\"],\"PiH3UR\":[\"Copiado!\"],\"iaPtht\":[\"copia\"],\"he3ygx\":[\"Copiar\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copiar enlace\"],\"H4brGj\":[\"Copiar enlace al portapapeles\"],\"AjrNNs\":[\"Copiar contenido del informe\"],\"vAkFou\":[\"Copiar secreto\"],\"v3StFl\":[\"Copiar Resumen\"],\"/4gGIX\":[\"Copiar al portapapeles\"],\"RTxUjI\":[\"Copiar al portapapeles\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copiando...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"No se pudo trasladar tu selección. Vuelve a elegir abajo.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"No se pudo copiar al portapapeles. Inténtelo de nuevo.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"No se pudo abrir la lista de conversaciones. Inténtalo de nuevo.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"No se guardó la valoración\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"No se ha podido enviar el aviso. Inténtelo de nuevo\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Crear\"],\"VW1ecc\":[\"Crear un nuevo webhook desde cero\"],\"oJfYM5\":[\"Crear un breve de investigación desde las conversaciones recientes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Crear biblioteca\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Crear nueva vista\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Crear informe\"],\"A5hiCy\":[\"Crear plantilla\"],\"library.create.view\":[\"Crear vista\"],\"3D0MXY\":[\"Crear Vista\"],\"dkAPxi\":[\"Crear Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Creado el\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recortar avatar\"],\"udBqWc\":[\"Recortar imagen\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recortar logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actual\"],\"Pn2B7/\":[\"Contraseña actual\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personalizado\"],\"o1nIYK\":[\"Nombre de archivo personalizado\"],\"GrXJvi\":[\"Logo personalizado\"],\"iv5fAO\":[\"Prompt de título personalizado\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"URL del panel de control (enlace directo a la vista de conversaciones)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Fecha\"],\"ItMGda\":[\"Rango de fechas\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Predeterminado\"],\"ucTqrC\":[\"Predeterminado - Sin tutorial (Solo declaraciones de privacidad)\"],\"K/78Yl\":[\"Delegación de análisis multi-paso con ejecución de herramientas en vivo\"],\"cnGeoo\":[\"Eliminar\"],\"project.sidebar.chat.delete\":[\"Eliminar chat\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Eliminar chat\"],\"2GCE3m\":[\"Eliminar conversación\"],\"2DzmAq\":[\"Eliminar Conversación\"],\"j5pYC4\":[\"Eliminar tema personalizado\"],\"mp235G\":[\"Eliminar proyecto\"],\"++iDlT\":[\"Eliminar Proyecto\"],\"rUWrSE\":[\"Eliminar informe\"],\"qr0gpK\":[\"Eliminar etiqueta\"],\"DFjdv0\":[\"Eliminar plantilla\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Eliminar Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Eliminado con éxito\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invitación a eventos dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describa el problema\"],\"Fs/0D5\":[\"Describe lo que el modelo de lenguaje debe extraer o resumir de la conversación...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determina bajo qué base legal del RGPD se tratan los datos personales de este proyecto.\"],\"2rgVKb\":[\"Determina bajo qué base legal de GDPR se procesan los datos personales. Esto afecta a la información que se muestra a los participantes y a los derechos de los sujetos de datos.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Desactivar 2FA\"],\"yrMawf\":[\"Desactivar autenticación de dos factores\"],\"E/QGRL\":[\"Desactivado\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nombre para mostrar\"],\"fDGgw4\":[\"¿Necesito esto?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"¿Quieres estar en el bucle?\"],\"TvY/XA\":[\"Documentación\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Listo, contactadme\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Descargar\"],\"5YVf7S\":[\"Descargar todas las transcripciones de conversaciones generadas para este proyecto.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Descargar como\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Descargar Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Descargar código QR\"],\"+bBcKo\":[\"Descargar transcripción\"],\"5XW2u5\":[\"Opciones de Descarga de Transcripción\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Borrador de acciones siguientes y organizarlas por prioridad\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Arrastra archivos de audio aquí o haz clic para seleccionar archivos\"],\"KGi3u9\":[\"Arrastrar para reordenar\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicar\"],\"lkz6PL\":[\"Duración\"],\"KIjvtr\":[\"Holandés\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ej. \\\"Enfoque en temas de sostenibilidad\\\" o \\\"¿Qué piensan los participantes sobre la nueva política?\\\"\"],\"pO9dOq\":[\"por ejemplo, \\\"Usar frases de sustantivos cortas como 'Espacios verdes urbanos' o 'Empleo juvenil'. Evitar títulos genéricos.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ej. Resumen semanal de partes interesadas\"],\"ffuZIY\":[\"por ejemplo, Notificaciones de Slack, Flujo de trabajo de Make\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Editar\"],\"9WkyHF\":[\"Editar Conversación\"],\"Y/3VME\":[\"Editar Tema Personalizado\"],\"/8fAkm\":[\"Editar nombre de archivo\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Modo edición\"],\"niSWGL\":[\"Editar opciones\"],\"G2KpGE\":[\"Editar Proyecto\"],\"DdevVt\":[\"Editar Contenido del Informe\"],\"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.\"],\"nP7CdQ\":[\"Editar Webhook\"],\"O3oNi5\":[\"Correo electrónico\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@trabajo.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji mostrado junto al tema, por ejemplo: 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vacío\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activar 2FA\"],\"D3AnH0\":[\"Habilitar Explorar\"],\"4KKbfZ\":[\"Habilitar participación\"],\"G3dSLc\":[\"Habilitar Notificaciones de Reportes\"],\"ZUS4uO\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"Explorar\\\" 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. Se aplica un período de enfriamiento entre solicitudes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Active esta función para permitir que los participantes verifiquen y aprueben \\\"resultados\\\" de sus envíos. Esto ayuda a cristalizar ideas clave, preocupaciones o resúmenes. Después de la conversación, puede filtrar las discusiones con resultados verificados y revisarlas en la descripción general.\"],\"C027jd\":[\"Habilitar anonimización de transcripciones\"],\"329BBO\":[\"Activar autenticación de dos factores\"],\"x35ZEt\":[\"Habilitar Verificar\"],\"RxzN1M\":[\"Habilitado\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Inglés\"],\"GboWYL\":[\"Ingresa un término clave o nombre propio\"],\"TSHJTb\":[\"Ingresa un nombre para el nuevo conversation\"],\"KovX5R\":[\"Ingresa un nombre para tu proyecto clonado\"],\"DRYPFp\":[\"Ingresa una clave secreta\"],\"34YqUw\":[\"Ingresa un código válido para desactivar la autenticación de dos factores.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Introduzca la contraseña actual\"],\"2FPsPl\":[\"Ingresa el nombre del archivo (sin extensión)\"],\"VpwcSk\":[\"Introduzca la nueva contraseña\"],\"oIn7d4\":[\"Ingresa el código de 6 dígitos de tu aplicación de autenticación.\"],\"q1OmsR\":[\"Ingresa el código actual de seis dígitos de tu aplicación de autenticación.\"],\"NgaR6B\":[\"Ingresa tu contraseña\"],\"42tLXR\":[\"Ingresa tu consulta\"],\"HRbyGE\":[\"Ingresado por el participante en el portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error al clonar el proyecto\"],\"AEkJ6x\":[\"Error al crear el informe\"],\"edh3aY\":[\"Error al cargar el proyecto\"],\"4kVRov\":[\"Ocurrió un error\"],\"hmk+3M\":[\"Error al subir \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Eventos\"],\"VFClUG\":[\"Eventos a Escuchar\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Cada conclusión es trazable. El informe vincula cada hallazgo con lo que realmente se dijo.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Acceso al micrófono verificado con éxito\"],\"jqsg/I\":[\"Ejemplo de Payload de Webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Salir de pantalla completa\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorar\"],\"participant.echo.explore\":[\"Explorar\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Explorando \",[\"conversationCount\"],\" conversaciones\"],\"GS+Mus\":[\"Exportar\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Error\"],\"bh2Vob\":[\"Error al añadir la conversación al chat\"],\"ajvYcJ\":[\"Error al añadir la conversación al chat\",[\"0\"]],\"g5wCZj\":[\"Error al añadir conversaciones al contexto\"],\"pmwvUt\":[\"Error al aprobar el resultado. Por favor, inténtalo de nuevo.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Error al copiar el chat. Por favor, inténtalo de nuevo.\"],\"uvu6eC\":[\"No se pudo copiar la transcripción. Inténtalo de nuevo.\"],\"UQ6LqT\":[\"Error al crear el tema personalizado\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Error al eliminar el tema personalizado\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Error al eliminar la respuesta\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Error al finalizar la conversación. Por favor, inténtalo de nuevo.\"],\"vx5bTP\":[\"Error al generar \",[\"label\"],\". Por favor, inténtalo de nuevo.\"],\"Fa1ewI\":[\"Error al generar el resumen. Inténtalo de nuevo más tarde.\"],\"Z77bMM\":[\"Error al cargar los webhooks\"],\"T7KYJY\":[\"Error al marcar todos los anuncios como leídos\"],\"eGHX/x\":[\"Error al marcar el anuncio como leído\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Error al reconectar. Por favor, recarga la página.\"],\"SVtMXb\":[\"Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde.\"],\"h49o9M\":[\"Error al recargar. Por favor, inténtalo de nuevo.\"],\"rv8mO7\":[\"No se pudo eliminar el avatar\"],\"kE1PiG\":[\"Error al eliminar la conversación del chat\"],\"+piK6h\":[\"Error al eliminar la conversación del chat\",[\"0\"]],\"P9wLTJ\":[\"Error al eliminar el logo\"],\"IMUHg3\":[\"Error al reprogramar. Por favor, elija un horario mas lejano e intentelo de nuevo.\"],\"SmP70M\":[\"Error al retranscribir la conversación. Por favor, inténtalo de nuevo.\"],\"kClMar\":[\"Error al revisar el resultado. Por favor, inténtalo de nuevo.\"],\"wMEdO3\":[\"Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Error al actualizar el tema personalizado\"],\"BpuK7o\":[\"Error al actualizar la base legal\"],\"Avee+B\":[\"No se pudo actualizar el nombre\"],\"gnm1CH\":[\"Error al actualizar el pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"No se pudo subir el avatar\"],\"RW4V7P\":[\"Error al subir el logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Función disponible pronto\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Portal de comentarios\"],\"2roTVj\":[\"Comentario enviado\"],\"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\"],\"UkgMPE\":[\"Nombre de archivo desde el archivo subido\"],\"5g0xbt\":[\"Filtrar registros de auditoría por acción\"],\"9clinz\":[\"Filtrar registros de auditoría por colección\"],\"O39Ph0\":[\"Filtrar por acción\"],\"DiDNkt\":[\"Filtrar por colección\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Encontrar contradicciones y sugerir preguntas de seguimiento\"],\"participant.button.stop.finish\":[\"Finalizar\"],\"participant.button.finish.text.mode\":[\"Finalizar\"],\"participant.button.finish\":[\"Finalizar\"],\"participant.modal.finish.title.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"4dQFvz\":[\"Finalizado\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinco preguntas rápidas y luego eliges una hora con el equipo de dembrane. Leemos tus respuestas antes de la llamada y traemos un plan a medida.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Enfoque\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Tamaño de fuente\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Para usuarios avanzados: Una clave secreta para verificar la autenticidad del webhook. Solo necesario si tu servicio de recepción requiere verificación de firma.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"¿Olvidaste tu contraseña?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Francés\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcripción completa (cuando esté disponible)\"],\"3qkggm\":[\"Pantalla completa\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generar\"],\"EIdJgG\":[\"Generar un nuevo informe\"],\"QsUhrf\":[\"Generar un informe\"],\"GRy59I\":[\"Generar un resumen primero\"],\"MWSGhX\":[\"Generar biblioteca\"],\"5SWGxv\":[\"Generar ahora\"],\"GWUJ9X\":[\"Generar ahora\"],\"QqIxfi\":[\"Generar secreto\"],\"gitFA/\":[\"Generar Resumen\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generando informe...\"],\"kzY+nd\":[\"Generando el resumen. Espera...\"],\"hMOYzR\":[\"Generando tu informe...\"],\"DDcvSo\":[\"Alemán\"],\"jpNBdT\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"participant.refine.go.deeper.description\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"Pl6LQ+\":[\"Ponte en contacto\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Dame una lista de 5-10 temas que se están discutiendo.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Volver\"],\"participant.concrete.artefact.action.button.go.back\":[\"Volver\"],\"DXr0zk\":[\"Pantalla completa\"],\"iWpEwy\":[\"Ir al inicio\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Ir a la nueva conversación\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buena respuesta\"],\"hjZBYK\":[\"¿Tienes dos minutos? Cinco preguntas opcionales nos ayudan a prepararnos.\"],\"5sIEgO\":[\"¿Tienes dos minutos? Cinco preguntas rápidas nos ayudan a venir preparados, y puedes saltarte cualquiera.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guía sobre cómo se generan los títulos. Los títulos describen el tema de la conversación, no el participante.\"],\"uMjvI3\":[\"Guiar el informe\"],\"myXGZW\":[\"Guiado\"],\"ZqBGoi\":[\"Tiene artefactos verificados\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Oculto\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Joya oculta\"],\"vLyv1R\":[\"Ocultar\"],\"eHo/Jc\":[\"Ocultar datos\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Ocultar datos de revisión\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"ocultar la invitación a eventos dembrane\"],\"V3NvRL\":[\"Ocultar la invitación a eventos dembrane forma parte de un plan de pago.\"],\"tn75xn\":[\"Concepto específico resaltado\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Inicio\"],\"Ai2U7L\":[\"Anfitrión\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Comentarios del anfitrión\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Cómo funciona:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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?\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Entiendo\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si lo que has detectado implica datos visibles para personas equivocadas, alguien con un acceso que no debería tener, o una posible vulnerabilidad de seguridad, utiliza nuestro <0>formulario de notificación de seguridad. Llega a otro equipo por una vía más rápida. Para cualquier urgencia, escribe a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si está satisfecho con \",[\"objectLabel\"],\", haga clic en \\\"Aprobar\\\" para mostrar que se siente escuchado.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si no estás seguro, probablemente no lo necesites todavía. Los webhooks son una característica avanzada típicamente utilizada por desarrolladores o equipos con integraciones personalizadas. Puedes configurarlas siempre más tarde.\"],\"hDVOQQ\":[\"Si estás configurando integraciones de webhook, nos encantaría conocer tu caso de uso. También estamos construyendo características de observabilidad, incluyendo registros de auditoría y seguimiento de entrega.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Las imágenes deben pesar menos de \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Incluir enlace del portal\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrecto o inventado\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instrucciones para generar el resultado de la verificación\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Código inválido. Por favor solicita uno nuevo.\"],\"jLr8VJ\":[\"Credenciales inválidas.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Dirección IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Parece que la biblioteca no está disponible para tu cuenta. Por favor, solicita acceso para desbloquear esta funcionalidad.\"],\"participant.outcome.error.description\":[\"No pudimos cargar este resultado. Esto podría ser un problema temporal. Puede intentar recargar o volver atrás para seleccionar un tema diferente.\"],\"5dxEAB\":[\"Parece que aún no tiene un informe para este proyecto. Genere uno para obtener una descripción general de sus conversaciones.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Suena como si hablaran más de una persona. Tomar turnos nos ayudará a escuchar a todos claramente.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un momento\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Simplemente hable o escriba de forma natural. Su aporte llega directamente a nuestro equipo de producto y realmente nos ayuda a mejorar dembrane. Lo leemos todo.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Mantén el acceso seguro con un código de un solo uso de tu aplicación de autenticación. Activa o desactiva la autenticación de dos factores para esta cuenta.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Idioma\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Última vez guardado el \",[\"0\"]],\"K7P0jz\":[\"Última actualización\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Último\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Aprender más sobre webhooks\"],\"ffCwpJ\":[\"Dejar vacío para mantener el existente\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Déjanos tu correo y nos pondremos en contacto en un día para hablar de un evento con dembrane.\"],\"J8VWes\":[\"Déjanos tu correo para que podamos contactarte.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base legal\"],\"vRXsmZ\":[\"Base Legal\"],\"CopiEV\":[\"Base legal guardada\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Biblioteca\"],\"library.title\":[\"Biblioteca\"],\"T50lwc\":[\"La creación de la biblioteca está en progreso\"],\"gkv8iG\":[\"Matrícula\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Enlace\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Enlace a la política de privacidad que se muestra a los participantes\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Vivo\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Modo de ejecución de agente en vivo\"],\"participant.live.audio.level\":[\"Nivel de audio en vivo\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vista Previa en Vivo\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Cargando\"],\"participant.verify.instructions.loading\":[\"Cargando\"],\"yQ9yN3\":[\"Cargando acciones...\"],\"participant.concrete.loading.artefact\":[\"Cargando artefacto\"],\"JOvnq+\":[\"Cargando registros de auditoría…\"],\"y+JWgj\":[\"Cargando colecciones...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Cargando micrófonos...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Cargando transcripción...\"],\"3SKW0s\":[\"Cargando temas de verificación…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"cargando...\"],\"Z3FXyt\":[\"Cargando...\"],\"Pwqkdw\":[\"Cargando…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Iniciar sesión\"],\"LM/dWU\":[\"Iniciar sesión | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo eliminado\"],\"MjfaMh\":[\"Logo actualizado\"],\"nOhz3x\":[\"Cerrar sesión\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Más largo primero\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gestionar plantillas\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Marcar todos como leídos\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marcar como leído\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notas de Reunión\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Mensajes de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"El acceso al micrófono sigue denegado. Por favor verifica tu configuración e intenta de nuevo.\"],\"azjxk1\":[\"No responde a la pregunta\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modo\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"más\"],\"JcD7qf\":[\"Más acciones\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Mover\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Mover Conversación\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Mover a otro Proyecto\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Mover a Proyecto\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Debe ser al menos 10 minutos en el futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Mis plantillas\"],\"6YtxFj\":[\"Nombre\"],\"e3/ja4\":[\"Nombre A-Z\"],\"8/brI5\":[\"El nombre es requerido\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nombre actualizado\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nombre Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nuevo\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nuevo nombre de conversación\"],\"u2uElg\":[\"Nuevas conversaciones agregadas desde este informe\"],\"library.new.conversations\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nueva contraseña\"],\"7vhWI8\":[\"Nueva Contraseña\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Nuevo informe\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Más nuevos primero\"],\"hXzOVo\":[\"Siguiente\"],\"participant.button.next\":[\"Siguiente\"],\"participant.verify.selection.button.next\":[\"Siguiente\"],\"participant.verify.instructions.button.next\":[\"Siguiente\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No se encontraron acciones\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Sin app, sin hardware. Los participantes escanean un código QR y su teléfono se convierte en el portal.\"],\"Em+3Ls\":[\"No hay registros de auditoría que coincidan con los filtros actuales.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No se encontraron colecciones\"],\"zsslJv\":[\"No hay contenido\"],\"1pZsdx\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"library.no.conversations\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"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.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No se procesaron conversaciones. Esto puede ocurrir si todas las conversaciones ya están en el contexto o no coinciden con los filtros seleccionados.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Aun no hay conversaciones. Puede programar un informe ahora y las conversaciones se incluiran una vez que se agreguen.\"],\"oaDwXD\":[\"Sin valor predeterminado (se aplica la gestión por el cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Todavía no hay valoraciones.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No se han detectado nuevos comentarios aún. Por favor, continúa tu discusión y vuelve a intentarlo pronto.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Aún no hay nadie en la organización.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No se encontraron proyectos \",[\"0\"]],\"y29l+b\":[\"No se encontraron proyectos para el término de búsqueda\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No se encontró ningún informe\"],\"1iQvuD\":[\"Aún no hay informes\"],\"Ev2r9A\":[\"Sin resultados\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"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.\"],\"KE6RCJ\":[\"Ninguna plantilla coincide con {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No hay transcripción disponible\"],\"vq+6l+\":[\"Aún no existe transcripción para esta conversación. Por favor, revisa más tarde.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No se seleccionaron archivos de audio válidos. Por favor, selecciona solo archivos de audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No hay temas de verificación configurados para este proyecto.\"],\"pdWSGS\":[\"No hay temas de verificación disponibles.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No hay webhooks configurados\"],\"/PUkCU\":[\"No se encontraron webhooks\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"No añadidas\"],\"OJx3wK\":[\"No disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notificar a los participantes cuando se publique un informe.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Más antiguos primero\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Una vez que haya discutido, presione \\\"revisar\\\" para que \",[\"objectLabel\"],\" cambie y refleje su discusión.\"],\"participant.verify.instructions.read.aloud\":[\"Una vez que reciba \",[\"objectLabel\"],\", léalo en voz alta y comparta en voz alta lo que desea cambiar, si es necesario.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En curso\"],\"conversation.ongoing\":[\"En curso\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Solo cambia este ajuste en consulta con la(s) persona(s) responsable(s) del cumplimiento de la normativa de protección de datos dentro de tu organización.\"],\"z7dMhl\":[\"Solo se pueden adjuntar imágenes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo los administradores del espacio de trabajo pueden cambiar la base legal.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Abrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Ver grabación\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Abrir guía de solución de problemas\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Abre tu aplicación de autenticación e ingresa el código actual de seis dígitos.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Opcional\"],\"ZFIvWo\":[\"Opcional (recurre al inglés)\"],\"V44CS4\":[\"Campo opcional en la página de inicio\"],\"bkndzy\":[\"Campo opcional en la página de agradecimientos\"],\"xam4uE\":[\"Pregunta opcional \",[\"0\"],\" de \",[\"1\"]],\"S2LyUK\":[\"Pregunta opcional \",[\"0\"],\" de \",[\"1\"],\". Sáltate lo que quieras.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Opciones\"],\"BzEFor\":[\"o\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O prefiere chatear directamente?\"],\"1h45Hu\":[\"O escribe el tuyo\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Otro\"],\"GC75c7\":[\"Resultado aprobado correctamente!\"],\"QLXrh9\":[\"Resultado recargado correctamente!\"],\"LJg1UW\":[\"Resultado revisado correctamente!\"],\"df3S+R\":[\"Resultado actualizado!\"],\"1fjbvD\":[\"resultados\"],\"ZU3zZC\":[\"Resultados\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sobrescrito para este proyecto\"],\"AR/qbs\":[\"Sobrescribir para este proyecto\"],\"6/dCYd\":[\"Vista General\"],\"/fAXQQ\":[\"Overview - Temas y patrones\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenido de la Página\"],\"8F1i42\":[\"Página no encontrada\"],\"6+Py7/\":[\"Título de la Página\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participante\"],\"h3AUOJ\":[\"Correo electrónico del participante\"],\"WdEzKM\":[\"Correos electrónicos del participante\"],\"Uc9fP1\":[\"Funciones para participantes\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nombre y correo electrónico del participante\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Los participantes podrán seleccionar etiquetas al crear conversaciones\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Contraseña\"],\"zJx6Vx\":[\"Contraseña cambiada\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Las contraseñas no coinciden\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pausar lectura\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pendiente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"zmwvG2\":[\"Teléfono\"],\"B8mlc2\":[\"Elija una fecha\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Elegir una hora ahora\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Elige el enfoque que encaje con tu pregunta\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Fijar\"],\"u8qC4w\":[\"Fijar proyecto\"],\"S+WiJ3\":[\"Fije plantillas aquí para acceso rápido.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Fijados está lleno (máx. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Plantillas fijadas\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Por favor, habilite la participación para habilitar el uso compartido\"],\"fwrPh4\":[\"Por favor, ingrese un correo electrónico válido.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando)\"],\"Lu1j4b\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando).\\nEsta transcripción será anonimizada y su anfitrión no podrá escuchar su grabación.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG o WebP. Se recortará en un círculo.\"],\"jjdudv\":[\"Mala respuesta\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenido del Portal\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Editor del Portal\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparando tu experiencia\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vista previa: El zorro rápido salta sobre el perro perezoso.\"],\"DHhJ7s\":[\"Anterior\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimir / Guardar PDF\"],\"S8ugMC\":[\"Imprimir informe\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la política de privacidad\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuar\"],\"select.all.modal.proceed\":[\"Continuar\"],\"select.all.modal.loading.description\":[\"Procesando <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" y añadiéndolas a tu chat\"],\"gzGDMM\":[\"Procesando tu solicitud de retranscripción...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Proyecto creado\"],\"zjTrs1\":[\"Valor predeterminado del proyecto: activado. La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Biblioteca del Proyecto | dembrane\"],\"QDjWwu\":[\"Resumen Meta del Proyecto\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nombre del proyecto\"],\"3gh0L6\":[\"Nombre y ID del proyecto\"],\"6Z2q2Y\":[\"El nombre del proyecto debe tener al menos 4 caracteres\"],\"n7JQEk\":[\"Proyecto no encontrado\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Vista General del Proyecto | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Configuración del Proyecto\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Proyectos\"],\"DK5DV3\":[\"Proyectos | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Proporciona una visión general de los temas principales y los temas recurrentes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publicar\"],\"vsX8VJ\":[\"Publique este informe primero para mostrar el enlace del portal\"],\"IHzoSN\":[\"Publique este informe para obtener un enlace para compartir\"],\"u3wRF+\":[\"Publicado\"],\"E7YTYP\":[\"Saca las citas más potentes de esta sesión\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Pregunta\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valoración\"],\"wr9IYa\":[\"Vuelva a introducir la nueva contraseña\"],\"0ZBIgY\":[\"Reutilizar configuraciones de un webhook existente\"],\"Z5Tlsx\":[\"Contactadme\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Leer en voz alta\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"¿Listo para comenzar?\"],\"ShoKlK\":[\"¿Listo para conectar tus herramientas? Agrega un webhook para recibir automáticamente los datos de las conversaciones cuando ocurran eventos.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Aplicaciones recomendadas\"],\"participant.button.s3check.reconnect\":[\"Reconectar\"],\"participant.button.interruption.reconnect\":[\"Reconectar\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Grabar\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Registrar otra conversación\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Grabación interrumpida\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Grabación pausada\"],\"/l7qFE\":[\"Grabación iniciada\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recrear vista\"],\"view.recreate.modal.title\":[\"Recrear vista\"],\"CqnkB0\":[\"Temas recurrentes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referencias\"],\"lCF0wC\":[\"Actualizar\"],\"ZMXpAp\":[\"Actualizar registros de auditoría\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerar\"],\"PpFJd2\":[\"Regenerar resumen\"],\"bluvj0\":[\"Regenerar Resumen\"],\"participant.regenerating.outcome\":[\"Regenerando el resultado\"],\"oYlYU+\":[\"Regenerando el resumen. Espera...\"],\"HPitDS\":[\"Registrar | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recargar la página\"],\"participant.button.reload.page.text.mode\":[\"Recargar\"],\"participant.button.reload\":[\"Recargar\"],\"participant.concrete.artefact.action.button.reload\":[\"Recargar página\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Recordar a los usuarios que verifiquen antes de finalizar\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Eliminar\"],\"w61W3L\":[\"Quitar \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Eliminar avatar\"],\"Kl7//J\":[\"Eliminar Correo Electrónico\"],\"cILfnJ\":[\"Eliminar archivo\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Eliminar de este chat\"],\"O90CN2\":[\"Eliminar logotipo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Eliminar la sobrescritura\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renombrar\"],\"6PsaMr\":[\"Renombrar chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Grabación\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de Respuesta\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Informe\"],\"e/MQa5\":[\"El informe ya se está generando\"],\"Q3LOVJ\":[\"Informar de un problema\"],\"DUmD+q\":[\"Informe creado - \",[\"0\"]],\"hh/mvZ\":[\"Generación del informe cancelada\"],\"sSy8vA\":[\"Generación del informe en curso...\"],\"v7O77U\":[\"La generación del informe fue cancelada. Puedes iniciar un nuevo informe a continuación.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notificaciones de Reportes\"],\"M9snPp\":[\"Informe programado\"],\"6g+4DA\":[\"Aviso enviado. Gracias\"],\"u9r3Di\":[\"Las plantillas de informes están en nuestra hoja de ruta.\"],\"lNo4U2\":[\"Informe actualizado - \",[\"0\"]],\"t9yxlZ\":[\"Informes\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Solicitar Acceso\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Solicitar Restablecimiento de Contraseña\"],\"8H5nRH\":[\"Solicitar Restablecimiento de Contraseña | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Por favor, espera mientras verificamos el acceso al micrófono.\"],\"TMLAx2\":[\"Requerido\"],\"0Hf+6m\":[\"Requiere que \\\"Solicitar correo electrónico?\\\" esté habilitado\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogramar\"],\"6eIR/n\":[\"Reprogramar para\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Restablecer\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Restablecer Contraseña\"],\"9uplIY\":[\"Restablecer Contraseña | dembrane\"],\"L+rMC9\":[\"Restablecer a valores predeterminados\"],\"kX8Fjz\":[\"Comentarios sobre la respuesta\"],\"Sa5FCh\":[\"Resultados antes de que la gente se vaya. Analizamos en directo y lo presentamos en la sala.\"],\"participant.button.stop.resume\":[\"Reanudar\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribir\"],\"ehyRtB\":[\"Retranscribir conversación\"],\"1JHQpP\":[\"Retranscribir conversación\"],\"+gmVxi\":[\"La retranscripción no está disponible para conversaciones anónimas\"],\"MXwASV\":[\"La retranscripción ha comenzado. La nueva conversación estará disponible pronto.\"],\"6gRgw8\":[\"Reintentar\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Reintentar subida\"],\"2fCpt5\":[\"Volver al inicio\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Revisa la actividad de tu espacio de trabajo. Filtra por colección o acción, y exporta la vista actual para una investigación más detallada.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Revisar archivos antes de subir\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Revisar el estado de procesamiento para cada conversación recopilada en este proyecto.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"revisar\"],\"OG3mVO\":[\"Revisión #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Haga clic con el botón derecho para resaltar\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Filas por página\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organizar un evento con dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Guardar\"],\"participant.concrete.action.button.save\":[\"guardar\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Guardar como plantilla\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Guardar Cambios\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"¡Error al guardar!\"],\"5dVjYt\":[\"Guardar plantilla\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Guardando...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Escanea el código QR o copia el secreto en tu aplicación.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Programar\"],\"wCGy0o\":[\"Programar informe\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Desplazarse al final\"],\"A1taO8\":[\"Buscar\"],\"select.all.modal.loading.search\":[\"Buscar\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Busca y selecciona las conversaciones para este chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Buscar conversaciones\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Buscar proyectos\"],\"I0hU01\":[\"Buscar Proyectos\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Buscar proyectos...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Buscar etiquetas\"],\"pECIKL\":[\"Buscar templates...\"],\"select.all.modal.search.text\":[\"Texto de búsqueda:\"],\"nhvuQF\":[\"Buscar webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Buscó en las fuentes más relevantes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secreto\"],\"Y1y+VB\":[\"Secreto copiado\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Hasta pronto\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Seleccionar un micrófono\"],\"s5OrCL\":[\"Selecciona un webhook para clonar\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Seleccionar todo\"],\"+fRipn\":[\"Seleccionar todo (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Seleccionar todos los resultados\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecciona al menos un evento\"],\"d3O/ZP\":[\"Selecciona al menos un otro tema antes de eliminar este\"],\"NK2YNj\":[\"Seleccionar archivos de audio para subir\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Selecciona conversaciones y encuentra citas exactas\"],\"LyHz7Q\":[\"Selecciona conversaciones en la barra lateral\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleccione hasta 2 areas de enfoque para su informe\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Seleccione qué temas pueden usar los participantes para \\\"Verificar\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Seleccionar un micrófono\"],\"gU5H9I\":[\"Archivos seleccionados (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Micrófono seleccionado\"],\"tP/pEQ\":[\"Selección demasiado grande\"],\"select.all.modal.context.limit.reached\":[\"Selección demasiado grande. Algunas conversaciones no se añadieron.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Enviar\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Enviar aviso\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Enviar notificaciones de Slack/Teams cuando se completen nuevas conversaciones\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nombre de la Sesión\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Configuración\"],\"participant.settings.modal.title\":[\"Configuración\"],\"BVRW7i\":[\"Configuración | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Compartir informe\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Comparte tus detalles aquí\"],\"nnWGzO\":[\"Comparta sus ideas con nuestro equipo\"],\"4o0klJ\":[\"Comparta su voz escaneando el codigo QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Más corto primero\"],\"8vETh9\":[\"Mostrar\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Mostrar reproductor de audio\"],\"pzaNzD\":[\"Mostrar datos\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Mostrar direcciones IP\"],\"6lGV3K\":[\"Mostrar menos\"],\"fMPkxb\":[\"Mostrar más\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Mostrar referencias\"],\"OV2iSn\":[\"Mostrar datos de revisión\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Mostrar la invitación\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Mostrando \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" de \",[\"totalItems\"],\" entradas\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" de \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Mostrando su informe completado más reciente.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Omitir\"],\"participant.button.verify_prompt.skip\":[\"Omitir\"],\"participant.mic.check.button.skip\":[\"Omitir\"],\"select.all.modal.context.limit.reached.description\":[\"Omitidas porque la selección era demasiado grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Comunidad de Slack\"],\"BmukMD\":[\"Para que podamos enviarte los detalles de la llamada.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Algunos archivos ya estaban seleccionados y no se agregarán dos veces.\"],\"select.all.modal.skip.disclaimer\":[\"Algunas pueden omitirse (sin transcripción o selección demasiado grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Algo está bloqueando tu conexión. Tu audio no se guardará a menos que se resuelva este problema.\"],\"nwtY4N\":[\"Algo salió mal\"],\"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.conversation.error\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"mwpVVD\":[\"Algo salió mal al generar su último informe.\"],\"2WNFmv\":[\"Algo salió mal al generar su informe.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Algo salió mal al exportar los registros de auditoría.\"],\"q9A2tm\":[\"Algo salió mal al generar el secreto.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Algo salió mal. Inténtelo de nuevo presionando el botón <0>Explorar, o contacte con soporte si el problema continúa.\"],\"fWsBTs\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"participant.go.deeper.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\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Español\"],\"z5/5iO\":[\"Contexto Específico\"],\"mORM2E\":[\"Detalles concretos\"],\"Etejcu\":[\"Detalles concretos - Conversaciones seleccionadas\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Comenzar desde cero\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Iniciar nueva conversación\"],\"participant.button.start.new.conversation\":[\"Iniciar nueva conversación\"],\"i88wdJ\":[\"Empezar de nuevo\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Estado\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Detener\"],\"participant.button.stop\":[\"Detener\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planificación Estratégica\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Enviar\"],\"participant.button.submit.text.mode\":[\"Enviar\"],\"zzDlyQ\":[\"Éxito\"],\"aG+cH9\":[\"Sugerir sugerencias dinámicas basadas en su conversación.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Sugerido:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Resumir\"],\"5Y4tAB\":[\"Resume esta entrevista en un artículo para compartir\"],\"dXoieq\":[\"Resumen\"],\"+bZY9/\":[\"Resumen (cuando esté disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"El resumen estará disponible cuando la conversación esté transcrita\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Claro\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Cambiar a entrada de texto\"],\"5dzzI6\":[\"Desactivarla forma parte de un plan de pago.\"],\"D+NlUC\":[\"Sistema\"],\"woaefe\":[\"Valor predeterminado del sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Etiquetas\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta u obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"eyu39U\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"participant.refine.make.concrete.description\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Cuéntanos sobre el evento que tienes en mente.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Plantilla aplicada\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nombre de plantilla\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Plantillas\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Testear Webhook\"],\"xeiujy\":[\"Texto\"],\"CPN34F\":[\"¡Gracias por participar!\"],\"u+Whi9\":[\"Contenido de la Página de Gracias\"],\"1LLF3Z\":[\"¡Gracias!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Gracias, nos pondremos en contacto en un día.\"],\"2yHHa6\":[\"Ese código no funcionó. Inténtalo de nuevo con un código nuevo de tu aplicación de autenticación.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Eso no parece una dirección de correo electrónico.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Eso es todo, gracias\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"El calendario no se ha cargado aquí. Elige una hora en cal.com o escríbenos a info@dembrane.com.\"],\"TQCE79\":[\"El código no ha funcionado, inténtalo otra vez.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"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.loading\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"El endpoint donde enviaremos los datos. Obtén esto de tu servicio de recepción (por ejemplo, Zapier, Make, o tu propio servidor).\"],\"Jo19Pu\":[\"Las siguientes conversaciones se agregaron automáticamente al contexto\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"El informe puede comenzar hasta 5 minutos después de la hora elegida.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Estamos generando el resumen. Espera a que esté disponible.\"],\"+AT8nl\":[\"Estamos regenerando el resumen. Espera a que esté disponible.\"],\"9DPC4t\":[\"La página de agradecimiento termina con una tarjeta que invita a los participantes a organizar su propio evento con dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"La URL del webhook y los eventos se clonarán. Necesitarás volver a introducir el secreto si se configuró uno.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Tema\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Hubo un error al clonar tu proyecto. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"JDFjCg\":[\"Hubo un error al crear tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Estas conversaciones fueron excluidas debido a la falta de transcripciones.\"],\"8xYB4s\":[\"Estas plantillas de vista predeterminadas se generarán cuando crees tu primera biblioteca.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Pensando...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Esto puede ocurrir cuando una VPN o un firewall está bloqueando la conexión. Intenta desactivar tu VPN, cambiar a otra red (p. ej., punto de acceso móvil) o contacta con tu departamento de TI para obtener ayuda.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Esta conversación tiene las siguientes copias:\"],\"conversation.linking_conversations.description\":[\"Esta conversación es una copia de\"],\"SzU1mG\":[\"Este correo electrónico ya está en la lista.\"],\"participant.modal.refine.info.available.in\":[\"Esta función estará disponible en \",[\"remainingTime\"],\" segundos.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Esta información está anónima\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"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.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Este es un ejemplo de los datos JSON enviados a tu URL de webhook cuando se resume una conversación.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Está configurado el tratamiento basado en el consentimiento sin enlace a la política de privacidad. Añada uno para que este ajuste siga siendo válido: los participantes deben poder leer la política de privacidad.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Biblioteca\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Este idioma se usará para el Portal del Participante.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Esta parte de la página no se ha cargado. Recargarla suele solucionarlo. Si sigue pasando, vuelve al inicio.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Este proyecto seguirá el ajuste heredado: \",[\"0\"],\" (\",[\"1\"],\").\"],\"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.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Este informe no está disponible. \"],\"GQTpnY\":[\"Este informe fue abierto por \",[\"0\"],\" personas\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Este título se muestra a los participantes cuando inician una conversación\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Esto borrará tu entrada actual. ¿Estás seguro?\"],\"NrRH+W\":[\"Esto creará una copia del proyecto actual. Solo se copiarán los ajustes y etiquetas. Los informes, chats y conversaciones no se incluirán en la copia. Serás redirigido al nuevo proyecto después de clonar.\"],\"hsNXnX\":[\"Esto creará una nueva conversación con el mismo audio pero una transcripción fresca. La conversación original permanecerá sin cambios.\"],\"add.tag.filter.modal.info\":[\"Esto filtrará la lista de conversaciones para mostrar conversaciones con esta etiqueta.\"],\"participant.concrete.regenerating.artefact.description\":[\"Esto solo tomará unos momentos\"],\"participant.concrete.loading.artefact.description\":[\"Esto solo tomará un momento\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Este espacio de trabajo ha agotado sus horas de grabación. Mejora tu plan para seguir usando la voz.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pulgar abajo\"],\"Nuw8ty\":[\"Pulgar arriba\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Hora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Marca de tiempo\"],\"XSqo4Y\":[\"Marcas de tiempo y duración\"],\"rm2Cxd\":[\"Consejo\"],\"fEocaE\":[\"Consejo: Usa el botón de reproducción (▶) para enviar un payload de prueba a tu webhook y verificar que está funcionando correctamente.\"],\"Zb3ANR\":[\"Consejo: También puede crear una plantilla desde cualquier mensaje de chat que envíe, o duplicar una plantilla existente.\"],\"MHrjPM\":[\"Título\"],\"1xkgU6\":[\"Título auto-generado\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Para ayudarnos a actuar, intente incluir dónde ocurrió y qué estaba intentando hacer. Para errores, díganos qué salió mal. Para ideas, díganos qué necesidad resolvería para usted.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Demasiado grande\"],\"yIsdT7\":[\"Demasiado largo\"],\"qgwLj6\":[\"Demasiado largo o poco claro\"],\"lcsUaI\":[\"Demasiados avisos. Espere unos minutos e inténtelo de nuevo\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Tema creado correctamente\"],\"Sawj4V\":[\"Tema eliminado correctamente\"],\"xcp3ny\":[\"Etiqueta de tema\"],\"vQoAht\":[\"Tema actualizado correctamente\"],\"th8cMZ\":[\"Título basado en temas que describe lo que se discutió\"],\"sFMBP5\":[\"Temas\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribiendo...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcripción\"],\"hfpzKV\":[\"Transcripción copiada al portapapeles\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Activar flujos de trabajo automatizados en herramientas como Zapier, Make, o n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Prueba a preguntar\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Intenta moverte un poco más cerca de tu micrófono para mejorar la calidad del sonido.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Desactivar\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"¿Desactivar la anonimización?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Desactivar la anonimización mientras hay grabaciones en curso puede tener consecuencias no deseadas. Las conversaciones activas también se verán afectadas durante la grabación. Por favor, use esto con precaución.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Autenticación de dos factores\"],\"NwChk2\":[\"Autenticación en dos pasos desactivada\"],\"qwpE/S\":[\"Autenticación en dos pasos activada\"],\"+zy2Nq\":[\"Tipo\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Escribe un mensaje o pulsa / para plantillas...\"],\"EvmL3X\":[\"Escribe tu respuesta aquí\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ucraniano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"MksxNf\":[\"No se pudieron cargar los registros de auditoría.\"],\"participant.outcome.error.title\":[\"No se puede cargar el resultado\"],\"59QK2U\":[\"No se pudo cargar el resultado generado. Por favor, inténtalo de nuevo.\"],\"nGxDbq\":[\"No se puede procesar este fragmento\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Deshacer\"],\"Ef7StM\":[\"Desconocido\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Razón desconocida\"],\"nWMRxa\":[\"Desfijar\"],\"vSdeRU\":[\"Desancla primero un proyecto (máx. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Desancla primero un proyecto (máx. 3)\"],\"dx+iaL\":[\"Desanclar proyecto\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Cambios sin guardar\"],\"SMaFdc\":[\"Desuscribirse\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversación sin título\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Informe sin título\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Hasta \",[\"MAX_FILES\"],\" imágenes\"],\"lLehih\":[\"Hasta \",[\"MAX_MESSAGE_CHARS\"],\" caracteres\"],\"EkH9pt\":[\"Actualizar\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Subir\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Subir avatar\"],\"kV3A2a\":[\"Subida Completa\"],\"4Fr6DA\":[\"Subir conversaciones\"],\"pZq3aX\":[\"Subida fallida. Por favor, inténtalo de nuevo.\"],\"HAKBY9\":[\"Subir Archivos\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Subiendo archivos de audio...\"],\"participant.modal.uploading\":[\"Subiendo audio...\"],\"participant.modal.interruption.uploading\":[\"Subiendo audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"La URL es requerida\"],\"3VnYUR\":[\"La URL debe empezar con http:// o https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usar el valor heredado\"],\"ngdRFH\":[\"Usa Shift + Enter para agregar una nueva línea\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Nombre de usuario\"],\"1Nt3Kg\":[\"Usando el logo de dembrane por defecto\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"¿Usando webhooks? Nos encantaría escuchar de ti\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Recordatorio de verificación\"],\"participant.banner.verification_required\":[\"Verificación requerida\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verificado\"],\"select.all.modal.loading.verified\":[\"Verificado\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verificado\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verificar\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verificar\"],\"participant.echo.verify\":[\"Verificar\"],\"4LFZoj\":[\"Verificar código\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Temas de verificación\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vista\"],\"SZw9tS\":[\"Ver detalles\"],\"95YFbG\":[\"Ver ejemplo de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ver tus respuestas\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Esperando a que terminen las conversaciones antes de generar un informe.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"¿Quieres organizar un evento con dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Traemos la herramienta y el equipo, desde la llamada inicial hasta el informe. Probado en más de 1000 eventos.\"],\"participant.alert.microphone.access.issue\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"No pudimos desactivar la autenticación de dos factores. Inténtalo de nuevo con un código nuevo.\"],\"sM2pBB\":[\"No pudimos activar la autenticación de dos factores. Verifica tu código e inténtalo de nuevo.\"],\"mW8QSA\":[\"No encontramos la página que buscabas. Puede que se haya movido.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Necesitamos un poco más de contexto para ayudarle a usar ECHO de manera efectiva. Por favor, continúe grabando para que podamos proporcionar mejores sugerencias.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora?\"],\"8RY8RU\":[\"Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora? El calendario está aquí mismo.\"],\"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.\"],\"FXjsEJ\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use <0>Informar de un problema para enviarlo con capturas de pantalla.\"],\"XolQc4\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use Informar de un problema en la barra lateral para enviarlo con capturas de pantalla.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL del Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Los webhooks son mensajes automatizados enviados de una aplicación a otra cuando ocurre algo. Piénsalos como un \\\"sistema de notificaciones\\\" para tus otras herramientas.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenido\"],\"9eF5oV\":[\"Bienvenido de nuevo\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"¡Bienvenido a dembrane!\"],\"u4aLOz\":[\"Bienvenido al modo Resumen. Tengo cargados los resúmenes de todas tus conversaciones. Pregúntame por patrones, temas e insights en tus datos. Para citas exactas, inicia un nuevo chat en el modo Contexto Específico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"¡Bienvenido!\"],\"RL57XM\":[\"¿Qué son los webhooks? (2 min de lectura)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"¿Qué datos se envían?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"¿Qué desea verificar?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"¿Qué ha pasado? Pegue aquí una captura de pantalla para adjuntarla\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"¿Qué debe ECHO analizar o generar a partir de las conversaciones?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"¿Qué ha fallado?\"],\"qGrqH9\":[\"¿Cuáles fueron los momentos clave de esta conversación?\"],\"FXZcgH\":[\"¿Qué te gustaría explorar?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Cuando un participante abre el portal, ingresa sus detalles y comienza una conversación\"],\"myUTw1\":[\"Cuando se ha generado un informe para el proyecto\"],\"7t3vo1\":[\"Cuando todo el audio ha sido convertido a texto y la transcripción completa está disponible\"],\"N0GETg\":[\"¿Cuándo se activan los webhooks?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Cuando esté activado, todas las nuevas transcripciones tendrán información personal (nombres, emails, números de teléfono, direcciones) reemplazadas por marcadores de posición. Las conversaciones anónimas también desactivan la reproducción de audio, el descarga de audio y la retranscripción para proteger la privacidad de los participantes. Esto no se puede deshacer para conversaciones ya procesadas.\"],\"MEmr1I\":[\"Cuando finalices la conversación, los participantes que no han verificado aún serán solicitados para verificar o saltar\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"¿Cuándo se debe generar el informe?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Cuando el resumen esté listo (incluye tanto la transcripción como el resumen)\"],\"Uf3BzE\":[\"¿Dónde podemos contactarte?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"se incluirá en tu informe\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Espacio de trabajo / proyecto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valor predeterminado del espacio de trabajo\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Ajustes del espacio de trabajo\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"¿Te gustaría añadir esta etiqueta a tus filtros actuales?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Idioma o tono equivocado\"],\"MNTYHt\":[\"Fuentes equivocadas\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Sí\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Tú\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Ya estás desuscribido o tu enlace es inválido.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo después de añadir los datos de facturación.\"],\"uGP87g\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo.\"],\"WS92Fk\":[\"Puedes navegar a otra página y volver más tarde. Tu informe seguirá generándose en segundo plano.\"],\"E71LBI\":[\"Solo puedes subir hasta \",[\"MAX_FILES\"],\" archivos a la vez. Solo los primeros \",[\"0\"],\" archivos se agregarán.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Puede intentarlo de nuevo a continuación.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Ya has añadido <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" a este chat.\"],\"7W35AW\":[\"Ya has añadido todas las conversaciones relacionadas con esto\"],\"participant.modal.change.mic.confirmation.text\":[\"Has cambiado tu micrófono. Por favor, haz clic en \\\"Continuar\\\", para continuar con la sesión.\"],\"T/Q7jW\":[\"Has desuscribido con éxito.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Aún no has verificado ningún resultado. ¿Te gustaría verificar antes de terminar?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"También puedes elegir registrar otra conversación.\"],\"yCtSKg\":[\"Debes iniciar sesión con el mismo proveedor con el que te registraste. Si encuentras algún problema, por favor contáctanos.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Pareces estar desconectado, por favor verifica tu conexión a internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Pronto recibirá \",[\"objectLabel\"],\" para verificar.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"tu@ejemplo.es\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"¡Su aprobación nos ayuda a comprender lo que realmente piensa!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Tu correo electrónico\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Tu comentario y esta respuesta llegan al equipo de dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Tus entradas se guardarán automáticamente.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La generación de tu último informe fue cancelada. Se muestra tu informe completado más reciente.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Su nombre\"],\"VSneAo\":[\"Se incluyen su nombre, su correo y la página actual para que podamos responderle.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"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\"],\"We're preparing your workspace.\":[\"Estamos preparando tu espacio de trabajo.\"],\"Preparing your dashboard\":[\"Preparando tu dashboard\"],\"Welcome back\":[\"Bienvenido de nuevo\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La biblioteca tardará \",[\"duration\"]],\"uDvV8j\":[\"Enviar\"],\"aMNEbK\":[\"Desuscribirse de Notificaciones\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" disponible pronto\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorar\\\" disponible pronto\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verificar\\\" disponible pronto\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(opcional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" etiqueta\"],\"other\":[\"#\",\" etiquetas\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Mensaje de dembrane\"],\"other\":[\"Mensajes de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Etiqueta:\"],\"other\":[\"Etiquetas:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" añadidas\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversaciones • Editado \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" no añadidas\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vistas\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversaciones • Editado \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" seleccionadas\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" leyendo ahora\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" aún en proceso.\"],\"ZpJ0wx\":[\"*Transcripción en progreso.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversaciones\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspectos\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vista\"],\"AeSuqs\":[\"1. Proporcionas una URL donde quieres recibir notificaciones\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Cuando ocurre un evento de conversación o informe, enviamos automáticamente los datos a tu URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Tu sistema recibe los datos y puede actuar sobre ellos (por ejemplo, guardar en una base de datos, enviar un correo electrónico, actualizar una hoja de cálculo)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nombre amigable para identificar este webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Se generará y publicará automáticamente un nuevo informe en el horario programado.\"],\"zm7GU7\":[\"Se requiere un enlace a la política de privacidad para el tratamiento basado en el consentimiento. Debe comenzar con http:// o https:// y tener como máximo 255 caracteres.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Ya se está generando un informe para este proyecto. Espera a que se complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Cuenta\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Valor predeterminado de la cuenta\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Contraseña de la cuenta\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Acción de\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Acción sobre\"],\"7L01XJ\":[\"Acciones\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtros activos\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Añadir\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Añadir contexto adicional (Opcional)\"],\"Se1KZw\":[\"Añade todos los que correspondan\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Añadir conversaciones al contexto\"],\"8T7YRB\":[\"Agregue conversaciones a su proyecto primero\"],\"LL1rvo\":[\"Añadir Tema Personalizado\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Añadir imágenes\"],\"1xDwr8\":[\"Añade términos clave o nombres propios para mejorar la calidad y precisión de la transcripción.\"],\"ndpRPm\":[\"Añade nuevas grabaciones a este proyecto. Los archivos que subas aquí serán procesados y aparecerán en las conversaciones.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Añadir Etiqueta\"],\"add.tag.filter.modal.title\":[\"Añadir etiqueta a los filtros\"],\"IKoyMv\":[\"Añadir Etiquetas\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Añadir a los filtros\"],\"NffMsn\":[\"Añadir a este chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Añadir Tema\"],\"AHaRrL\":[\"Añadir traducciones\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Añadir Webhook\"],\"UZ07em\":[\"Añadir tu primer Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Añadidas\"],\"Na90E+\":[\"E-mails añadidos\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" al chat\"],\"select.all.modal.add.with.filters\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" con los siguientes filtros:\"],\"select.all.modal.add.without.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Añadiendo <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación más\"],\"other\":[\"#\",\" conversaciones más\"]}],\" con los siguientes filtros:\"],\"select.all.modal.loading.title\":[\"Añadiendo conversaciones\"],\"Du6bPw\":[\"Dirección\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajustar el tamaño de la fuente base para la interfaz\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avanzado\"],\"OaKXud\":[\"Avanzado (Consejos y best practices)\"],\"JiIKww\":[\"Configuración Avanzada\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Ejecución guiada por herramientas\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Todo\"],\"cF7bEt\":[\"Todas las acciones\"],\"O1367B\":[\"Todas las colecciones\"],\"gvykaX\":[\"Todas las conversaciones\"],\"u/fl/S\":[\"Todas las archivos se han subido correctamente.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Todas las plantillas\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permitir a los participantes usar el enlace para iniciar nuevas conversaciones\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Casi listo\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Ya añadido a este chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Ya en el contexto\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Ha ocurrido un error inesperado. Recargar la página o volver al inicio suele ayudar.\"],\"F4cOH1\":[\"Lenguaje de análisis\"],\"ZlwDi6\":[\"Analíticas\"],\"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\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonimizar transcripción\"],\"gd1W+U\":[\"Anonimizar transcripciones\"],\"YdiKaK\":[\"conversación anónima\"],\"iPiP6k\":[\"Conversación anónima\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"¿Algo más?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apariencia\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Aplicar\"],\"4TwsNi\":[\"Aplicar plantilla\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"aprobar\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Aprobado\"],\"tq+4rb\":[\"¿Estás seguro de que quieres eliminar el webhook \\\"\",[\"0\"],\"\\\"? Esta acción no se puede deshacer.\"],\"uqhbrg\":[\"¿Está seguro de que desea eliminar este chat? Esta acción no se puede deshacer.\"],\"Q5Z2wp\":[\"¿Estás seguro de que quieres eliminar esta conversación? Esta acción no se puede deshacer.\"],\"yrk3z3\":[\"¿Estás seguro de que quieres eliminar este tema personalizado? Esta acción no se puede deshacer.\"],\"YF1Re1\":[\"¿Estás seguro de que quieres eliminar este proyecto? Esta acción no se puede deshacer.\"],\"ELQ+fw\":[\"¿Estás seguro de que quieres eliminar este informe? Esta acción no se puede deshacer.\"],\"aUsm4A\":[\"¿Estás seguro de que quieres eliminar esta etiqueta? Esto eliminará la etiqueta de las conversaciones existentes que la contienen.\"],\"e3BGhi\":[\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer.\"],\"participant.modal.finish.message.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"sOql0x\":[\"¿Estás seguro de que quieres generar la biblioteca? Esto tomará un tiempo y sobrescribirá tus vistas e insights actuales.\"],\"UXCOMn\":[\"¿Estás seguro de que quieres regenerar el resumen? Perderás el resumen actual.\"],\"ZmeZPn\":[\"¿Está seguro de que desea eliminar su avatar?\"],\"wQ5jM6\":[\"¿Está seguro de que desea eliminar su logotipo personalizado? Se utilizará el logotipo predeterminado de dembrane.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Preguntar\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"¿Preguntar por el email?\"],\"Rjlwvz\":[\"¿Preguntar por el nombre?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspecto\"],\"HkigHK\":[\"Aspectos\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Tienes que seleccionar al menos un tema para activar Verificar\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"¡Atención! Perdimos los últimos 60 segundos de tu grabación debido a una interrupción. Por favor, presiona el botón de abajo para reconectar.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"El descarga de audio no está disponible para conversaciones anónimas\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La reproducción de audio no está disponible para conversaciones anónimas\"],\"IOBCIN\":[\"Consejo de audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Registros de auditoría\"],\"aL1eBt\":[\"Registros de auditoría exportados a CSV\"],\"mS51hl\":[\"Registros de auditoría exportados a JSON\"],\"z8CQX2\":[\"Código de autenticación\"],\"R+PyK8\":[\"Generar títulos automáticamente\"],\"voAvDv\":[\"Generar títulos automáticamente\"],\"Wrpmw7\":[\"Generado automáticamente o introducido manualmente\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Generar automáticamente un título corto basado en temas para cada conversación después de la resumen. El título describe lo que se discutió, no quién participó. El nombre original del participante se conserva por separado, si lo proporcionaron.\"],\"F95AYw\":[\"Guardar automáticamente las transcripciones en tu CRM o base de datos\"],\"zUbSgC\":[\"Enviar automáticamente los datos de la conversación a tus otras herramientas y servicios cuando ocurran eventos.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar eliminado\"],\"jSKImf\":[\"Avatar actualizado\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Atrás\"],\"participant.button.back.microphone\":[\"Volver\"],\"participant.button.back\":[\"Volver\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Volver a la selección\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Volver a plantillas\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Básico (Diapositivas esenciales del tutorial)\"],\"epXTwc\":[\"Configuración Básica\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Reservar una llamada\"],\"KKLfx1\":[\"Reserve una llamada con nosotros\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Reservar una llamada de descubrimiento\"],\"YgG3yv\":[\"Ideas de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construir paneles personalizados con datos de conversación en tiempo real\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"Al eliminar este proyecto, eliminará todos los datos asociados. Esta acción no se puede deshacer. ¿Está completamente seguro?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancelar\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancelar\"],\"participant.concrete.action.button.cancel\":[\"cancelar\"],\"participant.concrete.instructions.button.cancel\":[\"cancelar\"],\"select.all.modal.cancel\":[\"Cancelar\"],\"add.tag.filter.modal.cancel\":[\"Cancelar\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Cancelar la sobrescritura\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancelar programación\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"No se puede añadir una conversación vacía\"],\"SL9Qao\":[\"No se puede reprogramar dentro de los 10 minutos previos a la hora programada\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Tarjeta\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Cambiar idioma\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Cambiar contraseña\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nombre del chat\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Verificar acceso al micrófono\"],\"participant.button.check.microphone.access\":[\"Verificar acceso al micrófono\"],\"WQUm5N\":[\"Revise el texto y las imágenes e inténtelo de nuevo\"],\"v4fiSg\":[\"Revisa tu correo electrónico\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Elegir un archivo de logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Elegir desde tus otros proyectos\"],\"Aoxltn\":[\"Elegir cuándo quieres recibir notificaciones\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Elige el tema que prefieras para la interfaz\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Haz clic en \\\"Subir archivos\\\" cuando estés listo para iniciar el proceso de subida.\"],\"cwMTjO\":[\"Haz clic para editar\"],\"jcSz6S\":[\"Haz clic para ver las \",[\"totalCount\"],\" conversaciones\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Cliente-manejado\"],\"+d+tJS\":[\"Clonar desde otro proyecto\"],\"nCnTY0\":[\"Clonar desde proyecto\"],\"BPrdpc\":[\"Clonar proyecto\"],\"9U86tL\":[\"Clonar proyecto\"],\"yz7wBu\":[\"Cerrar\"],\"select.all.modal.close\":[\"Cerrar\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Colección\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Casos de uso comunes:\"],\"Wqc3zS\":[\"Comparar y Contrastar\"],\"CfO59/\":[\"Comparar y Contrastar Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Completar\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuar\"],\"7VpPHA\":[\"Confirmar\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmar nueva contraseña\"],\"yjkELF\":[\"Confirmar Nueva Contraseña\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publicar\"],\"vz1fGK\":[\"Confirmar reprogramación\"],\"L0k594\":[\"Confirma tu contraseña para generar un nuevo secreto para tu aplicación de autenticación.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Conectando a los servicios de informes...\"],\"wX/BfX\":[\"Conexión saludable\"],\"participant.modal.s3check.title\":[\"Problema de conexión\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Conexión no saludable\"],\"l9fkrm\":[\"Consentimiento\"],\"EhtOYz\":[\"El tratamiento basado en el consentimiento está activo sin enlace a la política de privacidad. Añada uno donde esté definida la base legal: los participantes deben poder leer la política de privacidad.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenido\"],\"M73whl\":[\"Contexto\"],\"VHSco4\":[\"Contexto añadido:\"],\"JX3KT4\":[\"Sugerencias contextuales\"],\"xGVfLh\":[\"Continuar\"],\"participant.button.continue\":[\"Continuar\"],\"participant.ready.to.begin.button.text\":[\"Continuar\"],\"F1pfAy\":[\"conversación\"],\"YyNOE7\":[\"Conversación\"],\"EiHu8M\":[\"Conversación añadida al chat\"],\"participant.conversation.ended\":[\"Conversación terminada\"],\"OtdHFE\":[\"Conversación eliminada del chat\"],\"zTKMNm\":[\"Estado de la conversación\"],\"Rdt7Iv\":[\"Detalles del estado de la conversación\"],\"7Ljafh\":[\"Etiquetas de la conversación\"],\"a7zH70\":[\"conversaciones\"],\"EnJuK0\":[\"Conversaciones\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Enfriándose. Disponible en \",[\"0\"]],\"6V3Ea3\":[\"Copiado\"],\"84o0nc\":[\"Copiado desde la conversación original\"],\"PiH3UR\":[\"Copiado!\"],\"iaPtht\":[\"copia\"],\"he3ygx\":[\"Copiar\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copiar enlace\"],\"H4brGj\":[\"Copiar enlace al portapapeles\"],\"AjrNNs\":[\"Copiar contenido del informe\"],\"vAkFou\":[\"Copiar secreto\"],\"v3StFl\":[\"Copiar Resumen\"],\"/4gGIX\":[\"Copiar al portapapeles\"],\"RTxUjI\":[\"Copiar al portapapeles\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copiando...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"No se pudo trasladar tu selección. Vuelve a elegir abajo.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"No se pudo copiar al portapapeles. Inténtelo de nuevo.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"No se pudo abrir la lista de conversaciones. Inténtalo de nuevo.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"No se guardó la valoración\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"No se ha podido enviar el aviso. Inténtelo de nuevo\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Crear\"],\"VW1ecc\":[\"Crear un nuevo webhook desde cero\"],\"oJfYM5\":[\"Crear un breve de investigación desde las conversaciones recientes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Crear biblioteca\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Crear nueva vista\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Crear informe\"],\"A5hiCy\":[\"Crear plantilla\"],\"library.create.view\":[\"Crear vista\"],\"3D0MXY\":[\"Crear Vista\"],\"dkAPxi\":[\"Crear Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Creado el\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recortar avatar\"],\"udBqWc\":[\"Recortar imagen\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recortar logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actual\"],\"Pn2B7/\":[\"Contraseña actual\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personalizado\"],\"o1nIYK\":[\"Nombre de archivo personalizado\"],\"GrXJvi\":[\"Logo personalizado\"],\"iv5fAO\":[\"Prompt de título personalizado\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"URL del panel de control (enlace directo a la vista de conversaciones)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Fecha\"],\"ItMGda\":[\"Rango de fechas\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Predeterminado\"],\"ucTqrC\":[\"Predeterminado - Sin tutorial (Solo declaraciones de privacidad)\"],\"K/78Yl\":[\"Delegación de análisis multi-paso con ejecución de herramientas en vivo\"],\"cnGeoo\":[\"Eliminar\"],\"project.sidebar.chat.delete\":[\"Eliminar chat\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Eliminar chat\"],\"2GCE3m\":[\"Eliminar conversación\"],\"2DzmAq\":[\"Eliminar Conversación\"],\"j5pYC4\":[\"Eliminar tema personalizado\"],\"mp235G\":[\"Eliminar proyecto\"],\"++iDlT\":[\"Eliminar Proyecto\"],\"rUWrSE\":[\"Eliminar informe\"],\"qr0gpK\":[\"Eliminar etiqueta\"],\"DFjdv0\":[\"Eliminar plantilla\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Eliminar Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Eliminado con éxito\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invitación a eventos dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Describa el problema\"],\"Fs/0D5\":[\"Describe lo que el modelo de lenguaje debe extraer o resumir de la conversación...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Determina bajo qué base legal del RGPD se tratan los datos personales de este proyecto.\"],\"2rgVKb\":[\"Determina bajo qué base legal de GDPR se procesan los datos personales. Esto afecta a la información que se muestra a los participantes y a los derechos de los sujetos de datos.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Desactivar 2FA\"],\"yrMawf\":[\"Desactivar autenticación de dos factores\"],\"E/QGRL\":[\"Desactivado\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nombre para mostrar\"],\"fDGgw4\":[\"¿Necesito esto?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"¿Quieres estar en el bucle?\"],\"TvY/XA\":[\"Documentación\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Listo, contactadme\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Descargar\"],\"5YVf7S\":[\"Descargar todas las transcripciones de conversaciones generadas para este proyecto.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Descargar como\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Descargar Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Descargar código QR\"],\"+bBcKo\":[\"Descargar transcripción\"],\"5XW2u5\":[\"Opciones de Descarga de Transcripción\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Borrador de acciones siguientes y organizarlas por prioridad\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Arrastra archivos de audio aquí o haz clic para seleccionar archivos\"],\"KGi3u9\":[\"Arrastrar para reordenar\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicar\"],\"lkz6PL\":[\"Duración\"],\"KIjvtr\":[\"Holandés\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ej. \\\"Enfoque en temas de sostenibilidad\\\" o \\\"¿Qué piensan los participantes sobre la nueva política?\\\"\"],\"pO9dOq\":[\"por ejemplo, \\\"Usar frases de sustantivos cortas como 'Espacios verdes urbanos' o 'Empleo juvenil'. Evitar títulos genéricos.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ej. Resumen semanal de partes interesadas\"],\"ffuZIY\":[\"por ejemplo, Notificaciones de Slack, Flujo de trabajo de Make\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Editar\"],\"9WkyHF\":[\"Editar Conversación\"],\"Y/3VME\":[\"Editar Tema Personalizado\"],\"/8fAkm\":[\"Editar nombre de archivo\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Modo edición\"],\"niSWGL\":[\"Editar opciones\"],\"G2KpGE\":[\"Editar Proyecto\"],\"DdevVt\":[\"Editar Contenido del Informe\"],\"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.\"],\"nP7CdQ\":[\"Editar Webhook\"],\"O3oNi5\":[\"Correo electrónico\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@trabajo.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji mostrado junto al tema, por ejemplo: 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vacío\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activar 2FA\"],\"D3AnH0\":[\"Habilitar Explorar\"],\"4KKbfZ\":[\"Habilitar participación\"],\"G3dSLc\":[\"Habilitar Notificaciones de Reportes\"],\"ZUS4uO\":[\"Habilita esta función para permitir a los participantes solicitar respuestas impulsadas por IA durante su conversación. Los participantes pueden hacer clic en \\\"Explorar\\\" 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. Se aplica un período de enfriamiento entre solicitudes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Active esta función para permitir que los participantes verifiquen y aprueben \\\"resultados\\\" de sus envíos. Esto ayuda a cristalizar ideas clave, preocupaciones o resúmenes. Después de la conversación, puede filtrar las discusiones con resultados verificados y revisarlas en la descripción general.\"],\"C027jd\":[\"Habilitar anonimización de transcripciones\"],\"329BBO\":[\"Activar autenticación de dos factores\"],\"x35ZEt\":[\"Habilitar Verificar\"],\"RxzN1M\":[\"Habilitado\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Inglés\"],\"GboWYL\":[\"Ingresa un término clave o nombre propio\"],\"TSHJTb\":[\"Ingresa un nombre para el nuevo conversation\"],\"KovX5R\":[\"Ingresa un nombre para tu proyecto clonado\"],\"DRYPFp\":[\"Ingresa una clave secreta\"],\"34YqUw\":[\"Ingresa un código válido para desactivar la autenticación de dos factores.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Introduzca la contraseña actual\"],\"2FPsPl\":[\"Ingresa el nombre del archivo (sin extensión)\"],\"VpwcSk\":[\"Introduzca la nueva contraseña\"],\"oIn7d4\":[\"Ingresa el código de 6 dígitos de tu aplicación de autenticación.\"],\"q1OmsR\":[\"Ingresa el código actual de seis dígitos de tu aplicación de autenticación.\"],\"NgaR6B\":[\"Ingresa tu contraseña\"],\"42tLXR\":[\"Ingresa tu consulta\"],\"HRbyGE\":[\"Ingresado por el participante en el portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error al clonar el proyecto\"],\"AEkJ6x\":[\"Error al crear el informe\"],\"edh3aY\":[\"Error al cargar el proyecto\"],\"4kVRov\":[\"Ocurrió un error\"],\"hmk+3M\":[\"Error al subir \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Eventos\"],\"VFClUG\":[\"Eventos a Escuchar\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Cada conclusión es trazable. El informe vincula cada hallazgo con lo que realmente se dijo.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Acceso al micrófono verificado con éxito\"],\"jqsg/I\":[\"Ejemplo de Payload de Webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Salir de pantalla completa\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorar\"],\"participant.echo.explore\":[\"Explorar\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Explorando \",[\"conversationCount\"],\" conversaciones\"],\"GS+Mus\":[\"Exportar\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Error\"],\"bh2Vob\":[\"Error al añadir la conversación al chat\"],\"ajvYcJ\":[\"Error al añadir la conversación al chat\",[\"0\"]],\"g5wCZj\":[\"Error al añadir conversaciones al contexto\"],\"pmwvUt\":[\"Error al aprobar el resultado. Por favor, inténtalo de nuevo.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Error al copiar el chat. Por favor, inténtalo de nuevo.\"],\"uvu6eC\":[\"No se pudo copiar la transcripción. Inténtalo de nuevo.\"],\"UQ6LqT\":[\"Error al crear el tema personalizado\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Error al eliminar el tema personalizado\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Error al eliminar la respuesta\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Error al finalizar la conversación. Por favor, inténtalo de nuevo.\"],\"vx5bTP\":[\"Error al generar \",[\"label\"],\". Por favor, inténtalo de nuevo.\"],\"Fa1ewI\":[\"Error al generar el resumen. Inténtalo de nuevo más tarde.\"],\"Z77bMM\":[\"Error al cargar los webhooks\"],\"T7KYJY\":[\"Error al marcar todos los anuncios como leídos\"],\"eGHX/x\":[\"Error al marcar el anuncio como leído\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Error al reconectar. Por favor, recarga la página.\"],\"SVtMXb\":[\"Error al regenerar el resumen. Por favor, inténtalo de nuevo más tarde.\"],\"h49o9M\":[\"Error al recargar. Por favor, inténtalo de nuevo.\"],\"rv8mO7\":[\"No se pudo eliminar el avatar\"],\"kE1PiG\":[\"Error al eliminar la conversación del chat\"],\"+piK6h\":[\"Error al eliminar la conversación del chat\",[\"0\"]],\"P9wLTJ\":[\"Error al eliminar el logo\"],\"IMUHg3\":[\"Error al reprogramar. Por favor, elija un horario mas lejano e intentelo de nuevo.\"],\"SmP70M\":[\"Error al retranscribir la conversación. Por favor, inténtalo de nuevo.\"],\"kClMar\":[\"Error al revisar el resultado. Por favor, inténtalo de nuevo.\"],\"wMEdO3\":[\"Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Error al actualizar el tema personalizado\"],\"BpuK7o\":[\"Error al actualizar la base legal\"],\"Avee+B\":[\"No se pudo actualizar el nombre\"],\"gnm1CH\":[\"Error al actualizar el pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"No se pudo subir el avatar\"],\"RW4V7P\":[\"Error al subir el logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Función disponible pronto\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Portal de comentarios\"],\"2roTVj\":[\"Comentario enviado\"],\"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\"],\"UkgMPE\":[\"Nombre de archivo desde el archivo subido\"],\"5g0xbt\":[\"Filtrar registros de auditoría por acción\"],\"9clinz\":[\"Filtrar registros de auditoría por colección\"],\"O39Ph0\":[\"Filtrar por acción\"],\"DiDNkt\":[\"Filtrar por colección\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Encontrar contradicciones y sugerir preguntas de seguimiento\"],\"participant.button.stop.finish\":[\"Finalizar\"],\"participant.button.finish.text.mode\":[\"Finalizar\"],\"participant.button.finish\":[\"Finalizar\"],\"participant.modal.finish.title.text.mode\":[\"¿Estás seguro de que quieres terminar la conversación?\"],\"4dQFvz\":[\"Finalizado\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinco preguntas rápidas y luego eliges una hora con el equipo de dembrane. Leemos tus respuestas antes de la llamada y traemos un plan a medida.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Enfoque\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Tamaño de fuente\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Para usuarios avanzados: Una clave secreta para verificar la autenticidad del webhook. Solo necesario si tu servicio de recepción requiere verificación de firma.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"¿Olvidaste tu contraseña?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Francés\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcripción completa (cuando esté disponible)\"],\"3qkggm\":[\"Pantalla completa\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generar\"],\"EIdJgG\":[\"Generar un nuevo informe\"],\"QsUhrf\":[\"Generar un informe\"],\"GRy59I\":[\"Generar un resumen primero\"],\"MWSGhX\":[\"Generar biblioteca\"],\"5SWGxv\":[\"Generar ahora\"],\"GWUJ9X\":[\"Generar ahora\"],\"QqIxfi\":[\"Generar secreto\"],\"gitFA/\":[\"Generar Resumen\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generando informe...\"],\"kzY+nd\":[\"Generando el resumen. Espera...\"],\"hMOYzR\":[\"Generando tu informe...\"],\"DDcvSo\":[\"Alemán\"],\"jpNBdT\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"participant.refine.go.deeper.description\":[\"Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"Pl6LQ+\":[\"Ponte en contacto\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Dame una lista de 5-10 temas que se están discutiendo.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Volver\"],\"participant.concrete.artefact.action.button.go.back\":[\"Volver\"],\"DXr0zk\":[\"Pantalla completa\"],\"iWpEwy\":[\"Ir al inicio\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Ir a la nueva conversación\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buena respuesta\"],\"hjZBYK\":[\"¿Tienes dos minutos? Cinco preguntas opcionales nos ayudan a prepararnos.\"],\"5sIEgO\":[\"¿Tienes dos minutos? Cinco preguntas rápidas nos ayudan a venir preparados, y puedes saltarte cualquiera.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guía sobre cómo se generan los títulos. Los títulos describen el tema de la conversación, no el participante.\"],\"uMjvI3\":[\"Guiar el informe\"],\"myXGZW\":[\"Guiado\"],\"ZqBGoi\":[\"Tiene artefactos verificados\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Oculto\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Joya oculta\"],\"vLyv1R\":[\"Ocultar\"],\"eHo/Jc\":[\"Ocultar datos\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Ocultar datos de revisión\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"ocultar la invitación a eventos dembrane\"],\"V3NvRL\":[\"Ocultar la invitación a eventos dembrane forma parte de un plan de pago.\"],\"tn75xn\":[\"Concepto específico resaltado\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Inicio\"],\"Ai2U7L\":[\"Anfitrión\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Comentarios del anfitrión\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Cómo funciona:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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?\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Entiendo\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si lo que has detectado implica datos visibles para personas equivocadas, alguien con un acceso que no debería tener, o una posible vulnerabilidad de seguridad, utiliza nuestro <0>formulario de notificación de seguridad. Llega a otro equipo por una vía más rápida. Para cualquier urgencia, escribe a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si está satisfecho con \",[\"objectLabel\"],\", haga clic en \\\"Aprobar\\\" para mostrar que se siente escuchado.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si no estás seguro, probablemente no lo necesites todavía. Los webhooks son una característica avanzada típicamente utilizada por desarrolladores o equipos con integraciones personalizadas. Puedes configurarlas siempre más tarde.\"],\"hDVOQQ\":[\"Si estás configurando integraciones de webhook, nos encantaría conocer tu caso de uso. También estamos construyendo características de observabilidad, incluyendo registros de auditoría y seguimiento de entrega.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Las imágenes deben pesar menos de \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Incluir enlace del portal\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrecto o inventado\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instrucciones para generar el resultado de la verificación\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Código inválido. Por favor solicita uno nuevo.\"],\"jLr8VJ\":[\"Credenciales inválidas.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Dirección IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Parece que la biblioteca no está disponible para tu cuenta. Por favor, solicita acceso para desbloquear esta funcionalidad.\"],\"participant.outcome.error.description\":[\"No pudimos cargar este resultado. Esto podría ser un problema temporal. Puede intentar recargar o volver atrás para seleccionar un tema diferente.\"],\"5dxEAB\":[\"Parece que aún no tiene un informe para este proyecto. Genere uno para obtener una descripción general de sus conversaciones.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Suena como si hablaran más de una persona. Tomar turnos nos ayudará a escuchar a todos claramente.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"Unirse a esta sesión del portal\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un momento\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Simplemente hable o escriba de forma natural. Su aporte llega directamente a nuestro equipo de producto y realmente nos ayuda a mejorar dembrane. Lo leemos todo.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Mantén el acceso seguro con un código de un solo uso de tu aplicación de autenticación. Activa o desactiva la autenticación de dos factores para esta cuenta.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Idioma\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Última vez guardado el \",[\"0\"]],\"K7P0jz\":[\"Última actualización\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Último\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Aprender más sobre webhooks\"],\"ffCwpJ\":[\"Dejar vacío para mantener el existente\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Déjanos tu correo y nos pondremos en contacto en un día para hablar de un evento con dembrane.\"],\"J8VWes\":[\"Déjanos tu correo para que podamos contactarte.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base legal\"],\"vRXsmZ\":[\"Base Legal\"],\"CopiEV\":[\"Base legal guardada\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Biblioteca\"],\"library.title\":[\"Biblioteca\"],\"T50lwc\":[\"La creación de la biblioteca está en progreso\"],\"gkv8iG\":[\"Matrícula\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Enlace\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Enlace a la política de privacidad que se muestra a los participantes\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Vivo\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Modo de ejecución de agente en vivo\"],\"participant.live.audio.level\":[\"Nivel de audio en vivo\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vista Previa en Vivo\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Cargando\"],\"participant.verify.instructions.loading\":[\"Cargando\"],\"yQ9yN3\":[\"Cargando acciones...\"],\"participant.concrete.loading.artefact\":[\"Cargando artefacto\"],\"JOvnq+\":[\"Cargando registros de auditoría…\"],\"y+JWgj\":[\"Cargando colecciones...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Cargando micrófonos...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Cargando transcripción...\"],\"3SKW0s\":[\"Cargando temas de verificación…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"cargando...\"],\"Z3FXyt\":[\"Cargando...\"],\"Pwqkdw\":[\"Cargando…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Iniciar sesión\"],\"LM/dWU\":[\"Iniciar sesión | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo eliminado\"],\"MjfaMh\":[\"Logo actualizado\"],\"nOhz3x\":[\"Cerrar sesión\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Más largo primero\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gestionar plantillas\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Marcar todos como leídos\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marcar como leído\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notas de Reunión\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Mensajes de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"El acceso al micrófono sigue denegado. Por favor verifica tu configuración e intenta de nuevo.\"],\"azjxk1\":[\"No responde a la pregunta\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Modo\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"más\"],\"2FYpfJ\":[\"Más\"],\"JcD7qf\":[\"Más acciones\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Mover\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Mover Conversación\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Mover a otro Proyecto\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Mover a Proyecto\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Debe ser al menos 10 minutos en el futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"Mis plantillas\"],\"6YtxFj\":[\"Nombre\"],\"e3/ja4\":[\"Nombre A-Z\"],\"8/brI5\":[\"El nombre es requerido\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nombre actualizado\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nombre Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nuevo\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nuevo nombre de conversación\"],\"u2uElg\":[\"Nuevas conversaciones agregadas desde este informe\"],\"library.new.conversations\":[\"Se han añadido nuevas conversaciones desde que se generó la biblioteca. Regenera la biblioteca para procesarlas.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nueva contraseña\"],\"7vhWI8\":[\"Nueva Contraseña\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"Nuevo informe\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Más nuevos primero\"],\"hXzOVo\":[\"Siguiente\"],\"participant.button.next\":[\"Siguiente\"],\"participant.verify.selection.button.next\":[\"Siguiente\"],\"participant.verify.instructions.button.next\":[\"Siguiente\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No se encontraron acciones\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Sin app, sin hardware. Los participantes escanean un código QR y su teléfono se convierte en el portal.\"],\"Em+3Ls\":[\"No hay registros de auditoría que coincidan con los filtros actuales.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No se encontraron chats. Inicia un chat usando el botón \\\"Preguntar\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No se encontraron colecciones\"],\"zsslJv\":[\"No hay contenido\"],\"1pZsdx\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"library.no.conversations\":[\"No hay conversaciones disponibles para crear la biblioteca\"],\"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.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No se procesaron conversaciones. Esto puede ocurrir si todas las conversaciones ya están en el contexto o no coinciden con los filtros seleccionados.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Aun no hay conversaciones. Puede programar un informe ahora y las conversaciones se incluiran una vez que se agreguen.\"],\"oaDwXD\":[\"Sin valor predeterminado (se aplica la gestión por el cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Todavía no hay valoraciones.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No se han detectado nuevos comentarios aún. Por favor, continúa tu discusión y vuelve a intentarlo pronto.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Aún no hay nadie en la organización.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No se encontraron proyectos \",[\"0\"]],\"y29l+b\":[\"No se encontraron proyectos para el término de búsqueda\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No se encontró ningún informe\"],\"1iQvuD\":[\"Aún no hay informes\"],\"Ev2r9A\":[\"Sin resultados\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"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.\"],\"KE6RCJ\":[\"Ninguna plantilla coincide con {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No hay transcripción disponible\"],\"vq+6l+\":[\"Aún no existe transcripción para esta conversación. Por favor, revisa más tarde.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No se seleccionaron archivos de audio válidos. Por favor, selecciona solo archivos de audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No hay temas de verificación configurados para este proyecto.\"],\"pdWSGS\":[\"No hay temas de verificación disponibles.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No hay webhooks configurados\"],\"/PUkCU\":[\"No se encontraron webhooks\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"No añadidas\"],\"OJx3wK\":[\"No disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notificar a los participantes cuando se publique un informe.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Más antiguos primero\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Una vez que haya discutido, presione \\\"revisar\\\" para que \",[\"objectLabel\"],\" cambie y refleje su discusión.\"],\"participant.verify.instructions.read.aloud\":[\"Una vez que reciba \",[\"objectLabel\"],\", léalo en voz alta y comparta en voz alta lo que desea cambiar, si es necesario.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En curso\"],\"conversation.ongoing\":[\"En curso\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Solo cambia este ajuste en consulta con la(s) persona(s) responsable(s) del cumplimiento de la normativa de protección de datos dentro de tu organización.\"],\"z7dMhl\":[\"Solo se pueden adjuntar imágenes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo los administradores del espacio de trabajo pueden cambiar la base legal.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Abrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Ver grabación\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Abrir guía de solución de problemas\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Abre tu aplicación de autenticación e ingresa el código actual de seis dígitos.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Opcional\"],\"ZFIvWo\":[\"Opcional (recurre al inglés)\"],\"V44CS4\":[\"Campo opcional en la página de inicio\"],\"bkndzy\":[\"Campo opcional en la página de agradecimientos\"],\"xam4uE\":[\"Pregunta opcional \",[\"0\"],\" de \",[\"1\"]],\"S2LyUK\":[\"Pregunta opcional \",[\"0\"],\" de \",[\"1\"],\". Sáltate lo que quieras.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Opciones\"],\"BzEFor\":[\"o\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O prefiere chatear directamente?\"],\"1h45Hu\":[\"O escribe el tuyo\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Otro\"],\"GC75c7\":[\"Resultado aprobado correctamente!\"],\"QLXrh9\":[\"Resultado recargado correctamente!\"],\"LJg1UW\":[\"Resultado revisado correctamente!\"],\"df3S+R\":[\"Resultado actualizado!\"],\"1fjbvD\":[\"resultados\"],\"ZU3zZC\":[\"Resultados\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sobrescrito para este proyecto\"],\"AR/qbs\":[\"Sobrescribir para este proyecto\"],\"6/dCYd\":[\"Vista General\"],\"/fAXQQ\":[\"Overview - Temas y patrones\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenido de la Página\"],\"8F1i42\":[\"Página no encontrada\"],\"6+Py7/\":[\"Título de la Página\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participante\"],\"h3AUOJ\":[\"Correo electrónico del participante\"],\"WdEzKM\":[\"Correos electrónicos del participante\"],\"Uc9fP1\":[\"Funciones para participantes\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nombre y correo electrónico del participante\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Los participantes podrán seleccionar etiquetas al crear conversaciones\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Contraseña\"],\"zJx6Vx\":[\"Contraseña cambiada\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Las contraseñas no coinciden\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pausar lectura\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pendiente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"zmwvG2\":[\"Teléfono\"],\"B8mlc2\":[\"Elija una fecha\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Elegir una hora ahora\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Elige el enfoque que encaje con tu pregunta\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Fijar\"],\"u8qC4w\":[\"Fijar proyecto\"],\"S+WiJ3\":[\"Fije plantillas aquí para acceso rápido.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Fijados está lleno (máx. 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Plantillas fijadas\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Por favor, habilite la participación para habilitar el uso compartido\"],\"fwrPh4\":[\"Por favor, ingrese un correo electrónico válido.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando)\"],\"Lu1j4b\":[\"Grabe su respuesta haciendo clic en el botón \\\"Grabar\\\" a continuación. También puede responder en texto haciendo clic en el icono de texto.\\n**Mantenga esta pantalla encendida**\\n(pantalla negra = no está grabando).\\nEsta transcripción será anonimizada y su anfitrión no podrá escuchar su grabación.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG o WebP. Se recortará en un círculo.\"],\"jjdudv\":[\"Mala respuesta\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenido del Portal\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Editor del Portal\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparando tu experiencia\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Vista previa: El zorro rápido salta sobre el perro perezoso.\"],\"DHhJ7s\":[\"Anterior\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimir / Guardar PDF\"],\"S8ugMC\":[\"Imprimir informe\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la política de privacidad\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuar\"],\"select.all.modal.proceed\":[\"Continuar\"],\"select.all.modal.loading.description\":[\"Procesando <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" y añadiéndolas a tu chat\"],\"gzGDMM\":[\"Procesando tu solicitud de retranscripción...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Proyecto creado\"],\"zjTrs1\":[\"Valor predeterminado del proyecto: activado. La información personal será reemplazada por marcadores. La reproducción de audio, descarga y retranscripción se desactivarán para la nueva conversación.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Biblioteca del Proyecto | dembrane\"],\"QDjWwu\":[\"Resumen Meta del Proyecto\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nombre del proyecto\"],\"3gh0L6\":[\"Nombre y ID del proyecto\"],\"6Z2q2Y\":[\"El nombre del proyecto debe tener al menos 4 caracteres\"],\"n7JQEk\":[\"Proyecto no encontrado\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Vista General del Proyecto | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Configuración del Proyecto\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Proyectos\"],\"DK5DV3\":[\"Proyectos | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Proporciona una visión general de los temas principales y los temas recurrentes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publicar\"],\"vsX8VJ\":[\"Publique este informe primero para mostrar el enlace del portal\"],\"IHzoSN\":[\"Publique este informe para obtener un enlace para compartir\"],\"u3wRF+\":[\"Publicado\"],\"E7YTYP\":[\"Saca las citas más potentes de esta sesión\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Pregunta\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valoración\"],\"wr9IYa\":[\"Vuelva a introducir la nueva contraseña\"],\"0ZBIgY\":[\"Reutilizar configuraciones de un webhook existente\"],\"Z5Tlsx\":[\"Contactadme\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Leer en voz alta\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"¿Listo para comenzar?\"],\"ShoKlK\":[\"¿Listo para conectar tus herramientas? Agrega un webhook para recibir automáticamente los datos de las conversaciones cuando ocurran eventos.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Aplicaciones recomendadas\"],\"participant.button.s3check.reconnect\":[\"Reconectar\"],\"participant.button.interruption.reconnect\":[\"Reconectar\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Grabar\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Registrar otra conversación\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Grabación interrumpida\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Grabación pausada\"],\"/l7qFE\":[\"Grabación iniciada\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recrear vista\"],\"view.recreate.modal.title\":[\"Recrear vista\"],\"CqnkB0\":[\"Temas recurrentes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Referencias\"],\"lCF0wC\":[\"Actualizar\"],\"ZMXpAp\":[\"Actualizar registros de auditoría\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerar\"],\"PpFJd2\":[\"Regenerar resumen\"],\"bluvj0\":[\"Regenerar Resumen\"],\"participant.regenerating.outcome\":[\"Regenerando el resultado\"],\"oYlYU+\":[\"Regenerando el resumen. Espera...\"],\"HPitDS\":[\"Registrar | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recargar la página\"],\"participant.button.reload.page.text.mode\":[\"Recargar\"],\"participant.button.reload\":[\"Recargar\"],\"participant.concrete.artefact.action.button.reload\":[\"Recargar página\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Recordar a los usuarios que verifiquen antes de finalizar\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Eliminar\"],\"w61W3L\":[\"Quitar \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Eliminar avatar\"],\"Kl7//J\":[\"Eliminar Correo Electrónico\"],\"cILfnJ\":[\"Eliminar archivo\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Eliminar de este chat\"],\"O90CN2\":[\"Eliminar logotipo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Eliminar la sobrescritura\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renombrar\"],\"6PsaMr\":[\"Renombrar chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Grabación\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de Respuesta\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Informe\"],\"e/MQa5\":[\"El informe ya se está generando\"],\"Q3LOVJ\":[\"Informar de un problema\"],\"DUmD+q\":[\"Informe creado - \",[\"0\"]],\"hh/mvZ\":[\"Generación del informe cancelada\"],\"sSy8vA\":[\"Generación del informe en curso...\"],\"v7O77U\":[\"La generación del informe fue cancelada. Puedes iniciar un nuevo informe a continuación.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notificaciones de Reportes\"],\"M9snPp\":[\"Informe programado\"],\"6g+4DA\":[\"Aviso enviado. Gracias\"],\"u9r3Di\":[\"Las plantillas de informes están en nuestra hoja de ruta.\"],\"lNo4U2\":[\"Informe actualizado - \",[\"0\"]],\"t9yxlZ\":[\"Informes\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Solicitar Acceso\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Solicitar Restablecimiento de Contraseña\"],\"8H5nRH\":[\"Solicitar Restablecimiento de Contraseña | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Por favor, espera mientras verificamos el acceso al micrófono.\"],\"TMLAx2\":[\"Requerido\"],\"0Hf+6m\":[\"Requiere que \\\"Solicitar correo electrónico?\\\" esté habilitado\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogramar\"],\"6eIR/n\":[\"Reprogramar para\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Restablecer\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Restablecer Contraseña\"],\"9uplIY\":[\"Restablecer Contraseña | dembrane\"],\"L+rMC9\":[\"Restablecer a valores predeterminados\"],\"kX8Fjz\":[\"Comentarios sobre la respuesta\"],\"Sa5FCh\":[\"Resultados antes de que la gente se vaya. Analizamos en directo y lo presentamos en la sala.\"],\"participant.button.stop.resume\":[\"Reanudar\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribir\"],\"ehyRtB\":[\"Retranscribir conversación\"],\"1JHQpP\":[\"Retranscribir conversación\"],\"+gmVxi\":[\"La retranscripción no está disponible para conversaciones anónimas\"],\"MXwASV\":[\"La retranscripción ha comenzado. La nueva conversación estará disponible pronto.\"],\"6gRgw8\":[\"Reintentar\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Reintentar subida\"],\"2fCpt5\":[\"Volver al inicio\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Revisa la actividad de tu espacio de trabajo. Filtra por colección o acción, y exporta la vista actual para una investigación más detallada.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Revisar archivos antes de subir\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Revisar el estado de procesamiento para cada conversación recopilada en este proyecto.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"revisar\"],\"OG3mVO\":[\"Revisión #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Haga clic con el botón derecho para resaltar\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Filas por página\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organizar un evento con dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Guardar\"],\"participant.concrete.action.button.save\":[\"guardar\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Guardar como plantilla\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Guardar Cambios\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"¡Error al guardar!\"],\"5dVjYt\":[\"Guardar plantilla\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Guardando...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Escanea el código QR o copia el secreto en tu aplicación.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Escanea para iniciar una nueva sesión del portal\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Programar\"],\"wCGy0o\":[\"Programar informe\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Desplazarse al final\"],\"A1taO8\":[\"Buscar\"],\"select.all.modal.loading.search\":[\"Buscar\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Busca y selecciona las conversaciones para este chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Buscar conversaciones\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Buscar proyectos\"],\"I0hU01\":[\"Buscar Proyectos\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Buscar proyectos...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Buscar etiquetas\"],\"pECIKL\":[\"Buscar templates...\"],\"select.all.modal.search.text\":[\"Texto de búsqueda:\"],\"nhvuQF\":[\"Buscar webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Buscó en las fuentes más relevantes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secreto\"],\"Y1y+VB\":[\"Secreto copiado\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"Hasta pronto\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Seleccionar un micrófono\"],\"s5OrCL\":[\"Selecciona un webhook para clonar\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Seleccionar todo\"],\"+fRipn\":[\"Seleccionar todo (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Seleccionar todos los resultados\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecciona al menos un evento\"],\"d3O/ZP\":[\"Selecciona al menos un otro tema antes de eliminar este\"],\"NK2YNj\":[\"Seleccionar archivos de audio para subir\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Selecciona conversaciones y encuentra citas exactas\"],\"LyHz7Q\":[\"Selecciona conversaciones en la barra lateral\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleccione hasta 2 areas de enfoque para su informe\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Seleccione qué temas pueden usar los participantes para \\\"Verificar\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Seleccionar un micrófono\"],\"gU5H9I\":[\"Archivos seleccionados (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Micrófono seleccionado\"],\"tP/pEQ\":[\"Selección demasiado grande\"],\"select.all.modal.context.limit.reached\":[\"Selección demasiado grande. Algunas conversaciones no se añadieron.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Enviar\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Enviar aviso\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Enviar notificaciones de Slack/Teams cuando se completen nuevas conversaciones\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nombre de la Sesión\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Configuración\"],\"participant.settings.modal.title\":[\"Configuración\"],\"BVRW7i\":[\"Configuración | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Compartir\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Compartir portal\"],\"OuFYHU\":[\"Compartir informe\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Compartir esta conversación\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Comparte tus detalles aquí\"],\"nnWGzO\":[\"Comparta sus ideas con nuestro equipo\"],\"4o0klJ\":[\"Comparta su voz escaneando el codigo QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Más corto primero\"],\"8vETh9\":[\"Mostrar\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Mostrar reproductor de audio\"],\"pzaNzD\":[\"Mostrar datos\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Mostrar direcciones IP\"],\"6lGV3K\":[\"Mostrar menos\"],\"fMPkxb\":[\"Mostrar más\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"Mostrar código QR\"],\"3bGwZS\":[\"Mostrar referencias\"],\"OV2iSn\":[\"Mostrar datos de revisión\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Mostrar la invitación\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Mostrando \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" de \",[\"totalItems\"],\" entradas\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" de \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Mostrando su informe completado más reciente.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Omitir\"],\"participant.button.verify_prompt.skip\":[\"Omitir\"],\"participant.mic.check.button.skip\":[\"Omitir\"],\"select.all.modal.context.limit.reached.description\":[\"Omitidas porque la selección era demasiado grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Comunidad de Slack\"],\"BmukMD\":[\"Para que podamos enviarte los detalles de la llamada.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Algunos archivos ya estaban seleccionados y no se agregarán dos veces.\"],\"select.all.modal.skip.disclaimer\":[\"Algunas pueden omitirse (sin transcripción o selección demasiado grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Algo está bloqueando tu conexión. Tu audio no se guardará a menos que se resuelva este problema.\"],\"nwtY4N\":[\"Algo salió mal\"],\"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.conversation.error\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"mwpVVD\":[\"Algo salió mal al generar su último informe.\"],\"2WNFmv\":[\"Algo salió mal al generar su informe.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Algo salió mal al exportar los registros de auditoría.\"],\"q9A2tm\":[\"Algo salió mal al generar el secreto.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Algo salió mal. Inténtelo de nuevo presionando el botón <0>Explorar, o contacte con soporte si el problema continúa.\"],\"fWsBTs\":[\"Algo salió mal. Por favor, inténtalo de nuevo.\"],\"participant.go.deeper.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\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Español\"],\"z5/5iO\":[\"Contexto Específico\"],\"mORM2E\":[\"Detalles concretos\"],\"Etejcu\":[\"Detalles concretos - Conversaciones seleccionadas\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Comenzar desde cero\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Iniciar nueva conversación\"],\"participant.button.start.new.conversation\":[\"Iniciar nueva conversación\"],\"i88wdJ\":[\"Empezar de nuevo\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Estado\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Detener\"],\"participant.button.stop\":[\"Detener\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planificación Estratégica\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Enviar\"],\"participant.button.submit.text.mode\":[\"Enviar\"],\"zzDlyQ\":[\"Éxito\"],\"aG+cH9\":[\"Sugerir sugerencias dinámicas basadas en su conversación.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Sugerido:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Resumir\"],\"5Y4tAB\":[\"Resume esta entrevista en un artículo para compartir\"],\"dXoieq\":[\"Resumen\"],\"+bZY9/\":[\"Resumen (cuando esté disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"El resumen estará disponible cuando la conversación esté transcrita\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formatos soportados: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Claro\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Cambiar a entrada de texto\"],\"5dzzI6\":[\"Desactivarla forma parte de un plan de pago.\"],\"D+NlUC\":[\"Sistema\"],\"woaefe\":[\"Valor predeterminado del sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Etiquetas\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta u obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación.\"],\"eyu39U\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"participant.refine.make.concrete.description\":[\"Tómate un tiempo para crear un resultado que haga tu contribución concreta.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Cuéntanos sobre el evento que tienes en mente.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Plantilla aplicada\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nombre de plantilla\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Plantillas\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Testear Webhook\"],\"xeiujy\":[\"Texto\"],\"CPN34F\":[\"¡Gracias por participar!\"],\"u+Whi9\":[\"Contenido de la Página de Gracias\"],\"1LLF3Z\":[\"¡Gracias!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Gracias, nos pondremos en contacto en un día.\"],\"2yHHa6\":[\"Ese código no funcionó. Inténtalo de nuevo con un código nuevo de tu aplicación de autenticación.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Eso no parece una dirección de correo electrónico.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Eso es todo, gracias\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"El calendario no se ha cargado aquí. Elige una hora en cal.com o escríbenos a info@dembrane.com.\"],\"TQCE79\":[\"El código no ha funcionado, inténtalo otra vez.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"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.loading\":[\"Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"El endpoint donde enviaremos los datos. Obtén esto de tu servicio de recepción (por ejemplo, Zapier, Make, o tu propio servidor).\"],\"Jo19Pu\":[\"Las siguientes conversaciones se agregaron automáticamente al contexto\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"El informe puede comenzar hasta 5 minutos después de la hora elegida.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Estamos generando el resumen. Espera a que esté disponible.\"],\"+AT8nl\":[\"Estamos regenerando el resumen. Espera a que esté disponible.\"],\"9DPC4t\":[\"La página de agradecimiento termina con una tarjeta que invita a los participantes a organizar su propio evento con dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"La URL del webhook y los eventos se clonarán. Necesitarás volver a introducir el secreto si se configuró uno.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Tema\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Hubo un error al clonar tu proyecto. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"JDFjCg\":[\"Hubo un error al crear tu informe. Por favor, inténtalo de nuevo o contacta al soporte.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Estas conversaciones fueron excluidas debido a la falta de transcripciones.\"],\"8xYB4s\":[\"Estas plantillas de vista predeterminadas se generarán cuando crees tu primera biblioteca.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Pensando...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Esto puede ocurrir cuando una VPN o un firewall está bloqueando la conexión. Intenta desactivar tu VPN, cambiar a otra red (p. ej., punto de acceso móvil) o contacta con tu departamento de TI para obtener ayuda.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Esta conversación tiene las siguientes copias:\"],\"conversation.linking_conversations.description\":[\"Esta conversación es una copia de\"],\"SzU1mG\":[\"Este correo electrónico ya está en la lista.\"],\"participant.modal.refine.info.available.in\":[\"Esta función estará disponible en \",[\"remainingTime\"],\" segundos.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Esta información está anónima\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"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.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"Este es un ejemplo de los datos JSON enviados a tu URL de webhook cuando se resume una conversación.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Está configurado el tratamiento basado en el consentimiento sin enlace a la política de privacidad. Añada uno para que este ajuste siga siendo válido: los participantes deben poder leer la política de privacidad.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Biblioteca\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Este idioma se usará para el Portal del Participante.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Esta parte de la página no se ha cargado. Recargarla suele solucionarlo. Si sigue pasando, vuelve al inicio.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"Este portal no acepta nuevas sesiones en este momento.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Este proyecto seguirá el ajuste heredado: \",[\"0\"],\" (\",[\"1\"],\").\"],\"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.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Este informe no está disponible. \"],\"GQTpnY\":[\"Este informe fue abierto por \",[\"0\"],\" personas\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Este título se muestra a los participantes cuando inician una conversación\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Esto borrará tu entrada actual. ¿Estás seguro?\"],\"NrRH+W\":[\"Esto creará una copia del proyecto actual. Solo se copiarán los ajustes y etiquetas. Los informes, chats y conversaciones no se incluirán en la copia. Serás redirigido al nuevo proyecto después de clonar.\"],\"hsNXnX\":[\"Esto creará una nueva conversación con el mismo audio pero una transcripción fresca. La conversación original permanecerá sin cambios.\"],\"add.tag.filter.modal.info\":[\"Esto filtrará la lista de conversaciones para mostrar conversaciones con esta etiqueta.\"],\"participant.concrete.regenerating.artefact.description\":[\"Esto solo tomará unos momentos\"],\"participant.concrete.loading.artefact.description\":[\"Esto solo tomará un momento\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Este espacio de trabajo ha agotado sus horas de grabación. Mejora tu plan para seguir usando la voz.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pulgar abajo\"],\"Nuw8ty\":[\"Pulgar arriba\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Hora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Marca de tiempo\"],\"XSqo4Y\":[\"Marcas de tiempo y duración\"],\"rm2Cxd\":[\"Consejo\"],\"fEocaE\":[\"Consejo: Usa el botón de reproducción (▶) para enviar un payload de prueba a tu webhook y verificar que está funcionando correctamente.\"],\"Zb3ANR\":[\"Consejo: También puede crear una plantilla desde cualquier mensaje de chat que envíe, o duplicar una plantilla existente.\"],\"MHrjPM\":[\"Título\"],\"1xkgU6\":[\"Título auto-generado\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Para ayudarnos a actuar, intente incluir dónde ocurrió y qué estaba intentando hacer. Para errores, díganos qué salió mal. Para ideas, díganos qué necesidad resolvería para usted.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Demasiado grande\"],\"yIsdT7\":[\"Demasiado largo\"],\"qgwLj6\":[\"Demasiado largo o poco claro\"],\"lcsUaI\":[\"Demasiados avisos. Espere unos minutos e inténtelo de nuevo\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Tema creado correctamente\"],\"Sawj4V\":[\"Tema eliminado correctamente\"],\"xcp3ny\":[\"Etiqueta de tema\"],\"vQoAht\":[\"Tema actualizado correctamente\"],\"th8cMZ\":[\"Título basado en temas que describe lo que se discutió\"],\"sFMBP5\":[\"Temas\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribiendo...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcripción\"],\"hfpzKV\":[\"Transcripción copiada al portapapeles\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Activar flujos de trabajo automatizados en herramientas como Zapier, Make, o n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Prueba a preguntar\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Intenta moverte un poco más cerca de tu micrófono para mejorar la calidad del sonido.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Desactivar\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"¿Desactivar la anonimización?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Desactivar la anonimización mientras hay grabaciones en curso puede tener consecuencias no deseadas. Las conversaciones activas también se verán afectadas durante la grabación. Por favor, use esto con precaución.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Autenticación de dos factores\"],\"NwChk2\":[\"Autenticación en dos pasos desactivada\"],\"qwpE/S\":[\"Autenticación en dos pasos activada\"],\"+zy2Nq\":[\"Tipo\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Escribe un mensaje o pulsa / para plantillas...\"],\"EvmL3X\":[\"Escribe tu respuesta aquí\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ucraniano (solo funciones de ECHO, Transcripción y Resúmenes)\"],\"MksxNf\":[\"No se pudieron cargar los registros de auditoría.\"],\"participant.outcome.error.title\":[\"No se puede cargar el resultado\"],\"59QK2U\":[\"No se pudo cargar el resultado generado. Por favor, inténtalo de nuevo.\"],\"nGxDbq\":[\"No se puede procesar este fragmento\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Deshacer\"],\"Ef7StM\":[\"Desconocido\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Razón desconocida\"],\"nWMRxa\":[\"Desfijar\"],\"vSdeRU\":[\"Desancla primero un proyecto (máx. \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Desancla primero un proyecto (máx. 3)\"],\"dx+iaL\":[\"Desanclar proyecto\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Cambios sin guardar\"],\"SMaFdc\":[\"Desuscribirse\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversación sin título\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Informe sin título\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Hasta \",[\"MAX_FILES\"],\" imágenes\"],\"lLehih\":[\"Hasta \",[\"MAX_MESSAGE_CHARS\"],\" caracteres\"],\"EkH9pt\":[\"Actualizar\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Subir\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Subir avatar\"],\"kV3A2a\":[\"Subida Completa\"],\"4Fr6DA\":[\"Subir conversaciones\"],\"pZq3aX\":[\"Subida fallida. Por favor, inténtalo de nuevo.\"],\"HAKBY9\":[\"Subir Archivos\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Subiendo archivos de audio...\"],\"participant.modal.uploading\":[\"Subiendo audio...\"],\"participant.modal.interruption.uploading\":[\"Subiendo audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"La URL es requerida\"],\"3VnYUR\":[\"La URL debe empezar con http:// o https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usar el valor heredado\"],\"ngdRFH\":[\"Usa Shift + Enter para agregar una nueva línea\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Nombre de usuario\"],\"1Nt3Kg\":[\"Usando el logo de dembrane por defecto\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"¿Usando webhooks? Nos encantaría escuchar de ti\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Recordatorio de verificación\"],\"participant.banner.verification_required\":[\"Verificación requerida\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verificado\"],\"select.all.modal.loading.verified\":[\"Verificado\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verificado\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verificar\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verificar\"],\"participant.echo.verify\":[\"Verificar\"],\"4LFZoj\":[\"Verificar código\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Temas de verificación\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vista\"],\"SZw9tS\":[\"Ver detalles\"],\"95YFbG\":[\"Ver ejemplo de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Ver tus respuestas\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Esperando a que terminen las conversaciones antes de generar un informe.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"¿Quieres organizar un evento con dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Traemos la herramienta y el equipo, desde la llamada inicial hasta el informe. Probado en más de 1000 eventos.\"],\"participant.alert.microphone.access.issue\":[\"No podemos escucharte. Por favor, intenta cambiar tu micrófono o acercarte un poco más al dispositivo.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"No pudimos desactivar la autenticación de dos factores. Inténtalo de nuevo con un código nuevo.\"],\"sM2pBB\":[\"No pudimos activar la autenticación de dos factores. Verifica tu código e inténtalo de nuevo.\"],\"mW8QSA\":[\"No encontramos la página que buscabas. Puede que se haya movido.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Necesitamos un poco más de contexto para ayudarle a usar ECHO de manera efectiva. Por favor, continúe grabando para que podamos proporcionar mejores sugerencias.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora?\"],\"8RY8RU\":[\"Nos pondremos en contacto en un día. ¿Prefieres elegir tú la hora? El calendario está aquí mismo.\"],\"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.\"],\"FXjsEJ\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use <0>Informar de un problema para enviarlo con capturas de pantalla.\"],\"XolQc4\":[\"Nos encantaría saber de usted. Ya sea que tenga una idea para algo nuevo, haya visto una traducción que no encaja, o simplemente quiera contarnos cómo va todo. ¿Ha encontrado un error? Use Informar de un problema en la barra lateral para enviarlo con capturas de pantalla.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL del Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Los webhooks son mensajes automatizados enviados de una aplicación a otra cuando ocurre algo. Piénsalos como un \\\"sistema de notificaciones\\\" para tus otras herramientas.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenido\"],\"9eF5oV\":[\"Bienvenido de nuevo\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"¡Bienvenido a dembrane!\"],\"u4aLOz\":[\"Bienvenido al modo Resumen. Tengo cargados los resúmenes de todas tus conversaciones. Pregúntame por patrones, temas e insights en tus datos. Para citas exactas, inicia un nuevo chat en el modo Contexto Específico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"¡Bienvenido!\"],\"RL57XM\":[\"¿Qué son los webhooks? (2 min de lectura)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"¿Qué datos se envían?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"¿Qué desea verificar?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"¿Qué ha pasado? Pegue aquí una captura de pantalla para adjuntarla\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"¿Qué debe ECHO analizar o generar a partir de las conversaciones?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"¿Qué ha fallado?\"],\"qGrqH9\":[\"¿Cuáles fueron los momentos clave de esta conversación?\"],\"FXZcgH\":[\"¿Qué te gustaría explorar?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Cuando un participante abre el portal, ingresa sus detalles y comienza una conversación\"],\"myUTw1\":[\"Cuando se ha generado un informe para el proyecto\"],\"7t3vo1\":[\"Cuando todo el audio ha sido convertido a texto y la transcripción completa está disponible\"],\"N0GETg\":[\"¿Cuándo se activan los webhooks?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Cuando esté activado, todas las nuevas transcripciones tendrán información personal (nombres, emails, números de teléfono, direcciones) reemplazadas por marcadores de posición. Las conversaciones anónimas también desactivan la reproducción de audio, el descarga de audio y la retranscripción para proteger la privacidad de los participantes. Esto no se puede deshacer para conversaciones ya procesadas.\"],\"MEmr1I\":[\"Cuando finalices la conversación, los participantes que no han verificado aún serán solicitados para verificar o saltar\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"¿Cuándo se debe generar el informe?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Cuando el resumen esté listo (incluye tanto la transcripción como el resumen)\"],\"Uf3BzE\":[\"¿Dónde podemos contactarte?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"se incluirá en tu informe\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Espacio de trabajo / proyecto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valor predeterminado del espacio de trabajo\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Ajustes del espacio de trabajo\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"¿Te gustaría añadir esta etiqueta a tus filtros actuales?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Idioma o tono equivocado\"],\"MNTYHt\":[\"Fuentes equivocadas\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Sí\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Tú\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Ya estás desuscribido o tu enlace es inválido.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo después de añadir los datos de facturación.\"],\"uGP87g\":[\"Puedes cambiarlo más tarde en los ajustes del espacio de trabajo.\"],\"WS92Fk\":[\"Puedes navegar a otra página y volver más tarde. Tu informe seguirá generándose en segundo plano.\"],\"E71LBI\":[\"Solo puedes subir hasta \",[\"MAX_FILES\"],\" archivos a la vez. Solo los primeros \",[\"0\"],\" archivos se agregarán.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Puede intentarlo de nuevo a continuación.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Ya has añadido <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversación\"],\"other\":[\"#\",\" conversaciones\"]}],\" a este chat.\"],\"7W35AW\":[\"Ya has añadido todas las conversaciones relacionadas con esto\"],\"participant.modal.change.mic.confirmation.text\":[\"Has cambiado tu micrófono. Por favor, haz clic en \\\"Continuar\\\", para continuar con la sesión.\"],\"T/Q7jW\":[\"Has desuscribido con éxito.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Aún no has verificado ningún resultado. ¿Te gustaría verificar antes de terminar?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"También puedes elegir registrar otra conversación.\"],\"yCtSKg\":[\"Debes iniciar sesión con el mismo proveedor con el que te registraste. Si encuentras algún problema, por favor contáctanos.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Pareces estar desconectado, por favor verifica tu conexión a internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Pronto recibirá \",[\"objectLabel\"],\" para verificar.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"tu@ejemplo.es\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"¡Su aprobación nos ayuda a comprender lo que realmente piensa!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Tu correo electrónico\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Tu comentario y esta respuesta llegan al equipo de dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Tus entradas se guardarán automáticamente.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La generación de tu último informe fue cancelada. Se muestra tu informe completado más reciente.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Su nombre\"],\"VSneAo\":[\"Se incluyen su nombre, su correo y la página actual para que podamos responderle.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora.\"],\"DrJCbp\":[\"Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir.\"],\"wurHZF\":[\"Tus respuestas\"],\"B8Q/i2\":[\"Tu vista ha sido creada. Por favor, espera mientras procesamos y analizamos los datos.\"],\"library.views.title\":[\"Tus Vistas\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index a2728f8a3..a17afc0fe 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "La bibliothèque prendra {duration}" -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Envoyer" @@ -988,7 +988,7 @@ msgstr "Filtres actifs" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1155,7 +1155,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Ajoutées" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "E-mails ajoutés" @@ -1662,7 +1662,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action est irréversible." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Êtes-vous sûr de vouloir terminer la conversation ?" @@ -1910,7 +1910,7 @@ msgstr "Retour" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Retour" @@ -2179,7 +2179,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Annuler" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Annuler" @@ -2833,6 +2833,7 @@ msgstr "Période de repos. Disponible dans {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2879,6 +2880,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Copier le lien" @@ -3714,7 +3716,7 @@ msgstr "Dois-je avoir cela ?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Voulez-vous rester dans la boucle ?" @@ -3957,6 +3959,7 @@ msgstr "Modifier le webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3974,7 +3977,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@travail.com" @@ -4205,8 +4208,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Chaque enseignement est traçable. Le rapport relie chaque constat à ce qui a réellement été dit." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Chaque enseignement est traçable. Le rapport relie chaque constat à ce qui a réellement été dit." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4627,7 +4630,7 @@ msgid "participant.button.stop.finish" msgstr "Terminer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Terminer" @@ -4637,7 +4640,7 @@ msgid "participant.button.finish" msgstr "Terminer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Êtes-vous sûr de vouloir terminer la conversation ?" @@ -4856,7 +4859,7 @@ msgstr "Obtenez une réponse immédiate de dembrane pour vous aider à approfond msgid "participant.refine.go.deeper.description" msgstr "Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Prendre contact" @@ -5570,6 +5573,12 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Rejoindre cette session du portail" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "" @@ -6405,6 +6414,10 @@ msgstr "Suivi" msgid "more" msgstr "autres" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Plus" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "Plus d'actions" @@ -6696,7 +6709,7 @@ msgid "No" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "Non" @@ -6721,8 +6734,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Pas d'application, pas de matériel. Les participants scannent un QR code et leur téléphone devient le portail." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Pas d'application, pas de matériel. Les participants scannent un QR code et leur téléphone devient le portail." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8009,7 +8022,7 @@ msgstr "Veuillez vérifier vos entrées pour les erreurs." msgid "Please enable participation to enable sharing" msgstr "Veuillez activer la participation pour activer le partage" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Veuillez entrer une adresse e-mail valide." @@ -8607,7 +8620,7 @@ msgstr "Enregistrer" msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Enregistrer une autre conversation" @@ -8747,7 +8760,7 @@ msgid "Reload page" msgstr "Recharger la page" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Recharger la page" @@ -8807,7 +8820,7 @@ msgstr "" msgid "Remove avatar" msgstr "Supprimer l'avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "Supprimer l'e-mail" @@ -9121,8 +9134,8 @@ msgid "Response feedback" msgstr "Retour sur la réponse" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Des résultats avant le départ des participants. Nous analysons en direct et présentons dans la salle." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Des résultats avant le départ des participants. Nous analysons en direct et présentons dans la salle." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9410,6 +9423,10 @@ msgstr "Scannez le code QR ou copiez le secret dans votre application." msgid "Scan to join this project" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Scannez pour démarrer une nouvelle session du portail" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "" @@ -9914,8 +9931,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Paramètres" @@ -9939,12 +9956,18 @@ msgstr "Configuration" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Partager" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Partager le portail" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Partager le rapport" @@ -9953,6 +9976,10 @@ msgstr "Partager le rapport" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Partager cette conversation" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "" @@ -9962,7 +9989,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Partager vos informations ici" @@ -10057,6 +10084,10 @@ msgstr "" msgid "Show projects" msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Afficher le code QR" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10202,7 +10233,7 @@ msgid "Something went wrong" msgstr "Une erreur s'est produite" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment." @@ -10337,7 +10368,7 @@ msgid "Start in assistant chat" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Commencer une nouvelle conversation" @@ -10454,7 +10485,7 @@ msgid "Submit" msgstr "Soumettre" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Envoyer" @@ -10697,7 +10728,7 @@ msgstr "Tester le webhook" msgid "Text" msgstr "Texte" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Merci pour votre participation !" @@ -10705,7 +10736,7 @@ msgstr "Merci pour votre participation !" msgid "Thank You Page Content" msgstr "Contenu de la page Merci" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Merci !" @@ -10789,7 +10820,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support." @@ -11047,7 +11078,7 @@ msgstr "Cette conversation a les copies suivantes :" msgid "conversation.linking_conversations.description" msgstr "Cette conversation est une copie de" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "Cette e-mail est déjà dans la liste." @@ -11194,6 +11225,10 @@ msgstr "Cette partie de la page n'a pas pu se charger. Recharger la page règle msgid "this person" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Ce portail n’accepte pas de nouvelles sessions pour le moment." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "" @@ -11754,7 +11789,7 @@ msgstr "" msgid "Type a message or press / for templates..." msgstr "Tapez un message ou appuyez sur / pour les templates..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Tapez votre réponse ici" @@ -12350,7 +12385,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Envie d'organiser un événement avec dembrane ?" @@ -12359,8 +12394,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "" #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Nous apportons l'outil et l'équipe, de l'appel de cadrage au rapport. Éprouvé sur plus de 1000 événements." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Nous apportons l'outil et l'équipe, de l'appel de cadrage au rapport. Éprouvé sur plus de 1000 événements." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12448,7 +12483,7 @@ msgstr "Nous vous recontactons sous un jour. Vous préférez choisir un créneau #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ? Le calendrier est juste ici." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." 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." @@ -12628,6 +12663,10 @@ msgstr "Nouveautés" msgid "What's the main reason?" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12874,7 +12913,7 @@ msgid "Yes" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Oui" @@ -13033,9 +13072,9 @@ msgstr "Vous n'avez encore vérifié aucun résultat. Souhaitez-vous vérifier a msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "Vous pouvez également choisir d'enregistrer une autre conversation." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "Vous pouvez également choisir d'enregistrer une autre conversation." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13357,9 +13396,13 @@ msgstr "" msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/fr-FR.ts b/echo/frontend/src/locales/fr-FR.ts index 5bafca071..25b6cad5d 100644 --- a/echo/frontend/src/locales/fr-FR.ts +++ b/echo/frontend/src/locales/fr-FR.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Vous n'êtes pas authentifié\"],\"You don't have permission to access this.\":[\"Vous n'avez pas la permission d'accéder à ceci.\"],\"Resource not found\":[\"Ressource non trouvée\"],\"Server error\":[\"Erreur serveur\"],\"Something went wrong\":[\"Une erreur s'est produite\"],\"We're preparing your workspace.\":[\"Nous préparons votre espace de travail.\"],\"Preparing your dashboard\":[\"Préparation de ton dashboard\"],\"Welcome back\":[\"Bon retour\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La bibliothèque prendra \",[\"duration\"]],\"uDvV8j\":[\" Envoyer\"],\"aMNEbK\":[\" Se désabonner des notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bientôt disponible\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorer\\\" bientôt disponible\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Vérifier\\\" bientôt disponible\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(facultatif)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(Vous)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" étiquette\"],\"other\":[\"#\",\" étiquettes\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message de dembrane\"],\"other\":[\"Messages de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Étiquette :\"],\"other\":[\"Étiquettes :\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" ajoutées\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Modifié le \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" non ajoutées\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vues\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversations • Modifié \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" sélectionné(s)\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Actuellement, \",\"#\",\" conversation est prête à être analysée.\"],\"other\":[\"Actuellement, \",\"#\",\" conversations sont prêtes à être analysées.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" lit actuellement\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" en cours de traitement.\"],\"ZpJ0wx\":[\"*Transcription en cours.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vue\"],\"AeSuqs\":[\"1. Vous fournissez une URL où vous souhaitez recevoir les notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Lorsqu'un événement de conversation ou de rapport se produit, nous envoyons automatiquement les données à votre URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Votre système reçoit les données et peut agir sur elles (par exemple, enregistrer dans une base de données, envoyer un e-mail, mettre à jour un tableau de bord)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nom convivial pour identifier ce webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Un nouveau rapport sera automatiquement généré et publié à l'heure prévue.\"],\"zm7GU7\":[\"Un lien vers la politique de confidentialité est obligatoire pour le traitement basé sur le consentement. Il doit commencer par http:// ou https:// et compter au maximum 255 caractères.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Accès\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Compte\"],\"vZEmNi\":[\"Compte et sécurité\"],\"K3wUdw\":[\"Valeur par défaut du compte\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Mot de passe du compte\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action par\"],\"7U5F+i\":[\"Action requise\"],\"UQXw0W\":[\"Action sur\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtres actifs\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Ajouter\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Ajouter un contexte supplémentaire (Optionnel)\"],\"Se1KZw\":[\"Ajouter tout ce qui s'applique\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Ajouter des conversations au contexte\"],\"8T7YRB\":[\"Ajoutez d'abord des conversations a votre projet\"],\"LL1rvo\":[\"Ajouter un sujet personnalisé\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Ajouter des images\"],\"1xDwr8\":[\"Ajoutez des termes clés ou des noms propres pour améliorer la qualité et la précision de la transcription.\"],\"ndpRPm\":[\"Ajoutez de nouveaux enregistrements à ce projet. Les fichiers que vous téléchargez ici seront traités et apparaîtront dans les conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Ajouter une étiquette\"],\"add.tag.filter.modal.title\":[\"Ajouter une étiquette aux filtres\"],\"IKoyMv\":[\"Ajouter des étiquettes\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Ajouter aux filtres\"],\"NffMsn\":[\"Ajouter à cette conversation\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Ajouter un sujet\"],\"AHaRrL\":[\"Ajouter des traductions\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Ajouter un webhook\"],\"UZ07em\":[\"Ajouter votre premier webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Ajoutées\"],\"Na90E+\":[\"E-mails ajoutés\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" au chat\"],\"select.all.modal.add.with.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" avec les filtres suivants :\"],\"select.all.modal.add.without.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\" avec les filtres suivants :\"],\"select.all.modal.loading.title\":[\"Ajout de conversations\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajuster la taille de la police de base pour l'interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Tableau de bord d'administration\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avancé\"],\"OaKXud\":[\"Avancé (Astuces et conseils)\"],\"JiIKww\":[\"Paramètres avancés\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Exécution guidée par les outils\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Tout\"],\"cF7bEt\":[\"Toutes les actions\"],\"O1367B\":[\"Toutes les collections\"],\"gvykaX\":[\"Toutes les conversations\"],\"u/fl/S\":[\"Tous les fichiers ont été téléchargés avec succès.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"Tout lu\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Tous les modèles\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permettre aux participants d'utiliser le lien pour démarrer de nouvelles conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Presque terminé\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Déjà ajouté à cette conversation\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Déjà dans le contexte\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Une notification par e-mail sera envoyée à \",[\"0\"],\" participant\",[\"1\"],\". Voulez-vous continuer ?\"],\"8q/YVi\":[\"Une erreur s'est produite lors du chargement du Portail. Veuillez contacter l'équipe de support.\"],\"XyOToQ\":[\"Une erreur s'est produite.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Une erreur inattendue s'est produite. Recharger la page ou revenir à l'accueil aide souvent.\"],\"F4cOH1\":[\"Langue d'analyse\"],\"ZlwDi6\":[\"Analytique\"],\"1x2m6d\":[\"Analysez ces éléments avec profondeur et nuances. Veuillez :\\n\\nFocaliser sur les connexions inattendues et les contrastes\\nAller au-delà des comparaisons superficieles\\nIdentifier les motifs cachés que la plupart des analyses manquent\\nRester rigoureux dans l'analyse tout en étant engageant\\nUtiliser des exemples qui éclairent des principes plus profonds\\nStructurer l'analyse pour construire une compréhension\\nDessiner des insights qui contredisent les idées conventionnelles\\n\\nNote : Si les similitudes/différences sont trop superficielles, veuillez me le signaler, nous avons besoin de matériel plus complexe à analyser.\"],\"Dzr23X\":[\"Annonces\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymiser la transcription\"],\"gd1W+U\":[\"Anonymiser les transcriptions\"],\"YdiKaK\":[\"conversation anonymisée\"],\"iPiP6k\":[\"Conversation anonymisée\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Autre chose ?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apparence\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Appliquer\"],\"4TwsNi\":[\"Appliquer le modèle\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approuver\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approuvé\"],\"tq+4rb\":[\"Êtes-vous sûr de vouloir supprimer le webhook \\\"\",[\"0\"],\"\\\" ? Cette action ne peut pas être annulée.\"],\"uqhbrg\":[\"Êtes-vous sûr de vouloir supprimer ce chat ? Cette action est irréversible.\"],\"Q5Z2wp\":[\"Êtes-vous sûr de vouloir supprimer cette conversation ? Cette action ne peut pas être annulée.\"],\"yrk3z3\":[\"Êtes-vous sûr de vouloir supprimer ce sujet personnalisé ? Cette action ne peut pas être annulée.\"],\"YF1Re1\":[\"Êtes-vous sûr de vouloir supprimer ce projet ? Cette action est irréversible.\"],\"ELQ+fw\":[\"Êtes-vous sûr de vouloir supprimer ce rapport ? Cette action est irréversible.\"],\"aUsm4A\":[\"Êtes-vous sûr de vouloir supprimer cette étiquette ? Cela supprimera l'étiquette des conversations existantes qui la contiennent.\"],\"e3BGhi\":[\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action est irréversible.\"],\"participant.modal.finish.message.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"sOql0x\":[\"Êtes-vous sûr de vouloir générer la bibliothèque ? Cela prendra du temps et écrasera vos vues et perspectives actuelles.\"],\"UXCOMn\":[\"Êtes-vous sûr de vouloir régénérer le résumé ? Vous perdrez le résumé actuel.\"],\"ZmeZPn\":[\"Êtes-vous sûr de vouloir supprimer votre avatar ?\"],\"wQ5jM6\":[\"Êtes-vous sûr de vouloir supprimer votre logo personnalisé ? Le logo dembrane par défaut sera utilisé à la place.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Demander\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Demander l'e-mail ?\"],\"Rjlwvz\":[\"Demander le nom ?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Sélectionne au moins un sujet pour activer la vérification\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention ! Nous avons perdu les 60 dernières secondes de votre enregistrement en raison d'une interruption. Veuillez appuyer sur le bouton ci-dessous pour vous reconnecter.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Le téléchargement de l'audio n'est pas disponible pour les conversations anonymisées\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La lecture de l'audio n'est pas disponible pour les conversations anonymisées\"],\"IOBCIN\":[\"Conseil audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Journaux d'audit\"],\"aL1eBt\":[\"Journaux d'audit exportés en CSV\"],\"mS51hl\":[\"Journaux d'audit exportés en JSON\"],\"z8CQX2\":[\"Code d'authentification\"],\"R+PyK8\":[\"Générer automatiquement les titres\"],\"voAvDv\":[\"Générer automatiquement les titres\"],\"Wrpmw7\":[\"Généré automatiquement ou saisi manuellement\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Générer automatiquement un titre court basé sur le sujet pour chaque conversation après la synthèse. Le titre décrit ce qui a été discuté, pas qui a participé. Le nom original du participant est conservé séparément, s'il a fourni un nom.\"],\"F95AYw\":[\"Enregistrer automatiquement les transcriptions dans votre CRM ou base de données\"],\"zUbSgC\":[\"Envoyer automatiquement les données de conversation à vos autres outils et services lorsque des événements se produisent.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar supprimé\"],\"jSKImf\":[\"Avatar mis à jour\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Retour\"],\"participant.button.back.microphone\":[\"Retour\"],\"participant.button.back\":[\"Retour\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Retour à la sélection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Retour aux modèles\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basique (Diapositives tutorielles essentielles)\"],\"epXTwc\":[\"Paramètres de base\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bêta\"],\"dashboard.dembrane.concrete.beta\":[\"Bêta\"],\"dashboard.dembrane.verify.beta\":[\"Bêta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Facturation\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Prendre rendez-vous\"],\"KKLfx1\":[\"Reservez un appel avec nous\"],\"kFl92P\":[\"Réservez une formation certifiée pour continuer à utiliser dembrane dans des contextes à haut risque.\"],\"IkwW6y\":[\"Réserver un appel découverte\"],\"YgG3yv\":[\"Idées de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construire des tableaux de bord personnalisés avec des données de conversation en temps réel\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"En supprimant ce projet, vous supprimerez toutes les données associées. Cette action est irréversible. Êtes-vous absolument sûr ?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Annuler\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuler\"],\"participant.concrete.action.button.cancel\":[\"Annuler\"],\"participant.concrete.instructions.button.cancel\":[\"Annuler\"],\"select.all.modal.cancel\":[\"Annuler\"],\"add.tag.filter.modal.cancel\":[\"Annuler\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annuler le remplacement\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Annuler la planification\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Impossible d'ajouter une conversation vide\"],\"SL9Qao\":[\"Impossible de reprogrammer dans les 10 minutes précédant l'heure prévue\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Carte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Changer de langue\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Changer le mot de passe\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Les modifications seront enregistrées automatiquement\"],\"xF/jsW\":[\"Changer de langue pendant une conversation active peut provoquer des résultats inattendus. Il est recommandé de commencer une nouvelle conversation après avoir changé la langue. Êtes-vous sûr de vouloir continuer ?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Discussion\"],\"OqbSPC\":[\"Discussion | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nom du chat\"],\"8Q+lLG\":[\"Discussions\"],\"chat.accordion.skeleton.title\":[\"Discussions\"],\"project.sidebar.chat.title\":[\"Discussions\"],\"+e4Yxz\":[\"Vérifier l'accès au microphone\"],\"participant.button.check.microphone.access\":[\"Vérifier l'accès au microphone\"],\"WQUm5N\":[\"Vérifiez le texte et les images, puis réessayez\"],\"v4fiSg\":[\"Vérifiez votre e-mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choisir un fichier logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choisir parmi vos autres projets\"],\"Aoxltn\":[\"Choisir quand vous souhaitez recevoir les notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choisis le thème que tu préfères pour l’interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Effacer la recherche\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Cliquez sur \\\"Télécharger les fichiers\\\" lorsque vous êtes prêt à commencer le processus de téléchargement.\"],\"cwMTjO\":[\"Cliquer pour modifier\"],\"jcSz6S\":[\"Cliquez pour voir les \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Gestion client\"],\"+d+tJS\":[\"Cloner depuis un autre projet\"],\"nCnTY0\":[\"Cloner depuis le projet\"],\"BPrdpc\":[\"Cloner le projet\"],\"9U86tL\":[\"Cloner le projet\"],\"yz7wBu\":[\"Fermer\"],\"select.all.modal.close\":[\"Fermer\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Cas d'utilisation courants :\"],\"Wqc3zS\":[\"Comparer & Contraster\"],\"CfO59/\":[\"Comparer & Contraster Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Terminé\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuer\"],\"7VpPHA\":[\"Confirmer\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmer le nouveau mot de passe\"],\"yjkELF\":[\"Confirmer le nouveau mot de passe\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publier\"],\"vz1fGK\":[\"Confirmer la reprogrammation\"],\"L0k594\":[\"Confirmez votre mot de passe pour générer un nouveau secret pour votre application d'authentification.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connecter votre agent\"],\"0Nvhtt\":[\"Connecter votre agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connexion aux services de création de rapports...\"],\"wX/BfX\":[\"Connexion saine\"],\"participant.modal.s3check.title\":[\"Problème de connexion\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connexion défectueuse\"],\"l9fkrm\":[\"Consentement\"],\"EhtOYz\":[\"Le traitement basé sur le consentement est actif sans lien vers la politique de confidentialité. Ajoutez-en un là où la base juridique est définie : les participants doivent pouvoir lire la politique de confidentialité.\"],\"mpby9d\":[\"Contacter le support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenu\"],\"M73whl\":[\"Contexte\"],\"VHSco4\":[\"Contexte ajouté :\"],\"JX3KT4\":[\"Suggestions contextuelles\"],\"xGVfLh\":[\"Continuer\"],\"participant.button.continue\":[\"Continuer\"],\"participant.ready.to.begin.button.text\":[\"Continuer\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation ajoutée à la discussion\"],\"participant.conversation.ended\":[\"Conversation terminée\"],\"OtdHFE\":[\"Conversation retirée de la discussion\"],\"zTKMNm\":[\"Statut de la conversation\"],\"Rdt7Iv\":[\"Détails du statut de la conversation\"],\"7Ljafh\":[\"Tags de conversation\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Période de repos. Disponible dans \",[\"0\"]],\"6V3Ea3\":[\"Copié\"],\"84o0nc\":[\"Copié depuis la conversation originale\"],\"PiH3UR\":[\"Copié !\"],\"iaPtht\":[\"copie\"],\"he3ygx\":[\"Copier\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copier le lien\"],\"H4brGj\":[\"Copier le lien dans le presse-papiers\"],\"AjrNNs\":[\"Copier le contenu du rapport\"],\"vAkFou\":[\"Copier le secret\"],\"v3StFl\":[\"Copier le résumé\"],\"/4gGIX\":[\"Copier dans le presse-papiers\"],\"RTxUjI\":[\"Copier dans le presse-papiers\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copie en cours...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Votre sélection n'a pas pu être reprise. Sélectionnez à nouveau ci-dessous.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Impossible de copier dans le presse-papiers. Veuillez réessayer.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Impossible d'ouvrir la liste des conversations. Réessayez.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Retour non enregistré\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Impossible d'envoyer le signalement. Réessayez\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Créer\"],\"VW1ecc\":[\"Créer un nouveau webhook à partir de zéro\"],\"oJfYM5\":[\"Créer un brief de recherche à partir des conversations récentes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Créer une bibliothèque\"],\"T7gFri\":[\"Créer une nouvelle organisation\"],\"library.create.view.modal.title\":[\"Créer une nouvelle vue\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Créer un rapport\"],\"A5hiCy\":[\"Créer un modèle\"],\"library.create.view\":[\"Créer une vue\"],\"3D0MXY\":[\"Créer une vue\"],\"dkAPxi\":[\"Créer un webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Créé le\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recadrer l'avatar\"],\"udBqWc\":[\"Recadrer l'image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recadrer le logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actuel\"],\"Pn2B7/\":[\"Mot de passe actuel\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personnalisé\"],\"o1nIYK\":[\"Nom de fichier personnalisé\"],\"GrXJvi\":[\"Logo personnalisé\"],\"iv5fAO\":[\"Prompt de titre personnalisé\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Zone de danger\"],\"wqCnxg\":[\"URL du tableau de bord (lien direct vers l'aperçu de la conversation)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Période\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Par défaut\"],\"ucTqrC\":[\"Par défaut - Pas de tutoriel (Seulement les déclarations de confidentialité)\"],\"K/78Yl\":[\"Déléguer une analyse multi-étapes avec l'exécution en direct des outils\"],\"cnGeoo\":[\"Supprimer\"],\"project.sidebar.chat.delete\":[\"Supprimer la discussion\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Supprimer le chat\"],\"2GCE3m\":[\"Supprimer la conversation\"],\"2DzmAq\":[\"Supprimer la conversation\"],\"j5pYC4\":[\"Supprimer le sujet personnalisé\"],\"mp235G\":[\"Supprimer le projet\"],\"++iDlT\":[\"Supprimer le projet\"],\"rUWrSE\":[\"Supprimer le rapport\"],\"qr0gpK\":[\"Supprimer le tag\"],\"DFjdv0\":[\"Supprimer le modèle\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Supprimé avec succès\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invitation événement dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Décrivez le problème\"],\"Fs/0D5\":[\"Décrivez ce que le modèle de langage doit extraire ou résumer de la conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Détermine la base juridique RGPD selon laquelle les données personnelles sont traitées pour ce projet.\"],\"2rgVKb\":[\"Détermine sous quelle base juridique de GDPR les données personnelles sont traitées. Cette configuration s'applique à tous vos projets et peut être modifiée dans vos paramètres de compte.\"],\"NMz7xK\":[\"Développez un cadre stratégique qui conduit à des résultats significatifs. Veuillez :\\n\\nIdentifier les objectifs clés et leurs interdépendances\\nPlanifier les moyens d'implémentation avec des délais réalistes\\nAnticiper les obstacles potentiels et les stratégies de mitigation\\nDéfinir des indicateurs clairs pour le succès au-delà des indicateurs de vanité\\nMettre en évidence les besoins en ressources et les priorités d'allocation\\nStructurer le plan pour les actions immédiates et la vision à long terme\\nInclure les portes de décision et les points de pivot\\n\\nNote : Concentrez-vous sur les stratégies qui créent des avantages compétitifs durables, pas seulement des améliorations incrémentales.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Désactiver 2FA\"],\"yrMawf\":[\"Désactiver l'authentification à deux facteurs\"],\"E/QGRL\":[\"Désactivé\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nom d'affichage\"],\"fDGgw4\":[\"Dois-je avoir cela ?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Voulez-vous rester dans la boucle ?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"C'est bon, contactez-moi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Télécharger\"],\"5YVf7S\":[\"Téléchargez toutes les transcriptions de conversations générées pour ce projet.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Télécharger l'audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Télécharger le QR code\"],\"+bBcKo\":[\"Télécharger la transcription\"],\"5XW2u5\":[\"Options de téléchargement de la transcription\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Brouillon des actions suivantes et les organiser par priorité\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Glissez les fichiers audio ici ou cliquez pour sélectionner des fichiers\"],\"KGi3u9\":[\"Glisser pour réorganiser\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Dupliquer\"],\"lkz6PL\":[\"Durée\"],\"KIjvtr\":[\"Néerlandais\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ex. \\\"Focus sur les thèmes de durabilité\\\" ou \\\"Que pensent les participants de la nouvelle politique ?\\\"\"],\"pO9dOq\":[\"par exemple : \\\"Utiliser des phrases adjectivales courtes comme 'Espaces verts urbains' ou 'Emploi des jeunes'. Éviter les titres génériques.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ex. Résumé hebdomadaire des parties prenantes\"],\"ffuZIY\":[\"par exemple : Notifications Slack, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Modifier\"],\"9WkyHF\":[\"Modifier la conversation\"],\"Y/3VME\":[\"Modifier le sujet personnalisé\"],\"/8fAkm\":[\"Modifier le nom du fichier\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Mode édition\"],\"niSWGL\":[\"Modifier les options\"],\"G2KpGE\":[\"Modifier le projet\"],\"DdevVt\":[\"Modifier le contenu du rapport\"],\"report.editor.description\":[\"Modifier le contenu du rapport en utilisant l'éditeur de texte enrichi ci-dessous. Vous pouvez formater le texte, ajouter des liens, des images et plus encore.\"],\"nP7CdQ\":[\"Modifier le webhook\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@travail.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji affiché à côté du sujet, par exemple : 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vide\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activer 2FA\"],\"D3AnH0\":[\"Activer Explorer\"],\"4KKbfZ\":[\"Activer la participation\"],\"G3dSLc\":[\"Activer les notifications de rapports\"],\"ZUS4uO\":[\"Activez cette fonctionnalité pour permettre aux participants de demander des réponses alimentées par l'IA pendant leur conversation. Les participants peuvent cliquer sur \\\"Explorer\\\" après avoir enregistré leurs pensées pour recevoir un retour contextuel, encourageant une réflexion plus profonde et un engagement accru. Une période de récupération s'applique entre les demandes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Activez cette fonctionnalité pour permettre aux participants de vérifier et d'approuver les \\\"résultats\\\" de leurs contributions. Cela aide à cristalliser les idées clés, les préoccupations ou les résumés. Après la conversation, vous pouvez filtrer les discussions avec des résultats vérifiés et les examiner dans l'aperçu.\"],\"C027jd\":[\"Activer l'anonymisation des transcriptions\"],\"329BBO\":[\"Activer l'authentification à deux facteurs\"],\"x35ZEt\":[\"Activer la vérification\"],\"RxzN1M\":[\"Activé\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Anglais\"],\"GboWYL\":[\"Entrez un terme clé ou un nom propre\"],\"TSHJTb\":[\"Entrez un nom pour le nouveau conversation\"],\"KovX5R\":[\"Entrez un nom pour votre projet cloné\"],\"DRYPFp\":[\"Entrez une clé secrète\"],\"34YqUw\":[\"Entrez un code valide pour désactiver l'authentification à deux facteurs.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Saisir le mot de passe actuel\"],\"2FPsPl\":[\"Entrez le nom du fichier (sans extension)\"],\"VpwcSk\":[\"Saisir le nouveau mot de passe\"],\"oIn7d4\":[\"Entrez le code à 6 chiffres de votre application d'authentification.\"],\"q1OmsR\":[\"Entrez le code actuel à six chiffres de votre application d'authentification.\"],\"NgaR6B\":[\"Entrez votre mot de passe\"],\"42tLXR\":[\"Entrez votre requête\"],\"HRbyGE\":[\"Entré par le participant sur le portail\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Erreur\"],\"Ne0Dr1\":[\"Erreur lors du clonage du projet\"],\"AEkJ6x\":[\"Erreur lors de la création du rapport\"],\"edh3aY\":[\"Erreur lors du chargement du projet\"],\"4kVRov\":[\"Une erreur s'est produite\"],\"hmk+3M\":[\"Erreur lors du téléchargement de \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Événements\"],\"VFClUG\":[\"Événements à écouter\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Chaque enseignement est traçable. Le rapport relie chaque constat à ce qui a réellement été dit.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Tout semble bon – vous pouvez continuer.\"],\"jqsg/I\":[\"Exemple de payload de webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Quitter le plein écran\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Expérimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorer\"],\"participant.echo.explore\":[\"Explorer\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploration de \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Exporter\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"Externe\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Échec\"],\"bh2Vob\":[\"Échec de l'ajout de la conversation à la discussion\"],\"ajvYcJ\":[\"Échec de l'ajout de la conversation à la discussion\",[\"0\"]],\"g5wCZj\":[\"Échec de l'ajout de conversations au contexte\"],\"pmwvUt\":[\"Échec de l'approbation du résultat. Veuillez réessayer.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Échec de la copie du chat. Veuillez réessayer.\"],\"uvu6eC\":[\"Échec de la copie de la transcription. Réessaie.\"],\"UQ6LqT\":[\"Échec de la création du sujet personnalisé\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Échec de la suppression du sujet personnalisé\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Échec de la suppression de la réponse\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Échec de la fin de la conversation. Veuillez réessayer.\"],\"vx5bTP\":[\"Échec de la génération de \",[\"label\"],\". Veuillez réessayer.\"],\"Fa1ewI\":[\"Impossible de générer le résumé. Réessaie plus tard.\"],\"Z77bMM\":[\"Échec du chargement des webhooks\"],\"T7KYJY\":[\"Échec du marquage de toutes les annonces comme lues\"],\"eGHX/x\":[\"Échec du marquage de l'annonce comme lue\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Échec de la reconnexion. Veuillez recharger la page.\"],\"SVtMXb\":[\"Échec de la régénération du résumé. Veuillez réessayer plus tard.\"],\"h49o9M\":[\"Échec du rechargement. Veuillez réessayer.\"],\"rv8mO7\":[\"Impossible de supprimer l'avatar\"],\"kE1PiG\":[\"Échec de la suppression de la conversation de la discussion\"],\"+piK6h\":[\"Échec de la suppression de la conversation de la discussion\",[\"0\"]],\"P9wLTJ\":[\"Échec de la suppression du logo\"],\"IMUHg3\":[\"Replanification echouee. Veuillez choisir un horaire plus eloigne et reessayer.\"],\"SmP70M\":[\"Échec de la transcription de la conversation. Veuillez réessayer.\"],\"kClMar\":[\"Échec de la révision du résultat. Veuillez réessayer.\"],\"wMEdO3\":[\"Échec de l'arrêt de l'enregistrement lors du changement de périphérique. Veuillez réessayer.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Échec de la mise à jour du sujet personnalisé\"],\"BpuK7o\":[\"Échec de la mise à jour de la base juridique\"],\"Avee+B\":[\"Impossible de mettre à jour le nom\"],\"gnm1CH\":[\"Échec de la mise à jour de l'épingle\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Impossible de télécharger l'avatar\"],\"RW4V7P\":[\"Échec du téléchargement du logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Fonctionnalité bientôt disponible\"],\"YirHq7\":[\"Commentaires\"],\"radRmd\":[\"Portail de commentaires\"],\"2roTVj\":[\"Retour envoyé\"],\"87gcCP\":[\"Le fichier \\\"\",[\"0\"],\"\\\" dépasse la taille maximale de \",[\"1\"],\".\"],\"ena+qV\":[\"Le fichier \\\"\",[\"0\"],\"\\\" a un format non pris en charge. Seuls les fichiers audio sont autorisés.\"],\"LkIAge\":[\"Le fichier \\\"\",[\"0\"],\"\\\" n'est pas un format audio pris en charge. Seuls les fichiers audio sont autorisés.\"],\"RW2aSn\":[\"Le fichier \\\"\",[\"0\"],\"\\\" est trop petit (\",[\"1\"],\"). La taille minimale est de \",[\"2\"],\".\"],\"+aBwxq\":[\"Taille du fichier: Min \",[\"0\"],\", Max \",[\"1\"],\", jusqu'à \",[\"MAX_FILES\"],\" fichiers\"],\"UkgMPE\":[\"Nom du fichier depuis le fichier téléchargé\"],\"5g0xbt\":[\"Filtrer les journaux d'audit par action\"],\"9clinz\":[\"Filtrer les journaux d'audit par collection\"],\"O39Ph0\":[\"Filtrer par action\"],\"DiDNkt\":[\"Filtrer par collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Trouver des contradictions et suggérer des questions de suivi\"],\"participant.button.stop.finish\":[\"Terminer\"],\"participant.button.finish.text.mode\":[\"Terminer\"],\"participant.button.finish\":[\"Terminer\"],\"participant.modal.finish.title.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"4dQFvz\":[\"Terminé\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinq questions rapides, puis vous choisissez un créneau avec l'équipe dembrane. Nous lisons vos réponses avant l'appel et venons avec un plan adapté.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Taille de la police\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Pour les utilisateurs avancés : Une clé secrète pour vérifier l'authenticité du webhook. Nécessaire si votre service de réception requiert une vérification de signature.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"Pour vous\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Mot de passe oublié ?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Français\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcription complète (lorsqu'elle est disponible)\"],\"3qkggm\":[\"Plein écran\"],\"Weq9zb\":[\"Général\"],\"ziAjHi\":[\"Générer\"],\"EIdJgG\":[\"Générer un nouveau rapport\"],\"QsUhrf\":[\"Générer un rapport\"],\"GRy59I\":[\"Générer un résumé d'abord\"],\"MWSGhX\":[\"Générer la bibliothèque\"],\"5SWGxv\":[\"Générer maintenant\"],\"GWUJ9X\":[\"Générer maintenant\"],\"QqIxfi\":[\"Générer un secret\"],\"gitFA/\":[\"Générer un résumé\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Génération du rapport...\"],\"kzY+nd\":[\"Génération du résumé. Patiente un peu...\"],\"hMOYzR\":[\"Génération de votre rapport en cours...\"],\"DDcvSo\":[\"Allemand\"],\"jpNBdT\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"participant.refine.go.deeper.description\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"Pl6LQ+\":[\"Prendre contact\"],\"ZDIydz\":[\"Commencer\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Donnez-moi une liste de 5 à 10 sujets qui sont discutés.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Retour\"],\"participant.concrete.artefact.action.button.go.back\":[\"Retour\"],\"DXr0zk\":[\"Plein écran\"],\"iWpEwy\":[\"Retour à l'accueil\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Aller à la nouvelle conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Bonne réponse\"],\"hjZBYK\":[\"Vous avez deux minutes ? Cinq questions facultatives nous aident à nous préparer.\"],\"5sIEgO\":[\"Vous avez deux minutes ? Cinq questions rapides nous aident à venir préparés, et vous pouvez toutes les passer.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide pour comprendre comment les titres sont générés. Les titres décrivent le sujet de la conversation, pas le participant.\"],\"uMjvI3\":[\"Guider le rapport\"],\"myXGZW\":[\"Guide\"],\"ZqBGoi\":[\"A des artefacts vérifiés\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Aide\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Masqué\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Pépite cachée\"],\"vLyv1R\":[\"Masquer\"],\"eHo/Jc\":[\"Masquer les données\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Masquer les données de révision\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"masquer l'invitation événement dembrane\"],\"V3NvRL\":[\"Masquer l'invitation événement dembrane fait partie d'un forfait payant.\"],\"tn75xn\":[\"Concept spécifique mis en évidence\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Accueil\"],\"Ai2U7L\":[\"Hôte\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Guide de l'hôte\"],\"EW9rvn\":[\"Retour de l'hôte\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Comment ça marche :\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Comment décririez-vous à un collègue ce que vous essayez d'accomplir avec ce projet ?\\n* Quel est l'objectif principal ou la métrique clé\\n* À quoi ressemble le succès\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Je comprends\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifiez les thèmes, sujets et arguments récurrents qui apparaissent de manière cohérente dans les conversations. Analysez leur fréquence, intensité et cohérence. Sortie attendue: 3-7 aspects pour les petits ensembles de données, 5-12 pour les ensembles de données moyens, 8-15 pour les grands ensembles de données. Conseils de traitement: Concentrez-vous sur les motifs distincts qui apparaissent dans de multiples conversations.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si ce que vous avez repéré concerne des données visibles par les mauvaises personnes, un accès dont quelqu'un ne devrait pas disposer, ou une possible faille de sécurité, utilisez plutôt notre <0>formulaire de signalement de sécurité. Il parvient à une autre équipe par une voie plus rapide. Pour toute urgence, envoyez un e-mail à <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si vous êtes satisfait de \",[\"objectLabel\"],\", cliquez sur \\\"Approuver\\\" pour montrer que vous vous sentez entendu.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si vous n'êtes pas sûr, vous n'avez probablement pas besoin de cela encore. Les webhooks sont une fonctionnalité avancée généralement utilisée par les développeurs ou les équipes avec des intégrations personnalisées. Vous pouvez toujours les configurer plus tard.\"],\"hDVOQQ\":[\"Si vous configurez des intégrations webhook, nous aimerions en savoir plus sur votre cas d'utilisation. Nous construisons également des fonctionnalités d'observabilité incluant les journaux d'audit et le suivi de la livraison.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Les images doivent faire moins de \",[\"MAX_FILE_MB\"],\" Mo\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Boîte de réception\"],\"Au/WJO\":[\"Inclure le lien du portail\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect ou inventé\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Perspectives\"],\"MSVCjk\":[\"Instructions pour générer le résultat de la vérification\"],\"fN5mkr\":[\"Intégrations et exportation\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Code invalide. Veuillez en demander un nouveau.\"],\"jLr8VJ\":[\"Identifiants invalides.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Adresse IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"library.not.available.message\":[\"Il semble que la bibliothèque n'est pas disponible pour votre compte. Veuillez demander un accès pour débloquer cette fonctionnalité.\"],\"participant.outcome.error.description\":[\"Nous n'avons pas pu charger ce résultat. Il peut s'agir d'un problème temporaire. Vous pouvez essayer de recharger ou revenir en arrière pour sélectionner un autre sujet.\"],\"5dxEAB\":[\"Il semble que vous n'ayez pas encore de rapport pour ce projet. Générez-en un pour obtenir un aperçu de vos conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Il semble que plusieurs personnes parlent. Prendre des tours nous aidera à entendre tout le monde clairement.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Rejoindre\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un instant\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Parlez ou écrivez naturellement. Votre contribution va directement à notre équipe produit et nous aide vraiment à améliorer dembrane. Nous lisons tout.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Sécurisez l'accès avec un code à usage unique de votre application d'authentification. Activez ou désactivez l'authentification à deux facteurs pour ce compte.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Langue\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Dernièrement enregistré le \",[\"0\"]],\"K7P0jz\":[\"Dernière mise à jour\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Dernier\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"En savoir plus sur les webhooks\"],\"ffCwpJ\":[\"Laisser vide pour conserver l'existant\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Laissez votre adresse e-mail et nous vous recontactons sous un jour au sujet d'un événement avec dembrane.\"],\"J8VWes\":[\"Laissez votre adresse e-mail pour que nous puissions vous contacter.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base juridique\"],\"vRXsmZ\":[\"Base juridique\"],\"CopiEV\":[\"Base juridique enregistrée\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothèque\"],\"library.title\":[\"Bibliothèque\"],\"T50lwc\":[\"Création de la bibliothèque en cours\"],\"gkv8iG\":[\"Plaque d'immatriculation\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Lien\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Lien vers la politique de confidentialité affichée aux participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Direct\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Mode d'exécution de l'agent en direct\"],\"participant.live.audio.level\":[\"Niveau audio en direct:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vue en direct\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Chargement\"],\"participant.verify.instructions.loading\":[\"Chargement\"],\"yQ9yN3\":[\"Chargement des actions...\"],\"participant.concrete.loading.artefact\":[\"Chargement de l'artefact\"],\"JOvnq+\":[\"Chargement des journaux d'audit…\"],\"y+JWgj\":[\"Chargement des collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Chargement des microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Chargement de la transcription...\"],\"3SKW0s\":[\"Chargement des sujets de vérification…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"chargement...\"],\"Z3FXyt\":[\"Chargement...\"],\"Pwqkdw\":[\"Chargement…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Connexion\"],\"LM/dWU\":[\"Connexion | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo supprimé\"],\"MjfaMh\":[\"Logo mis à jour\"],\"nOhz3x\":[\"Déconnexion\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Plus long en premier\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gérer les modèles\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Tout marquer comme lu\"],\"JSxZVX\":[\"Marquer toutes comme lues\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marquer comme lue\"],\"5GPcf9\":[\"Marquer comme non lue\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"Accès MCP\"],\"TJA2es\":[\"Accès MCP | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notes de réunion\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Membres\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"L'accès au microphone est toujours refusé. Veuillez vérifier vos paramètres et réessayer.\"],\"azjxk1\":[\"Ne répond pas à la question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Suivi\"],\"f8jrkd\":[\"autres\"],\"JcD7qf\":[\"Plus d'actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Déplacer\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Déplacer\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Déplacer vers un autre projet\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Déplacer vers un projet\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Doit etre au moins 10 minutes dans le futur\"],\"5hOInR\":[\"Mes accès\"],\"en+4fS\":[\"Mes modèles\"],\"6YtxFj\":[\"Nom\"],\"e3/ja4\":[\"Nom A-Z\"],\"8/brI5\":[\"Le nom est requis\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nom mis à jour\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nom Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nouveau\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nom de la nouvelle conversation\"],\"u2uElg\":[\"Nouvelles conversations ajoutees depuis ce rapport\"],\"library.new.conversations\":[\"De nouvelles conversations ont été ajoutées depuis la génération de la bibliothèque. Régénérez la bibliothèque pour les traiter.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nouveau mot de passe\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"gKi+a/\":[\"Nouveau projet\"],\"wzIR5D\":[\"Nouveau projet | dembrane\"],\"z6wcHz\":[\"Nouveau rapport\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Plus récent en premier\"],\"hXzOVo\":[\"Suivant\"],\"participant.button.next\":[\"Suivant\"],\"participant.verify.selection.button.next\":[\"Suivant\"],\"participant.verify.instructions.button.next\":[\"Suivant\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Non\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Aucune action trouvée\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Pas d'application, pas de matériel. Les participants scannent un QR code et leur téléphone devient le portail.\"],\"Em+3Ls\":[\"Aucun journal d'audit ne correspond aux filtres actuels.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Aucune discussion trouvée. Commencez une discussion en utilisant le bouton \\\"Demander\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Aucune collection trouvée\"],\"zsslJv\":[\"Aucun contenu\"],\"1pZsdx\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"library.no.conversations\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"EtMtH/\":[\"Aucune conversation trouvée.\"],\"BuikQT\":[\"Aucune conversation trouvée. Commencez une conversation en utilisant le lien d'invitation à participer depuis la <0><1>vue d'ensemble du projet.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Aucune conversation n'a été traitée. Cela peut se produire si toutes les conversations sont déjà dans le contexte ou ne correspondent pas aux filtres sélectionnés.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Pas encore de conversations. Vous pouvez planifier un rapport maintenant et les conversations seront incluses une fois ajoutees.\"],\"oaDwXD\":[\"Aucune valeur par défaut définie (gestion client s'applique)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Pas encore de retours.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"Aucun résultat\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Aucun nouveau feedback détecté encore. Veuillez continuer votre discussion et réessayer bientôt.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Personne dans l'organisation pour l'instant.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Aucun projet trouvé \",[\"0\"]],\"y29l+b\":[\"Aucun projet trouvé pour ce terme de recherche\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Aucun rapport trouvé\"],\"1iQvuD\":[\"Pas encore de rapports\"],\"Ev2r9A\":[\"Aucun résultat\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Aucune étiquette trouvée\"],\"LcBe0w\":[\"Aucune étiquette n'a encore été ajoutée à ce projet. Ajoutez une étiquette en utilisant le champ de texte ci-dessus pour commencer.\"],\"KE6RCJ\":[\"Aucun modèle ne correspond à {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Aucune transcription disponible\"],\"vq+6l+\":[\"Aucune transcription n'existe pour cette conversation. Veuillez vérifier plus tard.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Aucun fichier audio valide n'a été sélectionné. Veuillez sélectionner uniquement des fichiers audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Aucun sujet de vérification n'est configuré pour ce projet.\"],\"pdWSGS\":[\"Aucun sujet de vérification disponible.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Aucun webhook configuré\"],\"/PUkCU\":[\"Aucun webhook trouvé\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Non ajoutées\"],\"OJx3wK\":[\"Non disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Rien de nouveau de dembrane pour le moment.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notifier les participants lorsqu'un rapport est publié.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Plus ancien en premier\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Une fois que vous avez discuté, appuyez sur \\\"réviser\\\" pour que \",[\"objectLabel\"],\" change afin de refléter votre discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Une fois que vous recevez \",[\"objectLabel\"],\", lisez-le à haute voix et partagez à haute voix ce que vous souhaitez modifier, le cas échéant.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En cours\"],\"conversation.ongoing\":[\"En cours\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Modifiez uniquement ce paramètre en consultation avec la(les) personne(s) responsable(s) de la protection des données dans votre organisation.\"],\"z7dMhl\":[\"Seules les images peuvent être jointes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Seuls les administrateurs de l'espace de travail peuvent modifier la base juridique.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Il semble que l'accès au microphone ait été refusé. Pas d'inquiétude ! Nous avons un guide de dépannage pratique pour vous. N'hésitez pas à le consulter. Une fois le problème résolu, revenez sur cette page pour vérifier si votre microphone est prêt.\"],\"1TNIig\":[\"Ouvrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Voir l'enregistrement\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Ouvrir le guide de dépannage\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Ouvrez votre application d'authentification et entrez le code actuel à six chiffres.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optionnel\"],\"ZFIvWo\":[\"Optionnel (retour à l'anglais)\"],\"V44CS4\":[\"Champ optionnel sur la page de démarrage\"],\"bkndzy\":[\"Champ optionnel sur la page de remerciements\"],\"xam4uE\":[\"Question facultative \",[\"0\"],\" sur \",[\"1\"]],\"S2LyUK\":[\"Question facultative \",[\"0\"],\" sur \",[\"1\"],\". Passez ce que vous voulez.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"ou\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Ou preferer discuter directement ?\"],\"1h45Hu\":[\"Ou écrivez le vôtre\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Autre\"],\"GC75c7\":[\"Résultat approuvé avec succès !\"],\"QLXrh9\":[\"Résultat rechargé avec succès !\"],\"LJg1UW\":[\"Résultat revu avec succès !\"],\"df3S+R\":[\"Résultat mis à jour !\"],\"1fjbvD\":[\"résultats\"],\"ZU3zZC\":[\"Résultats\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Remplacée pour ce projet\"],\"AR/qbs\":[\"Remplacer pour ce projet\"],\"6/dCYd\":[\"Aperçu\"],\"/fAXQQ\":[\"Vue d’ensemble - Thèmes et patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenu de la page\"],\"8F1i42\":[\"Page non trouvée\"],\"6+Py7/\":[\"Titre de la page\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Email du participant\"],\"WdEzKM\":[\"Emails du participant\"],\"Uc9fP1\":[\"Fonctionnalités participant\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nom et email du participant\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Les participants pourront sélectionner des étiquettes lors de la création de conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Mot de passe\"],\"zJx6Vx\":[\"Mot de passe modifié\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Les mots de passe ne correspondent pas\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Mettre en pause la lecture\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"En attente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Action en attente\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"zmwvG2\":[\"Téléphone\"],\"B8mlc2\":[\"Choisir une date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Choisir un créneau maintenant\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Choisis l’approche qui correspond à ta question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Épingler\"],\"u8qC4w\":[\"Épingler le projet\"],\"S+WiJ3\":[\"Épinglez des modèles ici pour un accès rapide.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Épinglés est plein (max 5)\"],\"EC6BHi\":[\"Projets épinglés\"],\"RimR35\":[\"Modèles épinglés\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Prévu\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Veuillez autoriser l'accès au microphone pour démarrer le test.\"],\"SQSc5o\":[\"Veuillez vérifier plus tard ou contacter le propriétaire du projet pour plus d'informations.\"],\"T8REcf\":[\"Veuillez vérifier vos entrées pour les erreurs.\"],\"n6oAnk\":[\"Veuillez activer la participation pour activer le partage\"],\"fwrPh4\":[\"Veuillez entrer une adresse e-mail valide.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement)\"],\"Lu1j4b\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement).\\nVotre transcription sera anonymisée et votre hôte ne pourra pas écouter votre enregistrement.\"],\"library.processing.request\":[\"Bibliothèque en cours de traitement\"],\"04DMtb\":[\"Veuillez patienter pendant que nous traitons votre demande de retranscription. Vous serez redirigé vers la nouvelle conversation lorsque prêt.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG ou WebP. Sera recadré en cercle.\"],\"jjdudv\":[\"Mauvaise réponse\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenu du Portail\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Éditeur du portail\"],\"qVypVJ\":[\"Éditeur de Portail\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Préparation de votre expérience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Aperçu : Le rapide brun fox saute sur le chien paresseux.\"],\"DHhJ7s\":[\"Précédent\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimer / Enregistrer PDF\"],\"S8ugMC\":[\"Imprimer le rapport\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la politique de confidentialité\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuer\"],\"select.all.modal.proceed\":[\"Continuer\"],\"select.all.modal.loading.description\":[\"Traitement de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" et ajout à votre chat\"],\"gzGDMM\":[\"Traitement de votre demande de retranscription...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Projet\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projet créé\"],\"zjTrs1\":[\"Valeur par défaut du projet : activé. Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Bibliothèque de projet | dembrane\"],\"QDjWwu\":[\"Résumé Meta du Projet\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nom du projet\"],\"3gh0L6\":[\"Nom et ID du projet\"],\"6Z2q2Y\":[\"Le nom du projet doit comporter au moins 4 caractères\"],\"n7JQEk\":[\"Projet introuvable\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Aperçu du projet | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Paramètres du projet\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projets\"],\"DK5DV3\":[\"Projets | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Fournissez un aperçu des sujets principaux et des thèmes récurrents\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publier\"],\"vsX8VJ\":[\"Publiez ce rapport d'abord pour afficher le lien du portail\"],\"IHzoSN\":[\"Publiez ce rapport pour obtenir un lien de partage\"],\"u3wRF+\":[\"Publié\"],\"E7YTYP\":[\"Récupère les citations les plus marquantes de cette session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Évaluation\"],\"wr9IYa\":[\"Ressaisir le nouveau mot de passe\"],\"0ZBIgY\":[\"Réutiliser les paramètres d'un webhook existant\"],\"Z5Tlsx\":[\"Contactez-moi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Lire à haute voix\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Prêt à commencer\"],\"ShoKlK\":[\"Prêt à connecter vos outils ? Ajoutez un webhook pour recevoir automatiquement les données de conversation lorsque des événements se produisent.\"],\"VJScHU\":[\"Motif\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Applications recommandées\"],\"participant.button.s3check.reconnect\":[\"Reconnecter\"],\"participant.button.interruption.reconnect\":[\"Reconnecter\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Enregistrer\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Enregistrer une autre conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Enregistrement interrompu\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Enregistrement en pause\"],\"/l7qFE\":[\"Enregistrement démarré\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recréer la vue\"],\"view.recreate.modal.title\":[\"Recréer la vue\"],\"CqnkB0\":[\"Thèmes récurrents\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Références\"],\"lCF0wC\":[\"Actualiser\"],\"ZMXpAp\":[\"Actualiser les journaux d'audit\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Régénérer\"],\"PpFJd2\":[\"Régénérer le résumé\"],\"bluvj0\":[\"Régénérer le résumé\"],\"participant.regenerating.outcome\":[\"Régénération du résultat\"],\"oYlYU+\":[\"Régénération du résumé. Patiente un peu...\"],\"HPitDS\":[\"S'enregistrer | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recharger la page\"],\"participant.button.reload.page.text.mode\":[\"Recharger la page\"],\"participant.button.reload\":[\"Recharger la page\"],\"participant.concrete.artefact.action.button.reload\":[\"Recharger la page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Rappeler aux utilisateurs de vérifier avant de finir\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Supprimer\"],\"w61W3L\":[\"Supprimer \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Supprimer l'avatar\"],\"Kl7//J\":[\"Supprimer l'e-mail\"],\"cILfnJ\":[\"Supprimer le fichier\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Supprimer de cette conversation\"],\"O90CN2\":[\"Supprimer le logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Supprimer le remplacement\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renommer\"],\"6PsaMr\":[\"Renommer le chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Enregistrement\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de réponse\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport déjà en cours de génération\"],\"Q3LOVJ\":[\"Signaler un problème\"],\"DUmD+q\":[\"Rapport créé - \",[\"0\"]],\"hh/mvZ\":[\"Génération du rapport annulée\"],\"sSy8vA\":[\"Génération du rapport en cours...\"],\"v7O77U\":[\"La génération du rapport a été annulée. Vous pouvez démarrer un nouveau rapport ci-dessous.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notifications de rapports\"],\"M9snPp\":[\"Rapport programmé\"],\"6g+4DA\":[\"Signalement envoyé. Merci\"],\"u9r3Di\":[\"Les modèles de rapport sont sur notre feuille de route.\"],\"lNo4U2\":[\"Rapport mis à jour - \",[\"0\"]],\"t9yxlZ\":[\"Rapports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Demander l'accès\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Demander le Réinitialisation du Mot de Passe\"],\"8H5nRH\":[\"Demander le Réinitialisation du Mot de Passe | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Accès au microphone en cours...\"],\"TMLAx2\":[\"Requis\"],\"0Hf+6m\":[\"Requiert \\\"Demander l'email ?\\\" pour être activé\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogrammer\"],\"6eIR/n\":[\"Replanifier pour\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Réinitialiser\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Réinitialiser le Mot de Passe\"],\"9uplIY\":[\"Réinitialiser le Mot de Passe | dembrane\"],\"L+rMC9\":[\"Réinitialiser aux paramètres par défaut\"],\"kX8Fjz\":[\"Retour sur la réponse\"],\"Sa5FCh\":[\"Des résultats avant le départ des participants. Nous analysons en direct et présentons dans la salle.\"],\"participant.button.stop.resume\":[\"Reprendre\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Rétranscrire\"],\"ehyRtB\":[\"Rétranscrire la conversation\"],\"1JHQpP\":[\"Rétranscrire la conversation\"],\"+gmVxi\":[\"La rétranscrire n'est pas disponible pour les conversations anonymisées\"],\"MXwASV\":[\"La rétranscrire a commencé. La nouvelle conversation sera disponible bientôt.\"],\"6gRgw8\":[\"Réessayer\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Réessayer le téléchargement\"],\"2fCpt5\":[\"Retour à l'accueil\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Examinez l'activité de votre espace de travail. Filtrez par collection ou action, et exportez la vue actuelle pour une investigation plus approfondie.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Examiner les fichiers avant le téléchargement\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Examiner le statut de traitement pour chaque conversation collectée dans ce projet.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Réviser\"],\"OG3mVO\":[\"Révision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Cliquez avec le bouton droit pour mettre en évidence\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Lignes par page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organiser un événement avec dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Enregistrer\"],\"participant.concrete.action.button.save\":[\"Enregistrer\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Enregistrer comme modèle\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Enregistrer les modifications\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Erreur lors de l'enregistrement !\"],\"5dVjYt\":[\"Enregistrer le modèle\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Enregistrement...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannez le code QR ou copiez le secret dans votre application.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planifier\"],\"wCGy0o\":[\"Programmer le rapport\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Défiler vers le bas\"],\"A1taO8\":[\"Rechercher\"],\"select.all.modal.loading.search\":[\"Rechercher\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Recherchez et sélectionnez les conversations pour ce chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Rechercher des conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Rechercher des projets\"],\"I0hU01\":[\"Rechercher des projets\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Rechercher des projets...\"],\"5WYZKZ\":[\"Résultats de recherche\"],\"lnWve4\":[\"Rechercher des tags\"],\"pECIKL\":[\"Rechercher des templates...\"],\"select.all.modal.search.text\":[\"Texte de recherche :\"],\"nhvuQF\":[\"Rechercher des webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Recherché parmi les sources les plus pertinentes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Recherche en cours…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copié\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"À bientôt\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Sélectionner un microphone\"],\"s5OrCL\":[\"Sélectionner un webhook à cloner\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Tout sélectionner\"],\"+fRipn\":[\"Tout sélectionner (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Sélectionner tous les résultats\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Sélectionner au moins un événement\"],\"d3O/ZP\":[\"Sélectionner au moins un autre sujet avant de supprimer celui-ci\"],\"NK2YNj\":[\"Sélectionner les fichiers audio à télécharger\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Sélectionne des conversations et trouve des citations précises\"],\"LyHz7Q\":[\"Sélectionne des conversations dans la barre latérale\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Sélectionner un projet\"],\"ekUnNJ\":[\"Sélectionner les étiquettes\"],\"CG1cTZ\":[\"Sélectionnez les instructions qui seront affichées aux participants lorsqu'ils commencent une conversation\"],\"qxzrcD\":[\"Sélectionnez le type de retour ou de participation que vous souhaitez encourager.\"],\"QdpRMY\":[\"Sélectionner le tutoriel\"],\"Dh99yE\":[\"Selectionnez jusqu'a 2 axes de focus pour votre rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Sélectionnez les sujets que les participants peuvent utiliser pour \\\"Vérifier\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Sélectionner votre microphone:\"],\"gU5H9I\":[\"Fichiers sélectionnés (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Microphone sélectionné\"],\"tP/pEQ\":[\"Sélection trop grande\"],\"select.all.modal.context.limit.reached\":[\"Sélection trop grande. Certaines conversations n'ont pas été ajoutées.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Envoyer\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Envoyer le signalement\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Envoyer des notifications Slack/Teams lorsque de nouvelles conversations sont terminées\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nom de la Séance\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Configurer l'espace de travail\"],\"J4TuIW\":[\"Configurer votre première organisation\"],\"aBwEIZ\":[\"Configurer votre organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Paramètres\"],\"participant.settings.modal.title\":[\"Paramètres\"],\"BVRW7i\":[\"Paramètres | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Configuration\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Partager le rapport\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Partager vos informations ici\"],\"nnWGzO\":[\"Partagez vos idées avec notre équipe\"],\"4o0klJ\":[\"Partagez votre voix en scannant le code QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Plus court en premier\"],\"8vETh9\":[\"Afficher\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Afficher le lecteur audio\"],\"pzaNzD\":[\"Afficher les données\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Afficher les adresses IP\"],\"6lGV3K\":[\"Afficher moins\"],\"fMPkxb\":[\"Afficher plus\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Afficher les références\"],\"OV2iSn\":[\"Afficher les données de révision\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Afficher l'invitation\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Affichage de \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" sur \",[\"totalItems\"],\" entrées\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" sur \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Affichage de votre dernier rapport terminé.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Passer\"],\"participant.button.verify_prompt.skip\":[\"Passer\"],\"participant.mic.check.button.skip\":[\"Passer\"],\"select.all.modal.context.limit.reached.description\":[\"Ignorées car la sélection était trop grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Communauté Slack\"],\"BmukMD\":[\"Pour que nous puissions vous envoyer les détails de l'appel.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Certains fichiers ont déjà été sélectionnés et ne seront pas ajoutés deux fois.\"],\"select.all.modal.skip.disclaimer\":[\"Certaines peuvent être ignorées (pas de transcription ou sélection trop grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegardé tant que ce problème ne sera pas résolu.\"],\"nwtY4N\":[\"Une erreur s'est produite\"],\"participant.conversation.error.text.mode\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"participant.conversation.error\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"mwpVVD\":[\"Un problème est survenu lors de la génération de votre dernier rapport.\"],\"2WNFmv\":[\"Un problème est survenu lors de la génération de votre rapport.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Une erreur s'est produite lors de l'exportation des journaux d'audit.\"],\"q9A2tm\":[\"Une erreur s'est produite lors de la génération du secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Quelque chose s'est mal passé. Veuillez réessayer en appuyant sur le bouton <0>Explorer, ou contactez le support si le problème persiste.\"],\"fWsBTs\":[\"Une erreur s'est produite. Veuillez réessayer.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Désolé, nous ne pouvons pas traiter cette demande en raison de la politique de contenu du fournisseur de LLM.\"],\"f6Hub0\":[\"Trier\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Espagnol\"],\"z5/5iO\":[\"Contexte spécifique\"],\"mORM2E\":[\"Détails précis\"],\"Etejcu\":[\"Détails précis - Conversations sélectionnées\"],\"uXsB4R\":[\"Équipe dembrane\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Commencer de zéro\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Commencer une nouvelle conversation\"],\"participant.button.start.new.conversation\":[\"Commencer une nouvelle conversation\"],\"i88wdJ\":[\"Recommencer\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Statut\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Arrêter\"],\"participant.button.stop\":[\"Arrêter\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planification Stratégique\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Soumettre\"],\"participant.button.submit.text.mode\":[\"Envoyer\"],\"zzDlyQ\":[\"Succès\"],\"aG+cH9\":[\"Suggérer des suggestions dynamiques basées sur votre conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggéré:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Résumer\"],\"5Y4tAB\":[\"Résume cet entretien en un article partageable\"],\"dXoieq\":[\"Résumé\"],\"+bZY9/\":[\"Résumé (lorsqu'il est disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Le résumé sera disponible une fois la conversation transcrite.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formats supportés: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Volontiers\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Passer à la saisie de texte\"],\"5dzzI6\":[\"La désactiver fait partie d'un forfait payant.\"],\"D+NlUC\":[\"Système\"],\"woaefe\":[\"Valeur par défaut du système\"],\"InGQz2\":[\"État du système\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Étiquettes\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Parlez-nous de l'événement que vous avez en tête.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template appliqué\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nom du template\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Modèles\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Tester le webhook\"],\"xeiujy\":[\"Texte\"],\"CPN34F\":[\"Merci pour votre participation !\"],\"u+Whi9\":[\"Contenu de la page Merci\"],\"1LLF3Z\":[\"Merci !\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Merci, nous vous recontactons sous un jour.\"],\"2yHHa6\":[\"Ce code n'a pas fonctionné. Réessayez avec un nouveau code de votre application d'authentification.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Cela ne ressemble pas à une adresse e-mail.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"C'est tout, merci\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Le calendrier n'a pas pu se charger ici. Choisissez un créneau sur cal.com, ou écrivez-nous à info@dembrane.com.\"],\"TQCE79\":[\"Le code n'a pas fonctionné, veuillez réessayer.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"participant.conversation.error.loading\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"L'endpoint où nous enverrons les données. Obtenez cela de votre service de réception (par exemple, Zapier, Make, ou votre propre serveur).\"],\"Jo19Pu\":[\"Les conversations suivantes ont été automatiquement ajoutées au contexte\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Le rapport peut démarrer jusqu'à 5 minutes après l'heure choisie.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Le résumé est en cours de génération. Attends qu’il soit disponible.\"],\"+AT8nl\":[\"Le résumé est en cours de régénération. Attends qu’il soit disponible.\"],\"9DPC4t\":[\"La page de remerciement se termine par une carte invitant les participants à organiser leur propre événement avec dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"L'URL du webhook et les événements seront clonés. Vous devrez entrer à nouveau le secret si un était configuré.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Thème\"],\"tn4pEQ\":[\"Bienvenue\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Il y avait une erreur lors du clonage de votre projet. Veuillez réessayer ou contacter le support.\"],\"JDFjCg\":[\"Il y avait une erreur lors de la création de votre rapport. Veuillez réessayer ou contacter le support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Ces conversations ont été exclues en raison de transcriptions manquantes.\"],\"8xYB4s\":[\"Ces modèles de vue par défaut seront générés lorsque vous créerez votre première bibliothèque.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Réflexion en cours...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Cela peut se produire lorsqu'un VPN ou un pare-feu bloque la connexion. Essayez de désactiver votre VPN, de passer à un autre réseau (par ex. partage de connexion mobile) ou contactez votre service informatique pour obtenir de l'aide.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Cette conversation a les copies suivantes :\"],\"conversation.linking_conversations.description\":[\"Cette conversation est une copie de\"],\"SzU1mG\":[\"Cette e-mail est déjà dans la liste.\"],\"participant.modal.refine.info.available.in\":[\"Cette fonctionnalité sera disponible dans \",[\"remainingTime\"],\" secondes.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Ces informations sont anonymisées\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Cette est une vue en direct du portail du participant. Vous devrez actualiser la page pour voir les dernières modifications.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"C'est un exemple des données JSON envoyées à votre URL de webhook lorsqu'une conversation est résumée.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Le traitement basé sur le consentement est défini sans lien vers la politique de confidentialité. Ajoutez-en un pour que ce réglage reste valide : les participants doivent pouvoir lire la politique de confidentialité.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothèque\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Cette langue sera utilisée pour le Portail du participant.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Cette page est affichée après que le participant ait terminé la conversation.\"],\"1gmHmj\":[\"Cette page est affichée aux participants lorsqu'ils commencent une conversation après avoir réussi à suivre le tutoriel.\"],\"+9D2sa\":[\"Cette partie de la page n'a pas pu se charger. Recharger la page règle souvent le problème. Si cela continue, revenez à l'accueil.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Ce projet suivra alors le réglage hérité : \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Cette prompt guide comment l'IA répond aux participants. Personnalisez-la pour former le type de feedback ou d'engagement que vous souhaitez encourager.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Ce rapport n'est pas encore disponible. \"],\"GQTpnY\":[\"Ce rapport a été ouvert par \",[\"0\"],\" personnes\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Ce titre est affiché aux participants lorsqu'ils commencent une conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Cela effacera votre entrée actuelle. Êtes-vous sûr ?\"],\"NrRH+W\":[\"Cela créera une copie du projet actuel. Seuls les paramètres et les étiquettes sont copiés. Les rapports, les chats et les conversations ne sont pas inclus dans le clonage. Vous serez redirigé vers le nouveau projet après le clonage.\"],\"hsNXnX\":[\"Cela créera une nouvelle conversation avec la même audio mais une transcription fraîche. La conversation d'origine restera inchangée.\"],\"add.tag.filter.modal.info\":[\"Cela filtrera la liste de conversations pour afficher les conversations avec cette étiquette.\"],\"participant.concrete.regenerating.artefact.description\":[\"Cela ne prendra que quelques instants\"],\"participant.concrete.loading.artefact.description\":[\"Cela ne prendra qu'un instant\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Cet espace de travail a utilisé ses heures d'enregistrement. Passez à une offre supérieure pour continuer à utiliser la voix.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pouce vers le bas\"],\"Nuw8ty\":[\"Pouce vers le haut\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Heure\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Horodatage\"],\"XSqo4Y\":[\"Horodatages et durée\"],\"rm2Cxd\":[\"Conseil\"],\"fEocaE\":[\"Conseil : Utilisez le bouton de lecture (▶) pour envoyer un payload de test à votre webhook et vérifier qu'il fonctionne correctement.\"],\"Zb3ANR\":[\"Astuce : Vous pouvez aussi créer un modèle à partir de n'importe quel message de chat que vous envoyez, ou dupliquer un modèle existant.\"],\"MHrjPM\":[\"Titre\"],\"1xkgU6\":[\"Titre auto-généré\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Pour nous aider à agir, essayez d'inclure où cela s'est produit et ce que vous essayiez de faire. Pour les bugs, dites-nous ce qui s'est mal passé. Pour les idées, dites-nous quel besoin cela résoudrait pour vous.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Trop grande\"],\"yIsdT7\":[\"Trop long\"],\"qgwLj6\":[\"Trop long ou confus\"],\"lcsUaI\":[\"Trop de signalements. Patientez quelques minutes puis réessayez\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Sujet créé avec succès\"],\"Sawj4V\":[\"Sujet supprimé avec succès\"],\"xcp3ny\":[\"Étiquette de sujet\"],\"vQoAht\":[\"Sujet mis à jour avec succès\"],\"th8cMZ\":[\"Titre basé sur le sujet décrivant ce qui a été discuté\"],\"sFMBP5\":[\"Sujets\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Formation\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Formation requise pour une utilisation à haut risque\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcription en cours...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcription\"],\"hfpzKV\":[\"Transcription copiée dans le presse-papiers\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformez ce contenu en insights qui ont vraiment de l'importance. Veuillez :\\n\\nExtrayez les idées essentielles qui contredisent le pensée standard\\nÉcrivez comme quelqu'un qui comprend les nuances, pas un manuel\\nFocalisez-vous sur les implications non évidentes\\nRestez concentré et substantiel\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si le contenu ne contient aucun insight substantiel, veuillez me le signaler, nous avons besoin de matériel de source plus fort.\"],\"uK9JLu\":[\"Transformez cette discussion en intelligence actionnable. Veuillez :\\nCapturez les implications stratégiques, pas seulement les points de vue\\nStructurez-le comme un analyse d'un leader, pas des minutes\\nSurmontez les points de vue standard\\nFocalisez-vous sur les insights qui conduisent à des changements réels\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si la discussion manque de points de décision substantiels ou d'insights, veuillez le signaler pour une exploration plus approfondie la prochaine fois.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Déclencher des workflows automatisés dans des outils comme Zapier, Make, ou n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Tu peux demander\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Essayez de vous rapprocher un peu plus de votre microphone pour une meilleure qualité audio.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Désactiver\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Désactiver l'anonymisation ?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"La désactivation de l'anonymisation pendant les enregistrements en cours peut avoir des conséquences inattendues. Les conversations actives seront également affectées en cours d'enregistrement. Veuillez utiliser cette option avec prudence.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Authentification à deux facteurs\"],\"NwChk2\":[\"Authentification à deux facteurs désactivée\"],\"qwpE/S\":[\"Authentification à deux facteurs activée\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Tapez un message ou appuyez sur / pour les templates...\"],\"EvmL3X\":[\"Tapez votre réponse ici\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"MksxNf\":[\"Impossible de charger les journaux d'audit.\"],\"participant.outcome.error.title\":[\"Impossible de charger le résultat\"],\"59QK2U\":[\"Impossible de charger le résultat généré. Veuillez réessayer.\"],\"nGxDbq\":[\"Impossible de traiter ce fragment\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Annuler\"],\"Ef7StM\":[\"Inconnu\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Raison inconnue\"],\"nWMRxa\":[\"Détacher\"],\"vSdeRU\":[\"Désépinglez d'abord un projet (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Désépinglez d'abord un projet (max 3)\"],\"dx+iaL\":[\"Désépingler le projet\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Modifications non enregistrées\"],\"SMaFdc\":[\"Se désabonner\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Sans titre\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversation sans titre\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Rapport sans titre\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Jusqu'à \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Jusqu'à \",[\"MAX_MESSAGE_CHARS\"],\" caractères\"],\"EkH9pt\":[\"Mettre à jour\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Mises à jour\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Télécharger\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Télécharger un avatar\"],\"kV3A2a\":[\"Téléchargement terminé\"],\"4Fr6DA\":[\"Télécharger des conversations\"],\"pZq3aX\":[\"Le téléchargement a échoué. Veuillez réessayer.\"],\"HAKBY9\":[\"Télécharger les fichiers\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Téléchargement des fichiers audio...\"],\"participant.modal.uploading\":[\"Envoi de l'audio...\"],\"participant.modal.interruption.uploading\":[\"Envoi de l'audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"L'URL est requise\"],\"3VnYUR\":[\"L'URL doit commencer par http:// ou https://\"],\"7FaY4u\":[\"Utilisation\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Utilisation et facturation\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Utiliser la valeur héritée\"],\"ngdRFH\":[\"Utilisez Shift + Entrée pour ajouter une nouvelle ligne\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"Paramètres utilisateur\"],\"7sNhEz\":[\"Nom d'utilisateur\"],\"1Nt3Kg\":[\"Utilisation du logo dembrane par défaut\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Utilisez des webhooks ? Nous aimerions en savoir plus sur votre cas d'utilisation\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Rappel de vérification\"],\"participant.banner.verification_required\":[\"Vérification requise\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Vérifié\"],\"select.all.modal.loading.verified\":[\"Vérifié\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Vérifié\"],\"Iv1iWN\":[\"artefacts vérifiés\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Vérifier\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Vérifier\"],\"participant.echo.verify\":[\"Vérifier\"],\"4LFZoj\":[\"Vérifier le code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Sujets de vérification\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vue\"],\"SZw9tS\":[\"Voir les détails\"],\"95YFbG\":[\"Voir un exemple de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Voir vos réponses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"En attente de la fin des conversations avant de générer un rapport.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Envie d'organiser un événement avec dembrane ?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Nous apportons l'outil et l'équipe, de l'appel de cadrage au rapport. Éprouvé sur plus de 1000 événements.\"],\"participant.alert.microphone.access.issue\":[\"Nous ne pouvons pas vous entendre. Veuillez essayer de changer de microphone ou de vous rapprocher un peu plus de l'appareil.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Nous n'avons pas pu désactiver l'authentification à deux facteurs. Réessayez avec un nouveau code.\"],\"sM2pBB\":[\"Nous n'avons pas pu activer l'authentification à deux facteurs. Vérifiez votre code et réessayez.\"],\"mW8QSA\":[\"Nous n'avons pas trouvé la page que vous cherchiez. Elle a peut-être été déplacée.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Nous avons besoin d'un peu plus de contexte pour vous aider à utiliser ECHO efficacement. Veuillez continuer à enregistrer afin que nous puissions fournir de meilleures suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ?\"],\"8RY8RU\":[\"Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ? Le calendrier est juste ici.\"],\"dni8nq\":[\"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.\"],\"FXjsEJ\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez <0>Signaler un problème pour l'envoyer avec des captures d'écran.\"],\"XolQc4\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez Signaler un problème dans la barre latérale pour l'envoyer avec des captures d'écran.\"],\"participant.test.microphone.description\":[\"Nous testerons votre microphone pour vous assurer la meilleure expérience pour tout le monde dans la session.\"],\"+eLc52\":[\"Nous entendons un peu de silence. Essayez de parler plus fort pour que votre voix soit claire.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL du webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Les webhooks sont des messages automatisés envoyés d'une application à une autre lorsqu'un événement se produit. Pensez à eux comme à un \\\"système de notification\\\" pour vos autres outils.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenue\"],\"9eF5oV\":[\"Bon retour\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Bienvenue sur dembrane!\"],\"u4aLOz\":[\"Bienvenue en mode Vue d’ensemble ! J’ai chargé les résumés de toutes tes conversations. Pose-moi des questions sur les tendances, thèmes et insights de tes données. Pour des citations exactes, démarre un nouveau chat en mode Contexte précis.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Bienvenue !\"],\"RL57XM\":[\"Qu'est-ce que les webhooks ? (2 min de lecture)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Quelles données sont envoyées ?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Que souhaitez-vous vérifier ?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Que s'est-il passé ? Collez une capture d'écran ici pour la joindre\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Que doit ECHO analyser ou générer à partir des conversations ?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Qu'est-ce qui n'a pas marché ?\"],\"qGrqH9\":[\"Quels ont été les moments clés de cette conversation ?\"],\"FXZcgH\":[\"Qu’est-ce que tu veux explorer ?\"],\"3ePd3I\":[\"Nouveautés\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Lorsqu'un participant ouvre le portail, entre ses détails et commence une conversation\"],\"myUTw1\":[\"Lorsqu'un rapport a été généré pour le projet\"],\"7t3vo1\":[\"Lorsque tout l'audio a été converti en texte et que le transcript complet est disponible\"],\"N0GETg\":[\"Quand sont déclenchés les webhooks ?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Lorsqu'il est activé, tous les nouveaux transcriptions auront des informations personnelles (noms, emails, numéros de téléphone, adresses) remplacées par des placeholders. Les conversations anonymisées désactivent également la lecture de l'audio, le téléchargement de l'audio et la rétranscrire pour protéger la confidentialité des participants. Cela ne peut pas être annulé pour les conversations déjà traitées.\"],\"MEmr1I\":[\"Lorsque vous terminez la conversation, les participants qui n'ont pas encore vérifié seront invités à vérifier ou à sauter\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Quand le rapport doit-il être généré ?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Lorsque le résumé est prêt (inclut à la fois le transcript et le résumé)\"],\"Uf3BzE\":[\"Où pouvons-nous vous joindre ?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"sera inclus dans votre rapport\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Espace de travail\"],\"IG4YLy\":[\"Espace de travail / projet\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valeur par défaut de l'espace de travail\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Paramètres de l'espace de travail\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Espaces de travail\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Souhaitez-vous ajouter cette étiquette à vos filtres actuels ?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Langue ou ton incorrect\"],\"MNTYHt\":[\"Mauvaises sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Oui\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Vous\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Vous êtes déjà désinscrit ou votre lien est invalide.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"Vous êtes le propriétaire des données\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail après avoir ajouté vos informations de facturation.\"],\"uGP87g\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail.\"],\"WS92Fk\":[\"Vous pouvez quitter cette page et revenir plus tard. Votre rapport continuera à être généré en arrière-plan.\"],\"E71LBI\":[\"Vous ne pouvez télécharger que jusqu'à \",[\"MAX_FILES\"],\" fichiers à la fois. Seuls les premiers \",[\"0\"],\" fichiers seront ajoutés.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Vous pouvez réessayer ci-dessous.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"Vous avez une invitation en attente\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Vous avez déjà ajouté <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" à ce chat.\"],\"7W35AW\":[\"Vous avez déjà ajouté toutes les conversations liées à ceci\"],\"participant.modal.change.mic.confirmation.text\":[\"Vous avez changé votre microphone. Veuillez cliquer sur \\\"Continuer\\\", pour continuer la session.\"],\"T/Q7jW\":[\"Vous avez été désinscrit avec succès.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Vous n'avez encore vérifié aucun résultat. Souhaitez-vous vérifier avant de terminer ?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Vous pouvez également choisir d'enregistrer une autre conversation.\"],\"yCtSKg\":[\"Vous devez vous connecter avec le même fournisseur que vous avez utilisé pour vous inscrire. Si vous rencontrez des problèmes, veuillez contacter le support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Vous semblez être hors ligne, veuillez vérifier votre connexion internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Vous recevrez bientôt \",[\"objectLabel\"],\" à vérifier.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"Vous êtes à jour.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vous@exemple.fr\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Votre approbation nous aide à comprendre ce que vous pensez vraiment !\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Votre adresse e-mail\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Votre retour et cette réponse sont transmis à l'équipe dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Vos entrées seront automatiquement enregistrées.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La génération de votre dernier rapport a été annulée. Affichage de votre rapport le plus récent.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Votre nom\"],\"VSneAo\":[\"Votre nom, votre e-mail et la page actuelle sont inclus pour que nous puissions vous recontacter.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page.\"],\"wurHZF\":[\"Vos réponses\"],\"B8Q/i2\":[\"Votre vue a été créée. Veuillez patienter pendant que nous traitons et analysons les données.\"],\"library.views.title\":[\"Vos vues\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"Vous n'êtes pas authentifié\"],\"You don't have permission to access this.\":[\"Vous n'avez pas la permission d'accéder à ceci.\"],\"Resource not found\":[\"Ressource non trouvée\"],\"Server error\":[\"Erreur serveur\"],\"Something went wrong\":[\"Une erreur s'est produite\"],\"We're preparing your workspace.\":[\"Nous préparons votre espace de travail.\"],\"Preparing your dashboard\":[\"Préparation de ton dashboard\"],\"Welcome back\":[\"Bon retour\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"La bibliothèque prendra \",[\"duration\"]],\"uDvV8j\":[\" Envoyer\"],\"aMNEbK\":[\" Se désabonner des notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" bientôt disponible\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explorer\\\" bientôt disponible\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Vérifier\\\" bientôt disponible\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(facultatif)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(Vous)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" étiquette\"],\"other\":[\"#\",\" étiquettes\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message de dembrane\"],\"other\":[\"Messages de dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Étiquette :\"],\"other\":[\"Étiquettes :\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" ajoutées\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Modifié le \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" non ajoutées\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" vues\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" conversations • Modifié \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" sélectionné(s)\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Actuellement, \",\"#\",\" conversation est prête à être analysée.\"],\"other\":[\"Actuellement, \",\"#\",\" conversations sont prêtes à être analysées.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" lit actuellement\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" en cours de traitement.\"],\"ZpJ0wx\":[\"*Transcription en cours.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 vue\"],\"AeSuqs\":[\"1. Vous fournissez une URL où vous souhaitez recevoir les notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. Lorsqu'un événement de conversation ou de rapport se produit, nous envoyons automatiquement les données à votre URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Votre système reçoit les données et peut agir sur elles (par exemple, enregistrer dans une base de données, envoyer un e-mail, mettre à jour un tableau de bord)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"Un nom convivial pour identifier ce webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Un nouveau rapport sera automatiquement généré et publié à l'heure prévue.\"],\"zm7GU7\":[\"Un lien vers la politique de confidentialité est obligatoire pour le traitement basé sur le consentement. Il doit commencer par http:// ou https:// et compter au maximum 255 caractères.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"Un rapport est déjà en cours de génération pour ce projet. Veuillez attendre qu'il soit terminé.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Accès\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Compte\"],\"vZEmNi\":[\"Compte et sécurité\"],\"K3wUdw\":[\"Valeur par défaut du compte\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Mot de passe du compte\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action par\"],\"7U5F+i\":[\"Action requise\"],\"UQXw0W\":[\"Action sur\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Filtres actifs\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Ajouter\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Ajouter un contexte supplémentaire (Optionnel)\"],\"Se1KZw\":[\"Ajouter tout ce qui s'applique\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Ajouter des conversations au contexte\"],\"8T7YRB\":[\"Ajoutez d'abord des conversations a votre projet\"],\"LL1rvo\":[\"Ajouter un sujet personnalisé\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Ajouter des images\"],\"1xDwr8\":[\"Ajoutez des termes clés ou des noms propres pour améliorer la qualité et la précision de la transcription.\"],\"ndpRPm\":[\"Ajoutez de nouveaux enregistrements à ce projet. Les fichiers que vous téléchargez ici seront traités et apparaîtront dans les conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Ajouter une étiquette\"],\"add.tag.filter.modal.title\":[\"Ajouter une étiquette aux filtres\"],\"IKoyMv\":[\"Ajouter des étiquettes\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Ajouter aux filtres\"],\"NffMsn\":[\"Ajouter à cette conversation\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Ajouter un sujet\"],\"AHaRrL\":[\"Ajouter des traductions\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Ajouter un webhook\"],\"UZ07em\":[\"Ajouter votre premier webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Ajoutées\"],\"Na90E+\":[\"E-mails ajoutés\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" au chat\"],\"select.all.modal.add.with.filters\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" avec les filtres suivants :\"],\"select.all.modal.add.without.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Ajout de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation supplémentaire\"],\"other\":[\"#\",\" conversations supplémentaires\"]}],\" avec les filtres suivants :\"],\"select.all.modal.loading.title\":[\"Ajout de conversations\"],\"Du6bPw\":[\"Adresse\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Ajuster la taille de la police de base pour l'interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Tableau de bord d'administration\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Avancé\"],\"OaKXud\":[\"Avancé (Astuces et conseils)\"],\"JiIKww\":[\"Paramètres avancés\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Exécution guidée par les outils\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"Tout\"],\"cF7bEt\":[\"Toutes les actions\"],\"O1367B\":[\"Toutes les collections\"],\"gvykaX\":[\"Toutes les conversations\"],\"u/fl/S\":[\"Tous les fichiers ont été téléchargés avec succès.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"Tout lu\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"Tous les modèles\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Permettre aux participants d'utiliser le lien pour démarrer de nouvelles conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Presque terminé\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Déjà ajouté à cette conversation\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Déjà dans le contexte\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"Une notification par e-mail sera envoyée à \",[\"0\"],\" participant\",[\"1\"],\". Voulez-vous continuer ?\"],\"8q/YVi\":[\"Une erreur s'est produite lors du chargement du Portail. Veuillez contacter l'équipe de support.\"],\"XyOToQ\":[\"Une erreur s'est produite.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Une erreur inattendue s'est produite. Recharger la page ou revenir à l'accueil aide souvent.\"],\"F4cOH1\":[\"Langue d'analyse\"],\"ZlwDi6\":[\"Analytique\"],\"1x2m6d\":[\"Analysez ces éléments avec profondeur et nuances. Veuillez :\\n\\nFocaliser sur les connexions inattendues et les contrastes\\nAller au-delà des comparaisons superficieles\\nIdentifier les motifs cachés que la plupart des analyses manquent\\nRester rigoureux dans l'analyse tout en étant engageant\\nUtiliser des exemples qui éclairent des principes plus profonds\\nStructurer l'analyse pour construire une compréhension\\nDessiner des insights qui contredisent les idées conventionnelles\\n\\nNote : Si les similitudes/différences sont trop superficielles, veuillez me le signaler, nous avons besoin de matériel plus complexe à analyser.\"],\"Dzr23X\":[\"Annonces\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymiser la transcription\"],\"gd1W+U\":[\"Anonymiser les transcriptions\"],\"YdiKaK\":[\"conversation anonymisée\"],\"iPiP6k\":[\"Conversation anonymisée\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Autre chose ?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Apparence\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Appliquer\"],\"4TwsNi\":[\"Appliquer le modèle\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approuver\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approuvé\"],\"tq+4rb\":[\"Êtes-vous sûr de vouloir supprimer le webhook \\\"\",[\"0\"],\"\\\" ? Cette action ne peut pas être annulée.\"],\"uqhbrg\":[\"Êtes-vous sûr de vouloir supprimer ce chat ? Cette action est irréversible.\"],\"Q5Z2wp\":[\"Êtes-vous sûr de vouloir supprimer cette conversation ? Cette action ne peut pas être annulée.\"],\"yrk3z3\":[\"Êtes-vous sûr de vouloir supprimer ce sujet personnalisé ? Cette action ne peut pas être annulée.\"],\"YF1Re1\":[\"Êtes-vous sûr de vouloir supprimer ce projet ? Cette action est irréversible.\"],\"ELQ+fw\":[\"Êtes-vous sûr de vouloir supprimer ce rapport ? Cette action est irréversible.\"],\"aUsm4A\":[\"Êtes-vous sûr de vouloir supprimer cette étiquette ? Cela supprimera l'étiquette des conversations existantes qui la contiennent.\"],\"e3BGhi\":[\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action est irréversible.\"],\"participant.modal.finish.message.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"sOql0x\":[\"Êtes-vous sûr de vouloir générer la bibliothèque ? Cela prendra du temps et écrasera vos vues et perspectives actuelles.\"],\"UXCOMn\":[\"Êtes-vous sûr de vouloir régénérer le résumé ? Vous perdrez le résumé actuel.\"],\"ZmeZPn\":[\"Êtes-vous sûr de vouloir supprimer votre avatar ?\"],\"wQ5jM6\":[\"Êtes-vous sûr de vouloir supprimer votre logo personnalisé ? Le logo dembrane par défaut sera utilisé à la place.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Demander\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Demander l'e-mail ?\"],\"Rjlwvz\":[\"Demander le nom ?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"Sélectionne au moins un sujet pour activer la vérification\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention ! Nous avons perdu les 60 dernières secondes de votre enregistrement en raison d'une interruption. Veuillez appuyer sur le bouton ci-dessous pour vous reconnecter.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Le téléchargement de l'audio n'est pas disponible pour les conversations anonymisées\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"La lecture de l'audio n'est pas disponible pour les conversations anonymisées\"],\"IOBCIN\":[\"Conseil audio\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Journaux d'audit\"],\"aL1eBt\":[\"Journaux d'audit exportés en CSV\"],\"mS51hl\":[\"Journaux d'audit exportés en JSON\"],\"z8CQX2\":[\"Code d'authentification\"],\"R+PyK8\":[\"Générer automatiquement les titres\"],\"voAvDv\":[\"Générer automatiquement les titres\"],\"Wrpmw7\":[\"Généré automatiquement ou saisi manuellement\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Générer automatiquement un titre court basé sur le sujet pour chaque conversation après la synthèse. Le titre décrit ce qui a été discuté, pas qui a participé. Le nom original du participant est conservé séparément, s'il a fourni un nom.\"],\"F95AYw\":[\"Enregistrer automatiquement les transcriptions dans votre CRM ou base de données\"],\"zUbSgC\":[\"Envoyer automatiquement les données de conversation à vos autres outils et services lorsque des événements se produisent.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar supprimé\"],\"jSKImf\":[\"Avatar mis à jour\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Retour\"],\"participant.button.back.microphone\":[\"Retour\"],\"participant.button.back\":[\"Retour\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Retour à la sélection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Retour aux modèles\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basique (Diapositives tutorielles essentielles)\"],\"epXTwc\":[\"Paramètres de base\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bêta\"],\"dashboard.dembrane.concrete.beta\":[\"Bêta\"],\"dashboard.dembrane.verify.beta\":[\"Bêta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Facturation\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Prendre rendez-vous\"],\"KKLfx1\":[\"Reservez un appel avec nous\"],\"kFl92P\":[\"Réservez une formation certifiée pour continuer à utiliser dembrane dans des contextes à haut risque.\"],\"IkwW6y\":[\"Réserver un appel découverte\"],\"YgG3yv\":[\"Idées de brainstorming\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Construire des tableaux de bord personnalisés avec des données de conversation en temps réel\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"En supprimant ce projet, vous supprimerez toutes les données associées. Cette action est irréversible. Êtes-vous absolument sûr ?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Annuler\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuler\"],\"participant.concrete.action.button.cancel\":[\"Annuler\"],\"participant.concrete.instructions.button.cancel\":[\"Annuler\"],\"select.all.modal.cancel\":[\"Annuler\"],\"add.tag.filter.modal.cancel\":[\"Annuler\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annuler le remplacement\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Annuler la planification\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Impossible d'ajouter une conversation vide\"],\"SL9Qao\":[\"Impossible de reprogrammer dans les 10 minutes précédant l'heure prévue\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Carte\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Changer de langue\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Changer le mot de passe\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"u0IJto\":[\"Les modifications seront enregistrées automatiquement\"],\"xF/jsW\":[\"Changer de langue pendant une conversation active peut provoquer des résultats inattendus. Il est recommandé de commencer une nouvelle conversation après avoir changé la langue. Êtes-vous sûr de vouloir continuer ?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Discussion\"],\"OqbSPC\":[\"Discussion | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Nom du chat\"],\"8Q+lLG\":[\"Discussions\"],\"chat.accordion.skeleton.title\":[\"Discussions\"],\"project.sidebar.chat.title\":[\"Discussions\"],\"+e4Yxz\":[\"Vérifier l'accès au microphone\"],\"participant.button.check.microphone.access\":[\"Vérifier l'accès au microphone\"],\"WQUm5N\":[\"Vérifiez le texte et les images, puis réessayez\"],\"v4fiSg\":[\"Vérifiez votre e-mail\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choisir un fichier logo\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choisir parmi vos autres projets\"],\"Aoxltn\":[\"Choisir quand vous souhaitez recevoir les notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choisis le thème que tu préfères pour l’interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Effacer la recherche\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Cliquez sur \\\"Télécharger les fichiers\\\" lorsque vous êtes prêt à commencer le processus de téléchargement.\"],\"cwMTjO\":[\"Cliquer pour modifier\"],\"jcSz6S\":[\"Cliquez pour voir les \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Gestion client\"],\"+d+tJS\":[\"Cloner depuis un autre projet\"],\"nCnTY0\":[\"Cloner depuis le projet\"],\"BPrdpc\":[\"Cloner le projet\"],\"9U86tL\":[\"Cloner le projet\"],\"yz7wBu\":[\"Fermer\"],\"select.all.modal.close\":[\"Fermer\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Cas d'utilisation courants :\"],\"Wqc3zS\":[\"Comparer & Contraster\"],\"CfO59/\":[\"Comparer & Contraster Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Terminé\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Continuer\"],\"7VpPHA\":[\"Confirmer\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirmer le nouveau mot de passe\"],\"yjkELF\":[\"Confirmer le nouveau mot de passe\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Publier\"],\"vz1fGK\":[\"Confirmer la reprogrammation\"],\"L0k594\":[\"Confirmez votre mot de passe pour générer un nouveau secret pour votre application d'authentification.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connecter votre agent\"],\"0Nvhtt\":[\"Connecter votre agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connexion aux services de création de rapports...\"],\"wX/BfX\":[\"Connexion saine\"],\"participant.modal.s3check.title\":[\"Problème de connexion\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connexion défectueuse\"],\"l9fkrm\":[\"Consentement\"],\"EhtOYz\":[\"Le traitement basé sur le consentement est actif sans lien vers la politique de confidentialité. Ajoutez-en un là où la base juridique est définie : les participants doivent pouvoir lire la politique de confidentialité.\"],\"mpby9d\":[\"Contacter le support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Contenu\"],\"M73whl\":[\"Contexte\"],\"VHSco4\":[\"Contexte ajouté :\"],\"JX3KT4\":[\"Suggestions contextuelles\"],\"xGVfLh\":[\"Continuer\"],\"participant.button.continue\":[\"Continuer\"],\"participant.ready.to.begin.button.text\":[\"Continuer\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversation\"],\"EiHu8M\":[\"Conversation ajoutée à la discussion\"],\"participant.conversation.ended\":[\"Conversation terminée\"],\"OtdHFE\":[\"Conversation retirée de la discussion\"],\"zTKMNm\":[\"Statut de la conversation\"],\"Rdt7Iv\":[\"Détails du statut de la conversation\"],\"7Ljafh\":[\"Tags de conversation\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Période de repos. Disponible dans \",[\"0\"]],\"6V3Ea3\":[\"Copié\"],\"84o0nc\":[\"Copié depuis la conversation originale\"],\"PiH3UR\":[\"Copié !\"],\"iaPtht\":[\"copie\"],\"he3ygx\":[\"Copier\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copier le lien\"],\"H4brGj\":[\"Copier le lien dans le presse-papiers\"],\"AjrNNs\":[\"Copier le contenu du rapport\"],\"vAkFou\":[\"Copier le secret\"],\"v3StFl\":[\"Copier le résumé\"],\"/4gGIX\":[\"Copier dans le presse-papiers\"],\"RTxUjI\":[\"Copier dans le presse-papiers\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copie en cours...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Votre sélection n'a pas pu être reprise. Sélectionnez à nouveau ci-dessous.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Impossible de copier dans le presse-papiers. Veuillez réessayer.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Impossible d'ouvrir la liste des conversations. Réessayez.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Retour non enregistré\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Impossible d'envoyer le signalement. Réessayez\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Créer\"],\"VW1ecc\":[\"Créer un nouveau webhook à partir de zéro\"],\"oJfYM5\":[\"Créer un brief de recherche à partir des conversations récentes\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Créer une bibliothèque\"],\"T7gFri\":[\"Créer une nouvelle organisation\"],\"library.create.view.modal.title\":[\"Créer une nouvelle vue\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Créer un rapport\"],\"A5hiCy\":[\"Créer un modèle\"],\"library.create.view\":[\"Créer une vue\"],\"3D0MXY\":[\"Créer une vue\"],\"dkAPxi\":[\"Créer un webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Créé le\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Recadrer l'avatar\"],\"udBqWc\":[\"Recadrer l'image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Recadrer le logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Logo actuel\"],\"Pn2B7/\":[\"Mot de passe actuel\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Personnalisé\"],\"o1nIYK\":[\"Nom de fichier personnalisé\"],\"GrXJvi\":[\"Logo personnalisé\"],\"iv5fAO\":[\"Prompt de titre personnalisé\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Zone de danger\"],\"wqCnxg\":[\"URL du tableau de bord (lien direct vers l'aperçu de la conversation)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Date\"],\"ItMGda\":[\"Période\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Par défaut\"],\"ucTqrC\":[\"Par défaut - Pas de tutoriel (Seulement les déclarations de confidentialité)\"],\"K/78Yl\":[\"Déléguer une analyse multi-étapes avec l'exécution en direct des outils\"],\"cnGeoo\":[\"Supprimer\"],\"project.sidebar.chat.delete\":[\"Supprimer la discussion\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Supprimer le chat\"],\"2GCE3m\":[\"Supprimer la conversation\"],\"2DzmAq\":[\"Supprimer la conversation\"],\"j5pYC4\":[\"Supprimer le sujet personnalisé\"],\"mp235G\":[\"Supprimer le projet\"],\"++iDlT\":[\"Supprimer le projet\"],\"rUWrSE\":[\"Supprimer le rapport\"],\"qr0gpK\":[\"Supprimer le tag\"],\"DFjdv0\":[\"Supprimer le modèle\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Supprimé avec succès\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invitation événement dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Décrivez le problème\"],\"Fs/0D5\":[\"Décrivez ce que le modèle de langage doit extraire ou résumer de la conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Détermine la base juridique RGPD selon laquelle les données personnelles sont traitées pour ce projet.\"],\"2rgVKb\":[\"Détermine sous quelle base juridique de GDPR les données personnelles sont traitées. Cette configuration s'applique à tous vos projets et peut être modifiée dans vos paramètres de compte.\"],\"NMz7xK\":[\"Développez un cadre stratégique qui conduit à des résultats significatifs. Veuillez :\\n\\nIdentifier les objectifs clés et leurs interdépendances\\nPlanifier les moyens d'implémentation avec des délais réalistes\\nAnticiper les obstacles potentiels et les stratégies de mitigation\\nDéfinir des indicateurs clairs pour le succès au-delà des indicateurs de vanité\\nMettre en évidence les besoins en ressources et les priorités d'allocation\\nStructurer le plan pour les actions immédiates et la vision à long terme\\nInclure les portes de décision et les points de pivot\\n\\nNote : Concentrez-vous sur les stratégies qui créent des avantages compétitifs durables, pas seulement des améliorations incrémentales.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Désactiver 2FA\"],\"yrMawf\":[\"Désactiver l'authentification à deux facteurs\"],\"E/QGRL\":[\"Désactivé\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Nom d'affichage\"],\"fDGgw4\":[\"Dois-je avoir cela ?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Voulez-vous rester dans la boucle ?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"C'est bon, contactez-moi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Télécharger\"],\"5YVf7S\":[\"Téléchargez toutes les transcriptions de conversations générées pour ce projet.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Télécharger l'audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Télécharger le QR code\"],\"+bBcKo\":[\"Télécharger la transcription\"],\"5XW2u5\":[\"Options de téléchargement de la transcription\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Brouillon des actions suivantes et les organiser par priorité\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Glissez les fichiers audio ici ou cliquez pour sélectionner des fichiers\"],\"KGi3u9\":[\"Glisser pour réorganiser\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Dupliquer\"],\"lkz6PL\":[\"Durée\"],\"KIjvtr\":[\"Néerlandais\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"p. ex. \\\"Focus sur les thèmes de durabilité\\\" ou \\\"Que pensent les participants de la nouvelle politique ?\\\"\"],\"pO9dOq\":[\"par exemple : \\\"Utiliser des phrases adjectivales courtes comme 'Espaces verts urbains' ou 'Emploi des jeunes'. Éviter les titres génériques.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"ex. Résumé hebdomadaire des parties prenantes\"],\"ffuZIY\":[\"par exemple : Notifications Slack, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Modifier\"],\"9WkyHF\":[\"Modifier la conversation\"],\"Y/3VME\":[\"Modifier le sujet personnalisé\"],\"/8fAkm\":[\"Modifier le nom du fichier\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Mode édition\"],\"niSWGL\":[\"Modifier les options\"],\"G2KpGE\":[\"Modifier le projet\"],\"DdevVt\":[\"Modifier le contenu du rapport\"],\"report.editor.description\":[\"Modifier le contenu du rapport en utilisant l'éditeur de texte enrichi ci-dessous. Vous pouvez formater le texte, ajouter des liens, des images et plus encore.\"],\"nP7CdQ\":[\"Modifier le webhook\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@travail.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji affiché à côté du sujet, par exemple : 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Vide\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Activer 2FA\"],\"D3AnH0\":[\"Activer Explorer\"],\"4KKbfZ\":[\"Activer la participation\"],\"G3dSLc\":[\"Activer les notifications de rapports\"],\"ZUS4uO\":[\"Activez cette fonctionnalité pour permettre aux participants de demander des réponses alimentées par l'IA pendant leur conversation. Les participants peuvent cliquer sur \\\"Explorer\\\" après avoir enregistré leurs pensées pour recevoir un retour contextuel, encourageant une réflexion plus profonde et un engagement accru. Une période de récupération s'applique entre les demandes.\"],\"dashboard.dembrane.feature.verify.description\":[\"Activez cette fonctionnalité pour permettre aux participants de vérifier et d'approuver les \\\"résultats\\\" de leurs contributions. Cela aide à cristalliser les idées clés, les préoccupations ou les résumés. Après la conversation, vous pouvez filtrer les discussions avec des résultats vérifiés et les examiner dans l'aperçu.\"],\"C027jd\":[\"Activer l'anonymisation des transcriptions\"],\"329BBO\":[\"Activer l'authentification à deux facteurs\"],\"x35ZEt\":[\"Activer la vérification\"],\"RxzN1M\":[\"Activé\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"Anglais\"],\"GboWYL\":[\"Entrez un terme clé ou un nom propre\"],\"TSHJTb\":[\"Entrez un nom pour le nouveau conversation\"],\"KovX5R\":[\"Entrez un nom pour votre projet cloné\"],\"DRYPFp\":[\"Entrez une clé secrète\"],\"34YqUw\":[\"Entrez un code valide pour désactiver l'authentification à deux facteurs.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Saisir le mot de passe actuel\"],\"2FPsPl\":[\"Entrez le nom du fichier (sans extension)\"],\"VpwcSk\":[\"Saisir le nouveau mot de passe\"],\"oIn7d4\":[\"Entrez le code à 6 chiffres de votre application d'authentification.\"],\"q1OmsR\":[\"Entrez le code actuel à six chiffres de votre application d'authentification.\"],\"NgaR6B\":[\"Entrez votre mot de passe\"],\"42tLXR\":[\"Entrez votre requête\"],\"HRbyGE\":[\"Entré par le participant sur le portail\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Erreur\"],\"Ne0Dr1\":[\"Erreur lors du clonage du projet\"],\"AEkJ6x\":[\"Erreur lors de la création du rapport\"],\"edh3aY\":[\"Erreur lors du chargement du projet\"],\"4kVRov\":[\"Une erreur s'est produite\"],\"hmk+3M\":[\"Erreur lors du téléchargement de \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Événements\"],\"VFClUG\":[\"Événements à écouter\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Chaque enseignement est traçable. Le rapport relie chaque constat à ce qui a réellement été dit.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Tout semble bon – vous pouvez continuer.\"],\"jqsg/I\":[\"Exemple de payload de webhook\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Quitter le plein écran\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Expérimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explorer\"],\"participant.echo.explore\":[\"Explorer\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploration de \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Exporter\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"Externe\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Échec\"],\"bh2Vob\":[\"Échec de l'ajout de la conversation à la discussion\"],\"ajvYcJ\":[\"Échec de l'ajout de la conversation à la discussion\",[\"0\"]],\"g5wCZj\":[\"Échec de l'ajout de conversations au contexte\"],\"pmwvUt\":[\"Échec de l'approbation du résultat. Veuillez réessayer.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Échec de la copie du chat. Veuillez réessayer.\"],\"uvu6eC\":[\"Échec de la copie de la transcription. Réessaie.\"],\"UQ6LqT\":[\"Échec de la création du sujet personnalisé\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Échec de la suppression du sujet personnalisé\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Échec de la suppression de la réponse\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Échec de la fin de la conversation. Veuillez réessayer.\"],\"vx5bTP\":[\"Échec de la génération de \",[\"label\"],\". Veuillez réessayer.\"],\"Fa1ewI\":[\"Impossible de générer le résumé. Réessaie plus tard.\"],\"Z77bMM\":[\"Échec du chargement des webhooks\"],\"T7KYJY\":[\"Échec du marquage de toutes les annonces comme lues\"],\"eGHX/x\":[\"Échec du marquage de l'annonce comme lue\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Échec de la reconnexion. Veuillez recharger la page.\"],\"SVtMXb\":[\"Échec de la régénération du résumé. Veuillez réessayer plus tard.\"],\"h49o9M\":[\"Échec du rechargement. Veuillez réessayer.\"],\"rv8mO7\":[\"Impossible de supprimer l'avatar\"],\"kE1PiG\":[\"Échec de la suppression de la conversation de la discussion\"],\"+piK6h\":[\"Échec de la suppression de la conversation de la discussion\",[\"0\"]],\"P9wLTJ\":[\"Échec de la suppression du logo\"],\"IMUHg3\":[\"Replanification echouee. Veuillez choisir un horaire plus eloigne et reessayer.\"],\"SmP70M\":[\"Échec de la transcription de la conversation. Veuillez réessayer.\"],\"kClMar\":[\"Échec de la révision du résultat. Veuillez réessayer.\"],\"wMEdO3\":[\"Échec de l'arrêt de l'enregistrement lors du changement de périphérique. Veuillez réessayer.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Échec de la mise à jour du sujet personnalisé\"],\"BpuK7o\":[\"Échec de la mise à jour de la base juridique\"],\"Avee+B\":[\"Impossible de mettre à jour le nom\"],\"gnm1CH\":[\"Échec de la mise à jour de l'épingle\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Impossible de télécharger l'avatar\"],\"RW4V7P\":[\"Échec du téléchargement du logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Fonctionnalité bientôt disponible\"],\"YirHq7\":[\"Commentaires\"],\"radRmd\":[\"Portail de commentaires\"],\"2roTVj\":[\"Retour envoyé\"],\"87gcCP\":[\"Le fichier \\\"\",[\"0\"],\"\\\" dépasse la taille maximale de \",[\"1\"],\".\"],\"ena+qV\":[\"Le fichier \\\"\",[\"0\"],\"\\\" a un format non pris en charge. Seuls les fichiers audio sont autorisés.\"],\"LkIAge\":[\"Le fichier \\\"\",[\"0\"],\"\\\" n'est pas un format audio pris en charge. Seuls les fichiers audio sont autorisés.\"],\"RW2aSn\":[\"Le fichier \\\"\",[\"0\"],\"\\\" est trop petit (\",[\"1\"],\"). La taille minimale est de \",[\"2\"],\".\"],\"+aBwxq\":[\"Taille du fichier: Min \",[\"0\"],\", Max \",[\"1\"],\", jusqu'à \",[\"MAX_FILES\"],\" fichiers\"],\"UkgMPE\":[\"Nom du fichier depuis le fichier téléchargé\"],\"5g0xbt\":[\"Filtrer les journaux d'audit par action\"],\"9clinz\":[\"Filtrer les journaux d'audit par collection\"],\"O39Ph0\":[\"Filtrer par action\"],\"DiDNkt\":[\"Filtrer par collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Trouver des contradictions et suggérer des questions de suivi\"],\"participant.button.stop.finish\":[\"Terminer\"],\"participant.button.finish.text.mode\":[\"Terminer\"],\"participant.button.finish\":[\"Terminer\"],\"participant.modal.finish.title.text.mode\":[\"Êtes-vous sûr de vouloir terminer la conversation ?\"],\"4dQFvz\":[\"Terminé\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinq questions rapides, puis vous choisissez un créneau avec l'équipe dembrane. Nous lisons vos réponses avant l'appel et venons avec un plan adapté.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Taille de la police\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Pour les utilisateurs avancés : Une clé secrète pour vérifier l'authenticité du webhook. Nécessaire si votre service de réception requiert une vérification de signature.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"Pour vous\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Mot de passe oublié ?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"Français\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Transcription complète (lorsqu'elle est disponible)\"],\"3qkggm\":[\"Plein écran\"],\"Weq9zb\":[\"Général\"],\"ziAjHi\":[\"Générer\"],\"EIdJgG\":[\"Générer un nouveau rapport\"],\"QsUhrf\":[\"Générer un rapport\"],\"GRy59I\":[\"Générer un résumé d'abord\"],\"MWSGhX\":[\"Générer la bibliothèque\"],\"5SWGxv\":[\"Générer maintenant\"],\"GWUJ9X\":[\"Générer maintenant\"],\"QqIxfi\":[\"Générer un secret\"],\"gitFA/\":[\"Générer un résumé\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Génération du rapport...\"],\"kzY+nd\":[\"Génération du résumé. Patiente un peu...\"],\"hMOYzR\":[\"Génération de votre rapport en cours...\"],\"DDcvSo\":[\"Allemand\"],\"jpNBdT\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"participant.refine.go.deeper.description\":[\"Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation.\"],\"Pl6LQ+\":[\"Prendre contact\"],\"ZDIydz\":[\"Commencer\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Donnez-moi une liste de 5 à 10 sujets qui sont discutés.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Retour\"],\"participant.concrete.artefact.action.button.go.back\":[\"Retour\"],\"DXr0zk\":[\"Plein écran\"],\"iWpEwy\":[\"Retour à l'accueil\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Aller à la nouvelle conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Bonne réponse\"],\"hjZBYK\":[\"Vous avez deux minutes ? Cinq questions facultatives nous aident à nous préparer.\"],\"5sIEgO\":[\"Vous avez deux minutes ? Cinq questions rapides nous aident à venir préparés, et vous pouvez toutes les passer.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide pour comprendre comment les titres sont générés. Les titres décrivent le sujet de la conversation, pas le participant.\"],\"uMjvI3\":[\"Guider le rapport\"],\"myXGZW\":[\"Guide\"],\"ZqBGoi\":[\"A des artefacts vérifiés\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Aide\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Masqué\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Pépite cachée\"],\"vLyv1R\":[\"Masquer\"],\"eHo/Jc\":[\"Masquer les données\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Masquer les données de révision\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"masquer l'invitation événement dembrane\"],\"V3NvRL\":[\"Masquer l'invitation événement dembrane fait partie d'un forfait payant.\"],\"tn75xn\":[\"Concept spécifique mis en évidence\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Accueil\"],\"Ai2U7L\":[\"Hôte\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Guide de l'hôte\"],\"EW9rvn\":[\"Retour de l'hôte\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"Comment ça marche :\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"LSCWlh\":[\"Comment décririez-vous à un collègue ce que vous essayez d'accomplir avec ce projet ?\\n* Quel est l'objectif principal ou la métrique clé\\n* À quoi ressemble le succès\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"Je comprends\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"KbXMDK\":[\"Identifiez les thèmes, sujets et arguments récurrents qui apparaissent de manière cohérente dans les conversations. Analysez leur fréquence, intensité et cohérence. Sortie attendue: 3-7 aspects pour les petits ensembles de données, 5-12 pour les ensembles de données moyens, 8-15 pour les grands ensembles de données. Conseils de traitement: Concentrez-vous sur les motifs distincts qui apparaissent dans de multiples conversations.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Si ce que vous avez repéré concerne des données visibles par les mauvaises personnes, un accès dont quelqu'un ne devrait pas disposer, ou une possible faille de sécurité, utilisez plutôt notre <0>formulaire de signalement de sécurité. Il parvient à une autre équipe par une voie plus rapide. Pour toute urgence, envoyez un e-mail à <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Si vous êtes satisfait de \",[\"objectLabel\"],\", cliquez sur \\\"Approuver\\\" pour montrer que vous vous sentez entendu.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"Si vous n'êtes pas sûr, vous n'avez probablement pas besoin de cela encore. Les webhooks sont une fonctionnalité avancée généralement utilisée par les développeurs ou les équipes avec des intégrations personnalisées. Vous pouvez toujours les configurer plus tard.\"],\"hDVOQQ\":[\"Si vous configurez des intégrations webhook, nous aimerions en savoir plus sur votre cas d'utilisation. Nous construisons également des fonctionnalités d'observabilité incluant les journaux d'audit et le suivi de la livraison.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Les images doivent faire moins de \",[\"MAX_FILE_MB\"],\" Mo\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Boîte de réception\"],\"Au/WJO\":[\"Inclure le lien du portail\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Incorrect ou inventé\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Perspectives\"],\"MSVCjk\":[\"Instructions pour générer le résultat de la vérification\"],\"fN5mkr\":[\"Intégrations et exportation\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Code invalide. Veuillez en demander un nouveau.\"],\"jLr8VJ\":[\"Identifiants invalides.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"Adresse IP\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"participant.conversation.error.deleted\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"library.not.available.message\":[\"Il semble que la bibliothèque n'est pas disponible pour votre compte. Veuillez demander un accès pour débloquer cette fonctionnalité.\"],\"participant.outcome.error.description\":[\"Nous n'avons pas pu charger ce résultat. Il peut s'agir d'un problème temporaire. Vous pouvez essayer de recharger ou revenir en arrière pour sélectionner un autre sujet.\"],\"5dxEAB\":[\"Il semble que vous n'ayez pas encore de rapport pour ce projet. Générez-en un pour obtenir un aperçu de vos conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"Il semble que plusieurs personnes parlent. Prendre des tours nous aidera à entendre tout le monde clairement.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Rejoindre\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"Rejoindre cette session du portail\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Un instant\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Parlez ou écrivez naturellement. Votre contribution va directement à notre équipe produit et nous aide vraiment à améliorer dembrane. Nous lisons tout.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Sécurisez l'accès avec un code à usage unique de votre application d'authentification. Activez ou désactivez l'authentification à deux facteurs pour ce compte.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Langue\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Dernièrement enregistré le \",[\"0\"]],\"K7P0jz\":[\"Dernière mise à jour\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Dernier\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"En savoir plus sur les webhooks\"],\"ffCwpJ\":[\"Laisser vide pour conserver l'existant\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Laissez votre adresse e-mail et nous vous recontactons sous un jour au sujet d'un événement avec dembrane.\"],\"J8VWes\":[\"Laissez votre adresse e-mail pour que nous puissions vous contacter.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base juridique\"],\"vRXsmZ\":[\"Base juridique\"],\"CopiEV\":[\"Base juridique enregistrée\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Bibliothèque\"],\"library.title\":[\"Bibliothèque\"],\"T50lwc\":[\"Création de la bibliothèque en cours\"],\"gkv8iG\":[\"Plaque d'immatriculation\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Lien\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Lien vers la politique de confidentialité affichée aux participants\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Direct\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Mode d'exécution de l'agent en direct\"],\"participant.live.audio.level\":[\"Niveau audio en direct:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Vue en direct\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Chargement\"],\"participant.verify.instructions.loading\":[\"Chargement\"],\"yQ9yN3\":[\"Chargement des actions...\"],\"participant.concrete.loading.artefact\":[\"Chargement de l'artefact\"],\"JOvnq+\":[\"Chargement des journaux d'audit…\"],\"y+JWgj\":[\"Chargement des collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Chargement des microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Chargement de la transcription...\"],\"3SKW0s\":[\"Chargement des sujets de vérification…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"chargement...\"],\"Z3FXyt\":[\"Chargement...\"],\"Pwqkdw\":[\"Chargement…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Connexion\"],\"LM/dWU\":[\"Connexion | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo supprimé\"],\"MjfaMh\":[\"Logo mis à jour\"],\"nOhz3x\":[\"Déconnexion\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Plus long en premier\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Gérer les modèles\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Tout marquer comme lu\"],\"JSxZVX\":[\"Marquer toutes comme lues\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Marquer comme lue\"],\"5GPcf9\":[\"Marquer comme non lue\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"Accès MCP\"],\"TJA2es\":[\"Accès MCP | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Notes de réunion\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Membres\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages de \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"L'accès au microphone est toujours refusé. Veuillez vérifier vos paramètres et réessayer.\"],\"azjxk1\":[\"Ne répond pas à la question\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Suivi\"],\"f8jrkd\":[\"autres\"],\"2FYpfJ\":[\"Plus\"],\"JcD7qf\":[\"Plus d'actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Déplacer\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Déplacer\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Déplacer vers un autre projet\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Déplacer vers un projet\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Doit etre au moins 10 minutes dans le futur\"],\"5hOInR\":[\"Mes accès\"],\"en+4fS\":[\"Mes modèles\"],\"6YtxFj\":[\"Nom\"],\"e3/ja4\":[\"Nom A-Z\"],\"8/brI5\":[\"Le nom est requis\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Nom mis à jour\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Nom Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nouveau\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"Nom de la nouvelle conversation\"],\"u2uElg\":[\"Nouvelles conversations ajoutees depuis ce rapport\"],\"library.new.conversations\":[\"De nouvelles conversations ont été ajoutées depuis la génération de la bibliothèque. Régénérez la bibliothèque pour les traiter.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"Nouveau mot de passe\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"gKi+a/\":[\"Nouveau projet\"],\"wzIR5D\":[\"Nouveau projet | dembrane\"],\"z6wcHz\":[\"Nouveau rapport\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Plus récent en premier\"],\"hXzOVo\":[\"Suivant\"],\"participant.button.next\":[\"Suivant\"],\"participant.verify.selection.button.next\":[\"Suivant\"],\"participant.verify.instructions.button.next\":[\"Suivant\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"Non\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"Aucune action trouvée\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Pas d'application, pas de matériel. Les participants scannent un QR code et leur téléphone devient le portail.\"],\"Em+3Ls\":[\"Aucun journal d'audit ne correspond aux filtres actuels.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"Aucune discussion trouvée. Commencez une discussion en utilisant le bouton \\\"Demander\\\".\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"Aucune collection trouvée\"],\"zsslJv\":[\"Aucun contenu\"],\"1pZsdx\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"library.no.conversations\":[\"Aucune conversation disponible pour créer la bibliothèque\"],\"EtMtH/\":[\"Aucune conversation trouvée.\"],\"BuikQT\":[\"Aucune conversation trouvée. Commencez une conversation en utilisant le lien d'invitation à participer depuis la <0><1>vue d'ensemble du projet.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"Aucune conversation n'a été traitée. Cela peut se produire si toutes les conversations sont déjà dans le contexte ou ne correspondent pas aux filtres sélectionnés.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Pas encore de conversations. Vous pouvez planifier un rapport maintenant et les conversations seront incluses une fois ajoutees.\"],\"oaDwXD\":[\"Aucune valeur par défaut définie (gestion client s'applique)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Pas encore de retours.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"Aucun résultat\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"Aucun nouveau feedback détecté encore. Veuillez continuer votre discussion et réessayer bientôt.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Personne dans l'organisation pour l'instant.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"Aucun projet trouvé \",[\"0\"]],\"y29l+b\":[\"Aucun projet trouvé pour ce terme de recherche\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"Aucun rapport trouvé\"],\"1iQvuD\":[\"Pas encore de rapports\"],\"Ev2r9A\":[\"Aucun résultat\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"Aucune étiquette trouvée\"],\"LcBe0w\":[\"Aucune étiquette n'a encore été ajoutée à ce projet. Ajoutez une étiquette en utilisant le champ de texte ci-dessus pour commencer.\"],\"KE6RCJ\":[\"Aucun modèle ne correspond à {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"Aucune transcription disponible\"],\"vq+6l+\":[\"Aucune transcription n'existe pour cette conversation. Veuillez vérifier plus tard.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"Aucun fichier audio valide n'a été sélectionné. Veuillez sélectionner uniquement des fichiers audio (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Aucun sujet de vérification n'est configuré pour ce projet.\"],\"pdWSGS\":[\"Aucun sujet de vérification disponible.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"Aucun webhook configuré\"],\"/PUkCU\":[\"Aucun webhook trouvé\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Non ajoutées\"],\"OJx3wK\":[\"Non disponible\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Rien de nouveau de dembrane pour le moment.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notifier les participants lorsqu'un rapport est publié.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Plus ancien en premier\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Une fois que vous avez discuté, appuyez sur \\\"réviser\\\" pour que \",[\"objectLabel\"],\" change afin de refléter votre discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Une fois que vous recevez \",[\"objectLabel\"],\", lisez-le à haute voix et partagez à haute voix ce que vous souhaitez modifier, le cas échéant.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"En cours\"],\"conversation.ongoing\":[\"En cours\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Modifiez uniquement ce paramètre en consultation avec la(les) personne(s) responsable(s) de la protection des données dans votre organisation.\"],\"z7dMhl\":[\"Seules les images peuvent être jointes\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Seuls les administrateurs de l'espace de travail peuvent modifier la base juridique.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"participant.alert.microphone.access.failure\":[\"Il semble que l'accès au microphone ait été refusé. Pas d'inquiétude ! Nous avons un guide de dépannage pratique pour vous. N'hésitez pas à le consulter. Une fois le problème résolu, revenez sur cette page pour vérifier si votre microphone est prêt.\"],\"1TNIig\":[\"Ouvrir\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Voir l'enregistrement\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Ouvrir le guide de dépannage\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Ouvrez votre application d'authentification et entrez le code actuel à six chiffres.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optionnel\"],\"ZFIvWo\":[\"Optionnel (retour à l'anglais)\"],\"V44CS4\":[\"Champ optionnel sur la page de démarrage\"],\"bkndzy\":[\"Champ optionnel sur la page de remerciements\"],\"xam4uE\":[\"Question facultative \",[\"0\"],\" sur \",[\"1\"]],\"S2LyUK\":[\"Question facultative \",[\"0\"],\" sur \",[\"1\"],\". Passez ce que vous voulez.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"ou\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Ou preferer discuter directement ?\"],\"1h45Hu\":[\"Ou écrivez le vôtre\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Autre\"],\"GC75c7\":[\"Résultat approuvé avec succès !\"],\"QLXrh9\":[\"Résultat rechargé avec succès !\"],\"LJg1UW\":[\"Résultat revu avec succès !\"],\"df3S+R\":[\"Résultat mis à jour !\"],\"1fjbvD\":[\"résultats\"],\"ZU3zZC\":[\"Résultats\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Remplacée pour ce projet\"],\"AR/qbs\":[\"Remplacer pour ce projet\"],\"6/dCYd\":[\"Aperçu\"],\"/fAXQQ\":[\"Vue d’ensemble - Thèmes et patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Contenu de la page\"],\"8F1i42\":[\"Page non trouvée\"],\"6+Py7/\":[\"Titre de la page\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Email du participant\"],\"WdEzKM\":[\"Emails du participant\"],\"Uc9fP1\":[\"Fonctionnalités participant\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Nom et email du participant\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Les participants pourront sélectionner des étiquettes lors de la création de conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Mot de passe\"],\"zJx6Vx\":[\"Mot de passe modifié\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Les mots de passe ne correspondent pas\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Mettre en pause la lecture\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"En attente\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Action en attente\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"zmwvG2\":[\"Téléphone\"],\"B8mlc2\":[\"Choisir une date\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Choisir un créneau maintenant\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Choisis l’approche qui correspond à ta question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Épingler\"],\"u8qC4w\":[\"Épingler le projet\"],\"S+WiJ3\":[\"Épinglez des modèles ici pour un accès rapide.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Épinglés est plein (max 5)\"],\"EC6BHi\":[\"Projets épinglés\"],\"RimR35\":[\"Modèles épinglés\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Prévu\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"Veuillez autoriser l'accès au microphone pour démarrer le test.\"],\"SQSc5o\":[\"Veuillez vérifier plus tard ou contacter le propriétaire du projet pour plus d'informations.\"],\"T8REcf\":[\"Veuillez vérifier vos entrées pour les erreurs.\"],\"n6oAnk\":[\"Veuillez activer la participation pour activer le partage\"],\"fwrPh4\":[\"Veuillez entrer une adresse e-mail valide.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement)\"],\"Lu1j4b\":[\"Veuillez enregistrer votre réponse en cliquant sur le bouton \\\"Enregistrer\\\" ci-dessous. Vous pouvez également répondre par écrit en cliquant sur l'icône de texte.\\n**Veuillez garder cet écran allumé**\\n(écran noir = pas d'enregistrement).\\nVotre transcription sera anonymisée et votre hôte ne pourra pas écouter votre enregistrement.\"],\"library.processing.request\":[\"Bibliothèque en cours de traitement\"],\"04DMtb\":[\"Veuillez patienter pendant que nous traitons votre demande de retranscription. Vous serez redirigé vers la nouvelle conversation lorsque prêt.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG ou WebP. Sera recadré en cercle.\"],\"jjdudv\":[\"Mauvaise réponse\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Contenu du Portail\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Éditeur du portail\"],\"qVypVJ\":[\"Éditeur de Portail\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Préparation de votre expérience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Aperçu : Le rapide brun fox saute sur le chien paresseux.\"],\"DHhJ7s\":[\"Précédent\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Imprimer / Enregistrer PDF\"],\"S8ugMC\":[\"Imprimer le rapport\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL de la politique de confidentialité\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Continuer\"],\"select.all.modal.proceed\":[\"Continuer\"],\"select.all.modal.loading.description\":[\"Traitement de <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" et ajout à votre chat\"],\"gzGDMM\":[\"Traitement de votre demande de retranscription...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Projet\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Projet créé\"],\"zjTrs1\":[\"Valeur par défaut du projet : activé. Les informations personnelles seront remplacées par des espaces réservés. La lecture audio, le téléchargement et la retranscription seront désactivés pour la nouvelle conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Bibliothèque de projet | dembrane\"],\"QDjWwu\":[\"Résumé Meta du Projet\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Nom du projet\"],\"3gh0L6\":[\"Nom et ID du projet\"],\"6Z2q2Y\":[\"Le nom du projet doit comporter au moins 4 caractères\"],\"n7JQEk\":[\"Projet introuvable\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Aperçu du projet | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Paramètres du projet\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projets\"],\"DK5DV3\":[\"Projets | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Fournissez un aperçu des sujets principaux et des thèmes récurrents\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publier\"],\"vsX8VJ\":[\"Publiez ce rapport d'abord pour afficher le lien du portail\"],\"IHzoSN\":[\"Publiez ce rapport pour obtenir un lien de partage\"],\"u3wRF+\":[\"Publié\"],\"E7YTYP\":[\"Récupère les citations les plus marquantes de cette session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Question\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Évaluation\"],\"wr9IYa\":[\"Ressaisir le nouveau mot de passe\"],\"0ZBIgY\":[\"Réutiliser les paramètres d'un webhook existant\"],\"Z5Tlsx\":[\"Contactez-moi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Lire à haute voix\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Prêt à commencer\"],\"ShoKlK\":[\"Prêt à connecter vos outils ? Ajoutez un webhook pour recevoir automatiquement les données de conversation lorsque des événements se produisent.\"],\"VJScHU\":[\"Motif\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Applications recommandées\"],\"participant.button.s3check.reconnect\":[\"Reconnecter\"],\"participant.button.interruption.reconnect\":[\"Reconnecter\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Enregistrer\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Enregistrer une autre conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Enregistrement interrompu\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Enregistrement en pause\"],\"/l7qFE\":[\"Enregistrement démarré\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recréer la vue\"],\"view.recreate.modal.title\":[\"Recréer la vue\"],\"CqnkB0\":[\"Thèmes récurrents\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"Références\"],\"lCF0wC\":[\"Actualiser\"],\"ZMXpAp\":[\"Actualiser les journaux d'audit\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Régénérer\"],\"PpFJd2\":[\"Régénérer le résumé\"],\"bluvj0\":[\"Régénérer le résumé\"],\"participant.regenerating.outcome\":[\"Régénération du résultat\"],\"oYlYU+\":[\"Régénération du résumé. Patiente un peu...\"],\"HPitDS\":[\"S'enregistrer | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Recharger la page\"],\"participant.button.reload.page.text.mode\":[\"Recharger la page\"],\"participant.button.reload\":[\"Recharger la page\"],\"participant.concrete.artefact.action.button.reload\":[\"Recharger la page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Rappeler aux utilisateurs de vérifier avant de finir\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Supprimer\"],\"w61W3L\":[\"Supprimer \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Supprimer l'avatar\"],\"Kl7//J\":[\"Supprimer l'e-mail\"],\"cILfnJ\":[\"Supprimer le fichier\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Supprimer de cette conversation\"],\"O90CN2\":[\"Supprimer le logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Supprimer le remplacement\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Renommer\"],\"6PsaMr\":[\"Renommer le chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Enregistrement\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Prompt de réponse\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport déjà en cours de génération\"],\"Q3LOVJ\":[\"Signaler un problème\"],\"DUmD+q\":[\"Rapport créé - \",[\"0\"]],\"hh/mvZ\":[\"Génération du rapport annulée\"],\"sSy8vA\":[\"Génération du rapport en cours...\"],\"v7O77U\":[\"La génération du rapport a été annulée. Vous pouvez démarrer un nouveau rapport ci-dessous.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Notifications de rapports\"],\"M9snPp\":[\"Rapport programmé\"],\"6g+4DA\":[\"Signalement envoyé. Merci\"],\"u9r3Di\":[\"Les modèles de rapport sont sur notre feuille de route.\"],\"lNo4U2\":[\"Rapport mis à jour - \",[\"0\"]],\"t9yxlZ\":[\"Rapports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Demander l'accès\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Demander le Réinitialisation du Mot de Passe\"],\"8H5nRH\":[\"Demander le Réinitialisation du Mot de Passe | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Accès au microphone en cours...\"],\"TMLAx2\":[\"Requis\"],\"0Hf+6m\":[\"Requiert \\\"Demander l'email ?\\\" pour être activé\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reprogrammer\"],\"6eIR/n\":[\"Replanifier pour\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Réinitialiser\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Réinitialiser le Mot de Passe\"],\"9uplIY\":[\"Réinitialiser le Mot de Passe | dembrane\"],\"L+rMC9\":[\"Réinitialiser aux paramètres par défaut\"],\"kX8Fjz\":[\"Retour sur la réponse\"],\"Sa5FCh\":[\"Des résultats avant le départ des participants. Nous analysons en direct et présentons dans la salle.\"],\"participant.button.stop.resume\":[\"Reprendre\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Rétranscrire\"],\"ehyRtB\":[\"Rétranscrire la conversation\"],\"1JHQpP\":[\"Rétranscrire la conversation\"],\"+gmVxi\":[\"La rétranscrire n'est pas disponible pour les conversations anonymisées\"],\"MXwASV\":[\"La rétranscrire a commencé. La nouvelle conversation sera disponible bientôt.\"],\"6gRgw8\":[\"Réessayer\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Réessayer le téléchargement\"],\"2fCpt5\":[\"Retour à l'accueil\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Examinez l'activité de votre espace de travail. Filtrez par collection ou action, et exportez la vue actuelle pour une investigation plus approfondie.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Examiner les fichiers avant le téléchargement\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Examiner le statut de traitement pour chaque conversation collectée dans ce projet.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Réviser\"],\"OG3mVO\":[\"Révision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Cliquez avec le bouton droit pour mettre en évidence\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Lignes par page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organiser un événement avec dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Enregistrer\"],\"participant.concrete.action.button.save\":[\"Enregistrer\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Enregistrer comme modèle\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Enregistrer les modifications\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Erreur lors de l'enregistrement !\"],\"5dVjYt\":[\"Enregistrer le modèle\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Enregistrement...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scannez le code QR ou copiez le secret dans votre application.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Scannez pour démarrer une nouvelle session du portail\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Planifier\"],\"wCGy0o\":[\"Programmer le rapport\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Défiler vers le bas\"],\"A1taO8\":[\"Rechercher\"],\"select.all.modal.loading.search\":[\"Rechercher\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Recherchez et sélectionnez les conversations pour ce chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Rechercher des conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Rechercher des projets\"],\"I0hU01\":[\"Rechercher des projets\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Rechercher des projets...\"],\"5WYZKZ\":[\"Résultats de recherche\"],\"lnWve4\":[\"Rechercher des tags\"],\"pECIKL\":[\"Rechercher des templates...\"],\"select.all.modal.search.text\":[\"Texte de recherche :\"],\"nhvuQF\":[\"Rechercher des webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Recherché parmi les sources les plus pertinentes\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Recherche en cours…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copié\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"À bientôt\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Sélectionner un microphone\"],\"s5OrCL\":[\"Sélectionner un webhook à cloner\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Tout sélectionner\"],\"+fRipn\":[\"Tout sélectionner (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Sélectionner tous les résultats\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Sélectionner au moins un événement\"],\"d3O/ZP\":[\"Sélectionner au moins un autre sujet avant de supprimer celui-ci\"],\"NK2YNj\":[\"Sélectionner les fichiers audio à télécharger\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Sélectionne des conversations et trouve des citations précises\"],\"LyHz7Q\":[\"Sélectionne des conversations dans la barre latérale\"],\"1kovRK\":[\"Select project\"],\"n4rh8x\":[\"Sélectionner un projet\"],\"ekUnNJ\":[\"Sélectionner les étiquettes\"],\"CG1cTZ\":[\"Sélectionnez les instructions qui seront affichées aux participants lorsqu'ils commencent une conversation\"],\"qxzrcD\":[\"Sélectionnez le type de retour ou de participation que vous souhaitez encourager.\"],\"QdpRMY\":[\"Sélectionner le tutoriel\"],\"Dh99yE\":[\"Selectionnez jusqu'a 2 axes de focus pour votre rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Sélectionnez les sujets que les participants peuvent utiliser pour \\\"Vérifier\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Sélectionner votre microphone:\"],\"gU5H9I\":[\"Fichiers sélectionnés (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Microphone sélectionné\"],\"tP/pEQ\":[\"Sélection trop grande\"],\"select.all.modal.context.limit.reached\":[\"Sélection trop grande. Certaines conversations n'ont pas été ajoutées.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Envoyer\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Envoyer le signalement\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Envoyer des notifications Slack/Teams lorsque de nouvelles conversations sont terminées\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Nom de la Séance\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Configurer l'espace de travail\"],\"J4TuIW\":[\"Configurer votre première organisation\"],\"aBwEIZ\":[\"Configurer votre organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Paramètres\"],\"participant.settings.modal.title\":[\"Paramètres\"],\"BVRW7i\":[\"Paramètres | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Configuration\"],\"Z8lGw6\":[\"Partager\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Partager le portail\"],\"OuFYHU\":[\"Partager le rapport\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Partager cette conversation\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Partager vos informations ici\"],\"nnWGzO\":[\"Partagez vos idées avec notre équipe\"],\"4o0klJ\":[\"Partagez votre voix en scannant le code QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Plus court en premier\"],\"8vETh9\":[\"Afficher\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Afficher le lecteur audio\"],\"pzaNzD\":[\"Afficher les données\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Afficher les adresses IP\"],\"6lGV3K\":[\"Afficher moins\"],\"fMPkxb\":[\"Afficher plus\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"Afficher le code QR\"],\"3bGwZS\":[\"Afficher les références\"],\"OV2iSn\":[\"Afficher les données de révision\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Afficher l'invitation\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Affichage de \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" sur \",[\"totalItems\"],\" entrées\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" sur \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Affichage de votre dernier rapport terminé.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Passer\"],\"participant.button.verify_prompt.skip\":[\"Passer\"],\"participant.mic.check.button.skip\":[\"Passer\"],\"select.all.modal.context.limit.reached.description\":[\"Ignorées car la sélection était trop grande.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Communauté Slack\"],\"BmukMD\":[\"Pour que nous puissions vous envoyer les détails de l'appel.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Certains fichiers ont déjà été sélectionnés et ne seront pas ajoutés deux fois.\"],\"select.all.modal.skip.disclaimer\":[\"Certaines peuvent être ignorées (pas de transcription ou sélection trop grande).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegardé tant que ce problème ne sera pas résolu.\"],\"nwtY4N\":[\"Une erreur s'est produite\"],\"participant.conversation.error.text.mode\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"participant.conversation.error\":[\"Il semble que la conversation a été supprimée pendant que vous enregistriez. Nous avons arrêté l'enregistrement pour éviter tout problème. Vous pouvez en commencer une nouvelle à tout moment.\"],\"mwpVVD\":[\"Un problème est survenu lors de la génération de votre dernier rapport.\"],\"2WNFmv\":[\"Un problème est survenu lors de la génération de votre rapport.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Une erreur s'est produite lors de l'exportation des journaux d'audit.\"],\"q9A2tm\":[\"Une erreur s'est produite lors de la génération du secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Quelque chose s'est mal passé. Veuillez réessayer en appuyant sur le bouton <0>Explorer, ou contactez le support si le problème persiste.\"],\"fWsBTs\":[\"Une erreur s'est produite. Veuillez réessayer.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Désolé, nous ne pouvons pas traiter cette demande en raison de la politique de contenu du fournisseur de LLM.\"],\"f6Hub0\":[\"Trier\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Espagnol\"],\"z5/5iO\":[\"Contexte spécifique\"],\"mORM2E\":[\"Détails précis\"],\"Etejcu\":[\"Détails précis - Conversations sélectionnées\"],\"uXsB4R\":[\"Équipe dembrane\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Commencer de zéro\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Commencer une nouvelle conversation\"],\"participant.button.start.new.conversation\":[\"Commencer une nouvelle conversation\"],\"i88wdJ\":[\"Recommencer\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Statut\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Arrêter\"],\"participant.button.stop\":[\"Arrêter\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Planification Stratégique\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Soumettre\"],\"participant.button.submit.text.mode\":[\"Envoyer\"],\"zzDlyQ\":[\"Succès\"],\"aG+cH9\":[\"Suggérer des suggestions dynamiques basées sur votre conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggéré:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Résumer\"],\"5Y4tAB\":[\"Résume cet entretien en un article partageable\"],\"dXoieq\":[\"Résumé\"],\"+bZY9/\":[\"Résumé (lorsqu'il est disponible)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Le résumé sera disponible une fois la conversation transcrite.\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Formats supportés: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Volontiers\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Passer à la saisie de texte\"],\"5dzzI6\":[\"La désactiver fait partie d'un forfait payant.\"],\"D+NlUC\":[\"Système\"],\"woaefe\":[\"Valeur par défaut du système\"],\"InGQz2\":[\"État du système\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Étiquettes\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Parlez-nous de l'événement que vous avez en tête.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template appliqué\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Nom du template\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Modèles\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Tester le webhook\"],\"xeiujy\":[\"Texte\"],\"CPN34F\":[\"Merci pour votre participation !\"],\"u+Whi9\":[\"Contenu de la page Merci\"],\"1LLF3Z\":[\"Merci !\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Merci, nous vous recontactons sous un jour.\"],\"2yHHa6\":[\"Ce code n'a pas fonctionné. Réessayez avec un nouveau code de votre application d'authentification.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Cela ne ressemble pas à une adresse e-mail.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"C'est tout, merci\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Le calendrier n'a pas pu se charger ici. Choisissez un créneau sur cal.com, ou écrivez-nous à info@dembrane.com.\"],\"TQCE79\":[\"Le code n'a pas fonctionné, veuillez réessayer.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"participant.conversation.error.loading\":[\"La conversation n'a pas pu être chargée. Veuillez réessayer ou contacter le support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"L'endpoint où nous enverrons les données. Obtenez cela de votre service de réception (par exemple, Zapier, Make, ou votre propre serveur).\"],\"Jo19Pu\":[\"Les conversations suivantes ont été automatiquement ajoutées au contexte\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Le rapport peut démarrer jusqu'à 5 minutes après l'heure choisie.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Le résumé est en cours de génération. Attends qu’il soit disponible.\"],\"+AT8nl\":[\"Le résumé est en cours de régénération. Attends qu’il soit disponible.\"],\"9DPC4t\":[\"La page de remerciement se termine par une carte invitant les participants à organiser leur propre événement avec dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"L'URL du webhook et les événements seront clonés. Vous devrez entrer à nouveau le secret si un était configuré.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Thème\"],\"tn4pEQ\":[\"Bienvenue\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"Il y avait une erreur lors du clonage de votre projet. Veuillez réessayer ou contacter le support.\"],\"JDFjCg\":[\"Il y avait une erreur lors de la création de votre rapport. Veuillez réessayer ou contacter le support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"Ces conversations ont été exclues en raison de transcriptions manquantes.\"],\"8xYB4s\":[\"Ces modèles de vue par défaut seront générés lorsque vous créerez votre première bibliothèque.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Réflexion en cours...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"Cela peut se produire lorsqu'un VPN ou un pare-feu bloque la connexion. Essayez de désactiver votre VPN, de passer à un autre réseau (par ex. partage de connexion mobile) ou contactez votre service informatique pour obtenir de l'aide.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"Cette conversation a les copies suivantes :\"],\"conversation.linking_conversations.description\":[\"Cette conversation est une copie de\"],\"SzU1mG\":[\"Cette e-mail est déjà dans la liste.\"],\"participant.modal.refine.info.available.in\":[\"Cette fonctionnalité sera disponible dans \",[\"remainingTime\"],\" secondes.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"Ces informations sont anonymisées\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"Cette est une vue en direct du portail du participant. Vous devrez actualiser la page pour voir les dernières modifications.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"C'est un exemple des données JSON envoyées à votre URL de webhook lorsqu'une conversation est résumée.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Le traitement basé sur le consentement est défini sans lien vers la politique de confidentialité. Ajoutez-en un pour que ce réglage reste valide : les participants doivent pouvoir lire la politique de confidentialité.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"Bibliothèque\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"Cette langue sera utilisée pour le Portail du participant.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"9ww6ML\":[\"Cette page est affichée après que le participant ait terminé la conversation.\"],\"1gmHmj\":[\"Cette page est affichée aux participants lorsqu'ils commencent une conversation après avoir réussi à suivre le tutoriel.\"],\"+9D2sa\":[\"Cette partie de la page n'a pas pu se charger. Recharger la page règle souvent le problème. Si cela continue, revenez à l'accueil.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"Ce portail n’accepte pas de nouvelles sessions pour le moment.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Ce projet suivra alors le réglage hérité : \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Cette prompt guide comment l'IA répond aux participants. Personnalisez-la pour former le type de feedback ou d'engagement que vous souhaitez encourager.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Ce rapport n'est pas encore disponible. \"],\"GQTpnY\":[\"Ce rapport a été ouvert par \",[\"0\"],\" personnes\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"Ce titre est affiché aux participants lorsqu'ils commencent une conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"Cela effacera votre entrée actuelle. Êtes-vous sûr ?\"],\"NrRH+W\":[\"Cela créera une copie du projet actuel. Seuls les paramètres et les étiquettes sont copiés. Les rapports, les chats et les conversations ne sont pas inclus dans le clonage. Vous serez redirigé vers le nouveau projet après le clonage.\"],\"hsNXnX\":[\"Cela créera une nouvelle conversation avec la même audio mais une transcription fraîche. La conversation d'origine restera inchangée.\"],\"add.tag.filter.modal.info\":[\"Cela filtrera la liste de conversations pour afficher les conversations avec cette étiquette.\"],\"participant.concrete.regenerating.artefact.description\":[\"Cela ne prendra que quelques instants\"],\"participant.concrete.loading.artefact.description\":[\"Cela ne prendra qu'un instant\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"Cet espace de travail a utilisé ses heures d'enregistrement. Passez à une offre supérieure pour continuer à utiliser la voix.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pouce vers le bas\"],\"Nuw8ty\":[\"Pouce vers le haut\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Heure\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Horodatage\"],\"XSqo4Y\":[\"Horodatages et durée\"],\"rm2Cxd\":[\"Conseil\"],\"fEocaE\":[\"Conseil : Utilisez le bouton de lecture (▶) pour envoyer un payload de test à votre webhook et vérifier qu'il fonctionne correctement.\"],\"Zb3ANR\":[\"Astuce : Vous pouvez aussi créer un modèle à partir de n'importe quel message de chat que vous envoyez, ou dupliquer un modèle existant.\"],\"MHrjPM\":[\"Titre\"],\"1xkgU6\":[\"Titre auto-généré\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"Pour nous aider à agir, essayez d'inclure où cela s'est produit et ce que vous essayiez de faire. Pour les bugs, dites-nous ce qui s'est mal passé. Pour les idées, dites-nous quel besoin cela résoudrait pour vous.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Trop grande\"],\"yIsdT7\":[\"Trop long\"],\"qgwLj6\":[\"Trop long ou confus\"],\"lcsUaI\":[\"Trop de signalements. Patientez quelques minutes puis réessayez\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Sujet créé avec succès\"],\"Sawj4V\":[\"Sujet supprimé avec succès\"],\"xcp3ny\":[\"Étiquette de sujet\"],\"vQoAht\":[\"Sujet mis à jour avec succès\"],\"th8cMZ\":[\"Titre basé sur le sujet décrivant ce qui a été discuté\"],\"sFMBP5\":[\"Sujets\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Formation\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Formation requise pour une utilisation à haut risque\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcription en cours...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcription\"],\"hfpzKV\":[\"Transcription copiée dans le presse-papiers\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"53dSNP\":[\"Transformez ce contenu en insights qui ont vraiment de l'importance. Veuillez :\\n\\nExtrayez les idées essentielles qui contredisent le pensée standard\\nÉcrivez comme quelqu'un qui comprend les nuances, pas un manuel\\nFocalisez-vous sur les implications non évidentes\\nRestez concentré et substantiel\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si le contenu ne contient aucun insight substantiel, veuillez me le signaler, nous avons besoin de matériel de source plus fort.\"],\"uK9JLu\":[\"Transformez cette discussion en intelligence actionnable. Veuillez :\\nCapturez les implications stratégiques, pas seulement les points de vue\\nStructurez-le comme un analyse d'un leader, pas des minutes\\nSurmontez les points de vue standard\\nFocalisez-vous sur les insights qui conduisent à des changements réels\\nOrganisez pour la clarté et la référence future\\nÉquilibrez les détails tactiques avec la vision stratégique\\n\\nNote : Si la discussion manque de points de décision substantiels ou d'insights, veuillez le signaler pour une exploration plus approfondie la prochaine fois.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Déclencher des workflows automatisés dans des outils comme Zapier, Make, ou n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Tu peux demander\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Essayez de vous rapprocher un peu plus de votre microphone pour une meilleure qualité audio.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Désactiver\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Désactiver l'anonymisation ?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"La désactivation de l'anonymisation pendant les enregistrements en cours peut avoir des conséquences inattendues. Les conversations actives seront également affectées en cours d'enregistrement. Veuillez utiliser cette option avec prudence.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Authentification à deux facteurs\"],\"NwChk2\":[\"Authentification à deux facteurs désactivée\"],\"qwpE/S\":[\"Authentification à deux facteurs activée\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Tapez un message ou appuyez sur / pour les templates...\"],\"EvmL3X\":[\"Tapez votre réponse ici\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainien (uniquement les fonctionnalités ECHO, Transcription et Résumés)\"],\"MksxNf\":[\"Impossible de charger les journaux d'audit.\"],\"participant.outcome.error.title\":[\"Impossible de charger le résultat\"],\"59QK2U\":[\"Impossible de charger le résultat généré. Veuillez réessayer.\"],\"nGxDbq\":[\"Impossible de traiter ce fragment\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Annuler\"],\"Ef7StM\":[\"Inconnu\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Raison inconnue\"],\"nWMRxa\":[\"Détacher\"],\"vSdeRU\":[\"Désépinglez d'abord un projet (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Désépinglez d'abord un projet (max 3)\"],\"dx+iaL\":[\"Désépingler le projet\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Modifications non enregistrées\"],\"SMaFdc\":[\"Se désabonner\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Sans titre\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Conversation sans titre\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Rapport sans titre\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Jusqu'à \",[\"MAX_FILES\"],\" images\"],\"lLehih\":[\"Jusqu'à \",[\"MAX_MESSAGE_CHARS\"],\" caractères\"],\"EkH9pt\":[\"Mettre à jour\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Mises à jour\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Télécharger\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Télécharger un avatar\"],\"kV3A2a\":[\"Téléchargement terminé\"],\"4Fr6DA\":[\"Télécharger des conversations\"],\"pZq3aX\":[\"Le téléchargement a échoué. Veuillez réessayer.\"],\"HAKBY9\":[\"Télécharger les fichiers\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Téléchargement des fichiers audio...\"],\"participant.modal.uploading\":[\"Envoi de l'audio...\"],\"participant.modal.interruption.uploading\":[\"Envoi de l'audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"L'URL est requise\"],\"3VnYUR\":[\"L'URL doit commencer par http:// ou https://\"],\"7FaY4u\":[\"Utilisation\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Utilisation et facturation\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Utiliser la valeur héritée\"],\"ngdRFH\":[\"Utilisez Shift + Entrée pour ajouter une nouvelle ligne\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"Paramètres utilisateur\"],\"7sNhEz\":[\"Nom d'utilisateur\"],\"1Nt3Kg\":[\"Utilisation du logo dembrane par défaut\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Utilisez des webhooks ? Nous aimerions en savoir plus sur votre cas d'utilisation\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Rappel de vérification\"],\"participant.banner.verification_required\":[\"Vérification requise\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Vérifié\"],\"select.all.modal.loading.verified\":[\"Vérifié\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Vérifié\"],\"Iv1iWN\":[\"artefacts vérifiés\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Vérifier\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Vérifier\"],\"participant.echo.verify\":[\"Vérifier\"],\"4LFZoj\":[\"Vérifier le code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Sujets de vérification\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"Vue\"],\"SZw9tS\":[\"Voir les détails\"],\"95YFbG\":[\"Voir un exemple de payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"Voir vos réponses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"En attente de la fin des conversations avant de générer un rapport.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Envie d'organiser un événement avec dembrane ?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Nous apportons l'outil et l'équipe, de l'appel de cadrage au rapport. Éprouvé sur plus de 1000 événements.\"],\"participant.alert.microphone.access.issue\":[\"Nous ne pouvons pas vous entendre. Veuillez essayer de changer de microphone ou de vous rapprocher un peu plus de l'appareil.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"Nous n'avons pas pu désactiver l'authentification à deux facteurs. Réessayez avec un nouveau code.\"],\"sM2pBB\":[\"Nous n'avons pas pu activer l'authentification à deux facteurs. Vérifiez votre code et réessayez.\"],\"mW8QSA\":[\"Nous n'avons pas trouvé la page que vous cherchiez. Elle a peut-être été déplacée.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"Nous avons besoin d'un peu plus de contexte pour vous aider à utiliser ECHO efficacement. Veuillez continuer à enregistrer afin que nous puissions fournir de meilleures suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ?\"],\"8RY8RU\":[\"Nous vous recontactons sous un jour. Vous préférez choisir un créneau vous-même ? Le calendrier est juste ici.\"],\"dni8nq\":[\"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.\"],\"FXjsEJ\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez <0>Signaler un problème pour l'envoyer avec des captures d'écran.\"],\"XolQc4\":[\"Nous serions ravis de vous lire. Que vous ayez une idée pour quelque chose de nouveau, repéré une traduction qui sonne faux, ou envie de nous dire comment ça se passe. Vous avez trouvé un bug ? Utilisez Signaler un problème dans la barre latérale pour l'envoyer avec des captures d'écran.\"],\"participant.test.microphone.description\":[\"Nous testerons votre microphone pour vous assurer la meilleure expérience pour tout le monde dans la session.\"],\"+eLc52\":[\"Nous entendons un peu de silence. Essayez de parler plus fort pour que votre voix soit claire.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"URL du webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Les webhooks sont des messages automatisés envoyés d'une application à une autre lorsqu'un événement se produit. Pensez à eux comme à un \\\"système de notification\\\" pour vos autres outils.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Bienvenue\"],\"9eF5oV\":[\"Bon retour\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Bienvenue sur dembrane!\"],\"u4aLOz\":[\"Bienvenue en mode Vue d’ensemble ! J’ai chargé les résumés de toutes tes conversations. Pose-moi des questions sur les tendances, thèmes et insights de tes données. Pour des citations exactes, démarre un nouveau chat en mode Contexte précis.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Bienvenue !\"],\"RL57XM\":[\"Qu'est-ce que les webhooks ? (2 min de lecture)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"Quelles données sont envoyées ?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"Que souhaitez-vous vérifier ?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Que s'est-il passé ? Collez une capture d'écran ici pour la joindre\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"Que doit ECHO analyser ou générer à partir des conversations ?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Qu'est-ce qui n'a pas marché ?\"],\"qGrqH9\":[\"Quels ont été les moments clés de cette conversation ?\"],\"FXZcgH\":[\"Qu’est-ce que tu veux explorer ?\"],\"3ePd3I\":[\"Nouveautés\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Lorsqu'un participant ouvre le portail, entre ses détails et commence une conversation\"],\"myUTw1\":[\"Lorsqu'un rapport a été généré pour le projet\"],\"7t3vo1\":[\"Lorsque tout l'audio a été converti en texte et que le transcript complet est disponible\"],\"N0GETg\":[\"Quand sont déclenchés les webhooks ?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"Lorsqu'il est activé, tous les nouveaux transcriptions auront des informations personnelles (noms, emails, numéros de téléphone, adresses) remplacées par des placeholders. Les conversations anonymisées désactivent également la lecture de l'audio, le téléchargement de l'audio et la rétranscrire pour protéger la confidentialité des participants. Cela ne peut pas être annulé pour les conversations déjà traitées.\"],\"MEmr1I\":[\"Lorsque vous terminez la conversation, les participants qui n'ont pas encore vérifié seront invités à vérifier ou à sauter\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"Quand le rapport doit-il être généré ?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"Lorsque le résumé est prêt (inclut à la fois le transcript et le résumé)\"],\"Uf3BzE\":[\"Où pouvons-nous vous joindre ?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"sera inclus dans votre rapport\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Espace de travail\"],\"IG4YLy\":[\"Espace de travail / projet\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Valeur par défaut de l'espace de travail\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Paramètres de l'espace de travail\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Espaces de travail\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Souhaitez-vous ajouter cette étiquette à vos filtres actuels ?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Langue ou ton incorrect\"],\"MNTYHt\":[\"Mauvaises sources\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Oui\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"Vous\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"Vous êtes déjà désinscrit ou votre lien est invalide.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"Vous êtes le propriétaire des données\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail après avoir ajouté vos informations de facturation.\"],\"uGP87g\":[\"Vous pourrez modifier cela plus tard dans les paramètres de l'espace de travail.\"],\"WS92Fk\":[\"Vous pouvez quitter cette page et revenir plus tard. Votre rapport continuera à être généré en arrière-plan.\"],\"E71LBI\":[\"Vous ne pouvez télécharger que jusqu'à \",[\"MAX_FILES\"],\" fichiers à la fois. Seuls les premiers \",[\"0\"],\" fichiers seront ajoutés.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"Vous pouvez réessayer ci-dessous.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"Vous avez une invitation en attente\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"Vous avez déjà ajouté <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" à ce chat.\"],\"7W35AW\":[\"Vous avez déjà ajouté toutes les conversations liées à ceci\"],\"participant.modal.change.mic.confirmation.text\":[\"Vous avez changé votre microphone. Veuillez cliquer sur \\\"Continuer\\\", pour continuer la session.\"],\"T/Q7jW\":[\"Vous avez été désinscrit avec succès.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"Vous n'avez encore vérifié aucun résultat. Souhaitez-vous vérifier avant de terminer ?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"Vous pouvez également choisir d'enregistrer une autre conversation.\"],\"yCtSKg\":[\"Vous devez vous connecter avec le même fournisseur que vous avez utilisé pour vous inscrire. Si vous rencontrez des problèmes, veuillez contacter le support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"Vous semblez être hors ligne, veuillez vérifier votre connexion internet\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"Vous recevrez bientôt \",[\"objectLabel\"],\" à vérifier.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"Vous êtes à jour.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vous@exemple.fr\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Votre approbation nous aide à comprendre ce que vous pensez vraiment !\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Votre adresse e-mail\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Votre retour et cette réponse sont transmis à l'équipe dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Vos entrées seront automatiquement enregistrées.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"La génération de votre dernier rapport a été annulée. Affichage de votre rapport le plus récent.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Votre nom\"],\"VSneAo\":[\"Votre nom, votre e-mail et la page actuelle sont inclus pour que nous puissions vous recontacter.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page.\"],\"DrJCbp\":[\"Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer.\"],\"wurHZF\":[\"Vos réponses\"],\"B8Q/i2\":[\"Votre vue a été créée. Veuillez patienter pendant que nous traitons et analysons les données.\"],\"library.views.title\":[\"Vos vues\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index 2e7f8e4ea..fd16d5bf9 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -66,7 +66,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Submit" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1154,7 +1154,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "Added emails" @@ -1661,7 +1661,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Are you sure you want to delete this template? This cannot be undone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Are you sure you want to finish the conversation?" @@ -1909,7 +1909,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Back" @@ -2178,7 +2178,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Cancel" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Cancel" @@ -2832,6 +2832,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2878,6 +2879,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Copy link" @@ -3713,7 +3715,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3956,6 +3958,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3973,7 +3976,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@work.com" @@ -4204,8 +4207,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Ogni spunto è tracciabile. Il report collega ogni risultato a ciò che è stato davvero detto." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Ogni spunto è tracciabile. Il report collega ogni risultato a ciò che è stato davvero detto." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4626,7 +4629,7 @@ msgid "participant.button.stop.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Finish" @@ -4636,7 +4639,7 @@ msgid "participant.button.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Finish Conversation" @@ -4855,7 +4858,7 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Mettiti in contatto" @@ -5569,6 +5572,12 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Partecipa a questa sessione del portale" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "" @@ -6404,6 +6413,10 @@ msgstr "" msgid "more" msgstr "more" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Altro" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "More actions" @@ -6695,7 +6708,7 @@ msgid "No" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "No" @@ -6720,8 +6733,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Nessuna app, nessun hardware. I partecipanti scansionano un codice QR e il loro telefono diventa il portale." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Nessuna app, nessun hardware. I partecipanti scansionano un codice QR e il loro telefono diventa il portale." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8008,7 +8021,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8606,7 +8619,7 @@ msgstr "Record" msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Record another conversation" @@ -8746,7 +8759,7 @@ msgid "Reload page" msgstr "Ricarica la pagina" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Reload Page" @@ -8806,7 +8819,7 @@ msgstr "" msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "Remove Email" @@ -9120,8 +9133,8 @@ msgid "Response feedback" msgstr "Commento sulla risposta" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Risultati prima che le persone vadano via. Analizziamo dal vivo e presentiamo in sala." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Risultati prima che le persone vadano via. Analizziamo dal vivo e presentiamo in sala." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9409,6 +9422,10 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Scansiona per iniziare una nuova sessione del portale" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "" @@ -9913,8 +9930,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Settings" @@ -9938,12 +9955,18 @@ msgstr "" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Condividi" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Condividi il portale" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Share report" @@ -9952,6 +9975,10 @@ msgstr "Share report" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Condividi questa conversazione" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "" @@ -9961,7 +9988,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Share your details here" @@ -10056,6 +10083,10 @@ msgstr "" msgid "Show projects" msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Mostra il codice QR" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10201,7 +10232,7 @@ msgid "Something went wrong" msgstr "Something went wrong" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Something went wrong" @@ -10336,7 +10367,7 @@ msgid "Start in assistant chat" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Start New Conversation" @@ -10453,7 +10484,7 @@ msgid "Submit" msgstr "Submit" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Submit" @@ -10696,7 +10727,7 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Thank you for participating!" @@ -10704,7 +10735,7 @@ msgstr "Thank you for participating!" msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Thank you!" @@ -10788,7 +10819,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "The conversation could not be loaded. Please try again or contact support." @@ -11046,7 +11077,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -11193,6 +11224,10 @@ msgstr "Questa parte della pagina non si è caricata. Di solito basta ricaricare msgid "this person" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Questo portale non accetta nuove sessioni al momento." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "" @@ -11756,7 +11791,7 @@ msgstr "" msgid "Type a message or press / for templates..." msgstr "Type a message or press / for templates..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Type your response here" @@ -12352,7 +12387,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Vuoi organizzare un evento con dembrane?" @@ -12361,8 +12396,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "" #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Portiamo lo strumento e il team, dalla chiamata iniziale al report. Collaudato in oltre 1000 eventi." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Portiamo lo strumento e il team, dalla chiamata iniziale al report. Collaudato in oltre 1000 eventi." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12450,7 +12485,7 @@ msgstr "Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario?" #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario? Il calendario è proprio qui." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "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." @@ -12630,6 +12665,10 @@ msgstr "" msgid "What's the main reason?" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12876,7 +12915,7 @@ msgid "Yes" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Yes" @@ -13035,9 +13074,9 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "You may also choose to record another conversation." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "You may also choose to record another conversation." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13359,9 +13398,13 @@ msgstr "" msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Your response has been recorded. You may now close this tab." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Your response has been recorded. You may now close this tab." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/it-IT.ts b/echo/frontend/src/locales/it-IT.ts index 287947515..a1f9fba94 100644 --- a/echo/frontend/src/locales/it-IT.ts +++ b/echo/frontend/src/locales/it-IT.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Per il trattamento basato sul consenso serve un link all'informativa sulla privacy. Deve iniziare con http:// o https:// e avere al massimo 255 caratteri.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Predefinito dell'account\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Aggiungi prima delle conversazioni al tuo progetto\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Aggiungi immagini\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"C'è stato un errore imprevisto. Di solito basta ricaricare la pagina o tornare alla home.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Altro?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Prenota una chiamata con noi\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Prenota una chiamata conoscitiva\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annulla la sostituzione\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Controlla il testo e le immagini, poi riprova\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Il trattamento basato sul consenso è attivo senza link all'informativa sulla privacy. Aggiungine uno dove è impostata la base giuridica: i partecipanti devono poter leggere l'informativa.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversazione\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Non abbiamo salvato il feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Non siamo riusciti a inviare la segnalazione. Riprova\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Data\"],\"ItMGda\":[\"Intervallo di date\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invito agli eventi dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Descrivi il problema\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Stabilisce la base giuridica GDPR per i dati personali di questo progetto.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Fatto, contattatemi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Ogni spunto è tracciabile. Il report collega ogni risultato a ciò che è stato davvero detto.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Riprogrammazione non riuscita. Scegli un orario più avanti e riprova.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Commento inviato\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinque domande veloci, poi scegli un orario con il team dembrane. Leggiamo le tue risposte prima della chiamata e portiamo un piano su misura.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Mettiti in contatto\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buona risposta\"],\"hjZBYK\":[\"Hai due minuti? Cinque domande facoltative ci aiutano a prepararci.\"],\"5sIEgO\":[\"Hai due minuti? Cinque domande veloci ci aiutano ad arrivare preparati, e puoi saltarle tutte.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guidato\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"nascondere l'invito agli eventi dembrane\"],\"V3NvRL\":[\"Nascondere l'invito agli eventi dembrane fa parte di un piano a pagamento.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Organizzatore\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Commento dell'organizzatore\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Se hai notato dati visibili a persone sbagliate, qualcuno con un accesso che non dovrebbe avere, o una possibile vulnerabilità di sicurezza, usa il nostro <0>modulo di segnalazione di sicurezza. Arriva a un altro team con un percorso più rapido. Per le urgenze, scrivi a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Le immagini devono pesare meno di \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Sbagliato o inventato\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Lascia la tua email e ti ricontatteremo entro un giorno per parlare di un evento con dembrane.\"],\"J8VWes\":[\"Lascia la tua email così possiamo contattarti.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base giuridica\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Base giuridica salvata\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link all'informativa sulla privacy mostrata ai partecipanti\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Non risponde alla domanda\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Deve essere almeno 10 minuti nel futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Nuove conversazioni aggiunte da questo report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Nessuna app, nessun hardware. I partecipanti scansionano un codice QR e il loro telefono diventa il portale.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Ancora nessuna conversazione. Puoi programmare un report ora. Le aggiungiamo quando arrivano.\"],\"oaDwXD\":[\"Nessun valore predefinito (vale la gestione del cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Ancora nessun feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Ancora nessuno nell'organizzazione.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Puoi allegare solo immagini\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo gli amministratori del workspace possono cambiare la base giuridica.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Apri registrazione\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Domanda facoltativa \",[\"0\"],\" di \",[\"1\"]],\"S2LyUK\":[\"Domanda facoltativa \",[\"0\"],\" di \",[\"1\"],\". Salta pure.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O preferisci chattare direttamente?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Altro\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sostituita per questo progetto\"],\"AR/qbs\":[\"Sostituisci per questo progetto\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Scegli una data\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Scegli un orario adesso\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Risposta scadente\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Precedente\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL dell'informativa sulla privacy\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Domanda\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valutazione\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Contattatemi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Ricarica la pagina\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Rimuovi \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Rimuovi la sostituzione\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Registrazione\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Segnala un problema\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Segnalazione inviata. Grazie\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Riprogramma per\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Commento sulla risposta\"],\"Sa5FCh\":[\"Risultati prima che le persone vadano via. Analizziamo dal vivo e presentiamo in sala.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Torna alla home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organizzare un evento con dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Cerca e seleziona le conversazioni per questa chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleziona fino a 2 aree di focus per il tuo report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Invia segnalazione\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Condividi la tua voce scansionando il codice QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Mostra l'invito\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" di \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Così possiamo inviarti i dettagli della chiamata.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Volentieri\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Disattivarlo fa parte di un piano a pagamento.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Predefinito di sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Raccontaci l'evento che hai in mente.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Grazie, ti ricontatteremo entro un giorno.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Non sembra un indirizzo email.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"È tutto, grazie\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Il calendario non si è caricato qui. Scegli un orario su cal.com oppure scrivici a info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"La pagina di ringraziamento termina con una scheda che invita i partecipanti a organizzare il proprio evento con dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"È impostato il trattamento basato sul consenso senza link all'informativa sulla privacy. Aggiungine uno per mantenere valida questa impostazione: i partecipanti devono poter leggere l'informativa.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Questa parte della pagina non si è caricata. Di solito basta ricaricare. Se succede ancora, torna alla home.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Questo progetto seguirà l'impostazione ereditata: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pollice giù\"],\"Nuw8ty\":[\"Pollice su\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Ora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Troppo lungo o poco chiaro\"],\"lcsUaI\":[\"Troppe segnalazioni. Aspetta qualche minuto e riprova\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Massimo \",[\"MAX_FILES\"],\" immagini\"],\"lLehih\":[\"Fino a \",[\"MAX_MESSAGE_CHARS\"],\" caratteri\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usa il valore ereditato\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Vuoi organizzare un evento con dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Portiamo lo strumento e il team, dalla chiamata iniziale al report. Collaudato in oltre 1000 eventi.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Non abbiamo trovato la pagina che cercavi. Forse è stata spostata.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario?\"],\"8RY8RU\":[\"Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario? Il calendario è proprio qui.\"],\"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.\"],\"FXjsEJ\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa <0>Segnala un problema per inviarlo con gli screenshot.\"],\"XolQc4\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa Segnala un problema nella barra laterale per inviarlo con gli screenshot.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Benvenuto nella modalità Panoramica. Ho caricato i riassunti di tutte le tue conversazioni. Chiedimi schemi, temi o approfondimenti nei tuoi dati. Per citazioni esatte, apri una nuova chat in modalità Contesto Specifico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Cosa è successo? Incolla qui uno screenshot per allegarlo\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Cosa non ha funzionato?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Dove possiamo contattarti?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Spazio di lavoro / progetto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Predefinito del workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Impostazioni del workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Lingua o tono sbagliati\"],\"MNTYHt\":[\"Fonti sbagliate\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"tu@esempio.it\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"La tua email\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Il tuo commento e questa risposta arrivano al team dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Includiamo il tuo nome, la tua email e la pagina attuale, così possiamo ricontattarti.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Per il trattamento basato sul consenso serve un link all'informativa sulla privacy. Deve iniziare con http:// o https:// e avere al massimo 255 caratteri.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Predefinito dell'account\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Aggiungi prima delle conversazioni al tuo progetto\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Aggiungi immagini\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"C'è stato un errore imprevisto. Di solito basta ricaricare la pagina o tornare alla home.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Altro?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Prenota una chiamata con noi\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Prenota una chiamata conoscitiva\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Annulla la sostituzione\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Controlla il testo e le immagini, poi riprova\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Il trattamento basato sul consenso è attivo senza link all'informativa sulla privacy. Aggiungine uno dove è impostata la base giuridica: i partecipanti devono poter leggere l'informativa.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Conversazione\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Non abbiamo salvato il feedback\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Non siamo riusciti a inviare la segnalazione. Riprova\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Data\"],\"ItMGda\":[\"Intervallo di date\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"invito agli eventi dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Descrivi il problema\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Stabilisce la base giuridica GDPR per i dati personali di questo progetto.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Fatto, contattatemi\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Ogni spunto è tracciabile. Il report collega ogni risultato a ciò che è stato davvero detto.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Riprogrammazione non riuscita. Scegli un orario più avanti e riprova.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Commento inviato\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"Cinque domande veloci, poi scegli un orario con il team dembrane. Leggiamo le tue risposte prima della chiamata e portiamo un piano su misura.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Mettiti in contatto\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Buona risposta\"],\"hjZBYK\":[\"Hai due minuti? Cinque domande facoltative ci aiutano a prepararci.\"],\"5sIEgO\":[\"Hai due minuti? Cinque domande veloci ci aiutano ad arrivare preparati, e puoi saltarle tutte.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"Guidato\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"nascondere l'invito agli eventi dembrane\"],\"V3NvRL\":[\"Nascondere l'invito agli eventi dembrane fa parte di un piano a pagamento.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Organizzatore\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Commento dell'organizzatore\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Se hai notato dati visibili a persone sbagliate, qualcuno con un accesso che non dovrebbe avere, o una possibile vulnerabilità di sicurezza, usa il nostro <0>modulo di segnalazione di sicurezza. Arriva a un altro team con un percorso più rapido. Per le urgenze, scrivi a <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Le immagini devono pesare meno di \",[\"MAX_FILE_MB\"],\" MB\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Sbagliato o inventato\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"Partecipa a questa sessione del portale\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Lascia la tua email e ti ricontatteremo entro un giorno per parlare di un evento con dembrane.\"],\"J8VWes\":[\"Lascia la tua email così possiamo contattarti.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Base giuridica\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Base giuridica salvata\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Link all'informativa sulla privacy mostrata ai partecipanti\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Non risponde alla domanda\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"2FYpfJ\":[\"Altro\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Deve essere almeno 10 minuti nel futuro\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Nuove conversazioni aggiunte da questo report\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Nessuna app, nessun hardware. I partecipanti scansionano un codice QR e il loro telefono diventa il portale.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Ancora nessuna conversazione. Puoi programmare un report ora. Le aggiungiamo quando arrivano.\"],\"oaDwXD\":[\"Nessun valore predefinito (vale la gestione del cliente)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Ancora nessun feedback.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"Ancora nessuno nell'organizzazione.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Puoi allegare solo immagini\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Solo gli amministratori del workspace possono cambiare la base giuridica.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Apri registrazione\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Domanda facoltativa \",[\"0\"],\" di \",[\"1\"]],\"S2LyUK\":[\"Domanda facoltativa \",[\"0\"],\" di \",[\"1\"],\". Salta pure.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"O preferisci chattare direttamente?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Altro\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Sostituita per questo progetto\"],\"AR/qbs\":[\"Sostituisci per questo progetto\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Scegli una data\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Scegli un orario adesso\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Risposta scadente\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Precedente\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL dell'informativa sulla privacy\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Domanda\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Valutazione\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Contattatemi\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Motivo\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Ricarica la pagina\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Rimuovi \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Rimuovi la sostituzione\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Registrazione\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Segnala un problema\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Segnalazione inviata. Grazie\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Riprogramma per\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Commento sulla risposta\"],\"Sa5FCh\":[\"Risultati prima che le persone vadano via. Analizziamo dal vivo e presentiamo in sala.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Torna alla home\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Organizzare un evento con dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Scansiona per iniziare una nuova sessione del portale\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Cerca e seleziona le conversazioni per questa chat.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Seleziona fino a 2 aree di focus per il tuo report\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Invia segnalazione\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Condividi\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Condividi il portale\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Condividi questa conversazione\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Condividi la tua voce scansionando il codice QR\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"Mostra il codice QR\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Mostra l'invito\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" di \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Così possiamo inviarti i dettagli della chiamata.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Volentieri\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Disattivarlo fa parte di un piano a pagamento.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Predefinito di sistema\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Raccontaci l'evento che hai in mente.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Grazie, ti ricontatteremo entro un giorno.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Non sembra un indirizzo email.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"È tutto, grazie\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Il calendario non si è caricato qui. Scegli un orario su cal.com oppure scrivici a info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"La pagina di ringraziamento termina con una scheda che invita i partecipanti a organizzare il proprio evento con dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"È impostato il trattamento basato sul consenso senza link all'informativa sulla privacy. Aggiungine uno per mantenere valida questa impostazione: i partecipanti devono poter leggere l'informativa.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Questa parte della pagina non si è caricata. Di solito basta ricaricare. Se succede ancora, torna alla home.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"Questo portale non accetta nuove sessioni al momento.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Questo progetto seguirà l'impostazione ereditata: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Pollice giù\"],\"Nuw8ty\":[\"Pollice su\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Ora\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Troppo lungo o poco chiaro\"],\"lcsUaI\":[\"Troppe segnalazioni. Aspetta qualche minuto e riprova\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"Massimo \",[\"MAX_FILES\"],\" immagini\"],\"lLehih\":[\"Fino a \",[\"MAX_MESSAGE_CHARS\"],\" caratteri\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Usa il valore ereditato\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Vuoi organizzare un evento con dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Portiamo lo strumento e il team, dalla chiamata iniziale al report. Collaudato in oltre 1000 eventi.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Non abbiamo trovato la pagina che cercavi. Forse è stata spostata.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario?\"],\"8RY8RU\":[\"Ti ricontatteremo entro un giorno. Preferisci scegliere tu un orario? Il calendario è proprio qui.\"],\"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.\"],\"FXjsEJ\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa <0>Segnala un problema per inviarlo con gli screenshot.\"],\"XolQc4\":[\"Ci fa piacere sentirti. Hai un'idea per qualcosa di nuovo, hai visto una traduzione che non va, o vuoi solo dirci come sta andando. Hai trovato un bug? Usa Segnala un problema nella barra laterale per inviarlo con gli screenshot.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Benvenuto nella modalità Panoramica. Ho caricato i riassunti di tutte le tue conversazioni. Chiedimi schemi, temi o approfondimenti nei tuoi dati. Per citazioni esatte, apri una nuova chat in modalità Contesto Specifico.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Cosa è successo? Incolla qui uno screenshot per allegarlo\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Cosa non ha funzionato?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Dove possiamo contattarti?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Spazio di lavoro / progetto\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Predefinito del workspace\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Impostazioni del workspace\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Lingua o tono sbagliati\"],\"MNTYHt\":[\"Fonti sbagliate\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"tu@esempio.it\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"La tua email\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Il tuo commento e questa risposta arrivano al team dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Includiamo il tuo nome, la tua email e la pagina attuale, così possiamo ricontattarti.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"DrJCbp\":[\"La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index c8ab16820..988b00691 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -67,7 +67,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr "Het genereren van een bibliotheek kan tot een uur duren" -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Verzenden" @@ -988,7 +988,7 @@ msgstr "Actieve filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1155,7 +1155,7 @@ msgstr "Toegevoegd" msgid "select.all.modal.added" msgstr "Toegevoegd" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "Toegevoegde e-mails" @@ -1659,7 +1659,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Weet u zeker dat u dit sjabloon wilt verwijderen? Dit kan niet ongedaan worden gemaakt." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Weet je zeker dat je het wilt afmaken?" @@ -1907,7 +1907,7 @@ msgstr "Terug naar microfoon" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Terug" @@ -2176,7 +2176,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Annuleren" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Annuleren" @@ -2830,6 +2830,7 @@ msgstr "Even afkoelen. Beschikbaar over {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2876,6 +2877,7 @@ msgstr "Uitnodigingslink kopiëren" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Kopieer link" @@ -3711,7 +3713,7 @@ msgstr "Ben ik dit nodig?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "Ben je van plan dembrane te gebruiken in de zorg, het onderwijs, werving, het beheer van kritieke infrastructuur, rechtshandhaving of de rechtspraak?" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Wil je op de hoogte blijven?" @@ -3954,6 +3956,7 @@ msgstr "Webhook bewerken" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3971,7 +3974,7 @@ msgstr "E-mailverificatie" msgid "Email verification | dembrane" msgstr "E-mailverificatie | dembrane" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@werk.com" @@ -4202,8 +4205,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Elk inzicht herleidbaar. Het rapport koppelt elke bevinding terug aan wat er echt gezegd is." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Elk inzicht herleidbaar. Het rapport koppelt elke bevinding terug aan wat er echt gezegd is." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4624,7 +4627,7 @@ msgid "participant.button.stop.finish" msgstr "Afronden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Voltooien" @@ -4634,7 +4637,7 @@ msgid "participant.button.finish" msgstr "Voltooien" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Gesprek afmaken" @@ -4853,7 +4856,7 @@ msgstr "Krijg direct een reactie van dembrane om het gesprek te verdiepen." msgid "participant.refine.go.deeper.description" msgstr "Krijg direct een reactie van dembrane om het gesprek te verdiepen." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Neem contact op" @@ -5567,6 +5570,12 @@ msgstr "Word lid van onze Slack-community" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "Word lid van deze organisatie om werkruimtes te ontdekken en samen te werken met je team." +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Doe mee aan deze portalsessie" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "Sluit je als beheerder aan bij deze werkruimte om te helpen met support. De klant moet support-toegang voor medewerkers hebben aangezet. Je toegang stopt automatisch na 24 uur." @@ -6402,6 +6411,10 @@ msgstr "Monitoren" msgid "more" msgstr "meer" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Meer" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "Meer acties" @@ -6693,7 +6706,7 @@ msgid "No" msgstr "Nee" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "Nee" @@ -6718,8 +6731,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Geen app, geen hardware. Deelnemers scannen een QR-code en hun telefoon wordt het portaal." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Geen app, geen hardware. Deelnemers scannen een QR-code en hun telefoon wordt het portaal." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8006,7 +8019,7 @@ msgstr "Controleer uw invoer voor fouten." msgid "Please enable participation to enable sharing" msgstr "Schakel deelneming in om delen mogelijk te maken" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Voer een geldig e-mailadres in." @@ -8604,7 +8617,7 @@ msgstr "Opname starten" msgid "Record a voice message" msgstr "Spraakbericht opnemen" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Neem nog een gesprek op" @@ -8744,7 +8757,7 @@ msgid "Reload page" msgstr "Pagina opnieuw laden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Pagina herladen" @@ -8804,7 +8817,7 @@ msgstr "{0} verwijderen uit deze werkruimte? Ze verliezen toegang tot alle proje msgid "Remove avatar" msgstr "Avatar verwijderen" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "E-mail verwijderen" @@ -9118,8 +9131,8 @@ msgid "Response feedback" msgstr "Feedback op antwoord" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Resultaten voordat mensen naar huis gaan. We analyseren live en presenteren ter plekke." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Resultaten voordat mensen naar huis gaan. We analyseren live en presenteren ter plekke." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9407,6 +9420,10 @@ msgstr "Scan de QR-code of kopieer het geheim naar je app." msgid "Scan to join this project" msgstr "Scan om deel te nemen aan dit project" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Scan om een nieuwe portalsessie te starten" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "Gescand" @@ -9911,8 +9928,8 @@ msgstr "Instellen" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Instellingen" @@ -9936,12 +9953,18 @@ msgstr "Instellen" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Delen" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Portal delen" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Rapport delen" @@ -9950,6 +9973,10 @@ msgstr "Rapport delen" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "Deel het project, volg live activiteit en spring vanaf één plek naar de belangrijkste tools." +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Dit gesprek delen" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "Deel met iemand" @@ -9959,7 +9986,7 @@ msgstr "Deel met iemand" msgid "Share with workspace" msgstr "Deel met werkruimte" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Deel je gegevens hier" @@ -10054,6 +10081,10 @@ msgstr "Alleen wijzigingen tonen" msgid "Show projects" msgstr "Toon projecten" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Toon QR-code" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10199,7 +10230,7 @@ msgid "Something went wrong" msgstr "Er ging iets mis" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" @@ -10334,7 +10365,7 @@ msgid "Start in assistant chat" msgstr "Starten in de assistentchat" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Nieuw gesprek starten" @@ -10451,7 +10482,7 @@ msgid "Submit" msgstr "Stuur in" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Stuur in" @@ -10694,7 +10725,7 @@ msgstr "Webhook testen" msgid "Text" msgstr "Tekst" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Dank je wel voor je deelname!" @@ -10702,7 +10733,7 @@ msgstr "Dank je wel voor je deelname!" msgid "Thank You Page Content" msgstr "Bedankt pagina inhoud" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Bedankt!" @@ -10786,7 +10817,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "De verbinding is weggevallen. We proberen automatisch opnieuw." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" @@ -11044,7 +11075,7 @@ msgstr "Dit gesprek heeft de volgende kopieën:" msgid "conversation.linking_conversations.description" msgstr "Dit gesprek is een kopie van" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "Deze e-mail is al in de lijst." @@ -11191,6 +11222,10 @@ msgstr "Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op msgid "this person" msgstr "deze persoon" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Deze portal accepteert nu geen nieuwe sessies." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "Dit project was niet bereikbaar." @@ -11752,7 +11787,7 @@ msgstr "Typ <0>{0} om te bevestigen." msgid "Type a message or press / for templates..." msgstr "Typ een bericht of druk / voor templates..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Typ hier uw reactie" @@ -12348,7 +12383,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "Loopt de installatie met je door en stelt volgende stappen voor." -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Zelf een event organiseren met dembrane?" @@ -12357,8 +12392,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "Volg live opnames, transcriptievoortgang en fouten in dit project terwijl ze gebeuren." #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Wij brengen de tool en de crew mee, van intakegesprek tot rapport. Bewezen op 1000+ events." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Wij brengen de tool en de crew mee, van intakegesprek tot rapport. Bewezen op 1000+ events." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12446,7 +12481,7 @@ msgstr "We nemen binnen een dag contact op. Liever zelf een moment kiezen?" #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "We nemen binnen een dag contact op. Liever zelf een moment kiezen? De agenda staat hier." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "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." @@ -12626,6 +12661,10 @@ msgstr "Wat is er nieuw" msgid "What's the main reason?" msgstr "Wat is de belangrijkste reden?" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12872,7 +12911,7 @@ msgid "Yes" msgstr "Ja" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Ja" @@ -13031,9 +13070,9 @@ msgstr "Je hebt nog geen resultaten geverifieerd. Wil je verifiëren voordat je msgid "You left the workspace" msgstr "Je hebt de werkruimte verlaten" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "Je kunt er ook voor kiezen om een ander gesprek op te nemen." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "Je kunt er ook voor kiezen om een ander gesprek op te nemen." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13355,9 +13394,13 @@ msgstr "Je opname, {0}" msgid "Your request is in." msgstr "Je aanvraag is binnen." -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/nl-NL.ts b/echo/frontend/src/locales/nl-NL.ts index e59a81522..2ea36822d 100644 --- a/echo/frontend/src/locales/nl-NL.ts +++ b/echo/frontend/src/locales/nl-NL.ts @@ -1 +1 @@ -/*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\"],\"We're preparing your workspace.\":[\"We bereiden je werkruimte voor.\"],\"Preparing your dashboard\":[\"Dashboard klaarmaken\"],\"Welcome back\":[\"Welkom terug\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Het genereren van een bibliotheek kan tot een uur duren\"],\"uDvV8j\":[\" Verzenden\"],\"aMNEbK\":[\" Afmelden voor meldingen\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" binnenkort beschikbaar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Verkennen\\\" binnenkort beschikbaar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verifiëren\\\" binnenkort beschikbaar\"],\"XGun3K\":[\"(directe toegang tot werkruimte)\"],\"ls1N1w\":[\"(ontbreekt)\"],\"B/gRsg\":[\"(geen)\"],\"NzluOx\":[\"(optioneel)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(onbekend)\"],\"dDUgzP\":[\"(Jij)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" werkruimte)\"],\"other\":[\"(\",\"#\",\" werkruimtes)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" overeenkomst\"],\"other\":[\"#\",\" overeenkomsten\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio gestopt\"],\"other\":[\"#\",\" audio gestopt\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek kon niet aan deze chat worden toegevoegd.\"],\"other\":[\"#\",\" gesprekken konden niet aan deze chat worden toegevoegd.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek wordt hiermee ook verborgen.\"],\"other\":[\"#\",\" gesprekken worden hiermee ook verborgen.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" lid\"],\"other\":[\"#\",\" leden\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" betaling\"],\"other\":[\"#\",\" betalingen\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projecten\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" geselecteerd\"],\"other\":[\"#\",\" geselecteerd\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" in transcriptie\"],\"other\":[\"#\",\" in transcriptie\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" met fouten\"],\"other\":[\"#\",\" met fouten\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord toegevoegd\"],\"other\":[\"#\",\" woorden toegevoegd\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord verwijderd\"],\"other\":[\"#\",\" woorden verwijderd\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focus op \",\"#\",\" gesprek:\"],\"other\":[\"Focus op \",\"#\",\" gesprekken:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Bericht van dembrane\"],\"other\":[\"Berichten van dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Verplaats \",\"#\",\" project naar een andere werkruimte.\"],\"other\":[\"Verplaats \",\"#\",\" projecten naar een andere werkruimte.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Laat zien wat er verandert (\",\"#\",\" veld)\"],\"other\":[\"Laat zien wat er verandert (\",\"#\",\" velden)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik:\"],\"other\":[\"#\",\" gesprekken in gebruik:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (standaard)\"],\"r/Wlfo\":[[\"0\"],\" / plek / maand × \",[\"1\"],\", jaarlijks gefactureerd. Exclusief btw.\"],\"bBa8T+\":[[\"0\"],\" / plek × \",[\"1\"],\". Exclusief btw.\"],\"eysOsc\":[[\"0\"],\" / plek × \",[\"1\"],\". Wordt na deze periode niet meer in rekening gebracht.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" werkruimtes, \",[\"2\"],\" actief\"],\"xfMOtJ\":[[\"0\"],\" over alles\"],\"RKutZY\":[[\"0\"],\" actief\"],\"select.all.modal.added.count\":[[\"0\"],\" toegevoegd\"],\"q87k+2\":[[\"0\"],\" toegevoegd vanuit je organisatie\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gesprekken • Bewerkt \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" verwijderd\"],\"6Re9LE\":[[\"0\"],\" van dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" niet toegevoegd\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" van \",[\"1\"],\" leden zijn getraind.\"],\"uQcaBv\":[[\"0\"],\" van \",[\"1\"],\" getraind\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" plek(ken) · \",[\"1\"],\" nu · +\",[\"2\"],\"/\",[\"cadence\"],\" bij verlenging\"],\"ipdYtj\":[[\"0\"],\" plek(ken) deze periode betaald en ongebruikt. Nodig iemand uit om ze tot de verlenging gratis te vullen.\"],\"q9vtxh\":[[\"0\"],\" plekken\"],\"z9suu0\":[[\"0\"],\" totaal stijgt naar \",[\"1\"],\" zodra \",[\"pendingInvites\"],\" openstaande \",[\"2\"],\" geaccepteerd\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" weergaven\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" werkruimtes · \",[\"1\"],\" betaalde plekken · \",[\"2\"],\" gratis waarnemers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" werkruimtes, \",[\"1\"],\" plekken gedeeld\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", werkruimte-id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" gratis\"],\"other\":[\"#\",\" gratis\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" gesprekken • Bewerkt \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" geselecteerd\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" items in geschiedenis\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% korting toegepast\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" gesprek heeft nog geen transcript, dus het is weggelaten.\"],\"other\":[\"#\",\" gesprekken hebben nog geen transcript, dus ze zijn weggelaten.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[\"Voor het gesprek leest \",[\"host\"],\" je antwoorden en neemt een conceptvoorstel mee.\"],\"XrsLMx\":[[\"invalidCount\"],\" adressen hebben aandacht nodig\"],\"GxhS2s\":[[\"inviterName\"],\" heeft je uitgenodigd voor \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Verwijder het \",\"#\",\" project in deze werkruimte voordat je de werkruimte zelf verwijdert.\"],\"other\":[\"Verwijder de \",\"#\",\" projecten in deze werkruimte voordat je de werkruimte zelf verwijdert.\"]}]],\"YtOXS1\":[\"Gesprek van \",[\"name\"]],\"lJ6xri\":[\"Transcriptfragment van \",[\"name\"]],\"P9UcSP\":[[\"names\"],\" en nog \",[\"extra\"]],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" personen meer\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" gesprek paste niet in deze chat. Start een nieuwe chat voor de rest.\"],\"other\":[\"#\",\" gesprekken pasten niet in deze chat. Start een nieuwe chat voor de rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" uitnodiging(en) in afwachting. Telt mee zodra geaccepteerd.\"],\"lEeV+7\":[[\"person\"],\" verliest toegang tot elke werkruimte in deze organisatie. Directe uitnodigingen voor werkruimtes blijven intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Gericht op \",\"#\",\" gesprek\"],\"other\":[\"Gericht op \",\"#\",\" gesprekken\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik\"],\"other\":[\"#\",\" gesprekken in gebruik\"]}]],\"TVD5At\":[[\"readingNow\"],\" leest nu\"],\"/+py6Q\":[[\"seats\"],\" plekken\"],\"ArGmEy\":[[\"selectedCount\"],\" van \",[\"totalCount\"],\" velden geselecteerd. Accepteren geldt alleen voor de aangevinkte velden.\"],\"odzwX/\":[[\"sent\"],\" uitnodigingen verstuurd\"],\"dmKaRr\":[[\"sentCount\"],\" uitnodigingen verstuurd.\"],\"qzj8O/\":[[\"tag\"],\" (vooraf gekozen)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" actief\"],\"other\":[\"#\",\" actief\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisatie\"],\"other\":[\"#\",\" organisaties\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" worden nog verwerkt.\"],\"ZpJ0wx\":[\"*Een moment a.u.b.*\"],\"lDyo+I\":[\"/zetel/mnd · jaarlijks gefactureerd\"],\"u5M/5B\":[\"/zetel/mnd · maandelijks gefactureerd\"],\"RuXuwk\":[\"+\",[\"0\"],\" meer\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" gesprekken\"],\"VAhv7y\":[\"€\",[\"0\"],\" per stuk, boven de inbegrepen \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra deelnemer\"],\"+Tssgi\":[\"€150 / zetel / maand\"],\"NPPhXn\":[\"€20 / zetel / maand\"],\"XlCmuS\":[\"€75 / zetel / maand\"],\"LeFXS1\":[\"0 Aspecten\"],\"r3PXp+\":[\"1 adres vraagt om aandacht\"],\"N0QWsI\":[\"1 u opname\"],\"2BWxOx\":[\"1 item in geschiedenis\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 weergave\"],\"AeSuqs\":[\"1. Je geeft een URL op waar je meldingen wilt ontvangen\"],\"9u4NIb\":[\"16 tot 40.\"],\"WehR9U\":[\"2 maanden geleden\"],\"gGr93M\":[\"2 tot 5.\"],\"L9boOH\":[\"2. Wanneer een gesprek of rapport plaatsvindt, sturen we de data automatisch naar je URL\"],\"VaA9mu\":[\"24 uur\"],\"RkmegJ\":[\"250 tot 1000.\"],\"7ZrpGs\":[\"3 dagen\"],\"lxBOZP\":[\"3 maanden geleden\"],\"WiUXLq\":[\"3. Uw systeem ontvangt de gegevens en kan erop reageren (bijvoorbeeld opslaan in een database, e-mail verzenden, spreadsheet bijwerken)\"],\"c5EE1L\":[\"50 tot 250.\"],\"rV+scO\":[\"6 tot 15.\"],\"34Qhax\":[\"8 uur\"],\"aFDk6y\":[\"Een paar korte vragen en je bent binnen.\"],\"Ddr+Kq\":[\"Een app_user-id van dembrane-personeel. De server controleert het @dembrane.com-adres.\"],\"iqgpeQ\":[\"Bij een downgrade gelden de downgrade-effecten uit de matrix en krijgen de admins van de werkruimte bericht. Bij een betaald tier gaat het account over op facturatie via dembrane.\"],\"thilZ0\":[\"Een downgrade beperkt functies direct.\"],\"wsTrfq\":[\"Zodra de eerste versie klaar is, verschijnt die hier.\"],\"D+aQ7R\":[\"Een vriendelijke naam om dit webhook te identificeren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Er wordt automatisch een nieuw rapport gegenereerd en gepubliceerd op het geplande tijdstip.\"],\"zm7GU7\":[\"Een link naar het privacybeleid is verplicht voor verwerking op basis van toestemming. De link moet beginnen met http:// of https:// en mag maximaal 255 tekens bevatten.\"],\"TKd+Fa\":[\"Een project bevat alles voor één onderwerp. Deel de link met deelnemers, verzamel stemmen en laat dembrane ze omzetten in inzichten.\"],\"sG+9v8\":[\"Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is.\"],\"lN8IO2\":[\"Een schatting of \\\"weet ik nog niet\\\". Met allebei kunnen we verder.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"Een zetel is één lid. Voeg leden toe of verwijder ze in het tabblad Mensen van elke werkruimte; je volgende afschrijving past zich automatisch aan.\"],\"hyYKSp\":[\"Een zetel is één lid. Zetels blijven beschikbaar tot het abonnement eindigt; wijzigingen worden niet in rekening gebracht.\"],\"SpaKQm\":[\"Een aparte context voor data-eigendom en facturering. Je kunt deze later overdragen aan die organisatie zonder data te verplaatsen.\"],\"GhjsDN\":[\"Een korte tekst die op het organisatieoverzicht wordt getoond.\"],\"F9QjSt\":[\"Een korte notitie over waar dit project over gaat. Je kunt dit later aanpassen.\"],\"j2mO8+\":[\"een werkruimte\"],\"kO7Ugp\":[\"Over de voorgestelde projectupdate: \",[\"hostNote\"]],\"2rz0sA\":[\"Over jou\"],\"g3UF2V\":[\"Accepteren\"],\"Q74FZp\":[\"Accepteren en deelnemen\"],\"JAvG0l\":[\"Voorwaarden geaccepteerd\"],\"LuXP9q\":[\"Toegang\"],\"qLcf0w\":[\"Toegang stopt op\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Toegang verleend voor 24 uur.\"],\"HlgFV1\":[\"Toegangsgeschiedenis\"],\"6NLtuJ\":[\"Toegangsverzoek goedgekeurd\"],\"RpdQvB\":[\"Toegangsverzoek geweigerd\"],\"FmhC27\":[\"Toegangsverzoek verlopen\"],\"pyPxxw\":[\"Toegangsverzoek ingetrokken\"],\"ekMaJX\":[\"Toegangsverzoeken\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account en beveiliging\"],\"K3wUdw\":[\"Accountstandaard\"],\"g9NChz\":[\"Accountmanager\"],\"/8wINa\":[\"Accountmanager toegewezen.\"],\"Q+M1Ej\":[\"Account overgezet naar self-service facturatie.\"],\"DX/Wkz\":[\"Accountwachtwoord\"],\"Euv0O8\":[\"Account overgezet naar facturatie via dembrane.\"],\"A7C5YV\":[\"Account op beheerd gezet.\"],\"0qqrUz\":[\"Gefactureerde accounts\"],\"L5gswt\":[\"Actie door\"],\"7U5F+i\":[\"Actie nodig\"],\"UQXw0W\":[\"Actie op\"],\"7L01XJ\":[\"Acties\"],\"F6pfE9\":[\"Actief\"],\"3976bh\":[\"Actief · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Actieve filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Toevoegen\"],\"4USg1N\":[[\"0\"],\" toevoegen aan \",[\"1\"],\" als <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Voeg een lid toe en kies de toegang.\"],\"o1Svup\":[\"Voeg een naam en een prompt toe voordat je dit toepast.\"],\"kKuKkg\":[\"Voeg een naam, beschrijving en framing toe.\"],\"5xxrhm\":[\"Notitie toevoegen\"],\"Cf2umO\":[\"Voeg een projectdoel toe voordat je opslaat.\"],\"pVTvYj\":[\"een werkruimte toe te voegen\"],\"1m+3Z3\":[\"Voeg extra context toe (Optioneel)\"],\"Se1KZw\":[\"Vink aan wat van toepassing is\"],\"L1uMzn\":[\"Nog een toevoegen\"],\"LvDRbs\":[\"Toevoegen via e-mail\"],\"select.all.modal.title.add\":[\"Gesprekken toevoegen aan context\"],\"8T7YRB\":[\"Voeg eerst gesprekken toe aan je project\"],\"LL1rvo\":[\"Aangepast onderwerp toevoegen\"],\"0qHnFM\":[\"Voeg doeltekst toe voordat je dit toepast.\"],\"5phU36\":[\"Afbeeldingen toevoegen\"],\"1xDwr8\":[\"Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren.\"],\"ndpRPm\":[\"Voeg nieuwe opnames toe aan dit project. Bestanden die u hier uploadt worden verwerkt en verschijnen in gesprekken.\"],\"ymW+mN\":[\"Voeg mensen uit je organisatie toe\"],\"Ralayn\":[\"Trefwoord toevoegen\"],\"add.tag.filter.modal.title\":[\"Tag toevoegen aan filters\"],\"IKoyMv\":[\"Trefwoorden toevoegen\"],\"b6Sm+u\":[\"Toevoegen aan \",[\"0\"],\"?\"],\"jo1zkp\":[\"Toevoegen aan Chat\"],\"add.tag.filter.modal.add\":[\"Toevoegen aan filters\"],\"NffMsn\":[\"Voeg toe aan dit gesprek\"],\"P4Egjx\":[\"Toevoegen aan werkruimtes\"],\"6Xm4X2\":[\"Onderwerp toevoegen\"],\"AHaRrL\":[\"Vertalingen toevoegen\"],\"yFRVHT\":[\"Verificatieprompt toevoegen\"],\"QN2F+7\":[\"Webhook toevoegen\"],\"UZ07em\":[\"Voeg uw eerste webhook toe\"],\"x2dB2O\":[\"je logo toe te voegen\"],\"hp8OtS\":[\"Toegevoegd\"],\"select.all.modal.added\":[\"Toegevoegd\"],\"Na90E+\":[\"Toegevoegde e-mails\"],\"uVX6Vk\":[\"Toegevoegd aan werkruimte\"],\"yg5kon\":[\"Je bent toegevoegd aan \",[\"okCount\"],\" werkruimtes\"],\"ZncK2m\":[\"Je bent toegevoegd aan \",[\"okCount\"],\". \",[\"0\"],\" konden niet worden toegevoegd, probeer opnieuw.\"],\"lQmOCQ\":[\"Je bent toegevoegd aan 1 werkruimte\"],\"54QrMC\":[\"Als je er \",[\"pendingCount\"],\" toevoegt, gaat deze werkruimte over de zetellimiet. Extra zetels worden gefactureerd tegen het tarief van de werkruimte.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen aan de chat\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.loading.title\":[\"Gesprekken toevoegen\"],\"Du6bPw\":[\"Adres\"],\"NY/x1b\":[\"Adresregel 1\"],\"cormHa\":[\"Adresregel 2\"],\"CA/Ul9\":[\"Pas de basislettergrootte voor de interface aan\"],\"U3pytU\":[\"Beheerder\"],\"84oArf\":[\"Beheerdersdashboard\"],\"HJ47wa\":[\"Hier beheerder via organisatierol\"],\"uYQEe4\":[\"Beheerder, dembrane\"],\"eC58+P\":[\"Beheerders\"],\"CLlKPV\":[\"Beheerders hebben toegang tot elke werkruimte in deze organisatie. Leden en externen zien alleen de werkruimtes waartoe ze toegang hebben gekregen.\"],\"sxkWRg\":[\"Geavanceerd\"],\"OaKXud\":[\"Geavanceerd (Tips en best practices)\"],\"JiIKww\":[\"Geavanceerde instellingen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent-run mislukt\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Tool-gestuurd uitvoering\"],\"I1JKlv\":[\"Agentische chat\"],\"N40H+G\":[\"Alles\"],\"cF7bEt\":[\"Alle acties\"],\"O1367B\":[\"Alle collecties\"],\"gvykaX\":[\"Alle gesprekken\"],\"u/fl/S\":[\"Alle bestanden zijn succesvol geüpload.\"],\"zG6Ooi\":[\"Alle projecten\"],\"ynXPFB\":[\"Alles gelezen\"],\"W/4/mV\":[\"Alle plekken in dit niveau zijn bezet. Verwijder een lid of externe, of upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"XQ7aEI\":[\"Alle plekken zijn bezet. Maak een plek vrij of upgrade om meer mensen uit te nodigen.\"],\"X3FPsl\":[\"Alle plekken bezet\"],\"NGO2th\":[\"Alle sjablonen\"],\"IOEBQh\":[\"Alle niveaus\"],\"dYoI9C\":[\"Alle zichtbare gesprekken geselecteerd\"],\"AWdiC+\":[\"Alle werkruimtes\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Geef dembrane-medewerkers toegang tot deze werkruimte voor support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Sta deelnemers toe om met behulp van de link nieuwe gesprekken te starten\"],\"sV+uzv\":[\"Bijna klaar\"],\"bruUug\":[\"Bijna klaar\"],\"gwPMvj\":[\"Al lid\"],\"H7cfSV\":[\"Al toegevoegd aan dit gesprek\"],\"cFO+NU\":[\"Heb je al een account? Log in\"],\"xNyrs1\":[\"Al in context\"],\"lLTpsm\":[\"Al uitgenodigd\"],\"3lBGEC\":[\"Al gebruikt in deze chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Altijd aan, het staat op onze website\"],\"hehnjM\":[\"Bedrag\"],\"nIUIH3\":[\"Bedragen zijn standaard het aantal plekken van het account maal de prijs per plek. Pas dit alleen aan wanneer dat nodig is.\"],\"2G0LKZ\":[\"Een extra training is verplicht voor teams die dembrane gebruiken in situaties die onder de EU AI Act als hoog risico worden aangemerkt.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"Een burgerberaad.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"Een evenement of workshop.\"],\"zqhMd0\":[\"Er ging iets onverwachts mis. Opnieuw laden of teruggaan naar home helpt meestal.\"],\"F4cOH1\":[\"Analyse taal\"],\"ZlwDi6\":[\"Analytics\"],\"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\"],\"J8yrvq\":[\"Transcripten anonimiseren\"],\"M8cgTa\":[\"Transcript anonimiseren\"],\"gd1W+U\":[\"Transcripten anoniem maken\"],\"YdiKaK\":[\"anoniem gesprek\"],\"iPiP6k\":[\"Anoniem gesprek\"],\"D9CFV5\":[\"Anoniem\"],\"Pg5/xn\":[\"Anonieme deelnemer\"],\"SEllfL\":[\"Anonieme bezoeker\"],\"t2jB92\":[\"Een andere admin of eigenaar moet je herstellen.\"],\"6GojWN\":[\"Elke tag\"],\"FnbCx1\":[\"Iedereen in je organisatie kan deze werkruimte vinden. Admins kunnen meteen meedoen, leden kunnen toegang aanvragen.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Nog iets anders nodig?\"],\"isAHo8\":[\"Wil je nog iets anders delen\"],\"kR5k2j\":[\"Nog iets?\"],\"N1Wkmw\":[\"Is er iets dat we beter hadden kunnen doen?\"],\"sMMWxH\":[\"Wil je nog iets toevoegen\"],\"aAIQg2\":[\"Weergave\"],\"9+QMn9\":[\"Toegepast. Het canvas toont nu dit ontwerp en houdt het actueel.\"],\"HMzKuc\":[\"Past deze formulering en het verversgedrag toe op het bestaande canvas.\"],\"DB8zMK\":[\"Toepassen\"],\"4TwsNi\":[\"Sjabloon toepassen\"],\"5swDY2\":[\"Bijna een limiet bereikt deze maand\"],\"z0ccuc\":[\"Bijna aan de limiet: \",[\"0\"],\" / 32.000 tekens\"],\"Z7ZXbT\":[\"Goedkeuren\"],\"participant.concrete.action.button.approve\":[\"Goedkeuren\"],\"m14CS3\":[\"Goedkeuren voor 24 uur\"],\"1kA9Tv\":[\"Supporttoegang goedkeuren\"],\"conversation.verified.approved\":[\"Goedgekeurd\"],\"tq+4rb\":[\"Weet je zeker dat je de webhook \\\"\",[\"0\"],\"\\\" wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"uqhbrg\":[\"Weet je zeker dat je deze chat wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\"],\"Q5Z2wp\":[\"Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"yrk3z3\":[\"Weet je zeker dat je dit aangepaste onderwerp wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"YF1Re1\":[\"Weet je zeker dat je dit project wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"ELQ+fw\":[\"Weet je zeker dat je dit rapport wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"aUsm4A\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen? Dit zal het trefwoord verwijderen uit bestaande gesprekken die het bevatten.\"],\"e3BGhi\":[\"Weet u zeker dat u dit sjabloon wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"participant.modal.finish.message.text.mode\":[\"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.\"],\"UXCOMn\":[\"Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting.\"],\"ZmeZPn\":[\"Weet je zeker dat je je avatar wilt verwijderen?\"],\"wQ5jM6\":[\"Weet je zeker dat je je aangepaste logo wilt verwijderen? Het standaard dembrane-logo wordt in plaats daarvan gebruikt.\"],\"Wh64Gd\":[\"Geregeld met dembrane\"],\"F+vBv0\":[\"Stel vraag\"],\"VttPAe\":[\"Vragen | dembrane\"],\"Djkxtl\":[\"Stel een vraag over de gesprekken in dit project, of vraag hulp bij het opzetten ervan. Elke wijziging wordt eerst ter beoordeling voorgesteld en er wordt niets opgeslagen totdat je het goedkeurt.\"],\"2QOQAV\":[\"Vraag een admin van de werkruimte om een uitnodiging, of kies een andere werkruimte uit je lijst.\"],\"jPTnVt\":[\"Stel vragen over de app.\"],\"7edAaq\":[\"Hierover vragen\"],\"9pDK3A\":[\"Vraag iets over je gesprekken...\"],\"lCenB6\":[\"Vraag om e-mail?\"],\"Rjlwvz\":[\"Vraag om naam?\"],\"KmS8XG\":[\"Vraag het in de chat als je een live beeld van de gesprekken wilt. Het eerste canvas komt hier te staan.\"],\"ZwM3p2\":[\"meer vragen te stellen in de chat\"],\"6S+qQR\":[\"Vraag deelnemers om hun e-mailadres\"],\"I+vZ9W\":[\"Vraag deelnemers om hun naam\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspecten\"],\"kaEPzR\":[\"Toewijzen\"],\"d/bvvp\":[\"Assistent\"],\"MPY6SL\":[\"Assistent-context\"],\"aYfeOI\":[\"Assistent-geheugen\"],\"bU39dx\":[\"Minstens 8 tekens\"],\"iF1OFS\":[\"Er moet minstens één onderwerp zijn geselecteerd om Verifiëren aan te zetten\"],\"quMOkF\":[\"Aan het einde van deze periode\"],\"8Fp5MP\":[\"Hoeveel gesprekken zijn er op je drukste moment tegelijk bezig?\"],\"FA2/EC\":[\"Geverifieerde artefacten toevoegen\"],\"participant.modal.interruption.issue.message\":[\"Let op! We hebben de laatste 60 seconden van je opname verloren door een onderbreking. Druk op de knop hieronder om opnieuw verbinding te maken.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-download niet beschikbaar voor anonieme gesprekken\"],\"N2tS3I\":[\"Audio komt binnen\"],\"SLvg/d\":[\"Audio-afspelen niet beschikbaar voor anonieme gesprekken\"],\"IOBCIN\":[\"Audio-tip\"],\"OCG9c0\":[\"Er kwam audio binnen, maar dat is gestopt. De verbinding is misschien weggevallen of de telefoon is vergrendeld.\"],\"y2W2Hg\":[\"Auditlogboeken\"],\"aL1eBt\":[\"Auditlogboeken geëxporteerd naar CSV\"],\"mS51hl\":[\"Auditlogboeken geëxporteerd naar JSON\"],\"z8CQX2\":[\"Authenticator-code\"],\"R+PyK8\":[\"Automatisch titels genereren\"],\"voAvDv\":[\"Automatisch titels genereren\"],\"Wrpmw7\":[\"Automatisch gegenereerd of handmatig invoeren\"],\"8kH9im\":[\"Automatische titels en concepttags\"],\"dY4Vk3\":[\"Automatisch een korte onderwerp-gebaseerde titel genereren voor elk gesprek na samenvatting. De titel beschrijft wat er werd besproken, niet wie deelnemde. De oorspronkelijke naam van de deelnemer wordt apart bewaard, als ze er een had.\"],\"F95AYw\":[\"Transcripten automatisch opslaan in je CRM of database\"],\"zUbSgC\":[\"Conversatiegegevens automatisch verzenden naar je andere tools en services wanneer gebeurtenissen plaatsvinden.\"],\"AUb80i\":[\"Beschikbaar met een betaald abonnement\"],\"KKfW2W\":[\"Avatar verwijderd\"],\"jSKImf\":[\"Avatar bijgewerkt\"],\"vhjbKr\":[\"Afwezig\"],\"iH8pgl\":[\"Terug\"],\"participant.button.back.microphone\":[\"Terug naar microfoon\"],\"participant.button.back\":[\"Terug\"],\"BT2r2q\":[\"Terug naar dembrane\"],\"aBqveh\":[\"Terug naar live\"],\"7rgUr5\":[\"Terug naar mijn werkruimtes\"],\"/9nVLo\":[\"Terug naar selectie\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Terug naar templates\"],\"IWTC0l\":[\"Terug naar werkruimtes\"],\"1u1/HA\":[\"Terug naar je werkruimtes\"],\"Nzwli2\":[\"Basis\"],\"wVO5q4\":[\"Basis (Alleen essentiële tutorial slides)\"],\"epXTwc\":[\"Basis instellingen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bèta\"],\"dashboard.dembrane.concrete.beta\":[\"Bèta\"],\"dashboard.dembrane.verify.beta\":[\"Bèta\"],\"Zz7XBz\":[\"Betafuncties\"],\"K9cTJe\":[\"Jaarlijks gefactureerd\"],\"aIkeAd\":[\"Maandelijks gefactureerd\"],\"rKaO4m\":[\"Wordt op een eigen abonnement gefactureerd, niet dat van je organisatie. Beheer dit via de facturering van deze werkruimte.\"],\"IHgGGv\":[\"Apart gefactureerd\"],\"4FkKL6\":[\"Apart gefactureerd, geen onderdeel van het abonnement van de organisatie.\"],\"jtq36d\":[\"Gefactureerd onder het abonnement van je organisatie, samen met je andere werkruimtes.\"],\"R+w/Va\":[\"Facturering\"],\"17Ox+q\":[\"Factuurgegevens\"],\"UQPSlS\":[\"Factuurgegevens opgeslagen.\"],\"ZQhgRe\":[\"Facturering wordt beheerd door je organisatie\"],\"/2TrP/\":[\"Facturatiemodus\"],\"MkvsWx\":[\"Een gesprek boeken\"],\"KKLfx1\":[\"Plan een gesprek met ons\"],\"kFl92P\":[\"Boek een gecertificeerde training om dembrane te blijven gebruiken in situaties met hoog risico.\"],\"IkwW6y\":[\"Plan een kennismakingsgesprek\"],\"YgG3yv\":[\"Brainstorm ideeën\"],\"xHijXF\":[\"Overzicht · \",[\"0\"],\" actief\"],\"EpQC5j\":[\"Overzicht per niveau\"],\"16exrD\":[\"Briefing\"],\"7Ic570\":[\"Gebruik je eigen LLM\"],\"4eBtkM\":[\"Aangepaste dashboards bouwen met realtime conversatiegegevens\"],\"G46Sdr\":[\"door \",[\"by\"]],\"IqudIv\":[\"Door dit project te verwijderen, verwijder je alle bijbehorende gegevens. Deze actie kan niet ongedaan worden gemaakt. Weet je het absoluut zeker?\"],\"aeGLaK\":[\"Op status\"],\"0rwwOn\":[\"Op trefwoord\"],\"URPLGF\":[\"kan bewerken\"],\"6++86c\":[\"kan lezen\"],\"OoV4VL\":[\"Kun je ons meer vertellen?\"],\"dEgA5A\":[\"Annuleren\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuleren\"],\"participant.concrete.action.button.cancel\":[\"Annuleren\"],\"participant.concrete.instructions.button.cancel\":[\"Annuleren\"],\"select.all.modal.cancel\":[\"Annuleren\"],\"add.tag.filter.modal.cancel\":[\"Annuleren\"],\"4MDqQJ\":[\"Annuleer wanneer je wilt. Je houdt toegang tot het einde van de periode.\"],\"KWnDn1\":[\"Huidige run stoppen\"],\"UKcgfh\":[\"Overschrijving annuleren\"],\"Bu+BBn\":[\"Abonnement opzeggen\"],\"HoYkSd\":[\"Verzoek intrekken\"],\"lrdoAi\":[\"Planning annuleren\"],\"iypQhn\":[\"Selectie annuleren\"],\"XzQibx\":[\"Training annuleren\"],\"D2vAZP\":[\"Je abonnement opzeggen\"],\"vv7kpg\":[\"Opgezegd\"],\"AreLja\":[\"Bij opzeggen wordt je abonnement niet verlengd. Je houdt \",[\"0\"],\" tot het einde van je huidige factureringsperiode en gaat daarna over naar Free.\"],\"RKD99R\":[\"Kan geen leeg gesprek toevoegen\"],\"SL9Qao\":[\"Kan niet opnieuw plannen binnen 10 minuten voor het geplande tijdstip\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Verversfrequentie van het canvas aangepast\"],\"RP1RaW\":[\"Canvasvoorbeeld\"],\"J5lsfs\":[\"Canvasinstellingen\"],\"vkf71G\":[\"ontbrekende mogelijkheid\"],\"kryGs+\":[\"Kaart\"],\"SHhA6n\":[\"inhalen \",[\"0\"]],\"wNBLz0\":[\"Gecertificeerde training voor teams die dembrane in risicovolle situaties gebruiken. Een apart product, per sessie gefactureerd.\"],\"o+XJ9D\":[\"Wijzigen\"],\"rlgQn8\":[\"De organisatierol van \",[\"person\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"De rol van \",[\"person\"],\" op \",[\"wsName\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Toch wijzigen\"],\"U8sdJ+\":[\"Wijzigen in werkruimte-instellingen\"],\"+DEogc\":[\"Taal wijzigen\"],\"7KtLzo\":[\"Organisatierol wijzigen?\"],\"GptGxg\":[\"Wachtwoord wijzigen\"],\"Ts/A07\":[\"Betaalmethode wijzigen\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Rol wijzigen\"],\"qpV0fp\":[\"Niveau wijzigen\"],\"XbjzC/\":[\"Werkruimterol wijzigen?\"],\"mtseAM\":[\"Je eigen rol wijzigen?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Wijzigingen toegepast. Je kunt ze altijd bijstellen in de projectinstellingen.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat aangemaakt\"],\"pB+sJr\":[\"Chat verwijderd\"],\"qlK5jV\":[\"Chat is niet beschikbaar op jouw toegangsniveau. Neem contact op met je werkruimtebeheerder om een upgrade aan te vragen.\"],\"qUVihD\":[\"Chatlimiet bereikt\"],\"tDlhkF\":[\"Chatnaam\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Controleer microfoontoegang\"],\"participant.button.check.microphone.access\":[\"Controleer microfoontoegang\"],\"WQUm5N\":[\"Controleer de tekst en afbeeldingen en probeer het opnieuw\"],\"v4fiSg\":[\"Controleer je email\"],\"mGd0TP\":[\"Gecontroleerd \",[\"checkedAgo\"],\". De eerste update verschijnt zodra er genoeg te tonen is.\"],\"fhPONC\":[\"Gecontroleerd \",[\"checkedAgo\"],\". Niets nieuws sinds je laatste gesprek. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Live gesprekken controleren\"],\"pMF40U\":[\"Je sessie wordt gecontroleerd.\"],\"KFa1f3\":[\"Een logo-bestand kiezen\"],\"MgLGKD\":[\"Kies een methodologie\"],\"4Jd65a\":[\"Kies eerst een organisatie\"],\"okLwd9\":[\"Kiezen uit je andere projecten\"],\"Aoxltn\":[\"Kiezen wanneer je meldingen wilt ontvangen\"],\"mgiYV1\":[\"Kies je voorkeurstaal voor de interface\"],\"DakUDF\":[\"Kies je favoriete thema voor de interface\"],\"3wV73y\":[\"Plaats\"],\"xCJdfg\":[\"Wissen\"],\"yYxB17\":[\"Alles wissen\"],\"u8JHrO\":[\"Filters wissen\"],\"V8yTm6\":[\"Zoekopdracht wissen\"],\"eIdJyh\":[[\"cleared\"],\" van \",[\"total\"],\" gesprekken gewist\"],\"B2pdef\":[\"Klik op \\\"Upload bestanden\\\" wanneer je klaar bent om de upload te starten.\"],\"cwMTjO\":[\"Klik om te bewerken\"],\"jcSz6S\":[\"Klik om alle \",[\"totalCount\"],\" gesprekken te zien\"],\"oL+Urh\":[\"Klik om te sorteren\"],\"VbcOhD\":[\"Klantkorting %\"],\"1vOl9f\":[\"Klantorganisatie\"],\"WXNW/R\":[\"Klantorganisaties van partners\"],\"bIj+VB\":[\"Door client beheerd\"],\"+d+tJS\":[\"Klonen vanuit een ander project\"],\"nCnTY0\":[\"Klonen vanuit project\"],\"BPrdpc\":[\"Project klonen\"],\"9U86tL\":[\"Project klonen\"],\"yz7wBu\":[\"Sluiten\"],\"select.all.modal.close\":[\"Sluiten\"],\"RRo5cD\":[\"Sluiten en naar dembrane\"],\"bQfDiL\":[\"Cloud Act-veilig\"],\"sShXu3\":[\"Collega's die je uitnodigt kunnen gesprekken verkennen, inzichten delen en samen met jou rapporten maken.\"],\"Y+lkZA\":[\"Verhalen van mensen verzamelen zonder dat je erbij bent, zoals met een gesproken enquête.\"],\"q+hNag\":[\"Collectie\"],\"jEu4bB\":[\"Kolommen\"],\"AUYALh\":[\"Binnenkort beschikbaar\"],\"bJHBId\":[\"Algemene toepassingen:\"],\"Wqc3zS\":[\"Vergelijk\"],\"CfO59/\":[\"Vergelijk & Contrast Insights\"],\"2Jg8b0\":[\"Gratis proefperiode. €0 omzet.\"],\"bUEr/M\":[\"Gratis proefperiode. Verloopt op \",[\"0\"],\". €0 omzet.\"],\"bD8I7O\":[\"Voltooid\"],\"qqWcBV\":[\"Voltooid\"],\"XdO6hR\":[\"Voltooid op\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Doorgaan\"],\"7VpPHA\":[\"Bevestigen\"],\"s/uNVb\":[\"Bevestigen en versturen\"],\"JRQitQ\":[\"Bevestig nieuw wachtwoord\"],\"yjkELF\":[\"Bevestig nieuw wachtwoord\"],\"xnWESi\":[\"Wachtwoord bevestigen\"],\"puQ8+/\":[\"Publiceren bevestigen\"],\"vz1fGK\":[\"Herplanning bevestigen\"],\"L0k594\":[\"Bevestig je wachtwoord om een nieuw geheim voor je authenticator-app te genereren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbinding maken met rapportservices...\"],\"wX/BfX\":[\"Verbinding gezond\"],\"participant.modal.s3check.title\":[\"Verbindingsprobleem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbinding ongezond\"],\"l9fkrm\":[\"Toestemming\"],\"EhtOYz\":[\"Verwerking op basis van toestemming is actief zonder link naar het privacybeleid. Voeg er een toe waar de rechtsgrondslag is ingesteld: deelnemers moeten het privacybeleid kunnen lezen.\"],\"mpby9d\":[\"Contact met support\"],\"E5Shm/\":[\"Neem contact op met de beheerder als dit onverwacht was.\"],\"4b3oEV\":[\"Inhoud\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context toegevoegd:\"],\"JX3KT4\":[\"Contextuele suggesties\"],\"xGVfLh\":[\"Doorgaan\"],\"participant.button.continue\":[\"Doorgaan\"],\"participant.ready.to.begin.button.text\":[\"Doorgaan\"],\"F1pfAy\":[\"gesprek\"],\"YyNOE7\":[\"Gesprek\"],\"EiHu8M\":[\"Gesprek toegevoegd aan chat\"],\"participant.conversation.ended\":[\"Gesprek beëindigd\"],\"OtdHFE\":[\"Gesprek verwijderd uit chat\"],\"zTKMNm\":[\"Gespreksstatus\"],\"Rdt7Iv\":[\"Gespreksstatusdetails\"],\"7Ljafh\":[\"Gesprekslabels\"],\"a7zH70\":[\"gesprekken\"],\"EnJuK0\":[\"Gesprekken\"],\"72XGHt\":[\"Gesprekken gewist\"],\"participant.refine.cooling.down\":[\"Even afkoelen. Beschikbaar over \",[\"0\"]],\"6V3Ea3\":[\"Gekopieerd\"],\"84o0nc\":[\"Gekopieerd van het originele gesprek\"],\"PiH3UR\":[\"Gekopieerd!\"],\"iaPtht\":[\"kopie\"],\"he3ygx\":[\"Kopieer\"],\"qQB+iu\":[\"Kopieer goedgekeurde uitkomsten naar het nieuwe gesprek zodat ze niet verloren gaan als het origineel wordt verwijderd.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Uitnodigingslink kopiëren\"],\"y1eoq1\":[\"Kopieer link\"],\"H4brGj\":[\"Link naar klembord kopiëren\"],\"AjrNNs\":[\"Rapportinhoud kopiëren\"],\"vAkFou\":[\"Geheim kopiëren\"],\"v3StFl\":[\"Kopieer samenvatting\"],\"/4gGIX\":[\"Kopieer naar clipboard\"],\"RTxUjI\":[\"Kopieer naar klembord\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Kon je gesprekken niet aan deze chat toevoegen\"],\"wcXkqW\":[\"Kon niet alle tagwijzigingen toepassen.\"],\"5XIW2B\":[\"Kon de wijzigingen niet toepassen. Er is niets opgeslagen.\"],\"1kNETE\":[\"Je selectie kon niet worden meegenomen. Kies hieronder opnieuw.\"],\"Exvn8R\":[\"Kon die actie niet voltooien.\"],\"leuP7L\":[\"Kon de betaling niet bevestigen. Vernieuw om opnieuw te proberen.\"],\"inHtAw\":[\"Kon niet naar het klembord kopiëren. Probeer het opnieuw.\"],\"X+pWr+\":[\"Sjabloon kon niet worden aangemaakt\"],\"qg6spM\":[\"De organisatie kon niet worden aangemaakt\"],\"D4A5VY\":[\"Kon dit canvas niet aanmaken\"],\"kzqg8O\":[\"Kon deze methodologie niet aanmaken\"],\"BiXtZw\":[\"Sjabloon kon niet worden verwijderd\"],\"qFM9uZ\":[\"Er kon geen samenvatting worden gegenereerd. Probeer het opnieuw.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Kon de methodologieën niet laden.\"],\"RYJyLk\":[\"Betalingen konden niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"3ewci6\":[\"Kon de bibliotheek niet laden.\"],\"S+kUD0\":[\"De rollup kon niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"mNTNj8\":[\"Kon het doel van dit project niet laden.\"],\"2gcFEX\":[\"De gesprekkenlijst kon niet worden geopend. Probeer het opnieuw.\"],\"WSxAYE\":[\"Kon nu geen voorbeeld van dit canvas laden.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Kon dit canvas niet verversen\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Kon niet opslaan\"],\"vFB5Q8\":[\"Feedback niet opgeslagen\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Kon tags niet opslaan\"],\"/C4Hgq\":[\"De hostgids kon niet worden opgeslagen\"],\"mb/wyK\":[\"Kon deze methodologie niet opslaan\"],\"g4QEze\":[\"Kon dit projectdoel niet opslaan\"],\"HQinjp\":[\"De uitnodigings-e-mail kon niet worden verstuurd. Controleer de e-mailconfiguratie.\"],\"BMDNcQ\":[\"Je melding kon niet worden verzonden. Probeer het opnieuw\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Sjabloon kon niet worden bijgewerkt\"],\"Ld3JrX\":[\"Kon dit canvas niet bijwerken\"],\"0Mj7CF\":[\"Kon de methodologie van dit project niet bijwerken\"],\"/P90WH\":[[\"failed\"],\" leden konden niet worden toegevoegd. Voeg ze toe via de instellingen van de werkruimte.\"],\"n5jG23\":[\"1 lid kon niet worden toegevoegd. Voeg het toe via de instellingen van de werkruimte.\"],\"KFEjpC\":[\"Persoon kon niet worden toegevoegd\"],\"RbXh2U\":[\"Zichtbaarheid kon niet worden gewijzigd\"],\"DjWv8n\":[\"De link kon niet worden gekopieerd.\"],\"QYq+2z\":[\"Deelnemen lukt nu niet\"],\"TOvPOV\":[\"Kon live activiteit niet laden\"],\"CLBne9\":[\"Kon herinneringen niet laden. Vernieuw om het opnieuw te proberen.\"],\"SnOYvu\":[\"Organisatie kon niet worden geladen (\",[\"0\"],\")\"],\"KYcw2y\":[\"Organisatieleden konden niet worden geladen. Probeer te vernieuwen, en neem contact op met support als het blijft mislukken.\"],\"Vw2vHe\":[\"Openstaande uitnodigingen konden niet worden geladen.\"],\"8a9fbX\":[\"Gebruik kon niet worden geladen (\",[\"0\"],\")\"],\"Fwc3py\":[\"Instellingen van de werkruimte konden niet worden geladen (\",[\"0\"],\")\"],\"edGmsx\":[\"Werkruimtes konden niet worden geladen. Sluit en open opnieuw om het nogmaals te proberen.\"],\"4ufrJH\":[\"Gebruik kon niet worden vernieuwd. Probeer het opnieuw.\"],\"PMx835\":[\"Kon deze herinnering niet verwijderen\"],\"b5ALMv\":[\"Training kon niet worden aangevraagd\"],\"JNCzPW\":[\"Land\"],\"hYgDIe\":[\"Maak\"],\"VW1ecc\":[\"Een nieuwe webhook vanaf nul maken\"],\"oJfYM5\":[\"Een onderzoeksbrief maken van recente gesprekken\"],\"1hMWR6\":[\"Account aanmaken\"],\"3T8ziB\":[\"Maak een account aan\"],\"lJ+m2/\":[\"Maak een account aan om deel te nemen\"],\"/EJK2h\":[\"nog een rapport te maken\"],\"library.create\":[\"Maak bibliotheek aan\"],\"T7gFri\":[\"Nieuwe organisatie aanmaken\"],\"library.create.view.modal.title\":[\"Maak nieuwe view aan\"],\"55yNvT\":[\"Organisatie aanmaken\"],\"vPAex+\":[\"Wachtwoord aanmaken\"],\"Q7h9s/\":[\"Project aanmaken\"],\"bsfMt3\":[\"Maak rapport\"],\"A5hiCy\":[\"Template aanmaken\"],\"library.create.view\":[\"Maak view aan\"],\"3D0MXY\":[\"Maak view aan\"],\"dkAPxi\":[\"Webhook maken\"],\"FdtSNC\":[\"Werkruimte aanmaken\"],\"WqpzRx\":[\"Werkruimte aanmaken | dembrane\"],\"d+F6q9\":[\"Aangemaakt\"],\"NCIYDF\":[\"Aangemaakt door\"],\"45O6zJ\":[\"Gemaakt op\"],\"QxmQob\":[\"Aanmaken in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar bijsnijden\"],\"udBqWc\":[\"Afbeelding bijsnijden\"],\"8LMgB6\":[\"Logo bijsnijden\"],\"6dfVdc\":[\"Logo bijsnijden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Huidig\"],\"yOrQ4N\":[\"Huidige logo\"],\"Pn2B7/\":[\"Huidig wachtwoord\"],\"A+zoTy\":[\"Huidig abonnement\"],\"a+EVO+\":[\"Huidig tarief\"],\"8Tg/JR\":[\"Aangepast\"],\"o1nIYK\":[\"Aangepaste bestandsnaam\"],\"GrXJvi\":[\"Aangepast logo\"],\"iv5fAO\":[\"Aangepaste titelprompt\"],\"yGoz+a\":[\"Eigen logo van de werkruimte dat aan deelnemers wordt getoond.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Tsjechisch (alleen ECHO-functies, transcriptie en samenvattingen)\"],\"TNZKpI\":[\"Gevaar\"],\"Zz6Cxn\":[\"Gevarenzone\"],\"wqCnxg\":[\"Dashboard URL (directe link naar gespreksoverzicht)\"],\"S3EU+A\":[\"E-mail van de data-eigenaar\"],\"+kPwoM\":[\"Data-eigendom\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Datumbereik\"],\"Zpu3D+\":[\"Data die passen, context, alles wat verder relevant is\"],\"jbq7j2\":[\"Weigeren\"],\"a1Rv+M\":[\"Uitnodiging weigeren\"],\"bdg17D\":[\"Verzoek weigeren\"],\"OhcpqZ\":[\"Verzoek weigeren?\"],\"BfuTZd\":[\"De uitnodiging voor \",[\"subjectName\"],\" weigeren? Je kunt vragen om hem later opnieuw te sturen.\"],\"vrNxDR\":[\"Dit toegangsverzoek weigeren? De aanvrager krijgt geen melding en zou opnieuw toegang moeten aanvragen.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standaard\"],\"ucTqrC\":[\"Standaard - Geen tutorial (Alleen privacy verklaringen)\"],\"K/78Yl\":[\"Multistap analyse delegeren met live tool uitvoering\"],\"cnGeoo\":[\"Verwijder\"],\"project.sidebar.chat.delete\":[\"Chat verwijderen\"],\"Tf88pC\":[[\"0\"],\" verwijderen?\"],\"YFpLoV\":[\"Chat verwijderen\"],\"2GCE3m\":[\"Gesprek verwijderen\"],\"2DzmAq\":[\"Verwijder gesprek\"],\"j5pYC4\":[\"Aangepast onderwerp verwijderen\"],\"mp235G\":[\"Project verwijderen\"],\"++iDlT\":[\"Verwijder project\"],\"rUWrSE\":[\"Rapport verwijderen\"],\"qr0gpK\":[\"Tag verwijderen\"],\"DFjdv0\":[\"Template verwijderen\"],\"NUXYj2\":[\"Dit project in \",[\"0\"],\" verwijderen? Alle gesprekken en gegevens worden definitief verwijderd.\"],\"Ja/2b5\":[\"Deze werkruimte verwijderen\"],\"ooWc3n\":[\"Deze werkruimte verwijderen. Leden verliezen direct toegang en alle gesprekken en gegevens worden definitief verwijderd.\"],\"zdyslo\":[\"Webhook verwijderen\"],\"kYu0eF\":[\"Werkruimte verwijderen\"],\"Jb6/SB\":[\"Verwijderen…\"],\"L7H6O4\":[\"Verwijderd · \",[\"0\"]],\"+m7PfT\":[\"Verwijderd succesvol\"],\"InIP7b\":[\"Een organisatie verwijderen doen we samen met support. Mail <0>support@dembrane.com en we lopen het met je door. Alle werkruimtes moeten eerst leeg zijn en verwijderd.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane, de standaard\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", alle rechten voorbehouden.\"],\"qFd3qy\":[\"dembrane kan fouten maken. Controleer antwoorden altijd even.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane event-uitnodiging\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"toegang voor dembrane-medewerker automatisch gestopt\"],\"NBxEip\":[\"dembrane-medewerker heeft de sessie verlengd\"],\"7VMnIt\":[\"dembrane-medewerker is erbij gekomen voor support\"],\"g0sCc9\":[\"dembrane-medewerker is vertrokken\"],\"PDkZlx\":[\"dembrane-medewerker heeft toegang aangevraagd\"],\"cFCKYZ\":[\"Weigeren\"],\"HpYpx4\":[\"Beschrijf het probleem\"],\"Fs/0D5\":[\"Beschrijf wat de taalmodel moet extraheren of samenvatten uit het gesprek...\"],\"Nu4oKW\":[\"Beschrijving\"],\"Uf+1DF\":[\"Doelwerkruimte\"],\"ney/NP\":[\"Bepaalt onder welke AVG-rechtsgrondslag persoonsgegevens voor dit project worden verwerkt.\"],\"2rgVKb\":[\"Bepaalt op welke AVG-grondslag persoonsgegevens worden verwerkt. Dit is van invloed op de informatie die aan deelnemers wordt getoond en de rechten van betrokkenen.\"],\"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.\"],\"rGCttu\":[\"Verwachtte je dit niet? Je kunt deze pagina rustig negeren.\"],\"ch15wD\":[\"Niet ontvangen? Kijk eerst in je spam of ongewenste mail. Het bericht komt van dembrane.com.\"],\"hsGK8G\":[\"Niet ontvangen? Kijk in je spam- of ongewenste-mailmap. De e-mail komt van dembrane.com.\"],\"qERl58\":[\"2FA uitschakelen\"],\"yrMawf\":[\"Tweestapsverificatie uitschakelen\"],\"E/QGRL\":[\"Uitgeschakeld\"],\"bzSI52\":[\"Weggooien\"],\"Xrxdv5\":[\"Dit project weggooien?\"],\"gemv7o\":[\"Deze werkruimte weggooien?\"],\"H6Ma8Z\":[\"Korting\"],\"Ix7Qp4\":[\"Vindbaar in deze organisatie\"],\"1QfxQT\":[\"Negeren\"],\"J6hrEy\":[\"Genegeerd\"],\"K0Wh2e\":[\"Afgewezen. Er is niets gewijzigd.\"],\"pfa8F0\":[\"Weergavenaam\"],\"fDGgw4\":[\"Ben ik dit nodig?\"],\"qPwbNF\":[\"Ben je van plan dembrane te gebruiken in de zorg, het onderwijs, werving, het beheer van kritieke infrastructuur, rechtshandhaving of de rechtspraak?\"],\"JeOjN4\":[\"Wil je op de hoogte blijven?\"],\"TvY/XA\":[\"Documentatie\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Wordt niet vanzelf bijgewerkt.\"],\"VjXLEl\":[\"Wordt niet vanzelf bijgewerkt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Klaar\"],\"9bIbDI\":[\"Klaar, neem contact met me op\"],\"K98xdM\":[\"Nu terug naar Free\"],\"mzI/c+\":[\"Downloaden\"],\"5YVf7S\":[\"Download alle transcripten die voor dit project zijn gegenereerd.\"],\"SCWfsz\":[\"Alle transcripties downloaden\"],\"8fQs2Z\":[\"Downloaden als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio downloaden\"],\"KMdYRY\":[\"PDF downloaden\"],\"wEiqju\":[\"QR code downloaden\"],\"+bBcKo\":[\"Transcript downloaden\"],\"5XW2u5\":[\"Download transcript opties\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Ontwerp volgende acties en organiseer ze op basis van prioriteit\"],\"yboQcK\":[\"Een notitie opstellen die je naar het dembrane-team kunt sturen\"],\"hUO5BY\":[\"Sleep audio bestanden hierheen of klik om bestanden te selecteren\"],\"KGi3u9\":[\"Sleep om te herordenen\"],\"pBB+yW\":[\"Gaat terug naar het gratis plan. Ze kunnen op elk moment een betaald plan nemen.\"],\"euc6Ns\":[\"Dupliceren\"],\"lkz6PL\":[\"Duur\"],\"KIjvtr\":[\"Nederlands\"],\"oUKP8j\":[\"E-factuur\"],\"hBOGLr\":[\"bijv. \\\"Focus op duurzaamheidsthema's\\\" of \\\"Wat vinden deelnemers van het nieuwe beleid?\\\"\"],\"pO9dOq\":[\"bijvoorbeeld \\\"Gebruik korte zinnen als 'Stedelijke Groene Ruimtes' of 'Jeugdwerkgelegenheid'. Vermijd algemene titels.\\\"\"],\"9nchXg\":[\"bijv. Klant Alpha\"],\"o8kQWN\":[\"bijv. Klant Alpha, Q1-onderzoek\"],\"Ys/6OK\":[\"bijv. Onboardinggesprekken met klanten, Q1-productonderzoek\"],\"MR17iW\":[\"bijv. Klimaatluisteren, Q1-onderzoek\"],\"xnZ8L2\":[\"bijv. het rapportprobleem onderzoeken waarover je mailde\"],\"jYJhQk\":[\"bijv. We zijn een onderzoeksbureau. Rapporten gaan naar gemeentelijke opdrachtgevers, dus houd samenvattingen formeel en in het Nederlands.\"],\"sHNbQq\":[\"bijv. Wekelijkse samenvatting stakeholders\"],\"ffuZIY\":[\"bijvoorbeeld, Slack meldingen, Make workflow\"],\"Cs04r/\":[\"Elk nieuw lid wordt per stoel in rekening gebracht volgens je abonnement.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bewerken\"],\"9WkyHF\":[\"Gesprek bewerken\"],\"Y/3VME\":[\"Aangepast onderwerp bewerken\"],\"/8fAkm\":[\"Bestandsnaam bewerken\"],\"IYfHCP\":[\"Bijwerkinstellingen aanpassen\"],\"qDZ8v9\":[\"Doel bewerken\"],\"X14Q1S\":[\"Methodologie bewerken\"],\"G1Sb51\":[\"Bewerkingsmodus\"],\"niSWGL\":[\"Opties bewerken\"],\"G2KpGE\":[\"Project bewerken\"],\"DdevVt\":[\"Rapport inhoud bewerken\"],\"report.editor.description\":[\"Bewerk de rapport inhoud met de rich text editor hieronder. Je kunt tekst formatteren, links, afbeeldingen en meer toevoegen.\"],\"nP7CdQ\":[\"Webhook bewerken\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"E-mailadres\"],\"LimKOG\":[\"E-mailverificatie\"],\"QdCcsg\":[\"E-mailverificatie | dembrane\"],\"g2N9MJ\":[\"email@werk.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji getoond naast het onderwerp bijvoorbeeld 💡 🔍 📊\"],\"TiAvLQ\":[\"leeggemaakt\"],\"N2S1rs\":[\"Leeg\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA inschakelen\"],\"D3AnH0\":[\"Verkennen inschakelen\"],\"4KKbfZ\":[\"Deelnemen inschakelen\"],\"G3dSLc\":[\"Rapportmeldingen inschakelen\"],\"ZUS4uO\":[\"Schakel deze functie in zodat deelnemers AI-antwoorden kunnen vragen tijdens hun gesprek. Na het inspreken van hun gedachten kunnen ze op \\\"Verkennen\\\" klikken voor contextuele feedback, zodat ze dieper gaan nadenken en meer betrokken raken. Er zit een wachttijd tussen verzoeken.\"],\"dashboard.dembrane.feature.verify.description\":[\"Schakel deze functie in om deelnemers \\\"resultaten\\\" van hun inzendingen te laten verifiëren en goedkeuren. Dit helpt om belangrijke ideeën, zorgen of samenvattingen concreet te maken. Na het gesprek kun je filteren op discussies met geverifieerde resultaten en deze bekijken in het overzicht.\"],\"C027jd\":[\"Transcriptanoniem maken inschakelen\"],\"329BBO\":[\"Tweestapsverificatie inschakelen\"],\"x35ZEt\":[\"Verifiëren inschakelen\"],\"RxzN1M\":[\"Ingeschakeld\"],\"237hSL\":[\"Afgelopen\"],\"ajxGoy\":[\"Eindigt op \",[\"endDate\"],\", gaat daarna over naar Free\"],\"lYGfRP\":[\"Engels\"],\"GboWYL\":[\"Voer een sleutelterm of eigennamen in\"],\"TSHJTb\":[\"Voer een naam in voor het nieuwe gesprek\"],\"KovX5R\":[\"Voer een naam in voor je nieuwe project\"],\"DRYPFp\":[\"Voer een geheime sleutel in\"],\"34YqUw\":[\"Voer een geldige code in om tweestapsverificatie uit te schakelen.\"],\"QbilUm\":[\"Voer een geldig e-mailadres in\"],\"CyH1Uk\":[\"Voer het huidige wachtwoord in\"],\"2FPsPl\":[\"Voer bestandsnaam (zonder extensie) in\"],\"VpwcSk\":[\"Voer het nieuwe wachtwoord in\"],\"oIn7d4\":[\"Voer de 6-cijferige code uit je authenticator-app in.\"],\"q1OmsR\":[\"Voer de huidige zescijferige code uit je authenticator-app in.\"],\"NgaR6B\":[\"Voer je wachtwoord in\"],\"42tLXR\":[\"Voer uw query in\"],\"HRbyGE\":[\"Ingevoerd door de deelnemer op het portaal\"],\"FiGRkg\":[\"Gegevens ingevuld\"],\"SlfejT\":[\"Fout\"],\"Ne0Dr1\":[\"Fout bij het klonen van het project\"],\"AEkJ6x\":[\"Fout bij het maken van het rapport\"],\"edh3aY\":[\"Fout bij laden van project\"],\"4kVRov\":[\"Fout opgetreden\"],\"hmk+3M\":[\"Fout bij het uploaden van \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Geschatte kosten\"],\"0PkibI\":[\"Geschat totaal: €\",[\"estimated\"]],\"sIs2jw\":[\"In de EU gehoste taalmodellen inbegrepen\"],\"inuQyd\":[\"Hulp van het dembrane-team bij je evenement\"],\"tst44n\":[\"Gebeurtenissen\"],\"VFClUG\":[\"Gebeurtenissen om te luisteren naar\"],\"IwE6dT\":[\"Elke 15 minuten\"],\"QFwKaB\":[\"Elke 5 minuten\"],\"NsoFw9\":[\"Elke 60 minuten\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Elk inzicht herleidbaar. Het rapport koppelt elke bevinding terug aan wat er echt gezegd is.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Elke week, een jaar lang\"],\"aBiYpV\":[\"Iedereen kan het vinden. Admins doen direct mee, leden kunnen het aanvragen.\"],\"Mzb7Rk\":[\"Iedereen in \",[\"0\"],\" kan dit project vinden en openen.\"],\"PwqyQw\":[\"Iedereen in je organisatie\"],\"nvU1pM\":[\"Iedereen op de lijst is getraind.\"],\"participant.alert.microphone.access.success\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"jqsg/I\":[\"Voorbeeld webhook payload\"],\"p9TUoT\":[\"Overschrijdt het maximum aantal stoelen. Er gelden extra kosten.\"],\"sQpDn6\":[\"Volledig scherm sluiten\"],\"FATwZw\":[\"Werkruimtes uitvouwen\"],\"Rsjgm0\":[\"Experimenteel\"],\"M1RnFv\":[\"Verlopen\"],\"KnN1Tu\":[\"Verloopt\"],\"vHL8v0\":[\"Verloopt binnenkort\"],\"8tjQCz\":[\"Verkennen\"],\"participant.echo.explore\":[\"Verkennen\"],\"6jZGjE\":[\"Verkennen\"],\"sAod0Q\":[[\"conversationCount\"],\" gesprekken aan het verkennen\"],\"GS+Mus\":[\"Exporteer\"],\"2KAI4N\":[\"CSV exporteren\"],\"tZXz25\":[\"24 uur verlengen\"],\"bVhrVt\":[\"Extern\"],\"3xOpcO\":[\"Extern van \",[\"0\"]],\"8f/4pG\":[\"Extern van partner\"],\"FMB83I\":[\"Externen\"],\"uRzQpN\":[\"Externen worden niet aan je organisatie toegevoegd. Ze zien alleen de werkruimtes die je hier selecteert.\"],\"W3lkzg\":[\"Externen bestaan alleen binnen een werkruimte. Kies er minstens één om de uitnodiging te versturen.\"],\"KVTM6i\":[\"Extra deelnemers\"],\"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\"]],\"g5wCZj\":[\"Mislukt om gesprekken aan context toe te voegen\"],\"pmwvUt\":[\"Fout bij het goedkeuren van het resultaat. Probeer het opnieuw.\"],\"UcQWAA\":[\"Gesprekken wissen is mislukt\"],\"RBpcoc\":[\"Fout bij het kopiëren van de chat. Probeer het opnieuw.\"],\"uvu6eC\":[\"Kopiëren van transcript is mislukt. Probeer het nog een keer.\"],\"UQ6LqT\":[\"Fout bij het aanmaken van het aangepaste onderwerp\"],\"bHJ//P\":[\"Project aanmaken mislukt\"],\"nVOWis\":[\"Verwijderen van chat mislukt\"],\"ZiNeUi\":[\"Fout bij het verwijderen van het aangepaste onderwerp\"],\"7QAutA\":[\"Verwijderen van project mislukt\"],\"BVzTya\":[\"Fout bij het verwijderen van de reactie\"],\"REIHSi\":[\"Verwijderen van tag mislukt\"],\"Gu9mXj\":[\"Fout bij het voltooien van het gesprek. Probeer het opnieuw.\"],\"vx5bTP\":[\"Fout bij het genereren van \",[\"label\"],\". Probeer het opnieuw.\"],\"Fa1ewI\":[\"Samenvatting maken lukt niet. Probeer het later nog een keer.\"],\"Z77bMM\":[\"Fout bij het laden van webhooks\"],\"T7KYJY\":[\"Fout bij het markeren van alle meldingen als gelezen\"],\"eGHX/x\":[\"Fout bij het markeren van de melding als gelezen\"],\"PECaxL\":[\"Aankondiging als ongelezen markeren mislukt\"],\"CN1kl1\":[\"Verplaatsen van project mislukt\"],\"kC1ABz\":[\"Verplaatsen van projecten mislukt\"],\"FBluE+\":[\"Opnieuw verbinden mislukt. Probeer de pagina opnieuw te laden.\"],\"SVtMXb\":[\"Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later.\"],\"h49o9M\":[\"Opnieuw laden is mislukt. Probeer het opnieuw.\"],\"rv8mO7\":[\"Kan avatar niet verwijderen\"],\"kE1PiG\":[\"Fout bij het verwijderen van het gesprek uit de chat\"],\"+piK6h\":[\"Fout bij het verwijderen van het gesprek uit de chat\",[\"0\"]],\"P9wLTJ\":[\"Fout bij het verwijderen van het logo\"],\"IMUHg3\":[\"Opnieuw plannen mislukt. Kies een tijdstip verder in de toekomst en probeer het opnieuw.\"],\"SmP70M\":[\"Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw.\"],\"kClMar\":[\"Fout bij het herzien van het resultaat. Probeer het opnieuw.\"],\"wMEdO3\":[\"Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw.\"],\"FBpxE9\":[\"De run stoppen is mislukt\"],\"6xOp3l\":[\"Bericht versturen is mislukt\"],\"qTUnxX\":[\"Fout bij het bijwerken van het aangepaste onderwerp\"],\"BpuK7o\":[\"Fout bij het bijwerken van de rechtsgrondslag\"],\"Avee+B\":[\"Kan naam niet bijwerken\"],\"gnm1CH\":[\"Vastpinnen bijwerken mislukt\"],\"tOcErW\":[\"Instellingen bijwerken is mislukt\"],\"S1McZh\":[\"Kan avatar niet uploaden\"],\"RW4V7P\":[\"Fout bij het uploaden van het logo\"],\"3O1Mz4\":[\"Redelijk wachtwoord\"],\"participant.modal.echo.info.title\":[\"Functie binnenkort beschikbaar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedbackportaal\"],\"2roTVj\":[\"Feedback verstuurd\"],\"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\"],\"UkgMPE\":[\"Bestandsnaam van het geüploade bestand\"],\"5g0xbt\":[\"Filter auditlogboeken op actie\"],\"9clinz\":[\"Filter auditlogboeken op collectie\"],\"O39Ph0\":[\"Filter op actie\"],\"DiDNkt\":[\"Filter op collectie\"],\"3AFOMQ\":[\"Filter op naam of id\"],\"MRk67a\":[\"Vind tegenstrijdigheden en voeg volgende vragen voor\"],\"participant.button.stop.finish\":[\"Afronden\"],\"participant.button.finish.text.mode\":[\"Voltooien\"],\"participant.button.finish\":[\"Voltooien\"],\"participant.modal.finish.title.text.mode\":[\"Gesprek afmaken\"],\"4dQFvz\":[\"Voltooid\"],\"jtvljU\":[\"Afronden\"],\"V1EGGU\":[\"Voornaam\"],\"FnQmUL\":[\"Vijf korte vragen, daarna kies je een moment met het dembrane-team. We lezen je antwoorden voor het gesprek en komen met een plan dat past.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus op gesprekken\"],\"2CludW\":[\"Gericht op:\"],\"cGeFup\":[\"Lettergrootte\"],\"UfM4y6\":[\"Voor <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Voor geavanceerde gebruikers: Een geheime sleutel om de authenticiteit van de webhook te controleren. Alleen nodig als je ontvangende service een handtekeningvereist.\"],\"aW4yu6\":[\"Voor een externe organisatie\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"Voor intern gebruik\"],\"c08s58\":[\"Voor facturen, een gedeeld contract, om een samenwerking te bespreken of voor iets op maat, mail <0>support@dembrane.com.\"],\"YP/rFm\":[\"voor het dembrane-team\"],\"GcibpE\":[\"Voor jou\"],\"z7J3FU\":[\"Prognose\"],\"UXY498\":[\"Een opgeslagen herinnering vergeten\"],\"glx6on\":[\"Wachtwoord vergeten?\"],\"rWsDiJ\":[\"Kader\"],\"2POOFK\":[\"Gratis\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Het gratis plan staat 1 rapport per werkruimte toe\"],\"GAy5hu\":[\"Het gratis plan staat 1 werkruimte per organisatie toe\"],\"/L+Kwy\":[\"Gratis, alleen-lezen. Ziet projecten, gesprekken en rapporten. Kan niet chatten of rapporten genereren.\"],\"nLC6tu\":[\"Frans\"],\"2Ui6bR\":[\"wrijving\"],\"OwIqiD\":[\"Volledig scherm\"],\"k/Ywl4\":[\"Volledig transcript (wanneer beschikbaar)\"],\"3qkggm\":[\"Volledig scherm\"],\"Weq9zb\":[\"Algemeen\"],\"ziAjHi\":[\"Genereren\"],\"EIdJgG\":[\"Nieuw rapport genereren\"],\"QsUhrf\":[\"Rapport genereren\"],\"GRy59I\":[\"Genereer eerst een samenvatting\"],\"MWSGhX\":[\"Bibliotheek genereren\"],\"5SWGxv\":[\"Nu genereren\"],\"GWUJ9X\":[\"Nu genereren\"],\"QqIxfi\":[\"Geheim genereren\"],\"gitFA/\":[\"Samenvatting genereren\"],\"3/pp83\":[\"Gegenereerd op basis van het transcript. Je kunt het bewerken.\"],\"5z5bUs\":[\"Rapport wordt gegenereerd...\"],\"kzY+nd\":[\"Samenvatting wordt gemaakt. Even wachten...\"],\"hMOYzR\":[\"Je rapport wordt gegenereerd...\"],\"DDcvSo\":[\"Duits\"],\"jpNBdT\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"participant.refine.go.deeper.description\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"Pl6LQ+\":[\"Neem contact op\"],\"ZDIydz\":[\"Aan de slag\"],\"4/PUV0\":[\"aan de slag.\"],\"erZjsz\":[[\"0\"],\" van dembrane 24 uur adminrechten geven voor deze werkruimte? De toegang stopt automatisch.\"],\"TAXdgS\":[\"Geef me een lijst van 5-10 onderwerpen die worden besproken.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Ga terug\"],\"participant.concrete.artefact.action.button.go.back\":[\"Terug\"],\"DXr0zk\":[\"Volledig scherm\"],\"iWpEwy\":[\"Ga naar home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Naar facturering\"],\"mPlqH9\":[\"Naar chats\"],\"s15CIR\":[\"Naar gesprekken\"],\"10Xyas\":[\"Naar dashboard\"],\"4+0/e5\":[\"Naar de hostgids\"],\"BVMldh\":[\"Naar de bibliotheek\"],\"SAshCc\":[\"Naar de monitor\"],\"A3oCMz\":[\"Ga naar nieuw gesprek\"],\"S8lgYE\":[\"Naar het overzicht\"],\"Zo4Spg\":[\"Naar de portal-editor\"],\"jH97zI\":[\"Naar de projectpagina\"],\"QvyaLZ\":[\"Naar het rapport\"],\"1WuwiM\":[\"Naar instellingen\"],\"EEZvNu\":[\"Doel\"],\"mc61Qc\":[\"Doel opgeslagen\"],\"VIfUjY\":[\"Goed antwoord\"],\"hjZBYK\":[\"Heb je twee minuten? Vijf optionele vragen helpen ons voorbereiden.\"],\"5sIEgO\":[\"Heb je twee minuten? Vijf korte vragen helpen ons om goed voorbereid te komen, en je mag ze allemaal overslaan.\"],\"Lr2Goo\":[\"Licenties toekennen\"],\"ALoP4W\":[\"Groeperen op\"],\"+h3keC\":[\"Gids hoe titels worden gegenereerd. Titels beschrijven het onderwerp van het gesprek, niet de deelnemer.\"],\"uMjvI3\":[\"Het rapport begeleiden\"],\"myXGZW\":[\"Begeleid\"],\"ZqBGoi\":[\"Bevat geverifieerde artefacten\"],\"0zo6ap\":[\"Heb je een training afgerond?\"],\"OwUS8p\":[\"je opnames te laten transcriberen\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me op weg\"],\"55zzNI\":[\"Hulp bij het opzetten van je project.\"],\"1zZ1IK\":[\"Hoi\"],\"v6a4UH\":[\"Hoi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Verborgen voor leden van de organisatie. Beheerders van de organisatie kunnen de werkruimte nog wel vinden en eraan deelnemen.\"],\"G1UUQY\":[\"Verborgen parel\"],\"vLyv1R\":[\"Verbergen\"],\"eHo/Jc\":[\"Gegevens verbergen\"],\"CdQHTK\":[\"Details verbergen\"],\"lqv0Dk\":[\"Projecten verbergen\"],\"g4tIdF\":[\"Revisiegegevens verbergen\"],\"dN/wNN\":[\"Stappen verbergen\"],\"umJNCH\":[\"Wijzigingen verbergen\"],\"SGJRXz\":[\"de dembrane event-uitnodiging verbergen\"],\"V3NvRL\":[\"De dembrane event-uitnodiging verbergen kan met een betaald plan.\"],\"tn75xn\":[\"Specifiek Concept markeren\"],\"3l+JGi\":[\"Notitie bij wijziging\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"hostgids\"],\"bGCQQ9\":[\"Hostgids\"],\"EW9rvn\":[\"Feedback van de host\"],\"yY8wAv\":[\"Uren\"],\"zvDeDZ\":[\"Uren vanaf nu\"],\"EmxJlb\":[\"Hoe Vragen werkt en wat je ermee kunt.\"],\"lgXx7l\":[\"Hoe het werkt:\"],\"DTQkD6\":[\"Hoeveel opnames verwacht je in je eerste jaar?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"Zeg het zoals jij het zou zeggen. Een datum, een seizoen, of dat je het nog niet weet.\"],\"/c3Xl4\":[\"https://youtu.be/y6jIf-kAYtQ\"],\"ACVscB\":[\"Ik heb het canvas toegepast.\"],\"wJCEin\":[\"Ik heb het doel toegepast.\"],\"L5eful\":[\"Ik heb binnenkort veel grote evenementen\"],\"Q53s6K\":[\"Ik heb de <0>voorwaarden gelezen en ga ermee akkoord\"],\"IVvH44\":[\"Ik heb ondersteuning voor een specifieke taal nodig\"],\"UTbk9h\":[\"Ik heb strikte privacygaranties nodig\"],\"participant.button.i.understand\":[\"Ik begrijp het\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"Ik weet het over een week of twee\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Inactief\"],\"IroOSC\":[\"Als je hebt gezien dat gegevens zichtbaar zijn voor de verkeerde mensen, dat iemand toegang heeft die dat niet hoort te hebben, of dat er mogelijk een beveiligingslek is, gebruik dan ons <0>formulier voor beveiligingsmeldingen. Je melding komt dan bij een ander team terecht en wordt sneller opgepakt. Mail bij spoed naar <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Als je tevreden bent met \",[\"objectLabel\"],\", klik dan op \\\"Goedkeuren\\\" om te laten zien dat je je gehoord voelt.\"],\"qtM5OH\":[\"Als je iets anders nodig hebt, maken we een voorstel voor jouw situatie.\"],\"mHvgOU\":[\"Verwachtte je toegang? Vraag de persoon die je heeft uitgenodigd om de uitnodiging opnieuw te sturen.\"],\"AGaPk/\":[\"Als je niet zeker bent, is het waarschijnlijk nog niet nodig. Webhooks zijn een geavanceerde functie die meestal wordt gebruikt door ontwikkelaars of teams met aangepaste integraties. Je kunt ze altijd later instellen.\"],\"hDVOQQ\":[\"Als je webhook-integraties instelt, zouden we graag weten wat je voor gebruik hebt. We zijn ook bezig met observability-functies, waaronder auditlogboeken en leveringstracking.\"],\"kSoYmo\":[\"Als je je bij een bestaande organisatie wilt aansluiten, maak dan geen nieuwe aan. Je kunt hier per ongeluk terechtkomen door:\"],\"X2yiuT\":[\"Beeldstijl\"],\"QYnqWe\":[\"Afbeeldingen mogen maximaal \",[\"MAX_FILE_MB\"],\"MB zijn\"],\"zyr//t\":[\"Verbeter mijn instellingen\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactief\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portallink opnemen\"],\"hTwp/C\":[\"Inbegrepen uren opgebruikt\"],\"LYjZNH\":[\"Inbegrepen uren deze maand opgebruikt\"],\"JEvKqp\":[\"Onjuist of verzonnen\"],\"8aA4We\":[\"overgenomen van organisatie\"],\"C6W6w6\":[\"Begin\"],\"fr30H3\":[\"Innovator of hoger\"],\"sQpkks\":[\"inzicht \",[\"0\"]],\"3hJypY\":[\"Inzichten\"],\"MSVCjk\":[\"Instructies voor het genereren van het verificatieresultaat\"],\"fN5mkr\":[\"Integraties en export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ongeldige code. Vraag een nieuwe aan.\"],\"jLr8VJ\":[\"Ongeldige inloggegevens.\"],\"B2Tpo0\":[\"Ongeldige e-mail\"],\"R7p7+o\":[\"Ongeldige uitnodigingslink\"],\"KhBSE/\":[\"Uitnodiging\"],\"oFgGAT\":[\"Er staan uitnodigingen voor je klaar. Accepteer om aan de slag te gaan.\"],\"MFKlMB\":[\"Uitnodigen\"],\"UwSCxN\":[\"Uitnodiging afgewezen\"],\"ynskdH\":[\"Nodig leden uit om samen te werken aan projecten en gesprekken in deze werkruimte.\"],\"3iGwJw\":[\"Alleen op uitnodiging\"],\"W6+yFb\":[\"Mensen uitnodigen\"],\"iLWFzs\":[\"Nodig mensen uit voor \",[\"orgName\"]],\"lOslCN\":[\"Uitnodiging opnieuw verstuurd\"],\"7Nlmb6\":[\"Uitnodiging ingetrokken\"],\"gfMuvV\":[\"Uitnodiging verstuurd\"],\"2AL6ct\":[\"Uitnodiging verstuurd.\"],\"CTWPKj\":[\"Nodig uit voor een werkruimte, of alleen voor de organisatie.\"],\"RXHza3\":[\"Nodig uit voor deze werkruimte, of alleen voor de organisatie.\"],\"d+Y+rP\":[\"Nodig je team uit\"],\"GA5TFo\":[\"Werkruimte op uitnodiging\"],\"M4oozP\":[\"uitgenodigd door \",[\"0\"]],\"voFazH\":[\"Uitnodigingen verlopen na 7 dagen. Vraag \",[\"inviterName\"],\" om een nieuwe te versturen.\"],\"ec+Yhb\":[\"Factuurbedrag, EUR\"],\"Nv38Sl\":[\"Factuur geregistreerd als betaald.\"],\"DTZqjh\":[\"Offline gefactureerd, geen Mollie-machtiging.\"],\"F7nA5/\":[\"Facturen\"],\"L7OkFI\":[\"Facturatie\"],\"1xMiTU\":[\"IP-adres\"],\"7eZuvg\":[\"Is dit voor intern gebruik binnen je organisatie, of voor een externe organisatie?\"],\"6u5tk8\":[\"Is deze werkruimte voor intern gebruik binnen je organisatie, of voor een externe organisatie die eigenaar is van haar data?\"],\"eeAl1v\":[\"Factuur uitgeven\"],\"08FN6B\":[\"Betaallink uitgeven\"],\"Gglww2\":[\"Het heeft een eigen abonnement en eigen plaatsen, niet het gedeelde abonnement van \",[\"0\"],\". Wijzigingen hier gelden alleen voor deze werkruimte.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Het lijkt erop dat de bibliotheek niet beschikbaar is voor uw account. Vraag om toegang om deze functionaliteit te ontgrendelen.\"],\"participant.outcome.error.description\":[\"We konden deze uitkomst niet laden. Dit kan een tijdelijk probleem zijn. U kunt proberen te herladen of teruggaan om een ander onderwerp te selecteren.\"],\"5dxEAB\":[\"Het lijkt erop dat u nog geen rapport voor dit project heeft. Genereer er een om een overzicht van uw gesprekken te krijgen.\"],\"ZYXJus\":[\"Misschien is hij al gebruikt of verlopen. Als je e-mail geverifieerd is, log dan in om door te gaan.\"],\"MbKzYA\":[\"Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal ons helpen iedereen duidelijk te horen.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiaans (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"KFXip/\":[\"Jan\"],\"r6wcTL\":[\"jan@voorbeeld.com\"],\"0wdd7X\":[\"Aansluiten\"],\"ADF305\":[\"Lid worden van \",[\"0\"],\" als <0>admin? Het verschijnt daarna meteen in je zijbalk.\"],\"C6DnOz\":[\"Word eerst zelf admin van \",[\"0\"],\" om anderen toe te voegen.\"],\"q1E+AA\":[\"Lid worden van \",[\"0\"],\"?\"],\"agqQk1\":[\"Word lid van \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Lid worden als admin\"],\"TCEFVm\":[\"Lid worden als admin?\"],\"j4IJHz\":[\"Eerst lid worden\"],\"eI7D2K\":[\"Aansluiten voor support\"],\"oopH2X\":[\"Aansluiten voor support (24 uur)\"],\"Q31z/2\":[\"Word lid van onze Slack-community\"],\"s/jfrO\":[\"Word lid van deze organisatie om werkruimtes te ontdekken en samen te werken met je team.\"],\"BICpzG\":[\"Sluit je als beheerder aan bij deze werkruimte om te helpen met support. De klant moet support-toegang voor medewerkers hebben aangezet. Je toegang stopt automatisch na 24 uur.\"],\"gePQ/O\":[\"Word lid van deze werkruimte om samen te werken aan gesprekken, inzichten te delen en samen rapporten te maken.\"],\"IKAMA9\":[\"Lid geworden van \",[\"subjectName\"]],\"Glgamf\":[\"Toegevoegd als admin\"],\"l4EwDk\":[\"Deelgenomen aan het gesprek\"],\"NiZZRh\":[\"Ga naar\"],\"uocCon\":[\"Gewoon een momentje\"],\"xOTzt5\":[\"zojuist\"],\"TXB5vy\":[\"Eén.\"],\"mmEyCQ\":[\"Net een preview gemaakt. Even geduld.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Net bijgewerkt. Even geduld.\"],\"UQYK3R\":[\"Net begonnen\"],\"U0T6D0\":[\"Praat of typ gewoon op een natuurlijke manier. Uw bijdrage gaat rechtstreeks naar ons productteam en helpt ons echt om dembrane te verbeteren. We lezen alles.\"],\"hK3t2g\":[\"Alleen jij, plus de beheerders van de werkruimte.\"],\"rnwfSX\":[\"Voorlopig alleen jij.\"],\"lgdsfK\":[\"Alleen jij. Deel met specifieke mensen →\"],\"OePlDL\":[[\"tier\"],\" houden tot een datum\"],\"0ohX1R\":[\"Houd de toegang veilig met een eenmalige code uit je authenticator-app. Gebruik deze schakelaar om tweestapsverificatie voor dit account te beheren.\"],\"4OjqAQ\":[\"Verder bewerken\"],\"RQElWR\":[\"Behouden\"],\"B3WAHx\":[\"Licentie houden\"],\"uHdpk+\":[\"Mijn abonnement behouden\"],\"Qzyw+2\":[\"In behandeling houden\"],\"II//jO\":[\"Houd dit canvas up-to-date\"],\"0BWuwA\":[\"Houdt het niveau tot de datum hieronder en gaat daarna terug naar Free, tenzij ze een abonnement nemen.\"],\"4q0kY7\":[\"Kernbegrippen\"],\"dymfAn\":[\"Kernbegrippen vertellen de transcriptie hoe de namen en woorden die in dit project belangrijk zijn geschreven worden.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Taal\"],\"swJ0V2\":[\"Laatste audio\"],\"rTwgPH\":[\"Vorige maand\"],\"1ZaQUH\":[\"Achternaam\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Laatst opgeslagen \",[\"0\"]],\"K7P0jz\":[\"Laatst bijgewerkt\"],\"QEU41f\":[\"Laatst bijgewerkt \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Laatste\"],\"wv+L3B\":[\"Laatste rapport\"],\"zwWKhA\":[\"Meer informatie\"],\"ay5uke\":[\"Meer informatie over webhooks\"],\"ffCwpJ\":[\"Laat leeg om bestaande te behouden\"],\"wpBe20\":[\"Nu verlaten\"],\"qvRaz1\":[\"Werkruimte verlaten\"],\"HZKm0W\":[\"Laat je e-mailadres achter en we nemen binnen een dag contact met je op over een event met dembrane.\"],\"J8VWes\":[\"Laat je e-mailadres achter, dan nemen we contact met je op.\"],\"UlKSMd\":[\"Vertrokken\"],\"Mx+KL8\":[\"Rechtsgrondslag\"],\"vRXsmZ\":[\"Rechtsgrondslag\"],\"CopiEV\":[\"Rechtsgrondslag opgeslagen\"],\"nc/jNe\":[\"Naam rechtspersoon\"],\"oK9656\":[\"Aan de slag!\"],\"8zGcQ2\":[\"Laten we je eerste gesprek horen.\"],\"qnAazR\":[\"Laten we het over het canvas \\\\\\\"\",[\"0\"],\"\\\\\\\" hebben.\"],\"OQ/Al+\":[\"Laten we het over dit canvas hebben.\"],\"VxapXh\":[\"bibliotheek\"],\"exYcTF\":[\"Bibliotheek\"],\"library.title\":[\"Bibliotheek\"],\"T50lwc\":[\"Bibliotheek wordt aangemaakt\"],\"gkv8iG\":[\"Kenteken\"],\"u/z4+7\":[\"Licentie ingetrokken\"],\"snyG+w\":[\"Licenties\"],\"/NleHL\":[\"Licenties verleend\"],\"JbbFA4\":[\"Levenslange limiet\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link gekopieerd\"],\"H+AO1D\":[\"Link naar het privacybeleid dat deelnemers te zien krijgen\"],\"g4/qsV\":[\"Toon mijn gesprekken\"],\"k3d/oJ\":[\"Toon de gesprekken in dit project.\"],\"+L0OEa\":[\"Gesprekken op een rij zetten\"],\"gWVReV\":[\"Documentatiepagina's opzoeken\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live en recent\"],\"uH9GEL\":[\"Live agent uitvoermodus\"],\"participant.live.audio.level\":[\"Live audio niveau:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live deelnemersstroom\"],\"O0rtUS\":[\"Live deelnemerstrechter: aantallen voor gescand, instellen, op opnamepagina, live en voltooid\"],\"n9yU9X\":[\"Live Voorbeeld\"],\"hQE9uK\":[\"Live opnames, voortgang van transcriptie en fouten verschijnen hier zodra deelnemers in de portal beginnen met opnemen.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live verbinding verbroken. We werken minder vaak bij tot de verbinding terug is.\"],\"PPSKvH\":[\"Live verbinding onderbroken. We halen updates nu periodiek op.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Meer laden\"],\"yQE2r9\":[\"Bezig met laden\"],\"participant.verify.instructions.loading\":[\"Bezig met laden\"],\"yQ9yN3\":[\"Acties worden geladen...\"],\"participant.concrete.loading.artefact\":[\"Tekst aan het laden…\"],\"JOvnq+\":[\"Auditlogboeken worden geladen…\"],\"y+JWgj\":[\"Collecties worden geladen...\"],\"YyMToN\":[\"Leden laden\"],\"IG63hz\":[\"Methodologie laden\"],\"FUK4WT\":[\"Microfoons laden...\"],\"Xan9/v\":[\"Projecten laden...\"],\"GtQzAW\":[\"Deze chat laden...\"],\"H+bnrh\":[\"Transcript aan het laden...\"],\"3SKW0s\":[\"Verify onderwerpen aan het laden…\"],\"eRq8Ag\":[\"Werkruimtes laden…\"],\"+yD+Wu\":[\"bezig met laden...\"],\"Z3FXyt\":[\"Bezig met laden...\"],\"Pwqkdw\":[\"Bezig met laden…\"],\"G2fuEb\":[\"Vergrendeld\"],\"pefb7Y\":[\"Gesprek vergrendeld, upgrade om te bekijken\"],\"z32CuS\":[\"Vergrendeld om bij de uitnodiging te passen. Wil je een ander adres gebruiken? Vraag de admin om dat e-mailadres opnieuw uit te nodigen.\"],\"sQia9P\":[\"Inloggen\"],\"L3Q5Lc\":[\"Log in bij \",[\"resolvedWorkspaceName\"],\" om verder te gaan.\"],\"KC88rc\":[\"Uitloggen en het uitgenodigde e-mailadres gebruiken\"],\"7Zt++i\":[\"Dit doorgeven aan het dembrane-team\"],\"z0t9bb\":[\"Inloggen\"],\"LM/dWU\":[\"Inloggen | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo verwijderd\"],\"MjfaMh\":[\"Logo bijgewerkt\"],\"nOhz3x\":[\"Uitloggen\"],\"FTbR8B\":[\"Langste eerst\"],\"jWXlkr\":[\"Langste eerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Batterij bijna leeg\"],\"tX9/Xs\":[\"een werkruimte privé te maken\"],\"QqxHAZ\":[\"Maak het privé om alleen met specifieke mensen te delen. Privéprojecten vereisen het innovator-abonnement of hoger.\"],\"icpEdc\":[\"Privé maken\"],\"pCYZVV\":[\"Zichtbaar maken voor de hele werkruimte\"],\"wckWOP\":[\"Beheren\"],\"lXmPSL\":[\"Aanwezigen beheren\"],\"hB02vO\":[\"Leden beheren\"],\"WLAeKT\":[\"Facturatie van organisatie beheren\"],\"mrenWs\":[\"Templates beheren\"],\"2VeSf/\":[\"Training beheren\"],\"waFx9W\":[\"Beheerd\"],\"DlYfyz\":[\"Beheerde accounts betalen op factuur, niet met een kaart. Een account beheerd maken houdt alle functies aan en zet automatisch incasseren, aanmaningen en verlopen uit. Wijs een dembrane-accountmanager toe zodat de klant weet bij wie hij terechtkan.\"],\"bxxIPf\":[\"Beheerde facturatie\"],\"usR1Ju\":[\"Beheerd door dembrane\"],\"/FWPUc\":[\"Beheert leden, werkruimtes en organisatie-instellingen.\"],\"onllUU\":[\"Alles markeren als gelezen\"],\"JSxZVX\":[\"Alle als gelezen markeren\"],\"E8m+Rc\":[\"Markeer als aanwezig\"],\"+s1J8k\":[\"Als gelezen markeren\"],\"5GPcf9\":[\"Markeren als ongelezen\"],\"TyonBx\":[\"Markeer als voltooid\"],\"MCipZC\":[\"Factuur markeren als betaald\"],\"AHBWqd\":[\"Training als voltooid markeren\"],\"Ofm5QB\":[\"Markeert \",[\"orgName\"],\" als partner. De werkruimtes geven bij het aanmaken zelf aan of ze voor intern of extern klantgebruik zijn.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Vergadernotities\"],\"NwiNTb\":[\"lid\"],\"OvoEq7\":[\"Lid\"],\"deUR+U\":[\"Lid verwijderd\"],\"GnG6Oy\":[\"leden\"],\"wlQNTg\":[\"Leden\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Geheugen\"],\"u418B7\":[\"Herinnering verwijderd\"],\"ltnOth\":[\"Bericht van het dembrane team\"],\"YcaR2g\":[\"Bericht is te lang (maximaal 32.000 tekens). Voeg gesprekken toe of maak je bericht korter.\"],\"08d+3x\":[\"Berichten van \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologieën\"],\"m8tKkP\":[\"Methodologie\"],\"hml7oE\":[\"Methodologie aangemaakt\"],\"l1/lbT\":[\"Methodologie opgeslagen\"],\"e6I7Ej\":[\"Methodologie bijgewerkt\"],\"ADm81a\":[\"Microfoon geblokkeerd\"],\"+WoTL8\":[\"Microfoon getest\"],\"B+1PXy\":[\"Toegang tot de microfoon wordt nog steeds geweigerd. Controleer uw instellingen en probeer het opnieuw.\"],\"azjxk1\":[\"Antwoordt niet op de vraag\"],\"pTc/Cy\":[\"mnd\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is niet ingesteld in deze omgeving, dus er worden geen live transacties getoond. De Dashboard-link verwijst nog steeds naar de juiste Mollie-omgeving.\"],\"j0uaMA\":[\"Monitoren\"],\"f8jrkd\":[\"meer\"],\"JcD7qf\":[\"Meer acties\"],\"YJLckp\":[\"Meer dan 1000.\"],\"MDHqSE\":[\"Meer dan 40.\"],\"QWdKwH\":[\"Verplaatsen\"],\"3qp1VW\":[\"\\\"\",[\"0\"],\"\\\" verplaatsen naar \",[\"targetWorkspaceName\"],\"? Leden van de huidige werkruimte verliezen hun toegang.\"],\"ZU6coV\":[[\"0\"],\" van \",[\"1\"],\" naar \",[\"tier\"],\" verplaatsen?\"],\"8Pgx5L\":[\"Haal \",[\"name\"],\" van facturatie door dembrane. Kies wat er met hun plan gebeurt.\"],\"CyKTz9\":[\"Verplaats gesprek\"],\"cK3qrq\":[\"Verplaatsingsgeschiedenis\"],\"nthowT\":[\"Project verplaatsen\"],\"WnyjBv\":[\"Projecten verplaatsen\"],\"7TYQRA\":[\"Dit project naar de geselecteerde werkruimte verplaatsen?\"],\"fwyWPz\":[\"Verplaats dit project, met de gesprekken en rapporten, naar een werkruimte die je beheert. Je moet admin of eigenaar van de doelwerkruimte zijn.\"],\"wUTBdx\":[\"Verplaats naar een ander project\"],\"zCpAZ1\":[\"Naar een andere werkruimte verplaatsen\"],\"Ksvwy+\":[\"Verplaats naar project\"],\"5MzfrX\":[\"Analyse in meerdere stappen.\"],\"uzUz9i\":[\"Meerdere talen\"],\"j7HfhZ\":[\"Moet minstens 10 minuten in de toekomst zijn\"],\"5hOInR\":[\"Mijn toegang\"],\"en+4fS\":[\"Mijn sjablonen\"],\"6YtxFj\":[\"Naam\"],\"e3/ja4\":[\"Naam A-Z\"],\"8/brI5\":[\"Naam is verplicht\"],\"aFFbp6\":[\"Noem het naar de klant, opdracht of het doel.\"],\"KxAfaR\":[\"Noem het naar het onderwerp, de opdracht of de vraag die je verkent.\"],\"ztAdhw\":[\"Naam bijgewerkt\"],\"vfJR5V\":[\"Geef je organisatie een naam om te beginnen. Je kunt daarna meteen leden uitnodigen, of later via instellingen lid worden van andere organisaties.\"],\"5cahWP\":[\"Geef je organisatie een naam. Je kunt daarna mensen uitnodigen, of dat later via instellingen doen.\"],\"pfbjQ0\":[\"Geef je werkruimte een naam.\"],\"c5Xt89\":[\"Naam Z-A\"],\"WcgzjF\":[\"naam@voorbeeld.com\"],\"CLjxnx\":[\"naam@voorbeeld.com, naam2@voorbeeld.com\"],\"AQjK0x\":[\"Werkwijzen met een naam die je team opnieuw kan gebruiken.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Meer toegang nodig? Vraag de persoon die je heeft uitgenodigd om je toe te voegen aan de organisatie of een andere werkruimte.\"],\"fAUSZy\":[\"Vereist aandacht\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nieuw\"],\"mdHOWX\":[\"Nieuwe chat over dit canvas\"],\"Wmq4bZ\":[\"Nieuwe Gesprek Naam\"],\"u2uElg\":[\"Nieuwe gesprekken toegevoegd sinds dit rapport\"],\"library.new.conversations\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"UPRdvV\":[\"Nieuwe methodologie\"],\"MVaH2c\":[\"Nieuwe organisatie\"],\"/nT6AE\":[\"Nieuw wachtwoord\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"gKi+a/\":[\"Nieuw project\"],\"wzIR5D\":[\"Nieuw project | dembrane\"],\"z6wcHz\":[\"Nieuw rapport\"],\"ZfVx+G\":[\"Nieuw niveau\"],\"curoK5\":[\"Nieuwe werkruimte\"],\"cTUByn\":[\"Nieuwste eerst\"],\"+RfVvh\":[\"Nieuwste eerst\"],\"hXzOVo\":[\"Volgende\"],\"participant.button.next\":[\"Volgende\"],\"participant.verify.selection.button.next\":[\"Volgende\"],\"participant.verify.instructions.button.next\":[\"Volgende\"],\"1vEADD\":[\"Volgende factuur\"],\"ljNSDv\":[\"Volgende: kies een tijd\"],\"1UzENP\":[\"Nee\"],\"participant.button.finish.no.text.mode\":[\"Nee\"],\"oPoLg+\":[\"Geen toegang\"],\"VHfLAW\":[\"Geen accounts\"],\"riwuXX\":[\"Geen acties gevonden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Geen app, geen hardware. Deelnemers scannen een QR-code en hun telefoon wordt het portaal.\"],\"Em+3Ls\":[\"Geen auditlogboeken komen overeen met de huidige filters.\"],\"Xmk0PY\":[\"Nog geen factureringsaccount. Mail naar <0>support@dembrane.com en we stellen er een in.\"],\"PVAfDk\":[\"Geen factureringsaccounts voldoen aan de huidige filters.\"],\"xz3y0A\":[\"Nog geen canvassen\"],\"d2Jf1f\":[\"Geen wijziging\"],\"project.sidebar.chat.empty.description\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"9nWRSv\":[\"Geen chats gevonden voor je zoekopdracht.\"],\"r3iaI0\":[\"Nog geen chats.\"],\"Qqhl3R\":[\"Geen collecties gevonden\"],\"zsslJv\":[\"Geen inhoud\"],\"1pZsdx\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"library.no.conversations\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"EtMtH/\":[\"Geen gesprekken gevonden.\"],\"BuikQT\":[\"Geen gesprekken gevonden. Start een gesprek met behulp van de deelname-uitnodigingslink uit het <0><1>projectoverzicht.\"],\"PNz5nE\":[\"Geen gesprekken voldoen aan deze filters.\"],\"select.all.modal.no.conversations\":[\"Er zijn geen gesprekken verwerkt. Dit kan gebeuren als alle gesprekken al in de context zijn of niet overeenkomen met de geselecteerde filters.\"],\"YnWe3z\":[\"Nog geen gesprekken.\"],\"GKpO3x\":[\"Nog geen gesprekken. Je kunt nu een rapport plannen en gesprekken worden opgenomen zodra ze zijn toegevoegd.\"],\"oaDwXD\":[\"Geen standaard ingesteld (door client beheerd geldt)\"],\"dl4q4O\":[\"geen vervaldatum\"],\"7Ad0TM\":[\"Geen expliciete delingen. Werkruimtebeheerders hebben nog steeds toegang.\"],\"Fb9N7E\":[\"Nog geen extern geleide organisaties.\"],\"cZ8DR9\":[\"Nog geen feedback.\"],\"cqoc0B\":[\"Geen verdere kosten\"],\"bl3Q4e\":[\"Nog geen doel. Stel er hier een in, of laat de assistent je erover interviewen in de chat.\"],\"wuFH13\":[\"Er zijn geen uitnodigingen verstuurd. Bekijk de lijst hieronder.\"],\"rwtE4m\":[\"Geen logo ingesteld. De standaard van dembrane wordt gebruikt.\"],\"4TVVsS\":[\"Geen resultaten\"],\"IntpVZ\":[\"Geen resultaten gevonden\"],\"JuBV6F\":[\"Nog geen leden.\"],\"A4D9sY\":[\"Nog geen methodologieën.\"],\"gr5hJS\":[\"Er was geen microfoon beschikbaar. Controleer of er een is aangesloten en niet ergens anders in gebruik is.\"],\"UfnqDf\":[\"Geen naam\"],\"jfhDAK\":[\"Noch geen nieuwe feedback gedetecteerd. Ga door met je gesprek en probeer het opnieuw binnenkort.\"],\"XOpCfj\":[\"Geen nieuwe uitnodigingen nodig. Bekijk de lijst hieronder.\"],\"nZsRCa\":[\"Nog niemand toegevoegd\"],\"VylT70\":[\"Nog niemand anders in deze organisatie\"],\"xp1ZnX\":[\"Nog niemand hier.\"],\"wca+1p\":[\"Niemand wordt automatisch geblokkeerd bij niet-betalen. Houd mislukte betalingen hier in de gaten en volg ze op.\"],\"6iedjR\":[\"Niemand voldoet aan dat filter.\"],\"RJSUJO\":[\"Nog niemand in de organisatie.\"],\"ZwZtAi\":[\"Nog niemand in deze organisatie.\"],\"/+Nxaa\":[\"Nog niemand gedeeld\"],\"sAu4UE\":[\"Nog niemand in de werkruimte.\"],\"/ksKg9\":[\"Geen organisatierol. Toegang via werkruimte-uitnodigingen.\"],\"laeweW\":[\"Geen betalingen voldoen aan het filter.\"],\"iV2Or0\":[\"Nog geen betalingen.\"],\"cqfchi\":[\"Geen pdf beschikbaar voor deze factuur.\"],\"qPbs1l\":[\"Geen openstaande uitnodigingen\"],\"X0DUuO\":[\"Geen projectactiviteit deze periode.\"],\"T3TyGx\":[\"Geen projecten gevonden \",[\"0\"]],\"y29l+b\":[\"Geen projecten gevonden voor de zoekterm\"],\"YzI8q2\":[\"Geen projecten gevonden.\"],\"m0I2ba\":[\"Geen recente activiteit\"],\"9Y/ZE7\":[\"Nog geen verwijsafspraken.\"],\"ctlSnm\":[\"Geen rapport gevonden\"],\"1iQvuD\":[\"Nog geen rapporten\"],\"Ev2r9A\":[\"Geen resultaten\"],\"pm345e\":[\"Geen selecteerbare gesprekken\"],\"deovLP\":[\"Nog geen samenvatting\"],\"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.\"],\"KE6RCJ\":[\"Geen templates gevonden voor {searchQuery}\"],\"ndv8BV\":[\"Geen trainingen gevonden met deze filters.\"],\"JmSs4s\":[\"Nog geen trainingen.\"],\"bhqKwO\":[\"Geen transcript beschikbaar\"],\"vq+6l+\":[\"Er is nog geen transcript beschikbaar voor dit gesprek. Controleer later opnieuw.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"Nog geen verbruik deze cyclus.\"],\"OdkUBk\":[\"Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audiobestanden (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Er zijn geen verificatie-onderwerpen voor dit project geconfigureerd.\"],\"pdWSGS\":[\"Geen verify topics beschikbaar.\"],\"Z9sn1g\":[\"Nog geen versie\"],\"+uY23Q\":[\"Geen webhooks geconfigureerd\"],\"/PUkCU\":[\"Geen webhooks gevonden\"],\"AtHA/x\":[\"Nog geen werkruimtetoegang\"],\"nnCUYC\":[\"Geen werkruimte gekozen. Ze worden toegevoegd aan \",[\"orgName\"],\" en kunnen zelf werkruimtetoegang aanvragen.\"],\"wn5bQU\":[\"Geen wijziging van werkruimterol. Voeg deze persoon toe aan de organisatie en nodig ze daarna opnieuw uit vanuit de werkruimte.\"],\"tPEiUj\":[\"Er worden op dit moment geen werkruimtes uit deze organisatie met je gedeeld.\"],\"pxmfsY\":[\"Geen werkruimtes komen overeen met \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"Niets gepland\"],\"PjeFWm\":[\"Geen geldig e-mailadres.\"],\"select.all.modal.not.added\":[\"Niet toegevoegd\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Niet nu\"],\"Ua2NxX\":[\"Geen beheerde facturatie. Zet op beheerd om dit account op het \",[\"tier\"],\"-niveau te factureren, zonder automatische afschrijvingen via Mollie.\"],\"07Vguj\":[\"Wordt niet verlengd\"],\"vaVAp0\":[\"Niet ingepland\"],\"MTqQMG\":[\"Niet ingesteld\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Weet ik nog niet.\"],\"kBpuXT\":[\"Deze niet\"],\"vbpAZQ\":[\"Niet getraind\"],\"/hpEcX\":[\"notitie\"],\"1DBGsz\":[\"Notities\"],\"RYtZxa\":[\"Notities voor ons team\"],\"budBGD\":[\"Notities die de assistent bijhoudt over hoe je graag werkt, opgeslagen tijdens je chats. Alleen jij ziet ze. Verwijder alles wat je niet wilt bewaren.\"],\"NdAad3\":[\"Notities die de assistent vanuit chats over dit project heeft opgeslagen. Iedereen die in dit project chat deelt ze.\"],\"WAy8m5\":[\"Notities die de assistent vanuit chats over deze werkruimte heeft opgeslagen. Iedereen in de werkruimte deelt ze.\"],\"DZMptz\":[\"Op dit moment niets van dembrane.\"],\"DN72IZ\":[\"Hier is nog niets voor je.\"],\"yFnB+H\":[\"hier nog niets\"],\"0IdomT\":[\"Er wordt niets verstuurd totdat je het verstuurt. Pas hieronder eerst aan wat je wilt.\"],\"we3tJT\":[\"Niets komt overeen met het filter.\"],\"610qM/\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl er wordt gechat.\"],\"6rAlvZ\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl je chat.\"],\"yebagU\":[\"Deelnemers melden wanneer een rapport wordt gepubliceerd.\"],\"hGA9Wy\":[\"Waarnemer\"],\"phUtHZ\":[\"Waarnemers (gratis)\"],\"k9cwCQ\":[\"Waarnemers zijn gratis en alleen-lezen, en alleen voor werkruimtes van externe klanten. Ze kunnen de werkruimte bekijken, maar niet chatten, rapporten genereren of bewerken. Wijzig hun rol naar Extern om ze meer te laten doen.\"],\"RfY3gN\":[\"Observers zijn gratis gasten die alleen kunnen meelezen. Wil je ze laten bewerken? Verwijder ze en nodig ze opnieuw uit als lid.\"],\"JIE4kF\":[\"Waarnemers zijn alleen beschikbaar in werkruimtes voor een externe klant. Kies alleen werkruimtes van externe klanten, of kies een andere rol.\"],\"Bdtwnw\":[\"uit\"],\"az8lvo\":[\"Uit\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oudste eerst\"],\"9+6THi\":[\"Oudste eerst\"],\"Fdp03t\":[\"aan\"],\"Z5HWHd\":[\"Aan\"],\"Hktelz\":[\"Facturatie wordt beheerd door dembrane. Overschakelen naar self-serve behoudt het niveau en toont de klant de checkout om kaartbetaling in te stellen.\"],\"er1mH/\":[\"Op opnamepagina\"],\"participant.verify.instructions.revise.artefact\":[\"Heb je het besproken? Klik op \\\"Herzien\\\" om \",[\"objectLabel\"],\" aan te passen aan jullie gesprek.\"],\"participant.verify.instructions.read.aloud\":[\"Lees \",[\"objectLabel\"],\" hardop voor en vertel wat je eventueel wilt aanpassen.\"],\"lKCG/O\":[\"Één groot evenement aan het eind van het jaar\"],\"O3G8il\":[\"Één dag in oktober\"],\"qvLmaf\":[\"Eén kleine letter\"],\"+P5Okg\":[\"Eén cijfer\"],\"m5rZjl\":[\"Eén symbool\"],\"MKUgK1\":[\"Eén hoofdletter\"],\"qitPxp\":[\"Eenmalig\"],\"J6n7sl\":[\"Actief\"],\"conversation.ongoing\":[\"Actief\"],\"yAVA7C\":[\"Lopende gesprekken\"],\"a//PzZ\":[\"Verander deze instelling alleen in overleg met de verantwoordelijke persoon(nen) voor de bescherming van gegevens binnen uw organisatie.\"],\"z7dMhl\":[\"Je kunt alleen afbeeldingen toevoegen\"],\"uaB4AS\":[\"Alleen organisatiebeheerders en eigenaren kunnen werkruimtes aanmaken. Vraag een beheerder van je organisatie om er een aan te maken, of om je eerst te promoveren.\"],\"0WLwiw\":[\"Alleen mensen die al in deze werkruimte zitten, kunnen worden toegevoegd. Nodig ze eerst uit voor de werkruimte als ze hier nog niet zijn.\"],\"xbDpkO\":[\"Alleen de mensen die je toevoegt of uitnodigt, kunnen het zien.\"],\"K/CPkL\":[\"Alleen bij het vastleggen van een factuur die al buiten het systeem is betaald.\"],\"fKQbMI\":[\"Alleen werkruimtebeheerders en de mensen die je uitnodigt, kunnen dit project openen.\"],\"BKONOC\":[\"Alleen werkruimtebeheerders kunnen de rechtsgrondslag wijzigen.\"],\"C/Sx14\":[\"Alleen werkruimtebeheerders kunnen deze instellingen wijzigen. Vraag een beheerder als er iets bijgewerkt moet worden.\"],\"4UuIbT\":[\"Alleen jij kunt deze werkruimte zien.\"],\"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.\"],\"1TNIig\":[\"Openen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Accountacties openen\"],\"tcgf5/\":[\"Alles openen\"],\"yCDcIF\":[\"Open chatdocumentatie\"],\"uIKeEf\":[\"Gesprek openen\"],\"EUQ7ko\":[\"Open documentatie\"],\"aRGGej\":[\"Open voor deelname\"],\"CD3rbs\":[\"Hostgids openen\"],\"f04uGY\":[\"Openen in Bibliotheek\"],\"c9rlQI\":[\"Mollie-dashboard openen\"],\"iZD9CK\":[\"Organisatie openen\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Opname bekijken\"],\"FBPD+d\":[\"Open \",[\"0\"],\" vanaf hier.\"],\"OG3wju\":[\"Open de chat\"],\"828iLy\":[\"Open de oorspronkelijke uitnodigings-e-mail en klik daar op de link, of vraag de uitnodiger om een nieuwe uitnodiging te sturen.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open de probleemoplossingsgids\"],\"m9eUZO\":[\"Open voor de werkruimte\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open de probleemoplossingsgids\"],\"Gc/l1s\":[\"Werkruimte openen\"],\"F7e1nt\":[\"Werkruimteacties openen\"],\"Hak8r6\":[\"Open je authenticator-app en voer de huidige zescijferige code in.\"],\"rPRgw+\":[\"Zet experimentele functies aan en help dembrane vormgeven. Deze functies kunnen op elk moment veranderen of verdwijnen.\"],\"LLAa/9\":[\"Optioneel\"],\"ZFIvWo\":[\"Optioneel (valt terug naar Engels)\"],\"V44CS4\":[\"Optioneel veld op de startpagina\"],\"bkndzy\":[\"Optioneel veld op de bedankpagina\"],\"xam4uE\":[\"Optionele vraag \",[\"0\"],\" van \",[\"1\"]],\"S2LyUK\":[\"Optionele vraag \",[\"0\"],\" van \",[\"1\"],\". Sla gerust over.\"],\"0OspM/\":[\"Optioneel. Waar deze werkruimte voor is.\"],\"0zpgxV\":[\"Opties\"],\"BzEFor\":[\"of\"],\"0EffTH\":[\"Of kies een tijd\"],\"7r2pfW\":[\"Of liever direct chatten?\"],\"1h45Hu\":[\"Of schrijf uw eigen\"],\"v2MBz4\":[\"Alleen organisatie\"],\"LB3Kje\":[\"Organisatie\"],\"sezvMj\":[\"Organisatie | dembrane\"],\"9L7xZr\":[\"Organisatieaccount\"],\"x/dDGk\":[\"Organisatielid\"],\"Juy8tT\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte.\"],\"UPvG74\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte. Uitnodigingen worden verstuurd vanaf het tabblad Leden van elke werkruimte.\"],\"m9HLnV\":[\"Organisatienaam\"],\"IvGxhL\":[\"Organisatie niet gevonden\"],\"B38pCE\":[\"Alleen organisatie\"],\"kzWAph\":[\"Organisatiegebruik\"],\"GoZkew\":[\"Organisaties\"],\"usabod\":[\"Organisaties | dembrane\"],\"qdq0Jp\":[\"Organisaties aangemaakt door mensen die externe samenwerkers van een partner zijn. Een signaal dat ze mogelijk hun eigen abonnement willen.\"],\"/IX/7x\":[\"Anders\"],\"GC75c7\":[\"Resultaat succesvol goedgekeurd!\"],\"QLXrh9\":[\"Resultaat succesvol herladen!\"],\"LJg1UW\":[\"Resultaat succesvol herzien!\"],\"df3S+R\":[\"Resultaat succesvol bijgewerkt!\"],\"1fjbvD\":[\"resultaten\"],\"ZU3zZC\":[\"Resultaten\"],\"NTkmOk\":[\"Facturering voor overschrijding van toepassing\"],\"6KkwPT\":[\"Overschreven voor dit project\"],\"AR/qbs\":[\"Overschrijven voor dit project\"],\"6/dCYd\":[\"Overzicht\"],\"/fAXQQ\":[\"Overview - Thema’s & patronen\"],\"oDAEQq\":[\"Eigendom\"],\"OwPQJt\":[\"Eigendom is vergrendeld. Neem contact op met support om over te dragen.\"],\"HSAzUy\":[\"Eigenaar-organisatie\"],\"Wu++6g\":[\"Pagina inhoud\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"6+Py7/\":[\"Pagina titel\"],\"v4nCHK\":[\"Betaald\"],\"uneeEC\":[\"deels afgerond\"],\"v8fxDX\":[\"Deelnemer\"],\"h3AUOJ\":[\"Deelnemer e-mail\"],\"WdEzKM\":[\"Deelnemer e-mails\"],\"Uc9fP1\":[\"Deelnemer features\"],\"hRcUJQ\":[\"Naam deelnemer\"],\"rMCv1T\":[\"Deelnemer naam en e-mail\"],\"CmOBUh\":[\"Deelnemers abonneren op updates\"],\"DbvvEo\":[\"Verificatie van deelnemers\"],\"MZHPuB\":[\"Deelnemers\"],\"y4n1fB\":[\"Deelnemers kunnen trefwoorden selecteren wanneer ze een gesprek starten\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partnerorganisatie\"],\"LkuJMH\":[\"Partnerwerkruimte, apart gefactureerd en geen onderdeel van het plan van de organisatie.\"],\"qC5k4V\":[\"Partnerwerkruimte, apart gefactureerd van de organisatie.\"],\"8ZsakT\":[\"Wachtwoord\"],\"zJx6Vx\":[\"Wachtwoord gewijzigd\"],\"PxRsoo\":[\"Wachtwoord voldoet niet aan de vereisten.\"],\"lpIMne\":[\"Wachtwoorden komen niet overeen\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pauzeer het voorlezen\"],\"KXsZLF\":[\"Updates pauzeren\"],\"URAE3q\":[\"Gepauzeerd\"],\"XaA5fF\":[\"Gepauzeerd.\"],\"6Dmao4\":[\"Gepauzeerd. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Nu betalen\"],\"VwkrOQ\":[\"Betalende omzet\"],\"VESsDr\":[\"Betalende omzet deze maand\"],\"pJxzaT\":[\"Betaling mislukt\"],\"/CNehZ\":[\"Bedrag betaallink, EUR\"],\"GfJaff\":[\"Betaallink uitgegeven.\"],\"ENEPLY\":[\"Betaalmethode\"],\"sni5ir\":[\"Betalingskenmerk\"],\"Kd2B1D\":[\"De betaling is gelukt. Je plan is up-to-date.\"],\"S48xcO\":[\"in behandeling\"],\"UbRKMZ\":[\"In afwachting\"],\"EaYDGF\":[\"Openstaande toegangsverzoeken\"],\"V1wW5o\":[\"Actie vereist\"],\"sU2oO4\":[\"Openstaande uitnodigingen\"],\"GC714A\":[\"Openstaande uitnodigingen | dembrane\"],\"gPRsPw\":[\"personen\"],\"1wdjme\":[\"Personen\"],\"t9qtWL\":[\"Personen met toegang\"],\"Uoqcz2\":[\"Resultaten per ontvanger:\"],\"hkffer\":[\"Toegang per werkruimte\"],\"SrVzRe\":[\"Procent\"],\"NtQvjo\":[\"Periode\"],\"D0meML\":[\"persoon\"],\"t4wIPl\":[\"Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"zmwvG2\":[\"Telefoon\"],\"B8mlc2\":[\"Kies een datum\"],\"8hUAfY\":[\"Kies een tijd\"],\"rwgOir\":[\"Kies nu een moment\"],\"635Oq4\":[\"Kies een tijd met \",[\"host\"],\".\"],\"PYDbNJ\":[\"Kies een account\"],\"hZjgId\":[\"Kies minstens één werkruimte om de uitnodiging te versturen.\"],\"NCubup\":[\"Kies iemand uit je organisatie of typ een e-mailadres om uit te nodigen.\"],\"m+EMny\":[\"Kies er een\"],\"6v5aT9\":[\"Kies de aanpak die past bij je vraag\"],\"U1Tudq\":[\"Pilotlimiet bereikt\"],\"qVkGWK\":[\"Vastpinnen\"],\"u8qC4w\":[\"Project vastpinnen\"],\"S+WiJ3\":[\"Pin sjablonen hier vast voor snelle toegang.\"],\"kNiQp6\":[\"Vastgezet\"],\"LdWQ+0\":[\"Vastgepind is vol (max 5)\"],\"EC6BHi\":[\"Vastgezette projecten\"],\"RimR35\":[\"Vastgepinde sjablonen\"],\"afV5A2\":[\"Plan eindigt\"],\"Iqh0Uv\":[\"Gepland\"],\"lWy5a1\":[\"Plannen\"],\"PI95wJ\":[\"Plant, verzamelt en controleert het eigen werk over veel gesprekken.\"],\"PKrSWk\":[\"Accepteer de voorwaarden om door te gaan.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Schakel deelneming in om delen mogelijk te maken\"],\"fwrPh4\":[\"Voer een geldig e-mailadres in.\"],\"ZhyvmA\":[\"Log in om door te gaan.\"],\"MXEkrp\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen)\"],\"Lu1j4b\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen).\\nJe transcriptie wordt geanonimiseerd en je host kan niet naar je opname luisteren.\"],\"library.processing.request\":[\"Bibliotheek wordt verwerkt\"],\"04DMtb\":[\"Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt automatisch doorgestuurd naar het nieuwe gesprek wanneer klaar.\"],\"6MncU0\":[\"plus werkruimtebeheerders\"],\"rhEYMw\":[\"PNG, JPEG of WebP. Wordt bijgesneden tot een cirkel.\"],\"jjdudv\":[\"Slecht antwoord\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Populair\"],\"uRFMMc\":[\"Portal inhoud\"],\"ivjxif\":[\"Portalbeschrijving\"],\"oNb5Ox\":[\"portal-editor\"],\"694+8E\":[\"Portaalbewerker\"],\"qVypVJ\":[\"Portaal-editor\"],\"OZYxCC\":[\"Afsluitbericht portal\"],\"FNuwSz\":[\"Portaltaal\"],\"gKSdKz\":[\"Portal open voor nieuwe gesprekken\"],\"XfoCxn\":[\"Portaaloverzicht\"],\"qLWG8R\":[\"Portaltitel\"],\"D5roJB\":[\"Portaltutorial\"],\"U4aiMW\":[\"Postcode\"],\"cWkKWE\":[\"compliment\"],\"E7dbXD\":[\"Praat je liever? Druk op opnemen en vertel het gewoon.\"],\"kBa6hc\":[\"Een navigatiesnelkoppeling voorbereiden\"],\"9vB8nN\":[\"Eerste update wordt voorbereid.\"],\"xVEtui\":[\"Dit canvas wordt voorbereid\"],\"/SM3Ws\":[\"Uw ervaring voorbereiden\"],\"rdUucN\":[\"Voorbeeld\"],\"hyneRf\":[\"Voorbeeld: De snelle bruine vos springt over de luiende hond.\"],\"DHhJ7s\":[\"Vorige\"],\"a7u1N9\":[\"Prijs\"],\"UoByX/\":[\"Afdrukken / PDF opslaan\"],\"S8ugMC\":[\"Rapport afdrukken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL van het privacybeleid\"],\"zwBp5t\":[\"Privé\"],\"Q7R6ZJ\":[\"Privé · alleen genodigden kunnen dit zien\"],\"i4YTOL\":[\"Privéproject\"],\"1vsuTU\":[\"Privéwerkruimte\"],\"FdLMTd\":[\"Privéwerkruimtes zijn beschikbaar met een betaald abonnement.\"],\"1ihBUA\":[\"Privé. Voeg mensen toe om het te delen.\"],\"qAGp2O\":[\"Doorgaan\"],\"select.all.modal.proceed\":[\"Doorgaan\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" verwerken en toevoegen aan je chat\"],\"gzGDMM\":[\"Hertranscriptieaanvraag wordt verwerkt...\"],\"byJgGz\":[\"Hulp bij inkoop\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Projectacties\"],\"eBFgFZ\":[\"projectchats\"],\"2LxK9d\":[\"Projectcontext\"],\"RYrbVH\":[\"Project aangemaakt\"],\"Hie0VV\":[\"Project aangemaakt\"],\"zjTrs1\":[\"Projectstandaard: ingeschakeld. Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"aVOwd+\":[\"Project verwijderd\"],\"7TYa2T\":[\"Projectdoel\"],\"qW7NU2\":[\"Het project is nu zichtbaar voor iedereen in \",[\"workspaceName\"]],\"wNXqAE\":[\"Het project is nu zichtbaar voor de werkruimte\"],\"QFx9kj\":[\"Inzichtenbibliotheek | dembrane\"],\"QDjWwu\":[\"Project Meta Samenvatting\"],\"lltun+\":[\"Project verplaatst\"],\"OyIC0Q\":[\"Projectnaam\"],\"3gh0L6\":[\"Projectnaam en ID\"],\"6Z2q2Y\":[\"Projectnaam moet minstens 4 tekens lang zijn\"],\"n7JQEk\":[\"Project niet gevonden\"],\"uMobxw\":[\"projectoverzicht\"],\"q0+yfq\":[\"Project Overzicht | dembrane\"],\"3YND3K\":[\"projectinstellingen\"],\"Wsk5pi\":[\"Project Instellingen\"],\"7NmoFz\":[\"Verwacht maandtotaal\"],\"gitVS9\":[\"Verwacht jaartotaal\"],\"M9H+/G\":[\"projecten\"],\"+0B+ue\":[\"Projecten\"],\"DK5DV3\":[\"Projecten | dembrane\"],\"B1WDxD\":[\"Projecten binnen organisatie · \",[\"0\"]],\"uNGCZL\":[\"Projecten verplaatst\"],\"2ugVVF\":[\"Projecten verschijnen hier zodra iemand in de organisatie er een met je deelt.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Voorgesteld\"],\"pAY+Io\":[\"Voorgestelde wijzigingen\"],\"Aka3jE\":[\"Naar rato voor de rest van deze factureringsperiode.\"],\"nyEOdh\":[\"Geef een overzicht van de belangrijkste onderwerpen en herhalende thema's\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publiceren\"],\"vsX8VJ\":[\"Publiceer dit rapport eerst om de portallink te tonen\"],\"IHzoSN\":[\"Publiceer dit rapport om een deellink te krijgen\"],\"u3wRF+\":[\"Gepubliceerd\"],\"E7YTYP\":[\"Haal de meest impactvolle quotes uit deze sessie\"],\"NHHXdL\":[[\"name\"],\" op facturatie beheerd door dembrane zetten, op het \",[\"tier\"],\"-niveau? Geen automatische afschrijvingen via Mollie en niets dat automatisch verloopt.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Vraag\"],\"4PTJUv\":[\"Vragen over hoe dembrane werkt, niet alleen over je data.\"],\"XhrBin\":[[\"0\"],\" stappen tegelijk uitgevoerd\"],\"iZuzSU\":[\"Snelheidslimiet bereikt\"],\"z1U/Fh\":[\"Beoordeling\"],\"wr9IYa\":[\"Voer het nieuwe wachtwoord opnieuw in\"],\"0ZBIgY\":[\"Gebruik instellingen van een bestaande webhook\"],\"Z5Tlsx\":[\"Neem contact met me op\"],\"D2yGaZ\":[\"Heractiveren\"],\"Pkpg2N\":[\"Plan heractiveren\"],\"wZxwNu\":[\"Lees hardop voor\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Minder lezen\"],\"8fZueG\":[\"Meer lezen →\"],\"wOfACA\":[\"Lees de gids voor problemen met transcripties en samenvattingen\"],\"6pSHJ5\":[\"Alleen-lezen\"],\"WU7BCa\":[\"Samenvatting van \",[\"0\"],\" lezen\"],\"tFk6c8\":[\"Transcript van \",[\"0\"],\" lezen\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Een gesprekssamenvatting lezen\"],\"LpWlYq\":[\"Een skill lezen\"],\"9UTzRO\":[\"Een transcript lezen\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Projectcontext lezen\"],\"ug1A83\":[\"Projectinstellingen lezen\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"De documentatie lezen\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Klaar om te beginnen\"],\"ShoKlK\":[\"Klaar om je tools te verbinden? Voeg een webhook toe om automatisch gesprekdata te ontvangen wanneer gebeurtenissen plaatsvinden.\"],\"VJScHU\":[\"Reden\"],\"Xc0UKh\":[\"reden: \",[\"0\"]],\"0f3uxy\":[\"Recente betalingen over alle accounts\"],\"mzcrRN\":[\"onlangs\"],\"hpnYpo\":[\"Aanbevolen apps\"],\"participant.button.s3check.reconnect\":[\"Opnieuw verbinden\"],\"participant.button.interruption.reconnect\":[\"Opnieuw verbinden\"],\"BakXLg\":[\"Opnieuw verbinden\"],\"participant.button.record\":[\"Opname starten\"],\"462bGY\":[\"Spraakbericht opnemen\"],\"s4Sz7r\":[\"Neem nog een gesprek op\"],\"XmKjfh\":[\"Opname\"],\"3gnwKb\":[\"Conferentiesessies opnemen.\"],\"HCC0Bp\":[\"Gesprekken opnemen waar je zelf bij bent, zoals straatinterviews.\"],\"participant.modal.interruption.title\":[\"Opname onderbroken\"],\"yjom5N\":[\"Opnemen blijft werken, dus je deelnemers ondervinden er niets van.\"],\"4IbgAX\":[\"Opnamepagina\"],\"participant.modal.pause.title\":[\"Opname gepauzeerd\"],\"/l7qFE\":[\"Opname gestart\"],\"POxNnV\":[\"De opname is gestopt bij de limiet van vijf minuten. Je opname wordt omgezet naar tekst.\"],\"view.recreate.tooltip\":[\"Bekijk opnieuw\"],\"view.recreate.modal.title\":[\"Bekijk opnieuw\"],\"CqnkB0\":[\"Terugkerende thema's\"],\"zKZCRh\":[\"Referentie \",[\"reference\"]],\"9aloPG\":[\"Referenties\"],\"lCF0wC\":[\"Vernieuwen\"],\"ZMXpAp\":[\"Auditlogboeken vernieuwen\"],\"rOwugh\":[\"Nu verversen\"],\"1STMKj\":[\"Lopende gesprekken vernieuwen\"],\"eEud7e\":[\"Verversen gestart\"],\"WqYAGe\":[\"Verversen werkt zodra de canvasservice klaar is.\"],\"zVuxvN\":[\"Vernieuwen…\"],\"6exX+8\":[\"Opnieuw genereren\"],\"PpFJd2\":[\"Samenvatting opnieuw genereren\"],\"bluvj0\":[\"Samenvatting opnieuw genereren\"],\"participant.regenerating.outcome\":[\"Uitkomst wordt opnieuw gegenereerd\"],\"oYlYU+\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten...\"],\"HPitDS\":[\"Registreer | dembrane\"],\"UcLJ6I\":[\"Releasevideo\"],\"tF5Smn\":[\"Pagina opnieuw laden\"],\"participant.button.reload.page.text.mode\":[\"Pagina herladen\"],\"participant.button.reload\":[\"Pagina herladen\"],\"participant.concrete.artefact.action.button.reload\":[\"Opnieuw laden\"],\"Lbcvrt\":[\"Denk eraan dat je altijd de Feedback-knop kunt gebruiken voor suggesties. We waarderen je steun, en bedankt dat je dembrane gebruikt.\"],\"vqD7S+\":[\"Gebruikers herinneren om te verifiëren voordat ze klaar zijn\"],\"tmHC17\":[\"Herinnering verstuurd: supporttoegang staat nog aan\"],\"t/YqKh\":[\"Verwijderen\"],\"w61W3L\":[[\"0\"],\" verwijderen\"],\"G0aZvo\":[[\"0\"],\" verwijderen uit deze werkruimte? Ze verliezen toegang tot alle projecten erin.\"],\"VoKjPv\":[\"Avatar verwijderen\"],\"Kl7//J\":[\"E-mail verwijderen\"],\"cILfnJ\":[\"Bestand verwijderen\"],\"tOkPHm\":[\"Uit chat verwijderen\"],\"1G/+Gj\":[\"Uit organisatie verwijderen\"],\"18PmZk\":[\"Uit organisatie verwijderen?\"],\"CJgPtd\":[\"Verwijder van dit gesprek\"],\"O90CN2\":[\"Logo verwijderen\"],\"99VIgC\":[\"Lid verwijderen\"],\"c8Kx/b\":[\"Overschrijving verwijderen\"],\"Gr8pvR\":[\"Het aangepaste logo verwijderen? In plaats daarvan wordt het standaardlogo van dembrane gebruikt.\"],\"itsN5H\":[\"Deze herinnering verwijderen?\"],\"eps54V\":[\"Verwijderd\"],\"nVEhnc\":[\"Verwijderd uit organisatie\"],\"project.sidebar.chat.rename\":[\"Naam wijzigen\"],\"6PsaMr\":[\"Chat hernoemen\"],\"TBZOgu\":[\"Verlenging\"],\"M7SqjM\":[\"Heropenen\"],\"m290vd\":[\"Opname\"],\"rnkWZt\":[\"Antwoorden aan deelnemers\"],\"1jBoqr\":[\"Richtlijnen voor antwoorden\"],\"X9GEGX\":[\"Antwoordmodus\"],\"XyN13i\":[\"Reactie prompt\"],\"w1tLX2\":[\"rapport\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport wordt al gegenereerd\"],\"Q3LOVJ\":[\"Probleem melden\"],\"DUmD+q\":[\"Rapport aangemaakt - \",[\"0\"]],\"hh/mvZ\":[\"Rapportgeneratie geannuleerd\"],\"sSy8vA\":[\"Rapport wordt gegenereerd...\"],\"v7O77U\":[\"Rapportgeneratie is geannuleerd. Je kunt hieronder een nieuw rapport starten.\"],\"fIBsri\":[\"Rapportlimiet bereikt\"],\"hIQOLx\":[\"Rapportmeldingen\"],\"M9snPp\":[\"Rapport gepland\"],\"6g+4DA\":[\"Melding verzonden. Bedankt\"],\"u9r3Di\":[\"Report templates staan op onze roadmap.\"],\"lNo4U2\":[\"Rapport bijgewerkt - \",[\"0\"]],\"t9yxlZ\":[\"Rapporten\"],\"E1vQT6\":[[\"0\"],\"-training aanvragen\"],\"qbXLnJ\":[\"Een training aanvragen\"],\"WdCAhr\":[\"Toegang aanvragen\"],\"library.request.access\":[\"Toegang aanvragen\"],\"cH8Bhd\":[\"Aanvraag goedgekeurd\"],\"ViqcVt\":[\"Aanvraag afgewezen\"],\"jI02E7\":[\"Verzoek geweigerd.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Wachtwoord reset aanvragen\"],\"8H5nRH\":[\"Wachtwoord reset aanvragen | dembrane\"],\"1RVBJe\":[\"Aanvraag verzonden\"],\"OQsKlA\":[\"Verzoek verstuurd. De beheerders van de werkruimte hebben bericht gekregen.\"],\"b44axA\":[\"Verzoek verstuurd. Wachten op de beheerders van de werkruimte.\"],\"7rVjfL\":[\"Supporttoegang aanvragen\"],\"XmXfrX\":[\"Verzoek ingetrokken.\"],\"Yx0Ud8\":[\"Aangevraagd\"],\"VRpBev\":[\"Aangevraagde en geplande trainingen. Markeer een training als voltooid om elke deelnemer een licentie van een jaar te geven.\"],\"PXQc8Y\":[\"Aanvrager\"],\"participant.alert.microphone.access.loading\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"TMLAx2\":[\"Verplicht\"],\"0Hf+6m\":[\"Vraagt om e-mailadres? moet zijn ingeschakeld\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Herplannen\"],\"6eIR/n\":[\"Opnieuw plannen naar\"],\"ZSTojU\":[\"Uitnodiging opnieuw versturen\"],\"8WtTog\":[\"Uitnodiging opnieuw versturen\"],\"OfhWJH\":[\"Resetten\"],\"I9EnzM\":[\"Filters resetten\"],\"KbS2K9\":[\"Wachtwoord resetten\"],\"9uplIY\":[\"Wachtwoord resetten | dembrane\"],\"L+rMC9\":[\"Resetten naar standaardinstellingen\"],\"kX8Fjz\":[\"Feedback op antwoord\"],\"Sa5FCh\":[\"Resultaten voordat mensen naar huis gaan. We analyseren live en presenteren ter plekke.\"],\"participant.button.stop.resume\":[\"Hervatten\"],\"1K1kvB\":[\"Abonnement hervatten\"],\"85Qjyx\":[\"Updates hervatten\"],\"ioYnu6\":[\"ingetrokken\"],\"fM1Ldq\":[\"ingetrokken voor het dembrane-team\"],\"AWy1Kd\":[\"Een notitie voor het dembrane-team intrekken\"],\"sVzC0H\":[\"Hertranscriptie\"],\"ehyRtB\":[\"Hertranscriptie gesprek\"],\"1JHQpP\":[\"Hertranscriptie gesprek\"],\"+gmVxi\":[\"Hertranscriptie niet beschikbaar voor anonieme gesprekken\"],\"MXwASV\":[\"Hertranscriptie gestart. Nieuw gesprek wordt binnenkort beschikbaar.\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"zHJTti\":[\"Nu opnieuw proberen\"],\"H1Pyjd\":[\"Opnieuw uploaden\"],\"2fCpt5\":[\"Terug naar home\"],\"5k0NLb\":[\"Controleren\"],\"9VUzX4\":[\"Bekijk de activiteiten van je werkruimte. Filter op collectie of actie en exporteer de huidige weergave voor verder onderzoek.\"],\"ECoHYI\":[\"Opnieuw bekijken\"],\"dSCHZP\":[\"Bekijk en bewerk hieronder. Dit voegt een controle toe die bij elk gesprek draait. Verificatie moet aan staan om de controle uit te voeren. Er verandert niets tot je hem toevoegt.\"],\"Tqa1v9\":[\"Controleer voordat je aanmaakt.\"],\"UZVWVb\":[\"Bestanden bekijken voordat u uploadt\"],\"OybZ3y\":[\"Bekijk mijn projectinstellingen en stel verbeteringen voor.\"],\"3lYF/Z\":[\"Bekijk de verwerkingsstatus voor elk gesprek dat in dit project is verzameld.\"],\"JuDdMd\":[\"Bekijk, bewerk en open elk gesprek in dit project.\"],\"participant.concrete.action.button.revise\":[\"Aanpassen\"],\"OG3mVO\":[\"Revisie #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Versiegeschiedenis\"],\"GXsAby\":[\"Intrekken\"],\"jjsSSc\":[\"Uitnodiging intrekken\"],\"HZn3qT\":[\"Licentie intrekken\"],\"TUcQqn\":[\"De uitnodiging aan \",[\"0\"],\" intrekken? Je kunt deze persoon later opnieuw uitnodigen.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklikken om te markeren\"],\"GDvlUT\":[\"Rol\"],\"QjMlvE\":[\"Rol gewijzigd\"],\"jQ6I8X\":[\"Rol bijgewerkt\"],\"wbV5uX\":[\"Ruwe schatting om de achterstand aan transcripties weg te werken\"],\"/9oiI7\":[\"Ongeveer hoeveel?\"],\"xxCtZv\":[\"Rijen per pagina\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Een event organiseren met dembrane\"],\"RiQMUh\":[\"Bezig\"],\"i39IXZ\":[\"Verkoopfactuur uitgegeven.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Opslaan\"],\"participant.concrete.action.button.save\":[\"Opslaan\"],\"GsV2va\":[\"Toegang opslaan\"],\"BnmEvM\":[\"Opslaan als template\"],\"gjqGP0\":[\"Factuurgegevens opslaan\"],\"IUwGEM\":[\"Wijzigingen opslaan\"],\"qjHQoH\":[\"Korting opslaan\"],\"2VA/7X\":[\"Opslaan fout!\"],\"5dVjYt\":[\"Template opslaan\"],\"idD8Ev\":[\"Opgeslagen\"],\"8AhhHy\":[\"Opgeslagen als doel van dit project.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Opslaan...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan of klik op de QR-code om het feedbackportaal te openen\"],\"nHeO/c\":[\"Scan de QR-code of kopieer het geheim naar je app.\"],\"SGnha7\":[\"Scan om deel te nemen aan dit project\"],\"NAe+hu\":[\"Gescand\"],\"epl7MR\":[[\"0\"],\" keer gescand\"],\"iQbBJn\":[\"QR gescand\"],\"gmB6oO\":[\"Plannen\"],\"wCGy0o\":[\"Rapport inplannen\"],\"qtjOKf\":[\"Training inplannen\"],\"4ba0NE\":[\"Ingepland\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll naar beneden\"],\"A1taO8\":[\"Zoeken\"],\"select.all.modal.loading.search\":[\"Zoeken\"],\"FyLaDj\":[\"Zoek op account, status, beschrijving\"],\"Uu9l/P\":[\"Zoek op account, werkruimte, organisatie, e-mail, tier\"],\"EJ1adC\":[\"Zoek en selecteer de gesprekken voor deze chat.\"],\"V0wu2W\":[\"Zoeken op organisatie\"],\"a4xYoA\":[\"Zoek chats\"],\"OWm+8o\":[\"Zoek gesprekken\"],\"QU2qoc\":[\"Zoek op naam of e-mail\"],\"6/qy61\":[\"Zoek op partner, klant, werkruimte\"],\"l9vi1F\":[\"Zoek mensen\"],\"S1LvJy\":[\"Zoek mensen of typ een e-mailadres\"],\"hjqK3H\":[\"Zoek project of werkruimte\"],\"blFttG\":[\"Zoek projecten\"],\"I0hU01\":[\"Zoek projecten\"],\"Ix2UwQ\":[\"Zoek projecten, organisaties, werkruimtes, instellingen…\"],\"RVZJWQ\":[\"Zoek projecten...\"],\"5WYZKZ\":[\"Zoekresultaten\"],\"lnWve4\":[\"Zoek tags\"],\"pECIKL\":[\"Zoek templates...\"],\"select.all.modal.search.text\":[\"Zoektekst:\"],\"nhvuQF\":[\"Zoek webhooks...\"],\"S2BNQs\":[\"Zoek werkruimtes\"],\"uSvNyU\":[\"Doorzocht de meest relevante bronnen\"],\"mHOLEz\":[\"Gesprekken doorzoeken\"],\"rI5Wda\":[\"Gesprekken doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"De documentatie doorzoeken\"],\"hoK9sq\":[\"Transcripten doorzoeken\"],\"/DtZhN\":[\"Transcripten doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Zoeken…\"],\"MpFIca\":[\"plekken\"],\"grt0Pu\":[\"Plekken\"],\"R4Xlsa\":[\"Plekken vol\"],\"8VEDbV\":[\"Geheim\"],\"Y1y+VB\":[\"Geheim gekopieerd\"],\"tAfXHu\":[\"transcripten te bekijken\"],\"ic1SaJ\":[\"Bekijk upgrade-opties\"],\"0sQPzI\":[\"Tot snel\"],\"XZRu52\":[\"Ziet gebruik en facturen. Geen toegang tot projecten of content.\"],\"rG3WVm\":[\"Selecteren\"],\"02ePaq\":[[\"0\"],\" selecteren\"],\"F7wP7I\":[\"Selecteer een gesprek om verder te gaan\"],\"H/diq7\":[\"Selecteer een microfoon\"],\"s5OrCL\":[\"Selecteer een webhook om te klonen\"],\"NM2hyD\":[\"Selecteer een werkruimte\"],\"wgNoIs\":[\"Alles selecteren\"],\"+fRipn\":[\"Alles selecteren (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle resultaten selecteren\"],\"XSLOfq\":[\"Selecteer alle zichtbare (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecteer ten minste één gebeurtenis\"],\"d3O/ZP\":[\"Selecteer ten minste één ander onderwerp voordat u dit verwijdert\"],\"NK2YNj\":[\"Selecteer audiobestanden om te uploaden\"],\"OOZBXR\":[\"Gesprek selecteren\"],\"5z/6Uk\":[\"Gesprekken selecteren\"],\"/3ntVG\":[\"Selecteer gesprekken en vind exacte quotes\"],\"LyHz7Q\":[\"Selecteer gesprekken in de sidebar\"],\"1kovRK\":[\"Project selecteren\"],\"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\"],\"Dh99yE\":[\"Selecteer maximaal 2 focusgebieden voor je rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Selecteer welke onderwerpen deelnemers kunnen gebruiken voor \\\"Verifiëren\\\".\"],\"GnNO41\":[\"Selecteer wie erbij was. Iedereen krijgt een licentie van een jaar om dembrane te gebruiken in situaties met een hoog risico.\"],\"participant.select.microphone\":[\"Selecteer een microfoon\"],\"gU5H9I\":[\"Geselecteerde bestanden (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Geselecteerde microfoon\"],\"tP/pEQ\":[\"Selectie te groot\"],\"select.all.modal.context.limit.reached\":[\"Selectie te groot. Sommige gesprekken zijn niet toegevoegd.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Verzenden\"],\"iJyjJ8\":[[\"0\"],\" uitnodigingen versturen\"],\"Hvnq/n\":[\"Uitnodiging versturen\"],\"FCfEtD\":[\"Uitnodigingen versturen\"],\"6M/wwR\":[\"Notitie versturen\"],\"O9oQJS\":[\"Melding versturen\"],\"4k2VbT\":[\"Verzoek versturen\"],\"PIMJF6\":[\"Stuur Slack/Teams notificaties wanneer nieuwe gesprekken zijn voltooid\"],\"j73b/6\":[\"Naar dembrane sturen\"],\"h69WC6\":[\"Verstuurd\"],\"EhSyaK\":[[\"sentCount\"],\" van \",[\"0\"],\" verstuurd. Bekijk de lijst hieronder.\"],\"oSzbte\":[\"verstuurd naar het dembrane-team\"],\"XyiDbI\":[\"Apart (klant)\"],\"OnmeuT\":[\"Scheid met komma's, spaties of nieuwe regels.\"],\"NprC8U\":[\"Sessienaam\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"ingesteld door \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Doel instellen\"],\"eo7QNa\":[\"Instellen als beheerd\"],\"WAdU35\":[\"Zet op beheerd\"],\"c0oPm+\":[\"Zet op beheerde facturatie\"],\"FpHYiz\":[\"Na het aanmaken instellen met de assistent\"],\"JfvZ6H\":[\"Werkruimte instellen\"],\"J4TuIW\":[\"Stel je eerste organisatie in\"],\"aBwEIZ\":[\"Stel je organisatie in\"],\"OALBTr\":[\"Stel je werkruimte in | dembrane\"],\"2zDY/H\":[\"Bepaal wie het kan zien en kan deelnemen.\"],\"A6EhcS\":[\"We zetten alles voor je klaar\"],\"XYlJJT\":[\"Instellen\"],\"Tz0i8g\":[\"Instellingen\"],\"participant.settings.modal.title\":[\"Instellingen\"],\"BVRW7i\":[\"Instellingen | dembrane\"],\"RPF/8g\":[\"Instellingen bijgewerkt\"],\"RDjuBN\":[\"Instellen\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Rapport delen\"],\"nzT4VD\":[\"Deel het project, volg live activiteit en spring vanaf één plek naar de belangrijkste tools.\"],\"8styFN\":[\"Deel met iemand\"],\"bM7Rp3\":[\"Deel met werkruimte\"],\"oX3zgA\":[\"Deel je gegevens hier\"],\"nnWGzO\":[\"Deel uw ideeën met ons team\"],\"4o0klJ\":[\"Deel je stem door de QR-code te scannen\"],\"jqnSi6\":[\"Gedeeld met\"],\"YJJJo3\":[\"Gedeeld met \",[\"0\"]],\"zIgU4M\":[\"Gedeeld met \",[\"0\"],\" en \",[\"overflow\"],\" anderen\"],\"Sdetlc\":[\"Kortste eerst\"],\"+tz9Ky\":[\"Kortste eerst\"],\"8vETh9\":[\"Toon\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Toon \",[\"hidden\"],\" meer\"],\"fp7sBF\":[\"Nog \",[\"overflow\"],\" tonen\"],\"w1eody\":[\"Toon audiospeler\"],\"pzaNzD\":[\"Gegevens tonen\"],\"9Resvw\":[\"Toon details\"],\"Qc9KX+\":[\"IP-adressen tonen\"],\"6lGV3K\":[\"Minder tonen\"],\"fMPkxb\":[\"Meer tonen\"],\"Wh1pao\":[\"Meer versies tonen\"],\"34iCWY\":[\"Alleen wijzigingen tonen\"],\"ersE21\":[\"Toon projecten\"],\"3bGwZS\":[\"Toon referenties\"],\"OV2iSn\":[\"Revisiegegevens tonen\"],\"qB9H4B\":[\"Stappen tonen\"],\"EgEjZz\":[\"Volledige tekst tonen\"],\"hV6KNf\":[\"Toon de uitnodiging\"],\"RpOvMh\":[[\"0\"],\" van \",[\"1\"],\" weergegeven\"],\"Tqzrjk\":[\"Toont \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" van \",[\"totalItems\"],\" items\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" van \",[\"total\"]],\"qVf+dV\":[\"De eerste \",[\"0\"],\" van \",[\"shownCount\"],\" resultaten worden getoond. Verfijn je zoekopdracht om de rest te zien.\"],\"8Lpud3\":[\"Uw meest recente voltooide rapport wordt getoond.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Wordt getoond in de organisatiekop en in onderwerpregels van e-mails.\"],\"DVBfkn\":[\"Zes weekenden verspreid over zeven maanden\"],\"6Uau97\":[\"Overslaan\"],\"participant.button.verify_prompt.skip\":[\"Overslaan\"],\"participant.mic.check.button.skip\":[\"Overslaan\"],\"select.all.modal.context.limit.reached.description\":[\"Overgeslagen omdat de selectie te groot was.\"],\"TTKYZB\":[\"Microfooncheck overgeslagen\"],\"3Czdpd\":[\"Slack-community\"],\"BmukMD\":[\"Zodat we je de details van het gesprek kunnen sturen.\"],\"QCIy1f\":[\"Een deel van de audio in dit gesprek kon niet worden getranscribeerd. Open het gesprek om te zien welke delen misgingen.\"],\"q+pJ6c\":[\"Sommige bestanden werden al geselecteerd en worden niet dubbel toegevoegd.\"],\"select.all.modal.skip.disclaimer\":[\"Sommige kunnen worden overgeslagen (geen transcript of selectie te groot).\"],\"Pe0Fnh\":[\"Een deel van de recente audio kon niet worden getranscribeerd. De opname is opgeslagen.\"],\"C6+ZRl\":[\"Iemand\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Iets anders.\"],\"participant.modal.s3check.message\":[\"Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit wordt opgelost.\"],\"nwtY4N\":[\"Er ging iets mis\"],\"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.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\"],\"mwpVVD\":[\"Er is iets misgegaan bij het genereren van uw laatste rapport.\"],\"2WNFmv\":[\"Er is iets misgegaan bij het genereren van uw rapport.\"],\"aT53wg\":[\"Er ging iets mis aan mijn kant. Stuur je bericht opnieuw, dan probeer ik het nog een keer.\"],\"avSWtK\":[\"Er is iets misgegaan bij het exporteren van de auditlogboeken.\"],\"q9A2tm\":[\"Er is iets misgegaan bij het genereren van het geheim.\"],\"VXAsiD\":[\"Er ging iets mis tijdens het transcriberen. Probeer het opnieuw.\"],\"KeOwCj\":[\"Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"7PyY8A\":[\"Er ging iets mis. Open de link uit je e-mail opnieuw, of <0>begin opnieuw.\"],\"participant.explore.generic.error.message\":[\"Er is iets misgegaan. Probeer het opnieuw door op de <0>Verkennen knop te drukken, of neem contact op met ondersteuning als het probleem aanhoudt.\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"We kunnen hier niet dieper op ingaan door onze contentregels.\"],\"f6Hub0\":[\"Sorteer\"],\"/AhHDE\":[\"Bron \",[\"0\"]],\"sBJ5MF\":[\"Bronnen\"],\"65A04M\":[\"Spaans\"],\"z5/5iO\":[\"Specifieke context\"],\"mORM2E\":[\"Specifieke details\"],\"Etejcu\":[\"Specifieke details - Geselecteerde gesprekken\"],\"uXsB4R\":[\"Personeel\"],\"eicGWU\":[\"Alleen personeel\"],\"vtV8C/\":[\"Door dembrane aangemaakt\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standaardtoegang. Werkt samen in de werkruimtes waaraan ze zijn toegevoegd.\"],\"vv5o+Y\":[\"Vaste richtlijnen die de assistent meekrijgt in elke projectchat in deze werkruimte. Wordt automatisch opgeslagen.\"],\"ruoKG4\":[\"Start een chat\"],\"vPF04k\":[\"Start een nieuwe chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Beginnen vanaf nul\"],\"nYTTLF\":[\"Starten in de assistentchat\"],\"participant.button.start.new.conversation.text.mode\":[\"Nieuw gesprek starten\"],\"participant.button.start.new.conversation\":[\"Nieuw gesprek starten\"],\"i88wdJ\":[\"Opnieuw beginnen\"],\"slY7aQ\":[\"Opname gestart\"],\"W1KkjZ\":[\"Begint\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Blijft live gedurende\"],\"DpvswE\":[\"Blijft actueel\"],\"M66Dtk\":[\"Blijft actueel tot \",[\"0\"]],\"oWpwLu\":[\"Blijft actueel tot morgen \",[\"0\"]],\"RibpL5\":[\"Stap \",[\"0\"],\" van \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Kom je er nog niet uit? Mail <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Opname stoppen en omzetten naar tekst\"],\"pozyoW\":[\"Gestopt op \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Gestopt op \",[\"stoppedAt\"],\". Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Gestopt.\"],\"YAtsqu\":[\"Gestopt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planning\"],\"BVSaId\":[\"Sterk wachtwoord\"],\"hQRttt\":[\"Stuur in\"],\"participant.button.submit.text.mode\":[\"Stuur in\"],\"zzDlyQ\":[\"Succes\"],\"aG+cH9\":[\"Dynamische suggesties voorstellen op basis van uw gesprek.\"],\"6xSPmn\":[\"Voorgesteld projectdoel\"],\"SLIAI6\":[\"Voorgestelde tagwijzigingen voor je project\"],\"kBrP+r\":[\"Voorgestelde verificatievraag\"],\"bh1eKt\":[\"Aanbevelingen:\"],\"TQTiuh\":[\"Canvas voorstellen\"],\"VOjaCv\":[\"Projectdoel voorstellen\"],\"jt3eXx\":[\"Verificatievraag voorstellen\"],\"5+Cysq\":[\"Projectwijzigingen voorstellen\"],\"BN3mxb\":[\"Tagwijzigingen voorstellen\"],\"F1nkJm\":[\"Samenvatten\"],\"5Y4tAB\":[\"Vat dit interview samen in een artikel dat je kunt delen\"],\"dXoieq\":[\"Samenvatting\"],\"+bZY9/\":[\"Samenvatting (wanneer beschikbaar)\"],\"zdF7Nh\":[\"Samenvatting gegenereerd.\"],\"hlaWg4\":[\"Samenvatting opnieuw gegenereerd.\"],\"Pqa6KW\":[\"Samenvatting komt beschikbaar als het gesprek is uitgeschreven.\"],\"/lNOlB\":[\"Supporttoegang beëindigd.\"],\"iD58Ik\":[\"Supporttoegang met 24 uur verlengd.\"],\"1iB0Qb\":[\"Supporttoegang verleend. Deze stopt automatisch na 24 uur.\"],\"H9ee/+\":[\"Supporttoegang uitgezet\"],\"Qm32kv\":[\"Supporttoegang uitgezet nadat de sessie eindigde\"],\"jtzW2z\":[\"Supporttoegang aangezet\"],\"6ZHOF8\":[\"Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Prima\"],\"ijp2ag\":[\"Overzetten naar self-serve\"],\"h1qzuU\":[\"Overzetten naar self-serve facturering\"],\"participant.link.switch.text\":[\"Overschakelen naar tekstinvoer\"],\"5dzzI6\":[\"Uitzetten kan met een betaald plan.\"],\"D+NlUC\":[\"Systeem\"],\"woaefe\":[\"Systeemstandaard\"],\"InGQz2\":[\"Systeemstatus\"],\"N3D6GN\":[\"Tag verwijderd\"],\"OYHzN1\":[\"Trefwoorden\"],\"gGG+ax\":[\"Tags zijn de woorden waaruit deelnemers in de portal kunnen kiezen. Er verandert niets tot je ze toepast.\"],\"kNzjto\":[\"Tags bijgewerkt. Je kunt ze altijd bijstellen in de portaleditor.\"],\"tFhVJf\":[\"Breng me naar \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig of krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"eyu39U\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"participant.refine.make.concrete.description\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"Jzcupi\":[\"Vertel de beheerders van de werkruimte waarvoor je toegang nodig hebt. Deze notitie is optioneel.\"],\"wfSPwB\":[\"Vertel ons over het event dat je voor ogen hebt.\"],\"ijEuC1\":[\"Vertel ons wat je nodig hebt\"],\"QCchuT\":[\"Template toegepast\"],\"JcCDm9\":[\"Sjabloon aangemaakt\"],\"ZTgE3k\":[\"Sjabloon verwijderd\"],\"5OwALL\":[\"Template naam\"],\"PQb/If\":[\"Sjabloon bijgewerkt\"],\"iTylMl\":[\"Sjablonen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Voorwaarden\"],\"qYLZL2\":[\"testmodus\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Tekst\"],\"CPN34F\":[\"Dank je wel voor je deelname!\"],\"u+Whi9\":[\"Bedankt pagina inhoud\"],\"1LLF3Z\":[\"Bedankt!\"],\"w0rnwH\":[\"Bedankt! We nemen zo snel mogelijk contact met je op. Je kunt ons ook mailen via info@dembrane.com.\"],\"yP6ia6\":[\"Bedankt voor het invullen. Kijk in je mail voor de bevestiging van de afspraak. Heb je vragen voor ons, dan kun je ons altijd bereiken op info@dembrane.com\"],\"ZNyTs9\":[\"Bedankt, we nemen binnen een dag contact op.\"],\"2yHHa6\":[\"Die code werkte niet. Probeer het opnieuw met een verse code uit je authenticator-app.\"],\"PuGTvO\":[\"Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnieuw.\"],\"TqOQmZ\":[\"Dat is niet gelukt. We hebben je opname opgeslagen.\"],\"zXqpmy\":[\"Dat ziet er niet uit als een e-mailadres.\"],\"FT6q8r\":[\"Die opname is te lang om te versturen. Neem een kortere notitie op.\"],\"qoYkjn\":[\"Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte vragen. Daarna kies je een tijd met het dembrane-team. Voor het gesprek lezen we je antwoorden, zodat we een voorstel meenemen dat bij je past.\"],\"a/CreD\":[\"Dat was te kort om te transcriberen. Houd de opname iets langer vast.\"],\"t/t3Pd\":[\"Dat was het, bedankt\"],\"rKnNUJ\":[\"Misschien heeft de beheerder hem geannuleerd, of is er met de link geknoeid. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"De assistent vergeet dit in elke toekomstige chat.\"],\"jvdqI1\":[\"De assistent stelt voor om \",[\"headlineFields\"],\" bij te werken. Wacht op jou.\"],\"zOaybI\":[\"De agenda kon hier niet laden. Kies een moment op cal.com, of mail ons op info@dembrane.com.\"],\"TQCE79\":[\"Code werkt niet, probeer het nog een keer.\"],\"NPynOC\":[\"De verbinding is weggevallen. We proberen automatisch opnieuw.\"],\"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.loading\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"rEUvpC\":[\"het dembrane-team\"],\"mK5NUZ\":[\"Het eindpunt waar we de gegevens zullen verzenden. Haal dit op van uw ontvangende service (bijvoorbeeld Zapier, Make, of uw eigen server).\"],\"Jo19Pu\":[\"De volgende gesprekken werden automatisch toegevoegd aan de context\"],\"iQVN2u\":[\"Het gratis plan dekt één werkruimte.\"],\"4ofqC4\":[\"Het gratis plan bevat één chat met drie vragen.\"],\"lIEwn+\":[\"Het gratis plan bevat één rapport.\"],\"IUkPfk\":[\"Het doel stuurt de rapporten, canvassen en suggesties van de assistent in dit project.\"],\"IwNUoA\":[\"De hostgids is wat begeleiders lezen voordat ze een sessie draaien.\"],\"C5CHds\":[\"De uitnodiging staat in je inbox. We lezen je antwoorden vooraf en nemen een conceptvoorstel mee. Heb je intussen vragen? Neem dan contact op met\"],\"oRhAnS\":[\"De uitnodiging is verstuurd naar \",[\"invitedEmail\"],\", maar je bent ingelogd als \",[\"myEmail\"],\". Log uit en meld je aan met het juiste adres, of vraag de beheerder om \",[\"myEmail\"],\" opnieuw uit te nodigen.\"],\"lrIONj\":[\"De link is misschien privé, of hij is verplaatst. Vraag degene die de link heeft gedeeld om het te controleren.\"],\"o5ki/a\":[\"Misschien is de link verwijderd, of is hij naar een ander e-mailadres gestuurd. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"De methodologie is de manier waarop dit project is opgezet en wordt begeleid.\"],\"2zCZsi\":[\"De microfoon is geblokkeerd in je browser, dus opnemen staat uit. Typen werkt wel.\"],\"WO8jr5\":[\"De microfoon is nog steeds geblokkeerd. Pas het aan in je browserinstellingen en controleer het daarna opnieuw.\"],\"LofrVg\":[\"De organisatie waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"K3dQWG\":[\"De pagina waar dit antwoord naar verwijst.\"],\"6WE2tf\":[\"De portalen blijven werken! Je deelnemers kunnen altijd doorgaan en niets wat ze zeggen gaat verloren. Zodra je een betaald abonnement hebt, wordt alles wat al is opgenomen alsnog getranscribeerd.\"],\"Khtiqr\":[\"De vorige versies zijn hieronder nog beschikbaar.\"],\"D4If9P\":[\"De projectcontext wordt gelezen door transcriptie, chatantwoorden en canvasgeneratie, dus een wijziging hier raakt meer dan een scherm.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Het rapport kan tot 5 minuten na de gekozen tijd starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Samenvatting wordt gemaakt. Even wachten tot die klaar is.\"],\"+AT8nl\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten tot die klaar is.\"],\"9DPC4t\":[\"De bedankpagina eindigt met een kaart die deelnemers uitnodigt om zelf een event met dembrane te organiseren.\"],\"otcrOk\":[\"Het transcript kwam niet terug. Controleer je verbinding en probeer het opnieuw.\"],\"sQgHJn\":[\"De transcriptie is niet afgerond. Probeer het opnieuw.\"],\"uPGyvo\":[\"De webhook URL en gebeurtenissen worden gekloond. Je moet de geheime sleutel opnieuw invoeren als er een was geconfigureerd.\"],\"Ws5p1J\":[\"De werkruimte waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"mbsBu1\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer en wordt het overdrachtscontact.\"],\"k59/22\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer, krijgt per e-mail bericht dat hij de data-eigenaar is en wordt het overdrachtscontact.\"],\"p9LlT0\":[\"Het scherm is vergrendeld of het tabblad is niet actief. De opname pauzeert tot ze terugkomen.\"],\"FEr96N\":[\"Thema\"],\"tn4pEQ\":[\"daar\"],\"fm15Og\":[\"Er zijn geen andere werkruimtes waarnaar je deze projecten kunt verplaatsen.\"],\"PmKiRy\":[\"Er zijn geen andere werkruimtes waarnaar je dit project kunt verplaatsen.\"],\"T8rsM6\":[\"Er is een fout opgetreden bij het klonen van uw project. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"JDFjCg\":[\"Er is een fout opgetreden bij het maken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"4MElLm\":[\"Er zat geen spraak in die opname.\"],\"D8iLCl\":[\"Deze wijzigingen zijn toegepast op je project.\"],\"select.all.modal.other.reason.description\":[\"Deze gesprekken werden uitgesloten vanwege ontbrekende transcripties.\"],\"8xYB4s\":[\"Deze standaardweergaven worden automatisch aangemaakt wanneer je je eerste bibliotheek maakt.\"],\"7Ye3FL\":[\"Deze tagwijzigingen zijn toegepast op je project.\"],\"81wkbM\":[\"Deze werkruimtes worden apart gefactureerd. Elke persoon die je toevoegt neemt een plek in \",[\"billingContextCount\"],\" factureringscontexten in, die elk afzonderlijk worden gefactureerd.\"],\"0ZaC+v\":[\"Deze werkruimtes hebben hun eigen abonnement, beheerd vanuit elke werkruimte. Ze maken geen deel uit van het abonnement van deze organisatie.\"],\"8AOwf0\":[\"Ze worden toegevoegd als leden. Je kunt er later meer toevoegen.\"],\"MOF98U\":[\"Denk aan: een gesprek met je DPO of CISO, een beveiligingsbeoordeling of een DPIA op maat.\"],\"Ed99mE\":[\"Denken...\"],\"WLBoIc\":[\"Dit account heeft een lopend Mollie-abonnement. Zeg dat eerst op.\"],\"3YoDz8\":[\"Dit account heeft een actief abonnement. Vraag de klant om het op te zeggen via de factureringspagina voordat je het niveau aanpast.\"],\"kUtEeG\":[\"Dit gedeelte is voor dembrane-personeel. Denk je dat je toegang zou moeten hebben? Mail dan support@dembrane.com.\"],\"7eQeNC\":[\"Deze browser kan geen audio opnemen. Chrome, Edge en Safari wel.\"],\"participant.modal.s3check.suggestions\":[\"Dit kan gebeuren wanneer een VPN of firewall de verbinding blokkeert. Probeer je VPN uit te schakelen, over te schakelen naar een ander netwerk (bijv. mobiele hotspot) of neem contact op met je IT-afdeling voor hulp.\"],\"XR7DRS\":[\"Dit canvas kon niet worden bijgewerkt.\"],\"fztlir\":[\"Dit verandert hoe transcripten vanaf nu worden opgeslagen. Gesprekken die al zijn opgenomen behouden de vorm waarin ze zijn bewaard.\"],\"conversation.linked_conversations.description\":[\"Dit gesprek heeft de volgende kopieën:\"],\"conversation.linking_conversations.description\":[\"Dit gesprek is een kopie van\"],\"SzU1mG\":[\"Deze e-mail is al in de lijst.\"],\"participant.modal.refine.info.available.in\":[\"Deze functie is beschikbaar over \",[\"remainingTime\"],\" seconden.\"],\"XVmrFS\":[\"Dit veld bevat al de voorgestelde waarde.\"],\"lja/om\":[\"Deze informatie is anoniem\"],\"VqK4uu\":[\"Dit inzicht is verwijderd\"],\"1p9Zmk\":[\"Deze uitnodiging is al gebruikt\"],\"BGIpSK\":[\"Deze uitnodiging is verlopen\"],\"tU7tLa\":[\"Deze uitnodiging is niet meer geldig\"],\"u3BWAB\":[\"Deze uitnodiging is niet voor dit account\"],\"fcMrKf\":[\"Deze uitnodigingslink is niet geldig\"],\"ZPOM9u\":[\"Deze uitnodigingslink is niet geldig voor dit account\"],\"kdZCIM\":[\"Deze uitnodiging beslaat \",[\"0\"],\" factureringscontexten, die elk apart worden gefactureerd:\"],\"QR7hjh\":[\"Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken.\"],\"bSbU2m\":[\"Dit is een overzicht van elke organisatie en werkruimte waarvan je lid bent.\"],\"+JlPfM\":[\"Dit is een voorbeeld van de JSON-gegevens die naar je webhook-URL worden verzonden wanneer een gesprek wordt samengevat.\"],\"AypXpi\":[\"Dit is nog niet opgeslagen.\"],\"DsBmZV\":[\"Dit staat op verwerking op basis van toestemming zonder link naar het privacybeleid. Voeg er een toe om deze instelling geldig te houden: deelnemers moeten het privacybeleid kunnen lezen.\"],\"kt9FX3\":[\"Dit is dringend\"],\"library.description\":[\"Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegelijk te analyseren.\"],\"BLwPhM\":[\"Dit is niet beschikbaar voor jou\"],\"Gbd5HD\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer.\"],\"2033EA\":[\"Deze link is al gebruikt. Je bent ingelogd en kunt aan de slag.\"],\"MR5ygV\":[\"Deze link is niet meer geldig\"],\"Aznd4+\":[\"Hiermee zet je de training op geannuleerd. Je kunt hem later via hetzelfde menu weer openen.\"],\"oW3yYY\":[\"Deze maand\"],\"YN8nMm\":[\"Hiermee krijgt de werkruimte een eigen facturerings- en datacontext. De projecten verplaatsen niet meer vrij mee met de rest van je organisatie.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"Deze organisatie heeft nog geen leden om te trainen.\"],\"DHgelW\":[\"Deze organisatie bestaat niet meer\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op. Blijft het gebeuren, ga dan terug naar home.\"],\"SWBo09\":[\"deze persoon\"],\"CWAQCC\":[\"Dit project was niet bereikbaar.\"],\"bon4/x\":[\"Dit project hoort niet bij een werkruimte.\"],\"ocBOyA\":[\"Dit project is zichtbaar voor iedereen in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"Dit project is zichtbaar voor iedereen in de werkruimte.\"],\"xbLJ58\":[\"Dit project volgt dan de overgenomen instelling: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert\"],\"3dSMKs\":[\"Hiermee zet je het account op facturering die dembrane beheert: geen automatische Mollie-afschrijvingen en geen automatisch verlopen.\"],\"xfqtI+\":[\"Deze korte rondleiding laat onze nieuwe indeling in drie niveaus zien: organisaties, workspaces en projecten. Bekijk de video en leer hoe je toegang beheert, je werk organiseert en onze nieuwe analysetools gebruikt.\"],\"64Ko7C\":[\"Dit record heeft geen factureringsaccount.\"],\"SQuwgX\":[\"Hiermee verwijder je het gesprek uit het project. Dit kun je niet terugdraaien.\"],\"9zTDpd\":[\"Hiermee verwijder je de licentie van één jaar voor \",[\"0\"],\". Ze tellen dan niet meer als getraind en verliezen toegang tot instellingen met hoog risico. Doe dit alleen als de licentie per ongeluk is toegekend.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dit rapport is nog niet beschikbaar. \"],\"GQTpnY\":[\"Dit rapport werd geopend door \",[\"0\"],\" mensen\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"Dit verzoek duurde te lang, dus ik heb het gestopt. Stuur het opnieuw, dan probeer ik het nog een keer.\"],\"bKWJ+t\":[\"Hiermee gaat het account terug naar standaard gratis facturering.\"],\"XK9N+e\":[\"Hiermee komt de werkruimte terug bij de gedeelde facturering van je organisatie en wordt de externe data-eigenaar verwijderd.\"],\"cjRyq5\":[\"Dit bepaalt de taal die deelnemers in het portaal zien, inclusief de vragen die ze krijgen.\"],\"hwyBn8\":[\"Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten\"],\"ABJz8Q\":[\"Deze verificatievraag is toegevoegd aan je project.\"],\"Dj5ai3\":[\"Dit zal uw huidige invoer wissen. Weet u het zeker?\"],\"NrRH+W\":[\"Dit zal een kopie van het huidige project maken. Alleen instellingen en trefwoorden worden gekopieerd. Rapporten, chats en gesprekken worden niet opgenomen in de kopie. U wordt doorgestuurd naar het nieuwe project na het klonen.\"],\"hsNXnX\":[\"Dit zal een nieuw gesprek maken met dezelfde audio maar een nieuwe transcriptie. Het originele gesprek blijft ongewijzigd.\"],\"add.tag.filter.modal.info\":[\"Dit zal de conversatielijst filteren om conversaties met deze tag weer te geven.\"],\"participant.concrete.regenerating.artefact.description\":[\"We zijn je tekst aan het vernieuwen. Dit duurt meestal maar een paar seconden.\"],\"participant.concrete.loading.artefact.description\":[\"We zijn je tekst aan het ophalen. Even geduld.\"],\"mSuhYn\":[\"deze werkruimte\"],\"8b9oJD\":[\"Deze werkruimte heeft de opnamelimiet bereikt. Upgrade om meer audio te uploaden.\"],\"1pzlg0\":[\"Deze werkruimte heeft zijn opname-uren gebruikt. Upgrade om spraak te blijven gebruiken.\"],\"teN+SJ\":[\"Deze werkruimte wordt apart gefactureerd\"],\"/HZ7l/\":[\"Deze werkruimte wordt gefactureerd via \",[\"orgName\"],\". Abonnementen en betaling worden in één keer voor de hele organisatie beheerd, en elke werkruimte deelt dit.\"],\"Khe1Xt\":[\"Deze werkruimte zit op een niveau dat geen extra plekken toelaat. Upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"vvEr5j\":[\"Deze werkruimte bestaat niet meer\"],\"+FiXAn\":[\"Deze werkruimte deelt de facturering van de organisatie. Pas het niveau aan op het organisatieaccount, daar geldt hij voor elke interne werkruimte in de organisatie.\"],\"QnWmgF\":[\"Deze werkruimte is op \",[\"sinceDate\"],\" teruggezet naar \",[\"tier\"],\". Sommige functies zijn beperkt.\"],\"DGZ0dc\":[\"Drie snelle stappen en je bent binnen.\"],\"VDoFSJ\":[\"Duim omlaag\"],\"Nuw8ty\":[\"Duim omhoog\"],\"67ZxuT\":[\"Vink alles aan wat van toepassing is.\"],\"s/y/Z+\":[\"Vink alles aan wat past.\"],\"nNGGkA\":[\"Niveau\"],\"qPIf5y\":[\"Niveau gewijzigd\"],\"LhMjLm\":[\"Tijd\"],\"cklVjM\":[\"Tijdlijn\"],\"8TMaZI\":[\"Tijdstempel\"],\"XSqo4Y\":[\"Tijdstempels en duur\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Gebruik de afspeelknop (▶) om een testpayload naar je webhook te verzenden en te controleren of het correct werkt.\"],\"Zb3ANR\":[\"Tip: U kunt ook een sjabloon maken van elk chatbericht dat u verstuurt, of een bestaand sjabloon dupliceren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch gegenereerd\"],\"ouSxtJ\":[\"Titel gegenereerd uit het gesprek\"],\"uqnBvS\":[\"Titelrichtlijn\"],\"Mozc0C\":[\"Titel of deelnemer\"],\"dMtLDE\":[\"naar\"],\"xLXwHL\":[\"Om een nieuwe tag toe te wijzen, maak je deze eerst aan in de portalinstellingen.\"],\"qDfpLj\":[\"Om ons te helpen actie te ondernemen, probeer aan te geven waar het gebeurde en wat u probeerde te doen. Bij bugs, vertel ons wat er mis ging. Bij ideeën, vertel ons welke behoefte het voor u zou oplossen.\"],\"UEleqp\":[\"Om iemand te promoveren tot lid van de werkruimte, voeg je deze persoon eerst toe aan de organisatie en nodig je daarna opnieuw uit vanuit de werkruimte.\"],\"CCDe0r\":[\"Wil je bespreken wat je nodig hebt, mail dan <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Te groot\"],\"yIsdT7\":[\"Te lang\"],\"qgwLj6\":[\"Te lang of onduidelijk\"],\"lcsUaI\":[\"Te veel meldingen. Wacht een paar minuten en probeer het opnieuw\"],\"li4gmn\":[\"Te veel om hier te tonen. De assistent leest ze in delen door.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Onderwerp succesvol aangemaakt\"],\"Sawj4V\":[\"Onderwerp verwijderd\"],\"xcp3ny\":[\"Onderwerp label\"],\"vQoAht\":[\"Onderwerp bijgewerkt\"],\"th8cMZ\":[\"Titel op basis van onderwerp die beschrijft wat er werd besproken\"],\"sFMBP5\":[\"Onderwerpen\"],\"ONchxy\":[\"totaal\"],\"72c5Qo\":[\"Totaal\"],\"kFzhfN\":[\"Nu te betalen totaal\"],\"McSz22\":[\"Getraind\"],\"kMf0pe\":[\"Getraind tot \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training aangemaakt\"],\"p9JlS7\":[\"Trainingsdatum\"],\"1gL8o6\":[\"Training aangevraagd. We nemen contact op om het in te plannen.\"],\"KxpIJA\":[\"Training vereist voor gebruik met hoog risico\"],\"VGao62\":[\"Training bijgewerkt\"],\"miJqd2\":[\"Trainingsverificatie is hier niet beschikbaar.\"],\"cP0LwD\":[\"Trainingen\"],\"fp5rKh\":[\"Transcriptie wordt uitgevoerd...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcriptie\"],\"hfpzKV\":[\"Transcript gekopieerd naar klembord\"],\"K3Fxr/\":[\"transcriptfragment\"],\"MzWrba\":[\"Transcriptiefout\"],\"TyO5K+\":[\"Transcripten zijn beschikbaar met een betaald abonnement.\"],\"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.\"],\"lhkaAC\":[\"Proef\"],\"hDv2MY\":[\"Proef- en gratis accounts, niet meegerekend in het betalende totaal.\"],\"DtButj\":[\"Trigger automatische workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Problemen met inloggen? Neem contact op via support@dembrane.com.\"],\"KDw4GX\":[\"Opnieuw proberen\"],\"u62wQ4\":[\"Probeer het zo meteen opnieuw.\"],\"7dRUDh\":[\"Probeer Agentic\"],\"eP1iDc\":[\"Vraag bijvoorbeeld\"],\"sZgR8D\":[\"Probeer het\"],\"goQEqo\":[\"Probeer een beetje dichter bij je microfoon te komen voor betere geluidskwaliteit.\"],\"q1ok4Y\":[\"Wil je je aansluiten bij een bestaande organisatie?\"],\"portal.anonymization.disable.confirm\":[\"Uitschakelen\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonimisering uitschakelen?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Het uitschakelen van anonimisering terwijl opnames gaande zijn kan onbedoelde gevolgen hebben. Actieve gesprekken worden ook beïnvloed tijdens de opname. Gebruik dit met voorzichtigheid.\"],\"JPF8BN\":[\"Je spraaknotitie wordt omgezet naar tekst\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Tweestapsverificatie\"],\"NwChk2\":[\"Tweestapsverificatie uitgezet\"],\"qwpE/S\":[\"Tweestapsverificatie aangezet\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Typ <0>\",[\"0\"],\" om te bevestigen.\"],\"hHFgGr\":[\"Typ een bericht of druk / voor templates...\"],\"EvmL3X\":[\"Typ hier uw reactie\"],\"KfLidz\":[\"Typt\"],\"dubg//\":[\"Oekraïens (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"MksxNf\":[\"Kan auditlogboeken niet laden.\"],\"participant.outcome.error.title\":[\"Kan uitkomst niet laden\"],\"59QK2U\":[\"Kan het gegenereerde resultaat niet laden. Probeer het opnieuw.\"],\"nGxDbq\":[\"Kan dit fragment niet verwerken\"],\"lLwEjI\":[\"Minder dan 50.\"],\"8ryDoK\":[\"Onder je organisatie\"],\"HYUJF4\":[\"Onze nieuwe structuur uitgelegd\"],\"9uI/rE\":[\"Ongedaan maken\"],\"Ef7StM\":[\"Onbekend\"],\"wF2wqQ\":[\"Onbekende datum\"],\"rIOkYf\":[\"Onbekend lid\"],\"1MTTTw\":[\"Onbekende reden\"],\"nWMRxa\":[\"Losmaken\"],\"vSdeRU\":[\"Maak eerst een project los (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Maak eerst een project los (max 3)\"],\"dx+iaL\":[\"Project losmaken\"],\"KuVpz+\":[\"Ongelezen\"],\"sCTlv5\":[\"Niet-opgeslagen wijzigingen\"],\"SMaFdc\":[\"Afmelden\"],\"nOxIVE\":[\"Zonder tag\"],\"VFYmmV\":[\"Vink een veld uit om het precies te laten zoals het is.\"],\"1hTGn4\":[\"tot \",[\"0\"]],\"wja8aL\":[\"Naamloos\"],\"CoInOF\":[\"Naamloos canvas\"],\"LOM/+N\":[\"Naamloos gesprek\"],\"jlrVDp\":[\"Gesprek zonder titel\"],\"ZjKqrC\":[\"Naamloze methodologie\"],\"PZKdTd\":[\"Naamloos rapport\"],\"+TYrZZ\":[\"Tot \",[\"0\"],\" deelnemers\"],\"RHUiSf\":[\"Tot \",[\"0\"],\" deelnemers zijn inbegrepen.\"],\"0wHyhk\":[\"Maximaal \",[\"MAX_FILES\"],\" afbeeldingen\"],\"lLehih\":[\"Maximaal \",[\"MAX_MESSAGE_CHARS\"],\" tekens\"],\"EkH9pt\":[\"Bijwerken\"],\"H/FUVb\":[\"Updateritme\"],\"x4Xp3c\":[\"bijgewerkt\"],\"Ef5vag\":[\"Bijgewerkt \",[\"0\"],\" · \"],\"+vId6X\":[\"Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Bijgewerkt.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij tot \",[\"0\"],\".\"],\"luwc/s\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij.\"],\"V7w3WZ\":[\"Notitie voor het dembrane-team bijwerken\"],\"IUC5Nz\":[\"Opgeslagen geheugen bijwerken\"],\"26+vhb\":[\"Projecttags bijwerken\"],\"Gw18pn\":[\"Upgrade om dit aan de chat toe te voegen\"],\"0s5x5X\":[\"Upgrade om verder te gaan\"],\"3I+le5\":[\"Upgrade om een titel voor dit gesprek te genereren\"],\"GFLM5d\":[\"Upgrade om samenvattingen voor dit gesprek te genereren\"],\"xeIX9S\":[\"Upgrade je werkruimte om audio te downloaden van gesprekken die na de limiet zijn opgenomen\"],\"24kHLh\":[\"Upgrade je werkruimte om samenvattingen van nieuwe gesprekken te bekijken.\"],\"mahIMH\":[\"Upgrade je werkruimte om dit gesprek te bekijken\"],\"3symHf\":[\"Upgrade je werkruimte om transcripties van nieuwe gesprekken te bekijken.\"],\"ONWvwQ\":[\"Uploaden\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar uploaden\"],\"kV3A2a\":[\"Upload voltooid\"],\"4Fr6DA\":[\"Gesprekken uploaden\"],\"pZq3aX\":[\"Upload mislukt. Probeer het opnieuw.\"],\"HAKBY9\":[\"Bestanden uploaden\"],\"4Z7WLN\":[\"Uploadlimiet bereikt\"],\"6XdQf/\":[\"Uploadlimiet bereikt. Upgrade je werkruimte.\"],\"QfiWpJ\":[\"Logo uploaden\"],\"ZeGAhv\":[\"opnames te uploaden\"],\"k/LaWp\":[\"Audio bestanden uploaden...\"],\"participant.modal.uploading\":[\"Audio uploaden...\"],\"participant.modal.interruption.uploading\":[\"Audio uploaden...\"],\"P2sJqQ\":[\"Opnames uploaden is beschikbaar met een betaald abonnement.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is vereist\"],\"3VnYUR\":[\"URL moet beginnen met http:// of https://\"],\"7FaY4u\":[\"Gebruik\"],\"6YK+1q\":[\"Gebruik · \",[\"0\"]],\"9TZVmX\":[\"Gebruik en facturering\"],\"589hpo\":[\"Gebruik en facturering, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Gebruik en facturering, betalingen, partnergrootboek. Elke Directus-beheerder heeft toegang.\"],\"9rNv3P\":[\"Gebruik wordt bijgehouden voor je organisatie. Bekijk het in de organisatie-instellingen.\"],\"RuzOGi\":[\"Gebruik deze cyclus\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Overgenomen standaard gebruiken\"],\"ngdRFH\":[\"Gebruik Shift + Enter om een nieuwe regel toe te voegen\"],\"w+4I2h\":[\"webhooks te gebruiken\"],\"QB0CBI\":[\"je stem in de chat te gebruiken\"],\"5pcSZ4\":[\"Gebruikt op je facturen. Prijzen zijn exclusief btw.\"],\"vSPQ9U\":[\"Verkeerd adres gebruikt? <0>Registreer opnieuw.\"],\"lcDO4m\":[\"Gebruikersinstellingen\"],\"7sNhEz\":[\"Gebruikersnaam\"],\"1Nt3Kg\":[\"Gebruik standaard dembrane-logo\"],\"08yTaL\":[\"Gebruikt fixture-data.\"],\"mUOhaJ\":[\"Gebruik webhooks? We zouden graag van je horen\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"Btw-nummer\"],\"/n0QEP\":[\"Btw-regio\"],\"NBpTc8\":[\"Verificatie op het eindscherm\"],\"participant.modal.verify_prompt.title\":[\"Herinnering om te verifiëren\"],\"participant.banner.verification_required\":[\"Verificatie vereist\"],\"OKGlwv\":[\"Verificatieonderwerpen\"],\"select.all.modal.verified\":[\"Geverifieerd\"],\"select.all.modal.loading.verified\":[\"Geverifieerd\"],\"QDEWii\":[\"Geverifieerd\"],\"conversation.filters.verified.text\":[\"Geverifieerd\"],\"Iv1iWN\":[\"geverifieerde artefacten\"],\"bepwgB\":[\"Geverifieerde artefacten\"],\"dashboard.dembrane.verify.title\":[\"Verifiëren\"],\"uSMfoN\":[\"Verifiëren\"],\"participant.button.verify_prompt.verify\":[\"Verifiëren\"],\"participant.echo.verify\":[\"Verifiëren\"],\"4LFZoj\":[\"Code controleren\"],\"MBOY4U\":[\"E-mail verifiëren\"],\"w6Mgbs\":[\"Onderwerpen verifiëren\"],\"bl9677\":[\"Verifieert\"],\"iOnm3W\":[\"Je e-mailadres wordt geverifieerd.\"],\"eE0JZ4\":[\"Versie\"],\"IYNSdp\":[\"Versies\"],\"YFvfo/\":[\"Erg stil op dit moment. Check of de microfoon niet uitstaat.\"],\"jpctdh\":[\"Weergave\"],\"SZw9tS\":[\"Bekijk details\"],\"95YFbG\":[\"Voorbeeld payload bekijken\"],\"j45ntU\":[\"Uitnodiging bekijken\"],\"D4e7re\":[\"Bekijk je reacties\"],\"rUp0hp\":[\"Je bekijkt \",[\"0\"]],\"P0bGkp\":[\"Zichtbare kolommen\"],\"S3T9oe\":[\"Zichtbaar voor iedereen in \",[\"workspaceName\"]],\"fedNgo\":[\"Zichtbaar voor iedereen in deze werkruimte\"],\"754W/v\":[\"Zichtbaar voor iedereen in deze werkruimte. Laat uit om het persoonlijk te houden.\"],\"RdG06l\":[\"Bezoekersgegevens\"],\"KAXSwC\":[\"Spraak\"],\"Ln6Gy/\":[\"Wachten tot gesprekken zijn afgerond voordat een rapport wordt gegenereerd.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Loopt de installatie met je door en stelt volgende stappen voor.\"],\"q7LnaV\":[\"Zelf een event organiseren met dembrane?\"],\"0/aCt7\":[\"Volg live opnames, transcriptievoortgang en fouten in dit project terwijl ze gebeuren.\"],\"P0bVhF\":[\"Wij brengen de tool en de crew mee, van intakegesprek tot rapport. Bewezen op 1000+ events.\"],\"participant.alert.microphone.access.issue\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"kSJ1rO\":[\"We konden je betaalmethode niet belasten\"],\"Ul0g2u\":[\"We konden tweestapsverificatie niet uitschakelen. Probeer het opnieuw met een nieuwe code.\"],\"sM2pBB\":[\"We konden tweestapsverificatie niet inschakelen. Controleer je code en probeer het opnieuw.\"],\"mW8QSA\":[\"We konden de pagina die je zocht niet vinden. Misschien is hij verplaatst.\"],\"UStbqQ\":[\"We konden deze organisatie niet laden. Probeer het zo meteen opnieuw.\"],\"viuoK1\":[\"We konden het gebruik van deze organisatie niet laden.\"],\"huDAZ9\":[\"We konden de werkruimtes van deze organisatie niet laden. Sommige opties ontbreken mogelijk. Probeer te vernieuwen.\"],\"Ay7FNv\":[\"We konden dit project niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"Z2y7ap\":[\"We konden deze werkruimte niet laden. Probeer het zo meteen opnieuw.\"],\"zPjLTr\":[\"We konden het gebruik van deze werkruimte niet laden.\"],\"y5BiQM\":[\"We konden je organisaties niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"+jHAFm\":[\"We konden je openstaande uitnodigingen niet laden. Probeer het zo meteen opnieuw.\"],\"gNHeDV\":[\"We konden je betaalmethode niet bijwerken. Je oude methode is nog actief. Probeer het opnieuw.\"],\"participant.modal.echo.info.reason\":[\"We hebben iets meer context nodig om u te helpen ECHO effectief te gebruiken. Ga door met opnemen zodat we betere suggesties kunnen geven.\"],\"GC6z0d\":[\"We hebben een verificatielink naar <0>\",[\"email\"],\" gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"9i8m90\":[\"We hebben je een verificatielink gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"81dqga\":[\"We zetten samen het project op, draaien op de dag zelf met je mee en helpen je daarna het rapport te schrijven.\"],\"S+HYhm\":[\"We konden je methode nog steeds niet belasten. Werk deze bij en probeer het opnieuw.\"],\"L9hUjh\":[\"We nemen binnen een dag contact op. Liever zelf een moment kiezen?\"],\"8RY8RU\":[\"We nemen binnen een dag contact op. Liever zelf een moment kiezen? De agenda staat hier.\"],\"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.\"],\"FXjsEJ\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik <0>Probleem melden om die met schermafbeeldingen te sturen.\"],\"XolQc4\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik Probleem melden in de zijbalk om die met schermafbeeldingen te sturen.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We hebben organisaties toegevoegd zodat je projecten kunt ordenen en delen met collega's. Alles wat je eerder had, is er nog. We hebben alleen een naam voor je organisatie nodig.\"],\"Yc3tsw\":[\"We hebben een verificatielink naar <0>\",[\"0\"],\" gestuurd. Open de e-mail en klik op de link om verder te gaan.\"],\"fylXkT\":[\"Zwak netwerk\"],\"7cUq8g\":[\"Zwak wachtwoord\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks zijn geautomatiseerde berichten die van een app naar een andere worden verzonden wanneer iets gebeurt. Denk aan ze als een \\\"notificatiesysteem\\\" voor uw andere tools.\"],\"3rkRxG\":[\"Webhooks zijn niet ingeschakeld voor deze omgeving.\"],\"EAioZ5\":[\"Webhooks zijn beschikbaar met een betaald abonnement.\"],\"6jfS51\":[\"Welkom\"],\"9eF5oV\":[\"Welkom terug\"],\"ZVR4oQ\":[\"Welkom terug, \",[\"displayName\"]],\"OM+lH0\":[\"Welkom bij dembrane\"],\"P3EAlh\":[\"Welkom bij dembrane chat. Selecteer de gesprekken die je wilt analyseren en vraag dan naar details, citaten en samenvattingen.\"],\"Fx+f0A\":[\"Welkom bij dembrane!\"],\"u4aLOz\":[\"Welkom in Overview Mode! Ik heb samenvattingen van al je gesprekken klaarstaan. Vraag me naar patronen, thema’s en inzichten in je data. Voor exacte quotes start je een nieuwe chat in Specific Context mode.\"],\"J2FSRx\":[\"Welkom, \",[\"displayName\"]],\"klH6ct\":[\"Welkom!\"],\"RL57XM\":[\"Wat zijn webhooks? (2 min lezen)\"],\"nCQNTt\":[\"Wat wil je te weten komen?\"],\"vv/EFG\":[\"Wat gegevens worden verzonden?\"],\"WSxXHT\":[\"Waarvoor wil je dembrane gebruiken?\"],\"3jWdsE\":[\"Waarvoor wil je dembrane gebruiken?\"],\"participant.verify.selection.title\":[\"Wat wil je verifiëren?\"],\"B5v8nx\":[\"Wat er verstuurd wordt\"],\"JJjzZE\":[\"Wat is er gebeurd? Plak hier een screenshot om hem toe te voegen\"],\"WqnI4l\":[\"Wat is het?\"],\"T91psD\":[\"Wat zou hieraan anders moeten zijn?\"],\"pVIWuw\":[\"Wat moet ECHO analyseren of genereren uit de gesprekken?\"],\"yWXuOc\":[\"Welke thema's kwamen naar voren in de gesprekken in dit project?\"],\"LfRBcL\":[\"Welke thema's kwamen naar voren?\"],\"pd3Yt/\":[\"Wat dit project deze cyclus verbruikt.\"],\"tq89gP\":[\"Wat ging er mis?\"],\"qGrqH9\":[\"Wat waren de belangrijkste momenten in dit gesprek?\"],\"FXZcgH\":[\"Wat wil je verkennen?\"],\"3ePd3I\":[\"Wat is er nieuw\"],\"k7eeqO\":[\"Wat is de belangrijkste reden?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wanneer een deelnemer het portaal opent, hun details invoert en een gesprek begint\"],\"myUTw1\":[\"Wanneer er een rapport is gegenereerd voor het project\"],\"7t3vo1\":[\"Wanneer alle audio is geconverteerd naar tekst en het volledige transcript beschikbaar is\"],\"N0GETg\":[\"Wanneer worden webhooks geactiveerd?\"],\"/MdXB7\":[\"Wanneer heb je dembrane nodig?\"],\"KmUKwU\":[\"Wanneer ingeschakeld, zullen alle nieuwe transcripties persoonlijke informatie (namen, e-mails, telefoonnummers, adressen) worden vervangen door placeholders. Anonieme gesprekken deactiveren ook audio-afspelen, audio-download en hertranscriptie om de privacy van deelnemers te beschermen. Dit kan niet ongedaan worden gemaakt voor al bestaande gesprekken.\"],\"MEmr1I\":[\"Wanneer je het gesprek afmaakt, worden deelnemers die nog niet hebben geverifieerd gevraagd om te verifiëren of over te slaan\"],\"BaiSBQ\":[\"Staat dit aan, dan kan het supportteam van dembrane deze werkruimte in om je te helpen. Hun toegang stopt automatisch na 24 uur.\"],\"SgIrVC\":[\"Zodra deelnemers de QR-code scannen, verschijnen ze hier en bewegen ze live door de fases.\"],\"/dAMl1\":[\"Wanneer moet het rapport gegenereerd worden?\"],\"MyMufZ\":[\"Als iemand de QR-code scant, is dat één gesprek. Als 50 mensen hem tegelijk scannen, zijn dat 50 gesprekken tegelijk.\"],\"NPIwj3\":[\"Wanneer de samenvatting klaar is (bevat zowel transcript als samenvatting)\"],\"Uf3BzE\":[\"Waar kunnen we je bereiken?\"],\"JwZibo\":[\"Waar wil je naartoe?\"],\"msYPX5\":[\"Waar wil je beginnen?\"],\"kqHiF1\":[\"Bij welke organisatie hoort deze werkruimte?\"],\"lwFEDE\":[\"Welke organisatie is eigenaar van de data van deze werkruimte? Dit bepaalt de data- en compliancecontext.\"],\"wZht80\":[\"Wie dit project kan zien en eraan kan samenwerken.\"],\"P9WL8r\":[\"Wie kan dit project zien?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Wie in je team een actuele trainingslicentie heeft. Boek een training via de Training-weergave van je organisatie.\"],\"KcnIXL\":[\"wordt in je rapport opgenomen\"],\"EpZ9+F\":[\"wens\"],\"QdkkH5\":[\"Met externe klanten\"],\"KWhZCH\":[\"Binnen mijn organisatie\"],\"qJ0J+6\":[[\"0\"],\" stappen doorlopen\"],\"B6dzt1\":[\"Bezig met je antwoord...\"],\"NwM/eB\":[\"werkruimte\"],\"pmUArF\":[\"Werkruimte\"],\"IG4YLy\":[\"Workspace / project\"],\"VmdouC\":[\"Werkruimte-account\"],\"Zqthj7\":[\"Werkruimte-acties\"],\"ZBKhLV\":[\"Werkruimte aangemaakt.\"],\"xM1hP9\":[\"Werkruimtestandaard\"],\"UlhdTP\":[\"Werkruimte verwijderd\"],\"Ep8k4i\":[\"Werkruimte is vol\"],\"Y0Fj4S\":[\"Werkruimtelogo\"],\"CozWO1\":[\"Naam van de werkruimte\"],\"dg0Efy\":[\"Naam van de werkruimte. Wordt automatisch opgeslagen.\"],\"wHWiPE\":[\"Werkruimte hernoemd\"],\"Knd6gz\":[\"Werkruimte-instellingen\"],\"XAW6X5\":[\"Werkruimte-instellingen | dembrane\"],\"wowvFW\":[\"Gast met alleen toegang tot de werkruimte. Niet toegevoegd aan de organisatie.\"],\"JKU2hI\":[\"werkruimtes\"],\"pmt7u4\":[\"Werkruimtes\"],\"YRelrK\":[\"Werkruimtes apart gefactureerd\"],\"vMCu+n\":[\"Werkruimtes in dit account\"],\"XLYmK5\":[\"Werkruimtes in deze organisatie waar je nog geen lid van bent. Als admin kun je jezelf toevoegen om ze te beheren.\"],\"lBVr4U\":[\"Werkruimtes die met je zijn gedeeld\"],\"++IGvT\":[\"Werkruimtes waar je lid van kunt worden\"],\"JEHySj\":[\"Werkruimtes waarvoor je bent uitgenodigd. Accepteer om te gaan samenwerken.\"],\"add.tag.filter.modal.description\":[\"Wilt u deze tag toevoegen aan uw huidige filters?\"],\"Exc/LI\":[\"Verkeerd adres? E-mail wijzigen\"],\"bmC+Ww\":[\"Verkeerde taal of toon\"],\"MNTYHt\":[\"Verkeerde bronnen\"],\"l75CjT\":[\"Ja\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"jou\"],\"kWJmRL\":[\"Jij\"],\"VHG+Js\":[\"Je hebt al toegang tot deze werkruimte.\"],\"Dl7lP/\":[\"Je bent al afgemeld of je link is ongeldig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"Je zit op het gratis plan.\"],\"Arw/sv\":[\"Je zit op het gratis plan. Er is nog niets te betalen.\"],\"rKP2WF\":[\"Jij bent de data-eigenaar\"],\"EDIsb+\":[\"Je kunt dit altijd aanpassen in de instellingen.\"],\"fzU5ll\":[\"Je kunt dit later aanpassen in de projectinstellingen.\"],\"dWZJqc\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen nadat je factuurgegevens hebt toegevoegd.\"],\"uGP87g\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen.\"],\"WS92Fk\":[\"Je kunt wegnavigeren en later terugkomen. Je rapport wordt op de achtergrond verder gegenereerd.\"],\"E71LBI\":[\"Je kunt maximaal \",[\"MAX_FILES\"],\" bestanden tegelijk uploaden. Alleen de eerste \",[\"0\"],\" bestanden worden toegevoegd.\"],\"+IqtlU\":[\"Je kunt ze later opnieuw uitnodigen vanuit elke werkruimte.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"U kunt het hieronder opnieuw proberen.\"],\"96ERwL\":[\"Je kunt nog geen werkruimte aanmaken\"],\"bHCu+u\":[\"Je kunt jezelf niet uitnodigen.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"Je hebt geen toestemming om te transcriberen in dit project.\"],\"UjkUrJ\":[\"Je hebt geen toegang tot deze werkruimte.\"],\"3x5+PU\":[\"Je hebt geen rechten om werkruimtes aan te maken in die organisatie. We vallen terug op je primaire organisatie.\"],\"fkXBUO\":[\"Je hebt geen rechten om uit te nodigen voor een werkruimte in deze organisatie.\"],\"QYdixc\":[\"Je hebt een openstaande uitnodiging\"],\"ombH/9\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". Open deze om lid te worden van de organisatie.\"],\"8v7ix0\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". De beheerder moet een plek vrijmaken voordat je lid kunt worden.\"],\"select.all.modal.already.added\":[\"U heeft al <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversatie\"],\"other\":[\"#\",\" conversaties\"]}],\" aan deze chat toegevoegd.\"],\"7W35AW\":[\"Je hebt alle gerelateerde gesprekken al toegevoegd\"],\"participant.modal.change.mic.confirmation.text\":[\"Je hebt je microfoon gewisseld. Klik op \\\"Doorgaan\\\" om verder te gaan met de sessie.\"],\"T/Q7jW\":[\"U hebt succesvol afgemeld.\"],\"fopZ8o\":[\"Je hebt supporttoegang tot deze werkruimte. Deze stopt automatisch op \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"Je bent nog geen lid van een werkruimte in deze organisatie.\"],\"participant.modal.verify_prompt.description\":[\"Je hebt nog geen resultaten geverifieerd. Wil je verifiëren voordat je afsluit?\"],\"PjAkjf\":[\"Je hebt de werkruimte verlaten\"],\"lTDtES\":[\"Je kunt er ook voor kiezen om een ander gesprek op te nemen.\"],\"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.\"],\"t6Ti2e\":[\"Je hebt een uitnodiging van een collega nodig\"],\"snMcrk\":[\"Je lijkt offline te zijn, controleer je internetverbinding\"],\"MLw3ff\":[\"Je hebt deze run gestopt.\"],\"zlqA7w\":[\"Je probeerde \",[\"action\"],\".\"],\"N/N2Av\":[\"Je wordt als admin toegevoegd aan \",[\"0\"],\" privéwerkruimtes. Ze verschijnen daarna meteen in je zijbalk.\"],\"cehffY\":[\"Je wordt als admin toegevoegd aan \",[\"singleName\"],\". Die verschijnt daarna meteen in je zijbalk.\"],\"OR5x71\":[\"Al je projecten staan voor je klaar.\"],\"hu3KYo\":[\"Je komt in een chat waar dembrane je helpt het project vorm te geven, voordat je gesprekken verzamelt.\"],\"OQI3hm\":[\"Je verliest toegang tot deze werkruimte.\"],\"bX2FeG\":[\"Je verliest toegang tot deze werkruimte. Projecten die je hebt gemaakt blijven; je rol hier wordt verwijderd.\"],\"participant.verify.instructions.receive.artefact\":[\"Je ontvangt zo meteen \",[\"objectLabel\"],\" om te verifiëren.\"],\"gDdsRc\":[\"Je bevestigt je nieuwe betaalmethode op het volgende scherm. Er wordt niets in rekening gebracht, het bevestigt alleen de nieuwe kaart.\"],\"vkNkB8\":[\"Je staat op het punt je eigen rol te wijzigen naar <0>\",[\"0\"],\". Je verliest direct toegang tot de instellingen van de werkruimte, uitnodigingen en ledenbeheer.\"],\"KS7iJH\":[\"Je bent helemaal bij.\"],\"ADMWt4\":[\"Je bent al lid van \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"Je zit al in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"Je bent een externe medewerker in deze organisatie. Open hieronder een van de werkruimtes die met je zijn gedeeld.\"],\"bbvEPE\":[\"Je zit erin\"],\"LfpEZ9\":[\"Je logt in met het verkeerde e-mailadres\"],\"PVUJ6+\":[\"Je zit nog in geen enkele organisatie. Maak een werkruimte om een organisatie te starten, of vraag een lid om een uitnodiging.\"],\"Y3LcET\":[\"Je maakt op dit moment deel uit van geen enkele organisatie.\"],\"FQdXKc\":[\"Je hergebruikt plekken waarvoor je deze periode al hebt betaald (iemand is vertrokken), dus daar wordt nu niets voor in rekening gebracht. De verlenging houdt er rekening mee.\"],\"HnqO9D\":[\"Je bent de enige beheerder. Maak iemand anders beheerder voordat je je rol wijzigt.\"],\"AcL9Ou\":[\"Je bent uitgenodigd om samen te werken met \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"cZ4+ZH\":[\"Je bent uitgenodigd om samen te werken met <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"ePJQ19\":[\"Je bent uitgenodigd voor \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"RTgVkc\":[\"Je bent uitgenodigd voor <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"189Q0c\":[\"Je hebt de limiet van het gratis plan voor deze chat bereikt. Upgrade om verder te chatten.\"],\"GP7h+t\":[\"Je hebt je samenvattingslimiet bereikt\"],\"WfEaJc\":[\"Je hebt je transcriptielimiet bereikt\"],\"o/5HQF\":[\"Je hebt alle 10 uur van de pilot gebruikt. Tools voor hosts (Chat, rapporten, analyse, exports) staan op pauze.\"],\"snxpiF\":[\"jij@voorbeeld.nl\"],\"M5ub3j\":[\"Jouw toegang\"],\"WIv0oz\":[\"Jouw toegang tot \",[\"0\"],\" eindigde op \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Jouw goedkeuring helpt ons begrijpen wat je echt denkt!\"],\"wmkjMv\":[\"Je browser blokkeert de microfoon. Geef toegang en probeer het opnieuw.\"],\"NzCkyb\":[\"Je afspraak is geboekt: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Je afspraak is geboekt.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Jouw gegevens\"],\"lRpeom\":[\"Je concept wordt niet opgeslagen.\"],\"z8F4/3\":[\"Jouw e-mailadres\"],\"t4FxxP\":[\"Je e-mailadres is al geverifieerd\"],\"CqsrQF\":[\"Je e-mailadres is geverifieerd. Log in om door te gaan.\"],\"GjqC/j\":[\"Je e-mailadres is geverifieerd. We brengen je naar de loginpagina.\"],\"vaTeZ3\":[\"Je feedback en dit antwoord gaan naar het dembrane-team.\"],\"DM8bIO\":[\"Je gratis plan bevat één rapport. Upgrade om er meer te maken.\"],\"+Tx3/U\":[\"Je gratis uur voor transcriptie is opgebruikt.\"],\"aZHXuZ\":[\"Uw invoer wordt automatisch opgeslagen.\"],\"Yo3xGL\":[\"Je uitnodiging staat nog open. Probeer het opnieuw zodra de beheerder een plek vrijmaakt of de werkruimte upgradet.\"],\"aCpo/d\":[\"Je uitnodiging is al geaccepteerd, maar je bent geen lid meer van \",[\"resolvedWorkspaceName\"],\". Vraag de beheerder om je opnieuw uit te nodigen.\"],\"/Mqhsc\":[\"Je laatste betaling is niet gelukt. Je abonnement blijft actief. Werk je betaalmethode bij of probeer de betaling opnieuw om het recht te zetten.\"],\"1Uvqtx\":[\"De generatie van je laatste rapport is geannuleerd. Je meest recente voltooide rapport wordt getoond.\"],\"JgZh6f\":[\"Je logo is nog actief, maar kan op dit niveau niet worden gewijzigd.\"],\"q8yluz\":[\"Uw naam\"],\"VSneAo\":[\"Je naam, e-mailadres en huidige pagina worden meegestuurd zodat we contact kunnen opnemen.\"],\"LlzdZF\":[\"Je organisatie zit standaard op het gratis abonnement. Eén abonnement dekt elke werkruimte, per plek gefactureerd zodra je upgradet.\"],\"HnzTai\":[\"Je organisatie staat voor je klaar. Klik op doorgaan om mee te doen.\"],\"jlKzXO\":[\"Je organisatie of bedrijf\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Je eigen logo is beschikbaar met een betaald abonnement.\"],\"ArN1eD\":[\"Je betaalde periode is afgelopen, dus we kunnen dit abonnement hier niet meer aanzetten. Mail support@dembrane.com, dan lossen we het samen met je op.\"],\"+3q2fE\":[\"Je betaalmethode is bijgewerkt.\"],\"xoMBWJ\":[\"Het bijwerken van je betaalmethode wordt nog verwerkt.\"],\"URFO7+\":[\"Je abonnement eindigt aan het einde van de periode.\"],\"6ba1MP\":[\"Je abonnement eindigt op \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Je abonnement is geregeld met dembrane, dus hier valt niets te betalen. Alles wat in je abonnement zit blijft beschikbaar.\"],\"Zn38Tr\":[\"Je abonnement is weer actief. Je behoudt je huidige periode.\"],\"QIQh3n\":[\"Je abonnement is inactief. Activeer het opnieuw om leden toe te voegen.\"],\"PB21Rh\":[\"Je abonnement wordt beheerd door dembrane. Neem contact op met je accountmanager om wijzigingen te maken.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Je abonnement wordt niet verlengd. Je houdt toegang tot het einde van de periode.\"],\"pYnFb6\":[\"Je opname, \",[\"0\"]],\"MBrtod\":[\"Je aanvraag is binnen.\"],\"B+9EHO\":[\"Je antwoord is opgeslagen. Je kunt dit tabblad sluiten.\"],\"wurHZF\":[\"Je reacties\"],\"B8Q/i2\":[\"Je weergave is gemaakt. Wacht aub terwijl we de data verwerken en analyseren.\"],\"library.views.title\":[\"Je weergaven\"],\"lWeANa\":[\"Je werkruimte staat klaar. Klik op doorgaan om samen te werken.\"],\"crrqaX\":[\"jr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"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\"],\"We're preparing your workspace.\":[\"We bereiden je werkruimte voor.\"],\"Preparing your dashboard\":[\"Dashboard klaarmaken\"],\"Welcome back\":[\"Welkom terug\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\"Het genereren van een bibliotheek kan tot een uur duren\"],\"uDvV8j\":[\" Verzenden\"],\"aMNEbK\":[\" Afmelden voor meldingen\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" binnenkort beschikbaar\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Verkennen\\\" binnenkort beschikbaar\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verifiëren\\\" binnenkort beschikbaar\"],\"XGun3K\":[\"(directe toegang tot werkruimte)\"],\"ls1N1w\":[\"(ontbreekt)\"],\"B/gRsg\":[\"(geen)\"],\"NzluOx\":[\"(optioneel)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(onbekend)\"],\"dDUgzP\":[\"(Jij)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" werkruimte)\"],\"other\":[\"(\",\"#\",\" werkruimtes)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" overeenkomst\"],\"other\":[\"#\",\" overeenkomsten\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio gestopt\"],\"other\":[\"#\",\" audio gestopt\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek kon niet aan deze chat worden toegevoegd.\"],\"other\":[\"#\",\" gesprekken konden niet aan deze chat worden toegevoegd.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek wordt hiermee ook verborgen.\"],\"other\":[\"#\",\" gesprekken worden hiermee ook verborgen.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" lid\"],\"other\":[\"#\",\" leden\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" betaling\"],\"other\":[\"#\",\" betalingen\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projecten\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" geselecteerd\"],\"other\":[\"#\",\" geselecteerd\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" in transcriptie\"],\"other\":[\"#\",\" in transcriptie\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" met fouten\"],\"other\":[\"#\",\" met fouten\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord toegevoegd\"],\"other\":[\"#\",\" woorden toegevoegd\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" woord verwijderd\"],\"other\":[\"#\",\" woorden verwijderd\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focus op \",\"#\",\" gesprek:\"],\"other\":[\"Focus op \",\"#\",\" gesprekken:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Bericht van dembrane\"],\"other\":[\"Berichten van dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Verplaats \",\"#\",\" project naar een andere werkruimte.\"],\"other\":[\"Verplaats \",\"#\",\" projecten naar een andere werkruimte.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Laat zien wat er verandert (\",\"#\",\" veld)\"],\"other\":[\"Laat zien wat er verandert (\",\"#\",\" velden)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik:\"],\"other\":[\"#\",\" gesprekken in gebruik:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (standaard)\"],\"r/Wlfo\":[[\"0\"],\" / plek / maand × \",[\"1\"],\", jaarlijks gefactureerd. Exclusief btw.\"],\"bBa8T+\":[[\"0\"],\" / plek × \",[\"1\"],\". Exclusief btw.\"],\"eysOsc\":[[\"0\"],\" / plek × \",[\"1\"],\". Wordt na deze periode niet meer in rekening gebracht.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" werkruimtes, \",[\"2\"],\" actief\"],\"xfMOtJ\":[[\"0\"],\" over alles\"],\"RKutZY\":[[\"0\"],\" actief\"],\"select.all.modal.added.count\":[[\"0\"],\" toegevoegd\"],\"q87k+2\":[[\"0\"],\" toegevoegd vanuit je organisatie\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Gesprekken • Bewerkt \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" verwijderd\"],\"6Re9LE\":[[\"0\"],\" van dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" niet toegevoegd\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" van \",[\"1\"],\" leden zijn getraind.\"],\"uQcaBv\":[[\"0\"],\" van \",[\"1\"],\" getraind\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" plek(ken) · \",[\"1\"],\" nu · +\",[\"2\"],\"/\",[\"cadence\"],\" bij verlenging\"],\"ipdYtj\":[[\"0\"],\" plek(ken) deze periode betaald en ongebruikt. Nodig iemand uit om ze tot de verlenging gratis te vullen.\"],\"q9vtxh\":[[\"0\"],\" plekken\"],\"z9suu0\":[[\"0\"],\" totaal stijgt naar \",[\"1\"],\" zodra \",[\"pendingInvites\"],\" openstaande \",[\"2\"],\" geaccepteerd\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" weergaven\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" werkruimtes · \",[\"1\"],\" betaalde plekken · \",[\"2\"],\" gratis waarnemers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" werkruimtes, \",[\"1\"],\" plekken gedeeld\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", werkruimte-id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" persoon\"],\"other\":[\"#\",\" personen\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" gratis\"],\"other\":[\"#\",\" gratis\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" gesprekken • Bewerkt \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" geselecteerd\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" items in geschiedenis\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% korting toegepast\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" gesprek heeft nog geen transcript, dus het is weggelaten.\"],\"other\":[\"#\",\" gesprekken hebben nog geen transcript, dus ze zijn weggelaten.\"]}]],\"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.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[\"Voor het gesprek leest \",[\"host\"],\" je antwoorden en neemt een conceptvoorstel mee.\"],\"XrsLMx\":[[\"invalidCount\"],\" adressen hebben aandacht nodig\"],\"GxhS2s\":[[\"inviterName\"],\" heeft je uitgenodigd voor \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Verwijder het \",\"#\",\" project in deze werkruimte voordat je de werkruimte zelf verwijdert.\"],\"other\":[\"Verwijder de \",\"#\",\" projecten in deze werkruimte voordat je de werkruimte zelf verwijdert.\"]}]],\"YtOXS1\":[\"Gesprek van \",[\"name\"]],\"lJ6xri\":[\"Transcriptfragment van \",[\"name\"]],\"P9UcSP\":[[\"names\"],\" en nog \",[\"extra\"]],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" personen meer\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" gesprek paste niet in deze chat. Start een nieuwe chat voor de rest.\"],\"other\":[\"#\",\" gesprekken pasten niet in deze chat. Start een nieuwe chat voor de rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" uitnodiging(en) in afwachting. Telt mee zodra geaccepteerd.\"],\"lEeV+7\":[[\"person\"],\" verliest toegang tot elke werkruimte in deze organisatie. Directe uitnodigingen voor werkruimtes blijven intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Gericht op \",\"#\",\" gesprek\"],\"other\":[\"Gericht op \",\"#\",\" gesprekken\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"#\",\" gesprek in gebruik\"],\"other\":[\"#\",\" gesprekken in gebruik\"]}]],\"TVD5At\":[[\"readingNow\"],\" leest nu\"],\"/+py6Q\":[[\"seats\"],\" plekken\"],\"ArGmEy\":[[\"selectedCount\"],\" van \",[\"totalCount\"],\" velden geselecteerd. Accepteren geldt alleen voor de aangevinkte velden.\"],\"odzwX/\":[[\"sent\"],\" uitnodigingen verstuurd\"],\"dmKaRr\":[[\"sentCount\"],\" uitnodigingen verstuurd.\"],\"qzj8O/\":[[\"tag\"],\" (vooraf gekozen)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" actief\"],\"other\":[\"#\",\" actief\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisatie\"],\"other\":[\"#\",\" organisaties\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" werkruimte\"],\"other\":[\"#\",\" werkruimtes\"]}]],\"library.conversations.still.processing\":[[\"0\"],\" worden nog verwerkt.\"],\"ZpJ0wx\":[\"*Een moment a.u.b.*\"],\"lDyo+I\":[\"/zetel/mnd · jaarlijks gefactureerd\"],\"u5M/5B\":[\"/zetel/mnd · maandelijks gefactureerd\"],\"RuXuwk\":[\"+\",[\"0\"],\" meer\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" gesprekken\"],\"VAhv7y\":[\"€\",[\"0\"],\" per stuk, boven de inbegrepen \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra deelnemer\"],\"+Tssgi\":[\"€150 / zetel / maand\"],\"NPPhXn\":[\"€20 / zetel / maand\"],\"XlCmuS\":[\"€75 / zetel / maand\"],\"LeFXS1\":[\"0 Aspecten\"],\"r3PXp+\":[\"1 adres vraagt om aandacht\"],\"N0QWsI\":[\"1 u opname\"],\"2BWxOx\":[\"1 item in geschiedenis\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 weergave\"],\"AeSuqs\":[\"1. Je geeft een URL op waar je meldingen wilt ontvangen\"],\"9u4NIb\":[\"16 tot 40.\"],\"WehR9U\":[\"2 maanden geleden\"],\"gGr93M\":[\"2 tot 5.\"],\"L9boOH\":[\"2. Wanneer een gesprek of rapport plaatsvindt, sturen we de data automatisch naar je URL\"],\"VaA9mu\":[\"24 uur\"],\"RkmegJ\":[\"250 tot 1000.\"],\"7ZrpGs\":[\"3 dagen\"],\"lxBOZP\":[\"3 maanden geleden\"],\"WiUXLq\":[\"3. Uw systeem ontvangt de gegevens en kan erop reageren (bijvoorbeeld opslaan in een database, e-mail verzenden, spreadsheet bijwerken)\"],\"c5EE1L\":[\"50 tot 250.\"],\"rV+scO\":[\"6 tot 15.\"],\"34Qhax\":[\"8 uur\"],\"aFDk6y\":[\"Een paar korte vragen en je bent binnen.\"],\"Ddr+Kq\":[\"Een app_user-id van dembrane-personeel. De server controleert het @dembrane.com-adres.\"],\"iqgpeQ\":[\"Bij een downgrade gelden de downgrade-effecten uit de matrix en krijgen de admins van de werkruimte bericht. Bij een betaald tier gaat het account over op facturatie via dembrane.\"],\"thilZ0\":[\"Een downgrade beperkt functies direct.\"],\"wsTrfq\":[\"Zodra de eerste versie klaar is, verschijnt die hier.\"],\"D+aQ7R\":[\"Een vriendelijke naam om dit webhook te identificeren\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"Er wordt automatisch een nieuw rapport gegenereerd en gepubliceerd op het geplande tijdstip.\"],\"zm7GU7\":[\"Een link naar het privacybeleid is verplicht voor verwerking op basis van toestemming. De link moet beginnen met http:// of https:// en mag maximaal 255 tekens bevatten.\"],\"TKd+Fa\":[\"Een project bevat alles voor één onderwerp. Deel de link met deelnemers, verzamel stemmen en laat dembrane ze omzetten in inzichten.\"],\"sG+9v8\":[\"Er wordt al een rapport gegenereerd voor dit project. Wacht tot het klaar is.\"],\"lN8IO2\":[\"Een schatting of \\\"weet ik nog niet\\\". Met allebei kunnen we verder.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"Een zetel is één lid. Voeg leden toe of verwijder ze in het tabblad Mensen van elke werkruimte; je volgende afschrijving past zich automatisch aan.\"],\"hyYKSp\":[\"Een zetel is één lid. Zetels blijven beschikbaar tot het abonnement eindigt; wijzigingen worden niet in rekening gebracht.\"],\"SpaKQm\":[\"Een aparte context voor data-eigendom en facturering. Je kunt deze later overdragen aan die organisatie zonder data te verplaatsen.\"],\"GhjsDN\":[\"Een korte tekst die op het organisatieoverzicht wordt getoond.\"],\"F9QjSt\":[\"Een korte notitie over waar dit project over gaat. Je kunt dit later aanpassen.\"],\"j2mO8+\":[\"een werkruimte\"],\"kO7Ugp\":[\"Over de voorgestelde projectupdate: \",[\"hostNote\"]],\"2rz0sA\":[\"Over jou\"],\"g3UF2V\":[\"Accepteren\"],\"Q74FZp\":[\"Accepteren en deelnemen\"],\"JAvG0l\":[\"Voorwaarden geaccepteerd\"],\"LuXP9q\":[\"Toegang\"],\"qLcf0w\":[\"Toegang stopt op\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Toegang verleend voor 24 uur.\"],\"HlgFV1\":[\"Toegangsgeschiedenis\"],\"6NLtuJ\":[\"Toegangsverzoek goedgekeurd\"],\"RpdQvB\":[\"Toegangsverzoek geweigerd\"],\"FmhC27\":[\"Toegangsverzoek verlopen\"],\"pyPxxw\":[\"Toegangsverzoek ingetrokken\"],\"ekMaJX\":[\"Toegangsverzoeken\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account en beveiliging\"],\"K3wUdw\":[\"Accountstandaard\"],\"g9NChz\":[\"Accountmanager\"],\"/8wINa\":[\"Accountmanager toegewezen.\"],\"Q+M1Ej\":[\"Account overgezet naar self-service facturatie.\"],\"DX/Wkz\":[\"Accountwachtwoord\"],\"Euv0O8\":[\"Account overgezet naar facturatie via dembrane.\"],\"A7C5YV\":[\"Account op beheerd gezet.\"],\"0qqrUz\":[\"Gefactureerde accounts\"],\"L5gswt\":[\"Actie door\"],\"7U5F+i\":[\"Actie nodig\"],\"UQXw0W\":[\"Actie op\"],\"7L01XJ\":[\"Acties\"],\"F6pfE9\":[\"Actief\"],\"3976bh\":[\"Actief · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Actieve filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Toevoegen\"],\"4USg1N\":[[\"0\"],\" toevoegen aan \",[\"1\"],\" als <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Voeg een lid toe en kies de toegang.\"],\"o1Svup\":[\"Voeg een naam en een prompt toe voordat je dit toepast.\"],\"kKuKkg\":[\"Voeg een naam, beschrijving en framing toe.\"],\"5xxrhm\":[\"Notitie toevoegen\"],\"Cf2umO\":[\"Voeg een projectdoel toe voordat je opslaat.\"],\"pVTvYj\":[\"een werkruimte toe te voegen\"],\"1m+3Z3\":[\"Voeg extra context toe (Optioneel)\"],\"Se1KZw\":[\"Vink aan wat van toepassing is\"],\"L1uMzn\":[\"Nog een toevoegen\"],\"LvDRbs\":[\"Toevoegen via e-mail\"],\"select.all.modal.title.add\":[\"Gesprekken toevoegen aan context\"],\"8T7YRB\":[\"Voeg eerst gesprekken toe aan je project\"],\"LL1rvo\":[\"Aangepast onderwerp toevoegen\"],\"0qHnFM\":[\"Voeg doeltekst toe voordat je dit toepast.\"],\"5phU36\":[\"Afbeeldingen toevoegen\"],\"1xDwr8\":[\"Voeg belangrijke woorden of namen toe om de kwaliteit en nauwkeurigheid van het transcript te verbeteren.\"],\"ndpRPm\":[\"Voeg nieuwe opnames toe aan dit project. Bestanden die u hier uploadt worden verwerkt en verschijnen in gesprekken.\"],\"ymW+mN\":[\"Voeg mensen uit je organisatie toe\"],\"Ralayn\":[\"Trefwoord toevoegen\"],\"add.tag.filter.modal.title\":[\"Tag toevoegen aan filters\"],\"IKoyMv\":[\"Trefwoorden toevoegen\"],\"b6Sm+u\":[\"Toevoegen aan \",[\"0\"],\"?\"],\"jo1zkp\":[\"Toevoegen aan Chat\"],\"add.tag.filter.modal.add\":[\"Toevoegen aan filters\"],\"NffMsn\":[\"Voeg toe aan dit gesprek\"],\"P4Egjx\":[\"Toevoegen aan werkruimtes\"],\"6Xm4X2\":[\"Onderwerp toevoegen\"],\"AHaRrL\":[\"Vertalingen toevoegen\"],\"yFRVHT\":[\"Verificatieprompt toevoegen\"],\"QN2F+7\":[\"Webhook toevoegen\"],\"UZ07em\":[\"Voeg uw eerste webhook toe\"],\"x2dB2O\":[\"je logo toe te voegen\"],\"hp8OtS\":[\"Toegevoegd\"],\"select.all.modal.added\":[\"Toegevoegd\"],\"Na90E+\":[\"Toegevoegde e-mails\"],\"uVX6Vk\":[\"Toegevoegd aan werkruimte\"],\"yg5kon\":[\"Je bent toegevoegd aan \",[\"okCount\"],\" werkruimtes\"],\"ZncK2m\":[\"Je bent toegevoegd aan \",[\"okCount\"],\". \",[\"0\"],\" konden niet worden toegevoegd, probeer opnieuw.\"],\"lQmOCQ\":[\"Je bent toegevoegd aan 1 werkruimte\"],\"54QrMC\":[\"Als je er \",[\"pendingCount\"],\" toevoegt, gaat deze werkruimte over de zetellimiet. Extra zetels worden gefactureerd tegen het tarief van de werkruimte.\"],\"select.all.modal.add.without.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen aan de chat\"],\"select.all.modal.add.with.filters\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.add.without.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen\"],\"select.all.modal.add.with.filters.more\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" extra gesprek\"],\"other\":[\"#\",\" extra gesprekken\"]}],\" toevoegen met de volgende filters:\"],\"select.all.modal.loading.title\":[\"Gesprekken toevoegen\"],\"Du6bPw\":[\"Adres\"],\"NY/x1b\":[\"Adresregel 1\"],\"cormHa\":[\"Adresregel 2\"],\"CA/Ul9\":[\"Pas de basislettergrootte voor de interface aan\"],\"U3pytU\":[\"Beheerder\"],\"84oArf\":[\"Beheerdersdashboard\"],\"HJ47wa\":[\"Hier beheerder via organisatierol\"],\"uYQEe4\":[\"Beheerder, dembrane\"],\"eC58+P\":[\"Beheerders\"],\"CLlKPV\":[\"Beheerders hebben toegang tot elke werkruimte in deze organisatie. Leden en externen zien alleen de werkruimtes waartoe ze toegang hebben gekregen.\"],\"sxkWRg\":[\"Geavanceerd\"],\"OaKXud\":[\"Geavanceerd (Tips en best practices)\"],\"JiIKww\":[\"Geavanceerde instellingen\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent-run mislukt\"],\"6iJVJD\":[\"Agentisch\"],\"vaeE5W\":[\"Agentisch - Tool-gestuurd uitvoering\"],\"I1JKlv\":[\"Agentische chat\"],\"N40H+G\":[\"Alles\"],\"cF7bEt\":[\"Alle acties\"],\"O1367B\":[\"Alle collecties\"],\"gvykaX\":[\"Alle gesprekken\"],\"u/fl/S\":[\"Alle bestanden zijn succesvol geüpload.\"],\"zG6Ooi\":[\"Alle projecten\"],\"ynXPFB\":[\"Alles gelezen\"],\"W/4/mV\":[\"Alle plekken in dit niveau zijn bezet. Verwijder een lid of externe, of upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"XQ7aEI\":[\"Alle plekken zijn bezet. Maak een plek vrij of upgrade om meer mensen uit te nodigen.\"],\"X3FPsl\":[\"Alle plekken bezet\"],\"NGO2th\":[\"Alle sjablonen\"],\"IOEBQh\":[\"Alle niveaus\"],\"dYoI9C\":[\"Alle zichtbare gesprekken geselecteerd\"],\"AWdiC+\":[\"Alle werkruimtes\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Geef dembrane-medewerkers toegang tot deze werkruimte voor support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Sta deelnemers toe om met behulp van de link nieuwe gesprekken te starten\"],\"sV+uzv\":[\"Bijna klaar\"],\"bruUug\":[\"Bijna klaar\"],\"gwPMvj\":[\"Al lid\"],\"H7cfSV\":[\"Al toegevoegd aan dit gesprek\"],\"cFO+NU\":[\"Heb je al een account? Log in\"],\"xNyrs1\":[\"Al in context\"],\"lLTpsm\":[\"Al uitgenodigd\"],\"3lBGEC\":[\"Al gebruikt in deze chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Altijd aan, het staat op onze website\"],\"hehnjM\":[\"Bedrag\"],\"nIUIH3\":[\"Bedragen zijn standaard het aantal plekken van het account maal de prijs per plek. Pas dit alleen aan wanneer dat nodig is.\"],\"2G0LKZ\":[\"Een extra training is verplicht voor teams die dembrane gebruiken in situaties die onder de EU AI Act als hoog risico worden aangemerkt.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"Een burgerberaad.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"Een evenement of workshop.\"],\"zqhMd0\":[\"Er ging iets onverwachts mis. Opnieuw laden of teruggaan naar home helpt meestal.\"],\"F4cOH1\":[\"Analyse taal\"],\"ZlwDi6\":[\"Analytics\"],\"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\"],\"J8yrvq\":[\"Transcripten anonimiseren\"],\"M8cgTa\":[\"Transcript anonimiseren\"],\"gd1W+U\":[\"Transcripten anoniem maken\"],\"YdiKaK\":[\"anoniem gesprek\"],\"iPiP6k\":[\"Anoniem gesprek\"],\"D9CFV5\":[\"Anoniem\"],\"Pg5/xn\":[\"Anonieme deelnemer\"],\"SEllfL\":[\"Anonieme bezoeker\"],\"t2jB92\":[\"Een andere admin of eigenaar moet je herstellen.\"],\"6GojWN\":[\"Elke tag\"],\"FnbCx1\":[\"Iedereen in je organisatie kan deze werkruimte vinden. Admins kunnen meteen meedoen, leden kunnen toegang aanvragen.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Nog iets anders nodig?\"],\"isAHo8\":[\"Wil je nog iets anders delen\"],\"kR5k2j\":[\"Nog iets?\"],\"N1Wkmw\":[\"Is er iets dat we beter hadden kunnen doen?\"],\"sMMWxH\":[\"Wil je nog iets toevoegen\"],\"aAIQg2\":[\"Weergave\"],\"9+QMn9\":[\"Toegepast. Het canvas toont nu dit ontwerp en houdt het actueel.\"],\"HMzKuc\":[\"Past deze formulering en het verversgedrag toe op het bestaande canvas.\"],\"DB8zMK\":[\"Toepassen\"],\"4TwsNi\":[\"Sjabloon toepassen\"],\"5swDY2\":[\"Bijna een limiet bereikt deze maand\"],\"z0ccuc\":[\"Bijna aan de limiet: \",[\"0\"],\" / 32.000 tekens\"],\"Z7ZXbT\":[\"Goedkeuren\"],\"participant.concrete.action.button.approve\":[\"Goedkeuren\"],\"m14CS3\":[\"Goedkeuren voor 24 uur\"],\"1kA9Tv\":[\"Supporttoegang goedkeuren\"],\"conversation.verified.approved\":[\"Goedgekeurd\"],\"tq+4rb\":[\"Weet je zeker dat je de webhook \\\"\",[\"0\"],\"\\\" wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"uqhbrg\":[\"Weet je zeker dat je deze chat wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\"],\"Q5Z2wp\":[\"Weet je zeker dat je dit gesprek wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"yrk3z3\":[\"Weet je zeker dat je dit aangepaste onderwerp wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"YF1Re1\":[\"Weet je zeker dat je dit project wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"ELQ+fw\":[\"Weet je zeker dat je dit rapport wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"aUsm4A\":[\"Weet je zeker dat je dit trefwoord wilt verwijderen? Dit zal het trefwoord verwijderen uit bestaande gesprekken die het bevatten.\"],\"e3BGhi\":[\"Weet u zeker dat u dit sjabloon wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\"],\"participant.modal.finish.message.text.mode\":[\"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.\"],\"UXCOMn\":[\"Weet je zeker dat je het samenvatting wilt hergenereren? Je verliest de huidige samenvatting.\"],\"ZmeZPn\":[\"Weet je zeker dat je je avatar wilt verwijderen?\"],\"wQ5jM6\":[\"Weet je zeker dat je je aangepaste logo wilt verwijderen? Het standaard dembrane-logo wordt in plaats daarvan gebruikt.\"],\"Wh64Gd\":[\"Geregeld met dembrane\"],\"F+vBv0\":[\"Stel vraag\"],\"VttPAe\":[\"Vragen | dembrane\"],\"Djkxtl\":[\"Stel een vraag over de gesprekken in dit project, of vraag hulp bij het opzetten ervan. Elke wijziging wordt eerst ter beoordeling voorgesteld en er wordt niets opgeslagen totdat je het goedkeurt.\"],\"2QOQAV\":[\"Vraag een admin van de werkruimte om een uitnodiging, of kies een andere werkruimte uit je lijst.\"],\"jPTnVt\":[\"Stel vragen over de app.\"],\"7edAaq\":[\"Hierover vragen\"],\"9pDK3A\":[\"Vraag iets over je gesprekken...\"],\"lCenB6\":[\"Vraag om e-mail?\"],\"Rjlwvz\":[\"Vraag om naam?\"],\"KmS8XG\":[\"Vraag het in de chat als je een live beeld van de gesprekken wilt. Het eerste canvas komt hier te staan.\"],\"ZwM3p2\":[\"meer vragen te stellen in de chat\"],\"6S+qQR\":[\"Vraag deelnemers om hun e-mailadres\"],\"I+vZ9W\":[\"Vraag deelnemers om hun naam\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspecten\"],\"kaEPzR\":[\"Toewijzen\"],\"d/bvvp\":[\"Assistent\"],\"MPY6SL\":[\"Assistent-context\"],\"aYfeOI\":[\"Assistent-geheugen\"],\"bU39dx\":[\"Minstens 8 tekens\"],\"iF1OFS\":[\"Er moet minstens één onderwerp zijn geselecteerd om Verifiëren aan te zetten\"],\"quMOkF\":[\"Aan het einde van deze periode\"],\"8Fp5MP\":[\"Hoeveel gesprekken zijn er op je drukste moment tegelijk bezig?\"],\"FA2/EC\":[\"Geverifieerde artefacten toevoegen\"],\"participant.modal.interruption.issue.message\":[\"Let op! We hebben de laatste 60 seconden van je opname verloren door een onderbreking. Druk op de knop hieronder om opnieuw verbinding te maken.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio-download niet beschikbaar voor anonieme gesprekken\"],\"N2tS3I\":[\"Audio komt binnen\"],\"SLvg/d\":[\"Audio-afspelen niet beschikbaar voor anonieme gesprekken\"],\"IOBCIN\":[\"Audio-tip\"],\"OCG9c0\":[\"Er kwam audio binnen, maar dat is gestopt. De verbinding is misschien weggevallen of de telefoon is vergrendeld.\"],\"y2W2Hg\":[\"Auditlogboeken\"],\"aL1eBt\":[\"Auditlogboeken geëxporteerd naar CSV\"],\"mS51hl\":[\"Auditlogboeken geëxporteerd naar JSON\"],\"z8CQX2\":[\"Authenticator-code\"],\"R+PyK8\":[\"Automatisch titels genereren\"],\"voAvDv\":[\"Automatisch titels genereren\"],\"Wrpmw7\":[\"Automatisch gegenereerd of handmatig invoeren\"],\"8kH9im\":[\"Automatische titels en concepttags\"],\"dY4Vk3\":[\"Automatisch een korte onderwerp-gebaseerde titel genereren voor elk gesprek na samenvatting. De titel beschrijft wat er werd besproken, niet wie deelnemde. De oorspronkelijke naam van de deelnemer wordt apart bewaard, als ze er een had.\"],\"F95AYw\":[\"Transcripten automatisch opslaan in je CRM of database\"],\"zUbSgC\":[\"Conversatiegegevens automatisch verzenden naar je andere tools en services wanneer gebeurtenissen plaatsvinden.\"],\"AUb80i\":[\"Beschikbaar met een betaald abonnement\"],\"KKfW2W\":[\"Avatar verwijderd\"],\"jSKImf\":[\"Avatar bijgewerkt\"],\"vhjbKr\":[\"Afwezig\"],\"iH8pgl\":[\"Terug\"],\"participant.button.back.microphone\":[\"Terug naar microfoon\"],\"participant.button.back\":[\"Terug\"],\"BT2r2q\":[\"Terug naar dembrane\"],\"aBqveh\":[\"Terug naar live\"],\"7rgUr5\":[\"Terug naar mijn werkruimtes\"],\"/9nVLo\":[\"Terug naar selectie\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Terug naar templates\"],\"IWTC0l\":[\"Terug naar werkruimtes\"],\"1u1/HA\":[\"Terug naar je werkruimtes\"],\"Nzwli2\":[\"Basis\"],\"wVO5q4\":[\"Basis (Alleen essentiële tutorial slides)\"],\"epXTwc\":[\"Basis instellingen\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Bèta\"],\"dashboard.dembrane.concrete.beta\":[\"Bèta\"],\"dashboard.dembrane.verify.beta\":[\"Bèta\"],\"Zz7XBz\":[\"Betafuncties\"],\"K9cTJe\":[\"Jaarlijks gefactureerd\"],\"aIkeAd\":[\"Maandelijks gefactureerd\"],\"rKaO4m\":[\"Wordt op een eigen abonnement gefactureerd, niet dat van je organisatie. Beheer dit via de facturering van deze werkruimte.\"],\"IHgGGv\":[\"Apart gefactureerd\"],\"4FkKL6\":[\"Apart gefactureerd, geen onderdeel van het abonnement van de organisatie.\"],\"jtq36d\":[\"Gefactureerd onder het abonnement van je organisatie, samen met je andere werkruimtes.\"],\"R+w/Va\":[\"Facturering\"],\"17Ox+q\":[\"Factuurgegevens\"],\"UQPSlS\":[\"Factuurgegevens opgeslagen.\"],\"ZQhgRe\":[\"Facturering wordt beheerd door je organisatie\"],\"/2TrP/\":[\"Facturatiemodus\"],\"MkvsWx\":[\"Een gesprek boeken\"],\"KKLfx1\":[\"Plan een gesprek met ons\"],\"kFl92P\":[\"Boek een gecertificeerde training om dembrane te blijven gebruiken in situaties met hoog risico.\"],\"IkwW6y\":[\"Plan een kennismakingsgesprek\"],\"YgG3yv\":[\"Brainstorm ideeën\"],\"xHijXF\":[\"Overzicht · \",[\"0\"],\" actief\"],\"EpQC5j\":[\"Overzicht per niveau\"],\"16exrD\":[\"Briefing\"],\"7Ic570\":[\"Gebruik je eigen LLM\"],\"4eBtkM\":[\"Aangepaste dashboards bouwen met realtime conversatiegegevens\"],\"G46Sdr\":[\"door \",[\"by\"]],\"IqudIv\":[\"Door dit project te verwijderen, verwijder je alle bijbehorende gegevens. Deze actie kan niet ongedaan worden gemaakt. Weet je het absoluut zeker?\"],\"aeGLaK\":[\"Op status\"],\"0rwwOn\":[\"Op trefwoord\"],\"URPLGF\":[\"kan bewerken\"],\"6++86c\":[\"kan lezen\"],\"OoV4VL\":[\"Kun je ons meer vertellen?\"],\"dEgA5A\":[\"Annuleren\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Annuleren\"],\"participant.concrete.action.button.cancel\":[\"Annuleren\"],\"participant.concrete.instructions.button.cancel\":[\"Annuleren\"],\"select.all.modal.cancel\":[\"Annuleren\"],\"add.tag.filter.modal.cancel\":[\"Annuleren\"],\"4MDqQJ\":[\"Annuleer wanneer je wilt. Je houdt toegang tot het einde van de periode.\"],\"KWnDn1\":[\"Huidige run stoppen\"],\"UKcgfh\":[\"Overschrijving annuleren\"],\"Bu+BBn\":[\"Abonnement opzeggen\"],\"HoYkSd\":[\"Verzoek intrekken\"],\"lrdoAi\":[\"Planning annuleren\"],\"iypQhn\":[\"Selectie annuleren\"],\"XzQibx\":[\"Training annuleren\"],\"D2vAZP\":[\"Je abonnement opzeggen\"],\"vv7kpg\":[\"Opgezegd\"],\"AreLja\":[\"Bij opzeggen wordt je abonnement niet verlengd. Je houdt \",[\"0\"],\" tot het einde van je huidige factureringsperiode en gaat daarna over naar Free.\"],\"RKD99R\":[\"Kan geen leeg gesprek toevoegen\"],\"SL9Qao\":[\"Kan niet opnieuw plannen binnen 10 minuten voor het geplande tijdstip\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Verversfrequentie van het canvas aangepast\"],\"RP1RaW\":[\"Canvasvoorbeeld\"],\"J5lsfs\":[\"Canvasinstellingen\"],\"vkf71G\":[\"ontbrekende mogelijkheid\"],\"kryGs+\":[\"Kaart\"],\"SHhA6n\":[\"inhalen \",[\"0\"]],\"wNBLz0\":[\"Gecertificeerde training voor teams die dembrane in risicovolle situaties gebruiken. Een apart product, per sessie gefactureerd.\"],\"o+XJ9D\":[\"Wijzigen\"],\"rlgQn8\":[\"De organisatierol van \",[\"person\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"De rol van \",[\"person\"],\" op \",[\"wsName\"],\" wijzigen van <0>\",[\"0\"],\" naar <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Toch wijzigen\"],\"U8sdJ+\":[\"Wijzigen in werkruimte-instellingen\"],\"+DEogc\":[\"Taal wijzigen\"],\"7KtLzo\":[\"Organisatierol wijzigen?\"],\"GptGxg\":[\"Wachtwoord wijzigen\"],\"Ts/A07\":[\"Betaalmethode wijzigen\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Rol wijzigen\"],\"qpV0fp\":[\"Niveau wijzigen\"],\"XbjzC/\":[\"Werkruimterol wijzigen?\"],\"mtseAM\":[\"Je eigen rol wijzigen?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Wijzigingen toegepast. Je kunt ze altijd bijstellen in de projectinstellingen.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat aangemaakt\"],\"pB+sJr\":[\"Chat verwijderd\"],\"qlK5jV\":[\"Chat is niet beschikbaar op jouw toegangsniveau. Neem contact op met je werkruimtebeheerder om een upgrade aan te vragen.\"],\"qUVihD\":[\"Chatlimiet bereikt\"],\"tDlhkF\":[\"Chatnaam\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Controleer microfoontoegang\"],\"participant.button.check.microphone.access\":[\"Controleer microfoontoegang\"],\"WQUm5N\":[\"Controleer de tekst en afbeeldingen en probeer het opnieuw\"],\"v4fiSg\":[\"Controleer je email\"],\"mGd0TP\":[\"Gecontroleerd \",[\"checkedAgo\"],\". De eerste update verschijnt zodra er genoeg te tonen is.\"],\"fhPONC\":[\"Gecontroleerd \",[\"checkedAgo\"],\". Niets nieuws sinds je laatste gesprek. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Live gesprekken controleren\"],\"pMF40U\":[\"Je sessie wordt gecontroleerd.\"],\"KFa1f3\":[\"Een logo-bestand kiezen\"],\"MgLGKD\":[\"Kies een methodologie\"],\"4Jd65a\":[\"Kies eerst een organisatie\"],\"okLwd9\":[\"Kiezen uit je andere projecten\"],\"Aoxltn\":[\"Kiezen wanneer je meldingen wilt ontvangen\"],\"mgiYV1\":[\"Kies je voorkeurstaal voor de interface\"],\"DakUDF\":[\"Kies je favoriete thema voor de interface\"],\"3wV73y\":[\"Plaats\"],\"xCJdfg\":[\"Wissen\"],\"yYxB17\":[\"Alles wissen\"],\"u8JHrO\":[\"Filters wissen\"],\"V8yTm6\":[\"Zoekopdracht wissen\"],\"eIdJyh\":[[\"cleared\"],\" van \",[\"total\"],\" gesprekken gewist\"],\"B2pdef\":[\"Klik op \\\"Upload bestanden\\\" wanneer je klaar bent om de upload te starten.\"],\"cwMTjO\":[\"Klik om te bewerken\"],\"jcSz6S\":[\"Klik om alle \",[\"totalCount\"],\" gesprekken te zien\"],\"oL+Urh\":[\"Klik om te sorteren\"],\"VbcOhD\":[\"Klantkorting %\"],\"1vOl9f\":[\"Klantorganisatie\"],\"WXNW/R\":[\"Klantorganisaties van partners\"],\"bIj+VB\":[\"Door client beheerd\"],\"+d+tJS\":[\"Klonen vanuit een ander project\"],\"nCnTY0\":[\"Klonen vanuit project\"],\"BPrdpc\":[\"Project klonen\"],\"9U86tL\":[\"Project klonen\"],\"yz7wBu\":[\"Sluiten\"],\"select.all.modal.close\":[\"Sluiten\"],\"RRo5cD\":[\"Sluiten en naar dembrane\"],\"bQfDiL\":[\"Cloud Act-veilig\"],\"sShXu3\":[\"Collega's die je uitnodigt kunnen gesprekken verkennen, inzichten delen en samen met jou rapporten maken.\"],\"Y+lkZA\":[\"Verhalen van mensen verzamelen zonder dat je erbij bent, zoals met een gesproken enquête.\"],\"q+hNag\":[\"Collectie\"],\"jEu4bB\":[\"Kolommen\"],\"AUYALh\":[\"Binnenkort beschikbaar\"],\"bJHBId\":[\"Algemene toepassingen:\"],\"Wqc3zS\":[\"Vergelijk\"],\"CfO59/\":[\"Vergelijk & Contrast Insights\"],\"2Jg8b0\":[\"Gratis proefperiode. €0 omzet.\"],\"bUEr/M\":[\"Gratis proefperiode. Verloopt op \",[\"0\"],\". €0 omzet.\"],\"bD8I7O\":[\"Voltooid\"],\"qqWcBV\":[\"Voltooid\"],\"XdO6hR\":[\"Voltooid op\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Doorgaan\"],\"7VpPHA\":[\"Bevestigen\"],\"s/uNVb\":[\"Bevestigen en versturen\"],\"JRQitQ\":[\"Bevestig nieuw wachtwoord\"],\"yjkELF\":[\"Bevestig nieuw wachtwoord\"],\"xnWESi\":[\"Wachtwoord bevestigen\"],\"puQ8+/\":[\"Publiceren bevestigen\"],\"vz1fGK\":[\"Herplanning bevestigen\"],\"L0k594\":[\"Bevestig je wachtwoord om een nieuw geheim voor je authenticator-app te genereren.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Verbinding maken met rapportservices...\"],\"wX/BfX\":[\"Verbinding gezond\"],\"participant.modal.s3check.title\":[\"Verbindingsprobleem\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Verbinding ongezond\"],\"l9fkrm\":[\"Toestemming\"],\"EhtOYz\":[\"Verwerking op basis van toestemming is actief zonder link naar het privacybeleid. Voeg er een toe waar de rechtsgrondslag is ingesteld: deelnemers moeten het privacybeleid kunnen lezen.\"],\"mpby9d\":[\"Contact met support\"],\"E5Shm/\":[\"Neem contact op met de beheerder als dit onverwacht was.\"],\"4b3oEV\":[\"Inhoud\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context toegevoegd:\"],\"JX3KT4\":[\"Contextuele suggesties\"],\"xGVfLh\":[\"Doorgaan\"],\"participant.button.continue\":[\"Doorgaan\"],\"participant.ready.to.begin.button.text\":[\"Doorgaan\"],\"F1pfAy\":[\"gesprek\"],\"YyNOE7\":[\"Gesprek\"],\"EiHu8M\":[\"Gesprek toegevoegd aan chat\"],\"participant.conversation.ended\":[\"Gesprek beëindigd\"],\"OtdHFE\":[\"Gesprek verwijderd uit chat\"],\"zTKMNm\":[\"Gespreksstatus\"],\"Rdt7Iv\":[\"Gespreksstatusdetails\"],\"7Ljafh\":[\"Gesprekslabels\"],\"a7zH70\":[\"gesprekken\"],\"EnJuK0\":[\"Gesprekken\"],\"72XGHt\":[\"Gesprekken gewist\"],\"participant.refine.cooling.down\":[\"Even afkoelen. Beschikbaar over \",[\"0\"]],\"6V3Ea3\":[\"Gekopieerd\"],\"84o0nc\":[\"Gekopieerd van het originele gesprek\"],\"PiH3UR\":[\"Gekopieerd!\"],\"iaPtht\":[\"kopie\"],\"he3ygx\":[\"Kopieer\"],\"qQB+iu\":[\"Kopieer goedgekeurde uitkomsten naar het nieuwe gesprek zodat ze niet verloren gaan als het origineel wordt verwijderd.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Uitnodigingslink kopiëren\"],\"y1eoq1\":[\"Kopieer link\"],\"H4brGj\":[\"Link naar klembord kopiëren\"],\"AjrNNs\":[\"Rapportinhoud kopiëren\"],\"vAkFou\":[\"Geheim kopiëren\"],\"v3StFl\":[\"Kopieer samenvatting\"],\"/4gGIX\":[\"Kopieer naar clipboard\"],\"RTxUjI\":[\"Kopieer naar klembord\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Kopieren...\"],\"/GF06U\":[\"Kon je gesprekken niet aan deze chat toevoegen\"],\"wcXkqW\":[\"Kon niet alle tagwijzigingen toepassen.\"],\"5XIW2B\":[\"Kon de wijzigingen niet toepassen. Er is niets opgeslagen.\"],\"1kNETE\":[\"Je selectie kon niet worden meegenomen. Kies hieronder opnieuw.\"],\"Exvn8R\":[\"Kon die actie niet voltooien.\"],\"leuP7L\":[\"Kon de betaling niet bevestigen. Vernieuw om opnieuw te proberen.\"],\"inHtAw\":[\"Kon niet naar het klembord kopiëren. Probeer het opnieuw.\"],\"X+pWr+\":[\"Sjabloon kon niet worden aangemaakt\"],\"qg6spM\":[\"De organisatie kon niet worden aangemaakt\"],\"D4A5VY\":[\"Kon dit canvas niet aanmaken\"],\"kzqg8O\":[\"Kon deze methodologie niet aanmaken\"],\"BiXtZw\":[\"Sjabloon kon niet worden verwijderd\"],\"qFM9uZ\":[\"Er kon geen samenvatting worden gegenereerd. Probeer het opnieuw.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Kon de methodologieën niet laden.\"],\"RYJyLk\":[\"Betalingen konden niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"3ewci6\":[\"Kon de bibliotheek niet laden.\"],\"S+kUD0\":[\"De rollup kon niet worden geladen. Controleer de authenticatie en de backend-logs.\"],\"mNTNj8\":[\"Kon het doel van dit project niet laden.\"],\"2gcFEX\":[\"De gesprekkenlijst kon niet worden geopend. Probeer het opnieuw.\"],\"WSxAYE\":[\"Kon nu geen voorbeeld van dit canvas laden.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Kon dit canvas niet verversen\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Kon niet opslaan\"],\"vFB5Q8\":[\"Feedback niet opgeslagen\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Kon tags niet opslaan\"],\"/C4Hgq\":[\"De hostgids kon niet worden opgeslagen\"],\"mb/wyK\":[\"Kon deze methodologie niet opslaan\"],\"g4QEze\":[\"Kon dit projectdoel niet opslaan\"],\"HQinjp\":[\"De uitnodigings-e-mail kon niet worden verstuurd. Controleer de e-mailconfiguratie.\"],\"BMDNcQ\":[\"Je melding kon niet worden verzonden. Probeer het opnieuw\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Sjabloon kon niet worden bijgewerkt\"],\"Ld3JrX\":[\"Kon dit canvas niet bijwerken\"],\"0Mj7CF\":[\"Kon de methodologie van dit project niet bijwerken\"],\"/P90WH\":[[\"failed\"],\" leden konden niet worden toegevoegd. Voeg ze toe via de instellingen van de werkruimte.\"],\"n5jG23\":[\"1 lid kon niet worden toegevoegd. Voeg het toe via de instellingen van de werkruimte.\"],\"KFEjpC\":[\"Persoon kon niet worden toegevoegd\"],\"RbXh2U\":[\"Zichtbaarheid kon niet worden gewijzigd\"],\"DjWv8n\":[\"De link kon niet worden gekopieerd.\"],\"QYq+2z\":[\"Deelnemen lukt nu niet\"],\"TOvPOV\":[\"Kon live activiteit niet laden\"],\"CLBne9\":[\"Kon herinneringen niet laden. Vernieuw om het opnieuw te proberen.\"],\"SnOYvu\":[\"Organisatie kon niet worden geladen (\",[\"0\"],\")\"],\"KYcw2y\":[\"Organisatieleden konden niet worden geladen. Probeer te vernieuwen, en neem contact op met support als het blijft mislukken.\"],\"Vw2vHe\":[\"Openstaande uitnodigingen konden niet worden geladen.\"],\"8a9fbX\":[\"Gebruik kon niet worden geladen (\",[\"0\"],\")\"],\"Fwc3py\":[\"Instellingen van de werkruimte konden niet worden geladen (\",[\"0\"],\")\"],\"edGmsx\":[\"Werkruimtes konden niet worden geladen. Sluit en open opnieuw om het nogmaals te proberen.\"],\"4ufrJH\":[\"Gebruik kon niet worden vernieuwd. Probeer het opnieuw.\"],\"PMx835\":[\"Kon deze herinnering niet verwijderen\"],\"b5ALMv\":[\"Training kon niet worden aangevraagd\"],\"JNCzPW\":[\"Land\"],\"hYgDIe\":[\"Maak\"],\"VW1ecc\":[\"Een nieuwe webhook vanaf nul maken\"],\"oJfYM5\":[\"Een onderzoeksbrief maken van recente gesprekken\"],\"1hMWR6\":[\"Account aanmaken\"],\"3T8ziB\":[\"Maak een account aan\"],\"lJ+m2/\":[\"Maak een account aan om deel te nemen\"],\"/EJK2h\":[\"nog een rapport te maken\"],\"library.create\":[\"Maak bibliotheek aan\"],\"T7gFri\":[\"Nieuwe organisatie aanmaken\"],\"library.create.view.modal.title\":[\"Maak nieuwe view aan\"],\"55yNvT\":[\"Organisatie aanmaken\"],\"vPAex+\":[\"Wachtwoord aanmaken\"],\"Q7h9s/\":[\"Project aanmaken\"],\"bsfMt3\":[\"Maak rapport\"],\"A5hiCy\":[\"Template aanmaken\"],\"library.create.view\":[\"Maak view aan\"],\"3D0MXY\":[\"Maak view aan\"],\"dkAPxi\":[\"Webhook maken\"],\"FdtSNC\":[\"Werkruimte aanmaken\"],\"WqpzRx\":[\"Werkruimte aanmaken | dembrane\"],\"d+F6q9\":[\"Aangemaakt\"],\"NCIYDF\":[\"Aangemaakt door\"],\"45O6zJ\":[\"Gemaakt op\"],\"QxmQob\":[\"Aanmaken in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Avatar bijsnijden\"],\"udBqWc\":[\"Afbeelding bijsnijden\"],\"8LMgB6\":[\"Logo bijsnijden\"],\"6dfVdc\":[\"Logo bijsnijden\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Huidig\"],\"yOrQ4N\":[\"Huidige logo\"],\"Pn2B7/\":[\"Huidig wachtwoord\"],\"A+zoTy\":[\"Huidig abonnement\"],\"a+EVO+\":[\"Huidig tarief\"],\"8Tg/JR\":[\"Aangepast\"],\"o1nIYK\":[\"Aangepaste bestandsnaam\"],\"GrXJvi\":[\"Aangepast logo\"],\"iv5fAO\":[\"Aangepaste titelprompt\"],\"yGoz+a\":[\"Eigen logo van de werkruimte dat aan deelnemers wordt getoond.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Tsjechisch (alleen ECHO-functies, transcriptie en samenvattingen)\"],\"TNZKpI\":[\"Gevaar\"],\"Zz6Cxn\":[\"Gevarenzone\"],\"wqCnxg\":[\"Dashboard URL (directe link naar gespreksoverzicht)\"],\"S3EU+A\":[\"E-mail van de data-eigenaar\"],\"+kPwoM\":[\"Data-eigendom\"],\"mYGY3B\":[\"Datum\"],\"ItMGda\":[\"Datumbereik\"],\"Zpu3D+\":[\"Data die passen, context, alles wat verder relevant is\"],\"jbq7j2\":[\"Weigeren\"],\"a1Rv+M\":[\"Uitnodiging weigeren\"],\"bdg17D\":[\"Verzoek weigeren\"],\"OhcpqZ\":[\"Verzoek weigeren?\"],\"BfuTZd\":[\"De uitnodiging voor \",[\"subjectName\"],\" weigeren? Je kunt vragen om hem later opnieuw te sturen.\"],\"vrNxDR\":[\"Dit toegangsverzoek weigeren? De aanvrager krijgt geen melding en zou opnieuw toegang moeten aanvragen.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Standaard\"],\"ucTqrC\":[\"Standaard - Geen tutorial (Alleen privacy verklaringen)\"],\"K/78Yl\":[\"Multistap analyse delegeren met live tool uitvoering\"],\"cnGeoo\":[\"Verwijder\"],\"project.sidebar.chat.delete\":[\"Chat verwijderen\"],\"Tf88pC\":[[\"0\"],\" verwijderen?\"],\"YFpLoV\":[\"Chat verwijderen\"],\"2GCE3m\":[\"Gesprek verwijderen\"],\"2DzmAq\":[\"Verwijder gesprek\"],\"j5pYC4\":[\"Aangepast onderwerp verwijderen\"],\"mp235G\":[\"Project verwijderen\"],\"++iDlT\":[\"Verwijder project\"],\"rUWrSE\":[\"Rapport verwijderen\"],\"qr0gpK\":[\"Tag verwijderen\"],\"DFjdv0\":[\"Template verwijderen\"],\"NUXYj2\":[\"Dit project in \",[\"0\"],\" verwijderen? Alle gesprekken en gegevens worden definitief verwijderd.\"],\"Ja/2b5\":[\"Deze werkruimte verwijderen\"],\"ooWc3n\":[\"Deze werkruimte verwijderen. Leden verliezen direct toegang en alle gesprekken en gegevens worden definitief verwijderd.\"],\"zdyslo\":[\"Webhook verwijderen\"],\"kYu0eF\":[\"Werkruimte verwijderen\"],\"Jb6/SB\":[\"Verwijderen…\"],\"L7H6O4\":[\"Verwijderd · \",[\"0\"]],\"+m7PfT\":[\"Verwijderd succesvol\"],\"InIP7b\":[\"Een organisatie verwijderen doen we samen met support. Mail <0>support@dembrane.com en we lopen het met je door. Alle werkruimtes moeten eerst leeg zijn en verwijderd.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane, de standaard\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", alle rechten voorbehouden.\"],\"qFd3qy\":[\"dembrane kan fouten maken. Controleer antwoorden altijd even.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"dembrane event-uitnodiging\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"toegang voor dembrane-medewerker automatisch gestopt\"],\"NBxEip\":[\"dembrane-medewerker heeft de sessie verlengd\"],\"7VMnIt\":[\"dembrane-medewerker is erbij gekomen voor support\"],\"g0sCc9\":[\"dembrane-medewerker is vertrokken\"],\"PDkZlx\":[\"dembrane-medewerker heeft toegang aangevraagd\"],\"cFCKYZ\":[\"Weigeren\"],\"HpYpx4\":[\"Beschrijf het probleem\"],\"Fs/0D5\":[\"Beschrijf wat de taalmodel moet extraheren of samenvatten uit het gesprek...\"],\"Nu4oKW\":[\"Beschrijving\"],\"Uf+1DF\":[\"Doelwerkruimte\"],\"ney/NP\":[\"Bepaalt onder welke AVG-rechtsgrondslag persoonsgegevens voor dit project worden verwerkt.\"],\"2rgVKb\":[\"Bepaalt op welke AVG-grondslag persoonsgegevens worden verwerkt. Dit is van invloed op de informatie die aan deelnemers wordt getoond en de rechten van betrokkenen.\"],\"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.\"],\"rGCttu\":[\"Verwachtte je dit niet? Je kunt deze pagina rustig negeren.\"],\"ch15wD\":[\"Niet ontvangen? Kijk eerst in je spam of ongewenste mail. Het bericht komt van dembrane.com.\"],\"hsGK8G\":[\"Niet ontvangen? Kijk in je spam- of ongewenste-mailmap. De e-mail komt van dembrane.com.\"],\"qERl58\":[\"2FA uitschakelen\"],\"yrMawf\":[\"Tweestapsverificatie uitschakelen\"],\"E/QGRL\":[\"Uitgeschakeld\"],\"bzSI52\":[\"Weggooien\"],\"Xrxdv5\":[\"Dit project weggooien?\"],\"gemv7o\":[\"Deze werkruimte weggooien?\"],\"H6Ma8Z\":[\"Korting\"],\"Ix7Qp4\":[\"Vindbaar in deze organisatie\"],\"1QfxQT\":[\"Negeren\"],\"J6hrEy\":[\"Genegeerd\"],\"K0Wh2e\":[\"Afgewezen. Er is niets gewijzigd.\"],\"pfa8F0\":[\"Weergavenaam\"],\"fDGgw4\":[\"Ben ik dit nodig?\"],\"qPwbNF\":[\"Ben je van plan dembrane te gebruiken in de zorg, het onderwijs, werving, het beheer van kritieke infrastructuur, rechtshandhaving of de rechtspraak?\"],\"JeOjN4\":[\"Wil je op de hoogte blijven?\"],\"TvY/XA\":[\"Documentatie\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Wordt niet vanzelf bijgewerkt.\"],\"VjXLEl\":[\"Wordt niet vanzelf bijgewerkt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Klaar\"],\"9bIbDI\":[\"Klaar, neem contact met me op\"],\"K98xdM\":[\"Nu terug naar Free\"],\"mzI/c+\":[\"Downloaden\"],\"5YVf7S\":[\"Download alle transcripten die voor dit project zijn gegenereerd.\"],\"SCWfsz\":[\"Alle transcripties downloaden\"],\"8fQs2Z\":[\"Downloaden als\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Audio downloaden\"],\"KMdYRY\":[\"PDF downloaden\"],\"wEiqju\":[\"QR code downloaden\"],\"+bBcKo\":[\"Transcript downloaden\"],\"5XW2u5\":[\"Download transcript opties\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Ontwerp volgende acties en organiseer ze op basis van prioriteit\"],\"yboQcK\":[\"Een notitie opstellen die je naar het dembrane-team kunt sturen\"],\"hUO5BY\":[\"Sleep audio bestanden hierheen of klik om bestanden te selecteren\"],\"KGi3u9\":[\"Sleep om te herordenen\"],\"pBB+yW\":[\"Gaat terug naar het gratis plan. Ze kunnen op elk moment een betaald plan nemen.\"],\"euc6Ns\":[\"Dupliceren\"],\"lkz6PL\":[\"Duur\"],\"KIjvtr\":[\"Nederlands\"],\"oUKP8j\":[\"E-factuur\"],\"hBOGLr\":[\"bijv. \\\"Focus op duurzaamheidsthema's\\\" of \\\"Wat vinden deelnemers van het nieuwe beleid?\\\"\"],\"pO9dOq\":[\"bijvoorbeeld \\\"Gebruik korte zinnen als 'Stedelijke Groene Ruimtes' of 'Jeugdwerkgelegenheid'. Vermijd algemene titels.\\\"\"],\"9nchXg\":[\"bijv. Klant Alpha\"],\"o8kQWN\":[\"bijv. Klant Alpha, Q1-onderzoek\"],\"Ys/6OK\":[\"bijv. Onboardinggesprekken met klanten, Q1-productonderzoek\"],\"MR17iW\":[\"bijv. Klimaatluisteren, Q1-onderzoek\"],\"xnZ8L2\":[\"bijv. het rapportprobleem onderzoeken waarover je mailde\"],\"jYJhQk\":[\"bijv. We zijn een onderzoeksbureau. Rapporten gaan naar gemeentelijke opdrachtgevers, dus houd samenvattingen formeel en in het Nederlands.\"],\"sHNbQq\":[\"bijv. Wekelijkse samenvatting stakeholders\"],\"ffuZIY\":[\"bijvoorbeeld, Slack meldingen, Make workflow\"],\"Cs04r/\":[\"Elk nieuw lid wordt per stoel in rekening gebracht volgens je abonnement.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Bewerken\"],\"9WkyHF\":[\"Gesprek bewerken\"],\"Y/3VME\":[\"Aangepast onderwerp bewerken\"],\"/8fAkm\":[\"Bestandsnaam bewerken\"],\"IYfHCP\":[\"Bijwerkinstellingen aanpassen\"],\"qDZ8v9\":[\"Doel bewerken\"],\"X14Q1S\":[\"Methodologie bewerken\"],\"G1Sb51\":[\"Bewerkingsmodus\"],\"niSWGL\":[\"Opties bewerken\"],\"G2KpGE\":[\"Project bewerken\"],\"DdevVt\":[\"Rapport inhoud bewerken\"],\"report.editor.description\":[\"Bewerk de rapport inhoud met de rich text editor hieronder. Je kunt tekst formatteren, links, afbeeldingen en meer toevoegen.\"],\"nP7CdQ\":[\"Webhook bewerken\"],\"O3oNi5\":[\"E-mail\"],\"ATGYL1\":[\"E-mailadres\"],\"LimKOG\":[\"E-mailverificatie\"],\"QdCcsg\":[\"E-mailverificatie | dembrane\"],\"g2N9MJ\":[\"email@werk.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji getoond naast het onderwerp bijvoorbeeld 💡 🔍 📊\"],\"TiAvLQ\":[\"leeggemaakt\"],\"N2S1rs\":[\"Leeg\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"2FA inschakelen\"],\"D3AnH0\":[\"Verkennen inschakelen\"],\"4KKbfZ\":[\"Deelnemen inschakelen\"],\"G3dSLc\":[\"Rapportmeldingen inschakelen\"],\"ZUS4uO\":[\"Schakel deze functie in zodat deelnemers AI-antwoorden kunnen vragen tijdens hun gesprek. Na het inspreken van hun gedachten kunnen ze op \\\"Verkennen\\\" klikken voor contextuele feedback, zodat ze dieper gaan nadenken en meer betrokken raken. Er zit een wachttijd tussen verzoeken.\"],\"dashboard.dembrane.feature.verify.description\":[\"Schakel deze functie in om deelnemers \\\"resultaten\\\" van hun inzendingen te laten verifiëren en goedkeuren. Dit helpt om belangrijke ideeën, zorgen of samenvattingen concreet te maken. Na het gesprek kun je filteren op discussies met geverifieerde resultaten en deze bekijken in het overzicht.\"],\"C027jd\":[\"Transcriptanoniem maken inschakelen\"],\"329BBO\":[\"Tweestapsverificatie inschakelen\"],\"x35ZEt\":[\"Verifiëren inschakelen\"],\"RxzN1M\":[\"Ingeschakeld\"],\"237hSL\":[\"Afgelopen\"],\"ajxGoy\":[\"Eindigt op \",[\"endDate\"],\", gaat daarna over naar Free\"],\"lYGfRP\":[\"Engels\"],\"GboWYL\":[\"Voer een sleutelterm of eigennamen in\"],\"TSHJTb\":[\"Voer een naam in voor het nieuwe gesprek\"],\"KovX5R\":[\"Voer een naam in voor je nieuwe project\"],\"DRYPFp\":[\"Voer een geheime sleutel in\"],\"34YqUw\":[\"Voer een geldige code in om tweestapsverificatie uit te schakelen.\"],\"QbilUm\":[\"Voer een geldig e-mailadres in\"],\"CyH1Uk\":[\"Voer het huidige wachtwoord in\"],\"2FPsPl\":[\"Voer bestandsnaam (zonder extensie) in\"],\"VpwcSk\":[\"Voer het nieuwe wachtwoord in\"],\"oIn7d4\":[\"Voer de 6-cijferige code uit je authenticator-app in.\"],\"q1OmsR\":[\"Voer de huidige zescijferige code uit je authenticator-app in.\"],\"NgaR6B\":[\"Voer je wachtwoord in\"],\"42tLXR\":[\"Voer uw query in\"],\"HRbyGE\":[\"Ingevoerd door de deelnemer op het portaal\"],\"FiGRkg\":[\"Gegevens ingevuld\"],\"SlfejT\":[\"Fout\"],\"Ne0Dr1\":[\"Fout bij het klonen van het project\"],\"AEkJ6x\":[\"Fout bij het maken van het rapport\"],\"edh3aY\":[\"Fout bij laden van project\"],\"4kVRov\":[\"Fout opgetreden\"],\"hmk+3M\":[\"Fout bij het uploaden van \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Geschatte kosten\"],\"0PkibI\":[\"Geschat totaal: €\",[\"estimated\"]],\"sIs2jw\":[\"In de EU gehoste taalmodellen inbegrepen\"],\"inuQyd\":[\"Hulp van het dembrane-team bij je evenement\"],\"tst44n\":[\"Gebeurtenissen\"],\"VFClUG\":[\"Gebeurtenissen om te luisteren naar\"],\"IwE6dT\":[\"Elke 15 minuten\"],\"QFwKaB\":[\"Elke 5 minuten\"],\"NsoFw9\":[\"Elke 60 minuten\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Elk inzicht herleidbaar. Het rapport koppelt elke bevinding terug aan wat er echt gezegd is.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Elke week, een jaar lang\"],\"aBiYpV\":[\"Iedereen kan het vinden. Admins doen direct mee, leden kunnen het aanvragen.\"],\"Mzb7Rk\":[\"Iedereen in \",[\"0\"],\" kan dit project vinden en openen.\"],\"PwqyQw\":[\"Iedereen in je organisatie\"],\"nvU1pM\":[\"Iedereen op de lijst is getraind.\"],\"participant.alert.microphone.access.success\":[\"Alles lijkt goed – je kunt doorgaan.\"],\"jqsg/I\":[\"Voorbeeld webhook payload\"],\"p9TUoT\":[\"Overschrijdt het maximum aantal stoelen. Er gelden extra kosten.\"],\"sQpDn6\":[\"Volledig scherm sluiten\"],\"FATwZw\":[\"Werkruimtes uitvouwen\"],\"Rsjgm0\":[\"Experimenteel\"],\"M1RnFv\":[\"Verlopen\"],\"KnN1Tu\":[\"Verloopt\"],\"vHL8v0\":[\"Verloopt binnenkort\"],\"8tjQCz\":[\"Verkennen\"],\"participant.echo.explore\":[\"Verkennen\"],\"6jZGjE\":[\"Verkennen\"],\"sAod0Q\":[[\"conversationCount\"],\" gesprekken aan het verkennen\"],\"GS+Mus\":[\"Exporteer\"],\"2KAI4N\":[\"CSV exporteren\"],\"tZXz25\":[\"24 uur verlengen\"],\"bVhrVt\":[\"Extern\"],\"3xOpcO\":[\"Extern van \",[\"0\"]],\"8f/4pG\":[\"Extern van partner\"],\"FMB83I\":[\"Externen\"],\"uRzQpN\":[\"Externen worden niet aan je organisatie toegevoegd. Ze zien alleen de werkruimtes die je hier selecteert.\"],\"W3lkzg\":[\"Externen bestaan alleen binnen een werkruimte. Kies er minstens één om de uitnodiging te versturen.\"],\"KVTM6i\":[\"Extra deelnemers\"],\"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\"]],\"g5wCZj\":[\"Mislukt om gesprekken aan context toe te voegen\"],\"pmwvUt\":[\"Fout bij het goedkeuren van het resultaat. Probeer het opnieuw.\"],\"UcQWAA\":[\"Gesprekken wissen is mislukt\"],\"RBpcoc\":[\"Fout bij het kopiëren van de chat. Probeer het opnieuw.\"],\"uvu6eC\":[\"Kopiëren van transcript is mislukt. Probeer het nog een keer.\"],\"UQ6LqT\":[\"Fout bij het aanmaken van het aangepaste onderwerp\"],\"bHJ//P\":[\"Project aanmaken mislukt\"],\"nVOWis\":[\"Verwijderen van chat mislukt\"],\"ZiNeUi\":[\"Fout bij het verwijderen van het aangepaste onderwerp\"],\"7QAutA\":[\"Verwijderen van project mislukt\"],\"BVzTya\":[\"Fout bij het verwijderen van de reactie\"],\"REIHSi\":[\"Verwijderen van tag mislukt\"],\"Gu9mXj\":[\"Fout bij het voltooien van het gesprek. Probeer het opnieuw.\"],\"vx5bTP\":[\"Fout bij het genereren van \",[\"label\"],\". Probeer het opnieuw.\"],\"Fa1ewI\":[\"Samenvatting maken lukt niet. Probeer het later nog een keer.\"],\"Z77bMM\":[\"Fout bij het laden van webhooks\"],\"T7KYJY\":[\"Fout bij het markeren van alle meldingen als gelezen\"],\"eGHX/x\":[\"Fout bij het markeren van de melding als gelezen\"],\"PECaxL\":[\"Aankondiging als ongelezen markeren mislukt\"],\"CN1kl1\":[\"Verplaatsen van project mislukt\"],\"kC1ABz\":[\"Verplaatsen van projecten mislukt\"],\"FBluE+\":[\"Opnieuw verbinden mislukt. Probeer de pagina opnieuw te laden.\"],\"SVtMXb\":[\"Fout bij het hergenereren van de samenvatting. Probeer het opnieuw later.\"],\"h49o9M\":[\"Opnieuw laden is mislukt. Probeer het opnieuw.\"],\"rv8mO7\":[\"Kan avatar niet verwijderen\"],\"kE1PiG\":[\"Fout bij het verwijderen van het gesprek uit de chat\"],\"+piK6h\":[\"Fout bij het verwijderen van het gesprek uit de chat\",[\"0\"]],\"P9wLTJ\":[\"Fout bij het verwijderen van het logo\"],\"IMUHg3\":[\"Opnieuw plannen mislukt. Kies een tijdstip verder in de toekomst en probeer het opnieuw.\"],\"SmP70M\":[\"Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw.\"],\"kClMar\":[\"Fout bij het herzien van het resultaat. Probeer het opnieuw.\"],\"wMEdO3\":[\"Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw.\"],\"FBpxE9\":[\"De run stoppen is mislukt\"],\"6xOp3l\":[\"Bericht versturen is mislukt\"],\"qTUnxX\":[\"Fout bij het bijwerken van het aangepaste onderwerp\"],\"BpuK7o\":[\"Fout bij het bijwerken van de rechtsgrondslag\"],\"Avee+B\":[\"Kan naam niet bijwerken\"],\"gnm1CH\":[\"Vastpinnen bijwerken mislukt\"],\"tOcErW\":[\"Instellingen bijwerken is mislukt\"],\"S1McZh\":[\"Kan avatar niet uploaden\"],\"RW4V7P\":[\"Fout bij het uploaden van het logo\"],\"3O1Mz4\":[\"Redelijk wachtwoord\"],\"participant.modal.echo.info.title\":[\"Functie binnenkort beschikbaar\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedbackportaal\"],\"2roTVj\":[\"Feedback verstuurd\"],\"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\"],\"UkgMPE\":[\"Bestandsnaam van het geüploade bestand\"],\"5g0xbt\":[\"Filter auditlogboeken op actie\"],\"9clinz\":[\"Filter auditlogboeken op collectie\"],\"O39Ph0\":[\"Filter op actie\"],\"DiDNkt\":[\"Filter op collectie\"],\"3AFOMQ\":[\"Filter op naam of id\"],\"MRk67a\":[\"Vind tegenstrijdigheden en voeg volgende vragen voor\"],\"participant.button.stop.finish\":[\"Afronden\"],\"participant.button.finish.text.mode\":[\"Voltooien\"],\"participant.button.finish\":[\"Voltooien\"],\"participant.modal.finish.title.text.mode\":[\"Gesprek afmaken\"],\"4dQFvz\":[\"Voltooid\"],\"jtvljU\":[\"Afronden\"],\"V1EGGU\":[\"Voornaam\"],\"FnQmUL\":[\"Vijf korte vragen, daarna kies je een moment met het dembrane-team. We lezen je antwoorden voor het gesprek en komen met een plan dat past.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus op gesprekken\"],\"2CludW\":[\"Gericht op:\"],\"cGeFup\":[\"Lettergrootte\"],\"UfM4y6\":[\"Voor <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"Voor geavanceerde gebruikers: Een geheime sleutel om de authenticiteit van de webhook te controleren. Alleen nodig als je ontvangende service een handtekeningvereist.\"],\"aW4yu6\":[\"Voor een externe organisatie\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"Voor intern gebruik\"],\"c08s58\":[\"Voor facturen, een gedeeld contract, om een samenwerking te bespreken of voor iets op maat, mail <0>support@dembrane.com.\"],\"YP/rFm\":[\"voor het dembrane-team\"],\"GcibpE\":[\"Voor jou\"],\"z7J3FU\":[\"Prognose\"],\"UXY498\":[\"Een opgeslagen herinnering vergeten\"],\"glx6on\":[\"Wachtwoord vergeten?\"],\"rWsDiJ\":[\"Kader\"],\"2POOFK\":[\"Gratis\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Het gratis plan staat 1 rapport per werkruimte toe\"],\"GAy5hu\":[\"Het gratis plan staat 1 werkruimte per organisatie toe\"],\"/L+Kwy\":[\"Gratis, alleen-lezen. Ziet projecten, gesprekken en rapporten. Kan niet chatten of rapporten genereren.\"],\"nLC6tu\":[\"Frans\"],\"2Ui6bR\":[\"wrijving\"],\"OwIqiD\":[\"Volledig scherm\"],\"k/Ywl4\":[\"Volledig transcript (wanneer beschikbaar)\"],\"3qkggm\":[\"Volledig scherm\"],\"Weq9zb\":[\"Algemeen\"],\"ziAjHi\":[\"Genereren\"],\"EIdJgG\":[\"Nieuw rapport genereren\"],\"QsUhrf\":[\"Rapport genereren\"],\"GRy59I\":[\"Genereer eerst een samenvatting\"],\"MWSGhX\":[\"Bibliotheek genereren\"],\"5SWGxv\":[\"Nu genereren\"],\"GWUJ9X\":[\"Nu genereren\"],\"QqIxfi\":[\"Geheim genereren\"],\"gitFA/\":[\"Samenvatting genereren\"],\"3/pp83\":[\"Gegenereerd op basis van het transcript. Je kunt het bewerken.\"],\"5z5bUs\":[\"Rapport wordt gegenereerd...\"],\"kzY+nd\":[\"Samenvatting wordt gemaakt. Even wachten...\"],\"hMOYzR\":[\"Je rapport wordt gegenereerd...\"],\"DDcvSo\":[\"Duits\"],\"jpNBdT\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"participant.refine.go.deeper.description\":[\"Krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"Pl6LQ+\":[\"Neem contact op\"],\"ZDIydz\":[\"Aan de slag\"],\"4/PUV0\":[\"aan de slag.\"],\"erZjsz\":[[\"0\"],\" van dembrane 24 uur adminrechten geven voor deze werkruimte? De toegang stopt automatisch.\"],\"TAXdgS\":[\"Geef me een lijst van 5-10 onderwerpen die worden besproken.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Ga terug\"],\"participant.concrete.artefact.action.button.go.back\":[\"Terug\"],\"DXr0zk\":[\"Volledig scherm\"],\"iWpEwy\":[\"Ga naar home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Naar facturering\"],\"mPlqH9\":[\"Naar chats\"],\"s15CIR\":[\"Naar gesprekken\"],\"10Xyas\":[\"Naar dashboard\"],\"4+0/e5\":[\"Naar de hostgids\"],\"BVMldh\":[\"Naar de bibliotheek\"],\"SAshCc\":[\"Naar de monitor\"],\"A3oCMz\":[\"Ga naar nieuw gesprek\"],\"S8lgYE\":[\"Naar het overzicht\"],\"Zo4Spg\":[\"Naar de portal-editor\"],\"jH97zI\":[\"Naar de projectpagina\"],\"QvyaLZ\":[\"Naar het rapport\"],\"1WuwiM\":[\"Naar instellingen\"],\"EEZvNu\":[\"Doel\"],\"mc61Qc\":[\"Doel opgeslagen\"],\"VIfUjY\":[\"Goed antwoord\"],\"hjZBYK\":[\"Heb je twee minuten? Vijf optionele vragen helpen ons voorbereiden.\"],\"5sIEgO\":[\"Heb je twee minuten? Vijf korte vragen helpen ons om goed voorbereid te komen, en je mag ze allemaal overslaan.\"],\"Lr2Goo\":[\"Licenties toekennen\"],\"ALoP4W\":[\"Groeperen op\"],\"+h3keC\":[\"Gids hoe titels worden gegenereerd. Titels beschrijven het onderwerp van het gesprek, niet de deelnemer.\"],\"uMjvI3\":[\"Het rapport begeleiden\"],\"myXGZW\":[\"Begeleid\"],\"ZqBGoi\":[\"Bevat geverifieerde artefacten\"],\"0zo6ap\":[\"Heb je een training afgerond?\"],\"OwUS8p\":[\"je opnames te laten transcriberen\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me op weg\"],\"55zzNI\":[\"Hulp bij het opzetten van je project.\"],\"1zZ1IK\":[\"Hoi\"],\"v6a4UH\":[\"Hoi \",[\"firstName\"]],\"D+zLDD\":[\"Verborgen\"],\"eBAQFo\":[\"Verborgen voor leden van de organisatie. Beheerders van de organisatie kunnen de werkruimte nog wel vinden en eraan deelnemen.\"],\"G1UUQY\":[\"Verborgen parel\"],\"vLyv1R\":[\"Verbergen\"],\"eHo/Jc\":[\"Gegevens verbergen\"],\"CdQHTK\":[\"Details verbergen\"],\"lqv0Dk\":[\"Projecten verbergen\"],\"g4tIdF\":[\"Revisiegegevens verbergen\"],\"dN/wNN\":[\"Stappen verbergen\"],\"umJNCH\":[\"Wijzigingen verbergen\"],\"SGJRXz\":[\"de dembrane event-uitnodiging verbergen\"],\"V3NvRL\":[\"De dembrane event-uitnodiging verbergen kan met een betaald plan.\"],\"tn75xn\":[\"Specifiek Concept markeren\"],\"3l+JGi\":[\"Notitie bij wijziging\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Host\"],\"Elg25+\":[\"hostgids\"],\"bGCQQ9\":[\"Hostgids\"],\"EW9rvn\":[\"Feedback van de host\"],\"yY8wAv\":[\"Uren\"],\"zvDeDZ\":[\"Uren vanaf nu\"],\"EmxJlb\":[\"Hoe Vragen werkt en wat je ermee kunt.\"],\"lgXx7l\":[\"Hoe het werkt:\"],\"DTQkD6\":[\"Hoeveel opnames verwacht je in je eerste jaar?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"Zeg het zoals jij het zou zeggen. Een datum, een seizoen, of dat je het nog niet weet.\"],\"/c3Xl4\":[\"https://youtu.be/y6jIf-kAYtQ\"],\"ACVscB\":[\"Ik heb het canvas toegepast.\"],\"wJCEin\":[\"Ik heb het doel toegepast.\"],\"L5eful\":[\"Ik heb binnenkort veel grote evenementen\"],\"Q53s6K\":[\"Ik heb de <0>voorwaarden gelezen en ga ermee akkoord\"],\"IVvH44\":[\"Ik heb ondersteuning voor een specifieke taal nodig\"],\"UTbk9h\":[\"Ik heb strikte privacygaranties nodig\"],\"participant.button.i.understand\":[\"Ik begrijp het\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"Ik weet het over een week of twee\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Inactief\"],\"IroOSC\":[\"Als je hebt gezien dat gegevens zichtbaar zijn voor de verkeerde mensen, dat iemand toegang heeft die dat niet hoort te hebben, of dat er mogelijk een beveiligingslek is, gebruik dan ons <0>formulier voor beveiligingsmeldingen. Je melding komt dan bij een ander team terecht en wordt sneller opgepakt. Mail bij spoed naar <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"Als je tevreden bent met \",[\"objectLabel\"],\", klik dan op \\\"Goedkeuren\\\" om te laten zien dat je je gehoord voelt.\"],\"qtM5OH\":[\"Als je iets anders nodig hebt, maken we een voorstel voor jouw situatie.\"],\"mHvgOU\":[\"Verwachtte je toegang? Vraag de persoon die je heeft uitgenodigd om de uitnodiging opnieuw te sturen.\"],\"AGaPk/\":[\"Als je niet zeker bent, is het waarschijnlijk nog niet nodig. Webhooks zijn een geavanceerde functie die meestal wordt gebruikt door ontwikkelaars of teams met aangepaste integraties. Je kunt ze altijd later instellen.\"],\"hDVOQQ\":[\"Als je webhook-integraties instelt, zouden we graag weten wat je voor gebruik hebt. We zijn ook bezig met observability-functies, waaronder auditlogboeken en leveringstracking.\"],\"kSoYmo\":[\"Als je je bij een bestaande organisatie wilt aansluiten, maak dan geen nieuwe aan. Je kunt hier per ongeluk terechtkomen door:\"],\"X2yiuT\":[\"Beeldstijl\"],\"QYnqWe\":[\"Afbeeldingen mogen maximaal \",[\"MAX_FILE_MB\"],\"MB zijn\"],\"zyr//t\":[\"Verbeter mijn instellingen\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactief\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Portallink opnemen\"],\"hTwp/C\":[\"Inbegrepen uren opgebruikt\"],\"LYjZNH\":[\"Inbegrepen uren deze maand opgebruikt\"],\"JEvKqp\":[\"Onjuist of verzonnen\"],\"8aA4We\":[\"overgenomen van organisatie\"],\"C6W6w6\":[\"Begin\"],\"fr30H3\":[\"Innovator of hoger\"],\"sQpkks\":[\"inzicht \",[\"0\"]],\"3hJypY\":[\"Inzichten\"],\"MSVCjk\":[\"Instructies voor het genereren van het verificatieresultaat\"],\"fN5mkr\":[\"Integraties en export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Ongeldige code. Vraag een nieuwe aan.\"],\"jLr8VJ\":[\"Ongeldige inloggegevens.\"],\"B2Tpo0\":[\"Ongeldige e-mail\"],\"R7p7+o\":[\"Ongeldige uitnodigingslink\"],\"KhBSE/\":[\"Uitnodiging\"],\"oFgGAT\":[\"Er staan uitnodigingen voor je klaar. Accepteer om aan de slag te gaan.\"],\"MFKlMB\":[\"Uitnodigen\"],\"UwSCxN\":[\"Uitnodiging afgewezen\"],\"ynskdH\":[\"Nodig leden uit om samen te werken aan projecten en gesprekken in deze werkruimte.\"],\"3iGwJw\":[\"Alleen op uitnodiging\"],\"W6+yFb\":[\"Mensen uitnodigen\"],\"iLWFzs\":[\"Nodig mensen uit voor \",[\"orgName\"]],\"lOslCN\":[\"Uitnodiging opnieuw verstuurd\"],\"7Nlmb6\":[\"Uitnodiging ingetrokken\"],\"gfMuvV\":[\"Uitnodiging verstuurd\"],\"2AL6ct\":[\"Uitnodiging verstuurd.\"],\"CTWPKj\":[\"Nodig uit voor een werkruimte, of alleen voor de organisatie.\"],\"RXHza3\":[\"Nodig uit voor deze werkruimte, of alleen voor de organisatie.\"],\"d+Y+rP\":[\"Nodig je team uit\"],\"GA5TFo\":[\"Werkruimte op uitnodiging\"],\"M4oozP\":[\"uitgenodigd door \",[\"0\"]],\"voFazH\":[\"Uitnodigingen verlopen na 7 dagen. Vraag \",[\"inviterName\"],\" om een nieuwe te versturen.\"],\"ec+Yhb\":[\"Factuurbedrag, EUR\"],\"Nv38Sl\":[\"Factuur geregistreerd als betaald.\"],\"DTZqjh\":[\"Offline gefactureerd, geen Mollie-machtiging.\"],\"F7nA5/\":[\"Facturen\"],\"L7OkFI\":[\"Facturatie\"],\"1xMiTU\":[\"IP-adres\"],\"7eZuvg\":[\"Is dit voor intern gebruik binnen je organisatie, of voor een externe organisatie?\"],\"6u5tk8\":[\"Is deze werkruimte voor intern gebruik binnen je organisatie, of voor een externe organisatie die eigenaar is van haar data?\"],\"eeAl1v\":[\"Factuur uitgeven\"],\"08FN6B\":[\"Betaallink uitgeven\"],\"Gglww2\":[\"Het heeft een eigen abonnement en eigen plaatsen, niet het gedeelde abonnement van \",[\"0\"],\". Wijzigingen hier gelden alleen voor deze werkruimte.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"Het lijkt erop dat de bibliotheek niet beschikbaar is voor uw account. Vraag om toegang om deze functionaliteit te ontgrendelen.\"],\"participant.outcome.error.description\":[\"We konden deze uitkomst niet laden. Dit kan een tijdelijk probleem zijn. U kunt proberen te herladen of teruggaan om een ander onderwerp te selecteren.\"],\"5dxEAB\":[\"Het lijkt erop dat u nog geen rapport voor dit project heeft. Genereer er een om een overzicht van uw gesprekken te krijgen.\"],\"ZYXJus\":[\"Misschien is hij al gebruikt of verlopen. Als je e-mail geverifieerd is, log dan in om door te gaan.\"],\"MbKzYA\":[\"Het lijkt erop dat meer dan één persoon spreekt. Het afwisselen zal ons helpen iedereen duidelijk te horen.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italiaans (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"KFXip/\":[\"Jan\"],\"r6wcTL\":[\"jan@voorbeeld.com\"],\"0wdd7X\":[\"Aansluiten\"],\"ADF305\":[\"Lid worden van \",[\"0\"],\" als <0>admin? Het verschijnt daarna meteen in je zijbalk.\"],\"C6DnOz\":[\"Word eerst zelf admin van \",[\"0\"],\" om anderen toe te voegen.\"],\"q1E+AA\":[\"Lid worden van \",[\"0\"],\"?\"],\"agqQk1\":[\"Word lid van \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Lid worden als admin\"],\"TCEFVm\":[\"Lid worden als admin?\"],\"j4IJHz\":[\"Eerst lid worden\"],\"eI7D2K\":[\"Aansluiten voor support\"],\"oopH2X\":[\"Aansluiten voor support (24 uur)\"],\"Q31z/2\":[\"Word lid van onze Slack-community\"],\"s/jfrO\":[\"Word lid van deze organisatie om werkruimtes te ontdekken en samen te werken met je team.\"],\"iVHzoM\":[\"Doe mee aan deze portalsessie\"],\"BICpzG\":[\"Sluit je als beheerder aan bij deze werkruimte om te helpen met support. De klant moet support-toegang voor medewerkers hebben aangezet. Je toegang stopt automatisch na 24 uur.\"],\"gePQ/O\":[\"Word lid van deze werkruimte om samen te werken aan gesprekken, inzichten te delen en samen rapporten te maken.\"],\"IKAMA9\":[\"Lid geworden van \",[\"subjectName\"]],\"Glgamf\":[\"Toegevoegd als admin\"],\"l4EwDk\":[\"Deelgenomen aan het gesprek\"],\"NiZZRh\":[\"Ga naar\"],\"uocCon\":[\"Gewoon een momentje\"],\"xOTzt5\":[\"zojuist\"],\"TXB5vy\":[\"Eén.\"],\"mmEyCQ\":[\"Net een preview gemaakt. Even geduld.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Net bijgewerkt. Even geduld.\"],\"UQYK3R\":[\"Net begonnen\"],\"U0T6D0\":[\"Praat of typ gewoon op een natuurlijke manier. Uw bijdrage gaat rechtstreeks naar ons productteam en helpt ons echt om dembrane te verbeteren. We lezen alles.\"],\"hK3t2g\":[\"Alleen jij, plus de beheerders van de werkruimte.\"],\"rnwfSX\":[\"Voorlopig alleen jij.\"],\"lgdsfK\":[\"Alleen jij. Deel met specifieke mensen →\"],\"OePlDL\":[[\"tier\"],\" houden tot een datum\"],\"0ohX1R\":[\"Houd de toegang veilig met een eenmalige code uit je authenticator-app. Gebruik deze schakelaar om tweestapsverificatie voor dit account te beheren.\"],\"4OjqAQ\":[\"Verder bewerken\"],\"RQElWR\":[\"Behouden\"],\"B3WAHx\":[\"Licentie houden\"],\"uHdpk+\":[\"Mijn abonnement behouden\"],\"Qzyw+2\":[\"In behandeling houden\"],\"II//jO\":[\"Houd dit canvas up-to-date\"],\"0BWuwA\":[\"Houdt het niveau tot de datum hieronder en gaat daarna terug naar Free, tenzij ze een abonnement nemen.\"],\"4q0kY7\":[\"Kernbegrippen\"],\"dymfAn\":[\"Kernbegrippen vertellen de transcriptie hoe de namen en woorden die in dit project belangrijk zijn geschreven worden.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Taal\"],\"swJ0V2\":[\"Laatste audio\"],\"rTwgPH\":[\"Vorige maand\"],\"1ZaQUH\":[\"Achternaam\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Laatst opgeslagen \",[\"0\"]],\"K7P0jz\":[\"Laatst bijgewerkt\"],\"QEU41f\":[\"Laatst bijgewerkt \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Laatste\"],\"wv+L3B\":[\"Laatste rapport\"],\"zwWKhA\":[\"Meer informatie\"],\"ay5uke\":[\"Meer informatie over webhooks\"],\"ffCwpJ\":[\"Laat leeg om bestaande te behouden\"],\"wpBe20\":[\"Nu verlaten\"],\"qvRaz1\":[\"Werkruimte verlaten\"],\"HZKm0W\":[\"Laat je e-mailadres achter en we nemen binnen een dag contact met je op over een event met dembrane.\"],\"J8VWes\":[\"Laat je e-mailadres achter, dan nemen we contact met je op.\"],\"UlKSMd\":[\"Vertrokken\"],\"Mx+KL8\":[\"Rechtsgrondslag\"],\"vRXsmZ\":[\"Rechtsgrondslag\"],\"CopiEV\":[\"Rechtsgrondslag opgeslagen\"],\"nc/jNe\":[\"Naam rechtspersoon\"],\"oK9656\":[\"Aan de slag!\"],\"8zGcQ2\":[\"Laten we je eerste gesprek horen.\"],\"qnAazR\":[\"Laten we het over het canvas \\\\\\\"\",[\"0\"],\"\\\\\\\" hebben.\"],\"OQ/Al+\":[\"Laten we het over dit canvas hebben.\"],\"VxapXh\":[\"bibliotheek\"],\"exYcTF\":[\"Bibliotheek\"],\"library.title\":[\"Bibliotheek\"],\"T50lwc\":[\"Bibliotheek wordt aangemaakt\"],\"gkv8iG\":[\"Kenteken\"],\"u/z4+7\":[\"Licentie ingetrokken\"],\"snyG+w\":[\"Licenties\"],\"/NleHL\":[\"Licenties verleend\"],\"JbbFA4\":[\"Levenslange limiet\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link gekopieerd\"],\"H+AO1D\":[\"Link naar het privacybeleid dat deelnemers te zien krijgen\"],\"g4/qsV\":[\"Toon mijn gesprekken\"],\"k3d/oJ\":[\"Toon de gesprekken in dit project.\"],\"+L0OEa\":[\"Gesprekken op een rij zetten\"],\"gWVReV\":[\"Documentatiepagina's opzoeken\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live en recent\"],\"uH9GEL\":[\"Live agent uitvoermodus\"],\"participant.live.audio.level\":[\"Live audio niveau:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live deelnemersstroom\"],\"O0rtUS\":[\"Live deelnemerstrechter: aantallen voor gescand, instellen, op opnamepagina, live en voltooid\"],\"n9yU9X\":[\"Live Voorbeeld\"],\"hQE9uK\":[\"Live opnames, voortgang van transcriptie en fouten verschijnen hier zodra deelnemers in de portal beginnen met opnemen.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live verbinding verbroken. We werken minder vaak bij tot de verbinding terug is.\"],\"PPSKvH\":[\"Live verbinding onderbroken. We halen updates nu periodiek op.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Meer laden\"],\"yQE2r9\":[\"Bezig met laden\"],\"participant.verify.instructions.loading\":[\"Bezig met laden\"],\"yQ9yN3\":[\"Acties worden geladen...\"],\"participant.concrete.loading.artefact\":[\"Tekst aan het laden…\"],\"JOvnq+\":[\"Auditlogboeken worden geladen…\"],\"y+JWgj\":[\"Collecties worden geladen...\"],\"YyMToN\":[\"Leden laden\"],\"IG63hz\":[\"Methodologie laden\"],\"FUK4WT\":[\"Microfoons laden...\"],\"Xan9/v\":[\"Projecten laden...\"],\"GtQzAW\":[\"Deze chat laden...\"],\"H+bnrh\":[\"Transcript aan het laden...\"],\"3SKW0s\":[\"Verify onderwerpen aan het laden…\"],\"eRq8Ag\":[\"Werkruimtes laden…\"],\"+yD+Wu\":[\"bezig met laden...\"],\"Z3FXyt\":[\"Bezig met laden...\"],\"Pwqkdw\":[\"Bezig met laden…\"],\"G2fuEb\":[\"Vergrendeld\"],\"pefb7Y\":[\"Gesprek vergrendeld, upgrade om te bekijken\"],\"z32CuS\":[\"Vergrendeld om bij de uitnodiging te passen. Wil je een ander adres gebruiken? Vraag de admin om dat e-mailadres opnieuw uit te nodigen.\"],\"sQia9P\":[\"Inloggen\"],\"L3Q5Lc\":[\"Log in bij \",[\"resolvedWorkspaceName\"],\" om verder te gaan.\"],\"KC88rc\":[\"Uitloggen en het uitgenodigde e-mailadres gebruiken\"],\"7Zt++i\":[\"Dit doorgeven aan het dembrane-team\"],\"z0t9bb\":[\"Inloggen\"],\"LM/dWU\":[\"Inloggen | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo verwijderd\"],\"MjfaMh\":[\"Logo bijgewerkt\"],\"nOhz3x\":[\"Uitloggen\"],\"FTbR8B\":[\"Langste eerst\"],\"jWXlkr\":[\"Langste eerst\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Batterij bijna leeg\"],\"tX9/Xs\":[\"een werkruimte privé te maken\"],\"QqxHAZ\":[\"Maak het privé om alleen met specifieke mensen te delen. Privéprojecten vereisen het innovator-abonnement of hoger.\"],\"icpEdc\":[\"Privé maken\"],\"pCYZVV\":[\"Zichtbaar maken voor de hele werkruimte\"],\"wckWOP\":[\"Beheren\"],\"lXmPSL\":[\"Aanwezigen beheren\"],\"hB02vO\":[\"Leden beheren\"],\"WLAeKT\":[\"Facturatie van organisatie beheren\"],\"mrenWs\":[\"Templates beheren\"],\"2VeSf/\":[\"Training beheren\"],\"waFx9W\":[\"Beheerd\"],\"DlYfyz\":[\"Beheerde accounts betalen op factuur, niet met een kaart. Een account beheerd maken houdt alle functies aan en zet automatisch incasseren, aanmaningen en verlopen uit. Wijs een dembrane-accountmanager toe zodat de klant weet bij wie hij terechtkan.\"],\"bxxIPf\":[\"Beheerde facturatie\"],\"usR1Ju\":[\"Beheerd door dembrane\"],\"/FWPUc\":[\"Beheert leden, werkruimtes en organisatie-instellingen.\"],\"onllUU\":[\"Alles markeren als gelezen\"],\"JSxZVX\":[\"Alle als gelezen markeren\"],\"E8m+Rc\":[\"Markeer als aanwezig\"],\"+s1J8k\":[\"Als gelezen markeren\"],\"5GPcf9\":[\"Markeren als ongelezen\"],\"TyonBx\":[\"Markeer als voltooid\"],\"MCipZC\":[\"Factuur markeren als betaald\"],\"AHBWqd\":[\"Training als voltooid markeren\"],\"Ofm5QB\":[\"Markeert \",[\"orgName\"],\" als partner. De werkruimtes geven bij het aanmaken zelf aan of ze voor intern of extern klantgebruik zijn.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Vergadernotities\"],\"NwiNTb\":[\"lid\"],\"OvoEq7\":[\"Lid\"],\"deUR+U\":[\"Lid verwijderd\"],\"GnG6Oy\":[\"leden\"],\"wlQNTg\":[\"Leden\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Geheugen\"],\"u418B7\":[\"Herinnering verwijderd\"],\"ltnOth\":[\"Bericht van het dembrane team\"],\"YcaR2g\":[\"Bericht is te lang (maximaal 32.000 tekens). Voeg gesprekken toe of maak je bericht korter.\"],\"08d+3x\":[\"Berichten van \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologieën\"],\"m8tKkP\":[\"Methodologie\"],\"hml7oE\":[\"Methodologie aangemaakt\"],\"l1/lbT\":[\"Methodologie opgeslagen\"],\"e6I7Ej\":[\"Methodologie bijgewerkt\"],\"ADm81a\":[\"Microfoon geblokkeerd\"],\"+WoTL8\":[\"Microfoon getest\"],\"B+1PXy\":[\"Toegang tot de microfoon wordt nog steeds geweigerd. Controleer uw instellingen en probeer het opnieuw.\"],\"azjxk1\":[\"Antwoordt niet op de vraag\"],\"pTc/Cy\":[\"mnd\"],\"zz/Wd/\":[\"Modus\"],\"Re8IqH\":[\"Mollie is niet ingesteld in deze omgeving, dus er worden geen live transacties getoond. De Dashboard-link verwijst nog steeds naar de juiste Mollie-omgeving.\"],\"j0uaMA\":[\"Monitoren\"],\"f8jrkd\":[\"meer\"],\"2FYpfJ\":[\"Meer\"],\"JcD7qf\":[\"Meer acties\"],\"YJLckp\":[\"Meer dan 1000.\"],\"MDHqSE\":[\"Meer dan 40.\"],\"QWdKwH\":[\"Verplaatsen\"],\"3qp1VW\":[\"\\\"\",[\"0\"],\"\\\" verplaatsen naar \",[\"targetWorkspaceName\"],\"? Leden van de huidige werkruimte verliezen hun toegang.\"],\"ZU6coV\":[[\"0\"],\" van \",[\"1\"],\" naar \",[\"tier\"],\" verplaatsen?\"],\"8Pgx5L\":[\"Haal \",[\"name\"],\" van facturatie door dembrane. Kies wat er met hun plan gebeurt.\"],\"CyKTz9\":[\"Verplaats gesprek\"],\"cK3qrq\":[\"Verplaatsingsgeschiedenis\"],\"nthowT\":[\"Project verplaatsen\"],\"WnyjBv\":[\"Projecten verplaatsen\"],\"7TYQRA\":[\"Dit project naar de geselecteerde werkruimte verplaatsen?\"],\"fwyWPz\":[\"Verplaats dit project, met de gesprekken en rapporten, naar een werkruimte die je beheert. Je moet admin of eigenaar van de doelwerkruimte zijn.\"],\"wUTBdx\":[\"Verplaats naar een ander project\"],\"zCpAZ1\":[\"Naar een andere werkruimte verplaatsen\"],\"Ksvwy+\":[\"Verplaats naar project\"],\"5MzfrX\":[\"Analyse in meerdere stappen.\"],\"uzUz9i\":[\"Meerdere talen\"],\"j7HfhZ\":[\"Moet minstens 10 minuten in de toekomst zijn\"],\"5hOInR\":[\"Mijn toegang\"],\"en+4fS\":[\"Mijn sjablonen\"],\"6YtxFj\":[\"Naam\"],\"e3/ja4\":[\"Naam A-Z\"],\"8/brI5\":[\"Naam is verplicht\"],\"aFFbp6\":[\"Noem het naar de klant, opdracht of het doel.\"],\"KxAfaR\":[\"Noem het naar het onderwerp, de opdracht of de vraag die je verkent.\"],\"ztAdhw\":[\"Naam bijgewerkt\"],\"vfJR5V\":[\"Geef je organisatie een naam om te beginnen. Je kunt daarna meteen leden uitnodigen, of later via instellingen lid worden van andere organisaties.\"],\"5cahWP\":[\"Geef je organisatie een naam. Je kunt daarna mensen uitnodigen, of dat later via instellingen doen.\"],\"pfbjQ0\":[\"Geef je werkruimte een naam.\"],\"c5Xt89\":[\"Naam Z-A\"],\"WcgzjF\":[\"naam@voorbeeld.com\"],\"CLjxnx\":[\"naam@voorbeeld.com, naam2@voorbeeld.com\"],\"AQjK0x\":[\"Werkwijzen met een naam die je team opnieuw kan gebruiken.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Meer toegang nodig? Vraag de persoon die je heeft uitgenodigd om je toe te voegen aan de organisatie of een andere werkruimte.\"],\"fAUSZy\":[\"Vereist aandacht\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"Nieuw\"],\"mdHOWX\":[\"Nieuwe chat over dit canvas\"],\"Wmq4bZ\":[\"Nieuwe Gesprek Naam\"],\"u2uElg\":[\"Nieuwe gesprekken toegevoegd sinds dit rapport\"],\"library.new.conversations\":[\"Er zijn nieuwe gesprekken toegevoegd sinds de bibliotheek is gegenereerd. Genereer de bibliotheek opnieuw om ze te verwerken.\"],\"UPRdvV\":[\"Nieuwe methodologie\"],\"MVaH2c\":[\"Nieuwe organisatie\"],\"/nT6AE\":[\"Nieuw wachtwoord\"],\"7vhWI8\":[\"Nieuw wachtwoord\"],\"gKi+a/\":[\"Nieuw project\"],\"wzIR5D\":[\"Nieuw project | dembrane\"],\"z6wcHz\":[\"Nieuw rapport\"],\"ZfVx+G\":[\"Nieuw niveau\"],\"curoK5\":[\"Nieuwe werkruimte\"],\"cTUByn\":[\"Nieuwste eerst\"],\"+RfVvh\":[\"Nieuwste eerst\"],\"hXzOVo\":[\"Volgende\"],\"participant.button.next\":[\"Volgende\"],\"participant.verify.selection.button.next\":[\"Volgende\"],\"participant.verify.instructions.button.next\":[\"Volgende\"],\"1vEADD\":[\"Volgende factuur\"],\"ljNSDv\":[\"Volgende: kies een tijd\"],\"1UzENP\":[\"Nee\"],\"participant.button.finish.no.text.mode\":[\"Nee\"],\"oPoLg+\":[\"Geen toegang\"],\"VHfLAW\":[\"Geen accounts\"],\"riwuXX\":[\"Geen acties gevonden\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Geen app, geen hardware. Deelnemers scannen een QR-code en hun telefoon wordt het portaal.\"],\"Em+3Ls\":[\"Geen auditlogboeken komen overeen met de huidige filters.\"],\"Xmk0PY\":[\"Nog geen factureringsaccount. Mail naar <0>support@dembrane.com en we stellen er een in.\"],\"PVAfDk\":[\"Geen factureringsaccounts voldoen aan de huidige filters.\"],\"xz3y0A\":[\"Nog geen canvassen\"],\"d2Jf1f\":[\"Geen wijziging\"],\"project.sidebar.chat.empty.description\":[\"Geen chats gevonden. Start een chat met behulp van de \\\"Vraag\\\" knop.\"],\"9nWRSv\":[\"Geen chats gevonden voor je zoekopdracht.\"],\"r3iaI0\":[\"Nog geen chats.\"],\"Qqhl3R\":[\"Geen collecties gevonden\"],\"zsslJv\":[\"Geen inhoud\"],\"1pZsdx\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"library.no.conversations\":[\"Geen gesprekken beschikbaar om bibliotheek te maken\"],\"EtMtH/\":[\"Geen gesprekken gevonden.\"],\"BuikQT\":[\"Geen gesprekken gevonden. Start een gesprek met behulp van de deelname-uitnodigingslink uit het <0><1>projectoverzicht.\"],\"PNz5nE\":[\"Geen gesprekken voldoen aan deze filters.\"],\"select.all.modal.no.conversations\":[\"Er zijn geen gesprekken verwerkt. Dit kan gebeuren als alle gesprekken al in de context zijn of niet overeenkomen met de geselecteerde filters.\"],\"YnWe3z\":[\"Nog geen gesprekken.\"],\"GKpO3x\":[\"Nog geen gesprekken. Je kunt nu een rapport plannen en gesprekken worden opgenomen zodra ze zijn toegevoegd.\"],\"oaDwXD\":[\"Geen standaard ingesteld (door client beheerd geldt)\"],\"dl4q4O\":[\"geen vervaldatum\"],\"7Ad0TM\":[\"Geen expliciete delingen. Werkruimtebeheerders hebben nog steeds toegang.\"],\"Fb9N7E\":[\"Nog geen extern geleide organisaties.\"],\"cZ8DR9\":[\"Nog geen feedback.\"],\"cqoc0B\":[\"Geen verdere kosten\"],\"bl3Q4e\":[\"Nog geen doel. Stel er hier een in, of laat de assistent je erover interviewen in de chat.\"],\"wuFH13\":[\"Er zijn geen uitnodigingen verstuurd. Bekijk de lijst hieronder.\"],\"rwtE4m\":[\"Geen logo ingesteld. De standaard van dembrane wordt gebruikt.\"],\"4TVVsS\":[\"Geen resultaten\"],\"IntpVZ\":[\"Geen resultaten gevonden\"],\"JuBV6F\":[\"Nog geen leden.\"],\"A4D9sY\":[\"Nog geen methodologieën.\"],\"gr5hJS\":[\"Er was geen microfoon beschikbaar. Controleer of er een is aangesloten en niet ergens anders in gebruik is.\"],\"UfnqDf\":[\"Geen naam\"],\"jfhDAK\":[\"Noch geen nieuwe feedback gedetecteerd. Ga door met je gesprek en probeer het opnieuw binnenkort.\"],\"XOpCfj\":[\"Geen nieuwe uitnodigingen nodig. Bekijk de lijst hieronder.\"],\"nZsRCa\":[\"Nog niemand toegevoegd\"],\"VylT70\":[\"Nog niemand anders in deze organisatie\"],\"xp1ZnX\":[\"Nog niemand hier.\"],\"wca+1p\":[\"Niemand wordt automatisch geblokkeerd bij niet-betalen. Houd mislukte betalingen hier in de gaten en volg ze op.\"],\"6iedjR\":[\"Niemand voldoet aan dat filter.\"],\"RJSUJO\":[\"Nog niemand in de organisatie.\"],\"ZwZtAi\":[\"Nog niemand in deze organisatie.\"],\"/+Nxaa\":[\"Nog niemand gedeeld\"],\"sAu4UE\":[\"Nog niemand in de werkruimte.\"],\"/ksKg9\":[\"Geen organisatierol. Toegang via werkruimte-uitnodigingen.\"],\"laeweW\":[\"Geen betalingen voldoen aan het filter.\"],\"iV2Or0\":[\"Nog geen betalingen.\"],\"cqfchi\":[\"Geen pdf beschikbaar voor deze factuur.\"],\"qPbs1l\":[\"Geen openstaande uitnodigingen\"],\"X0DUuO\":[\"Geen projectactiviteit deze periode.\"],\"T3TyGx\":[\"Geen projecten gevonden \",[\"0\"]],\"y29l+b\":[\"Geen projecten gevonden voor de zoekterm\"],\"YzI8q2\":[\"Geen projecten gevonden.\"],\"m0I2ba\":[\"Geen recente activiteit\"],\"9Y/ZE7\":[\"Nog geen verwijsafspraken.\"],\"ctlSnm\":[\"Geen rapport gevonden\"],\"1iQvuD\":[\"Nog geen rapporten\"],\"Ev2r9A\":[\"Geen resultaten\"],\"pm345e\":[\"Geen selecteerbare gesprekken\"],\"deovLP\":[\"Nog geen samenvatting\"],\"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.\"],\"KE6RCJ\":[\"Geen templates gevonden voor {searchQuery}\"],\"ndv8BV\":[\"Geen trainingen gevonden met deze filters.\"],\"JmSs4s\":[\"Nog geen trainingen.\"],\"bhqKwO\":[\"Geen transcript beschikbaar\"],\"vq+6l+\":[\"Er is nog geen transcript beschikbaar voor dit gesprek. Controleer later opnieuw.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"Nog geen verbruik deze cyclus.\"],\"OdkUBk\":[\"Er zijn geen geldige audiobestanden geselecteerd. Selecteer alleen audiobestanden (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"Er zijn geen verificatie-onderwerpen voor dit project geconfigureerd.\"],\"pdWSGS\":[\"Geen verify topics beschikbaar.\"],\"Z9sn1g\":[\"Nog geen versie\"],\"+uY23Q\":[\"Geen webhooks geconfigureerd\"],\"/PUkCU\":[\"Geen webhooks gevonden\"],\"AtHA/x\":[\"Nog geen werkruimtetoegang\"],\"nnCUYC\":[\"Geen werkruimte gekozen. Ze worden toegevoegd aan \",[\"orgName\"],\" en kunnen zelf werkruimtetoegang aanvragen.\"],\"wn5bQU\":[\"Geen wijziging van werkruimterol. Voeg deze persoon toe aan de organisatie en nodig ze daarna opnieuw uit vanuit de werkruimte.\"],\"tPEiUj\":[\"Er worden op dit moment geen werkruimtes uit deze organisatie met je gedeeld.\"],\"pxmfsY\":[\"Geen werkruimtes komen overeen met \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"Niets gepland\"],\"PjeFWm\":[\"Geen geldig e-mailadres.\"],\"select.all.modal.not.added\":[\"Niet toegevoegd\"],\"OJx3wK\":[\"Niet beschikbaar\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Niet nu\"],\"Ua2NxX\":[\"Geen beheerde facturatie. Zet op beheerd om dit account op het \",[\"tier\"],\"-niveau te factureren, zonder automatische afschrijvingen via Mollie.\"],\"07Vguj\":[\"Wordt niet verlengd\"],\"vaVAp0\":[\"Niet ingepland\"],\"MTqQMG\":[\"Niet ingesteld\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Weet ik nog niet.\"],\"kBpuXT\":[\"Deze niet\"],\"vbpAZQ\":[\"Niet getraind\"],\"/hpEcX\":[\"notitie\"],\"1DBGsz\":[\"Notities\"],\"RYtZxa\":[\"Notities voor ons team\"],\"budBGD\":[\"Notities die de assistent bijhoudt over hoe je graag werkt, opgeslagen tijdens je chats. Alleen jij ziet ze. Verwijder alles wat je niet wilt bewaren.\"],\"NdAad3\":[\"Notities die de assistent vanuit chats over dit project heeft opgeslagen. Iedereen die in dit project chat deelt ze.\"],\"WAy8m5\":[\"Notities die de assistent vanuit chats over deze werkruimte heeft opgeslagen. Iedereen in de werkruimte deelt ze.\"],\"DZMptz\":[\"Op dit moment niets van dembrane.\"],\"DN72IZ\":[\"Hier is nog niets voor je.\"],\"yFnB+H\":[\"hier nog niets\"],\"0IdomT\":[\"Er wordt niets verstuurd totdat je het verstuurt. Pas hieronder eerst aan wat je wilt.\"],\"we3tJT\":[\"Niets komt overeen met het filter.\"],\"610qM/\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl er wordt gechat.\"],\"6rAlvZ\":[\"Nog niets opgeslagen. De assistent voegt hier notities toe terwijl je chat.\"],\"yebagU\":[\"Deelnemers melden wanneer een rapport wordt gepubliceerd.\"],\"hGA9Wy\":[\"Waarnemer\"],\"phUtHZ\":[\"Waarnemers (gratis)\"],\"k9cwCQ\":[\"Waarnemers zijn gratis en alleen-lezen, en alleen voor werkruimtes van externe klanten. Ze kunnen de werkruimte bekijken, maar niet chatten, rapporten genereren of bewerken. Wijzig hun rol naar Extern om ze meer te laten doen.\"],\"RfY3gN\":[\"Observers zijn gratis gasten die alleen kunnen meelezen. Wil je ze laten bewerken? Verwijder ze en nodig ze opnieuw uit als lid.\"],\"JIE4kF\":[\"Waarnemers zijn alleen beschikbaar in werkruimtes voor een externe klant. Kies alleen werkruimtes van externe klanten, of kies een andere rol.\"],\"Bdtwnw\":[\"uit\"],\"az8lvo\":[\"Uit\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oudste eerst\"],\"9+6THi\":[\"Oudste eerst\"],\"Fdp03t\":[\"aan\"],\"Z5HWHd\":[\"Aan\"],\"Hktelz\":[\"Facturatie wordt beheerd door dembrane. Overschakelen naar self-serve behoudt het niveau en toont de klant de checkout om kaartbetaling in te stellen.\"],\"er1mH/\":[\"Op opnamepagina\"],\"participant.verify.instructions.revise.artefact\":[\"Heb je het besproken? Klik op \\\"Herzien\\\" om \",[\"objectLabel\"],\" aan te passen aan jullie gesprek.\"],\"participant.verify.instructions.read.aloud\":[\"Lees \",[\"objectLabel\"],\" hardop voor en vertel wat je eventueel wilt aanpassen.\"],\"lKCG/O\":[\"Één groot evenement aan het eind van het jaar\"],\"O3G8il\":[\"Één dag in oktober\"],\"qvLmaf\":[\"Eén kleine letter\"],\"+P5Okg\":[\"Eén cijfer\"],\"m5rZjl\":[\"Eén symbool\"],\"MKUgK1\":[\"Eén hoofdletter\"],\"qitPxp\":[\"Eenmalig\"],\"J6n7sl\":[\"Actief\"],\"conversation.ongoing\":[\"Actief\"],\"yAVA7C\":[\"Lopende gesprekken\"],\"a//PzZ\":[\"Verander deze instelling alleen in overleg met de verantwoordelijke persoon(nen) voor de bescherming van gegevens binnen uw organisatie.\"],\"z7dMhl\":[\"Je kunt alleen afbeeldingen toevoegen\"],\"uaB4AS\":[\"Alleen organisatiebeheerders en eigenaren kunnen werkruimtes aanmaken. Vraag een beheerder van je organisatie om er een aan te maken, of om je eerst te promoveren.\"],\"0WLwiw\":[\"Alleen mensen die al in deze werkruimte zitten, kunnen worden toegevoegd. Nodig ze eerst uit voor de werkruimte als ze hier nog niet zijn.\"],\"xbDpkO\":[\"Alleen de mensen die je toevoegt of uitnodigt, kunnen het zien.\"],\"K/CPkL\":[\"Alleen bij het vastleggen van een factuur die al buiten het systeem is betaald.\"],\"fKQbMI\":[\"Alleen werkruimtebeheerders en de mensen die je uitnodigt, kunnen dit project openen.\"],\"BKONOC\":[\"Alleen werkruimtebeheerders kunnen de rechtsgrondslag wijzigen.\"],\"C/Sx14\":[\"Alleen werkruimtebeheerders kunnen deze instellingen wijzigen. Vraag een beheerder als er iets bijgewerkt moet worden.\"],\"4UuIbT\":[\"Alleen jij kunt deze werkruimte zien.\"],\"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.\"],\"1TNIig\":[\"Openen\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Accountacties openen\"],\"tcgf5/\":[\"Alles openen\"],\"yCDcIF\":[\"Open chatdocumentatie\"],\"uIKeEf\":[\"Gesprek openen\"],\"EUQ7ko\":[\"Open documentatie\"],\"aRGGej\":[\"Open voor deelname\"],\"CD3rbs\":[\"Hostgids openen\"],\"f04uGY\":[\"Openen in Bibliotheek\"],\"c9rlQI\":[\"Mollie-dashboard openen\"],\"iZD9CK\":[\"Organisatie openen\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Opname bekijken\"],\"FBPD+d\":[\"Open \",[\"0\"],\" vanaf hier.\"],\"OG3wju\":[\"Open de chat\"],\"828iLy\":[\"Open de oorspronkelijke uitnodigings-e-mail en klik daar op de link, of vraag de uitnodiger om een nieuwe uitnodiging te sturen.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open de probleemoplossingsgids\"],\"m9eUZO\":[\"Open voor de werkruimte\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open de probleemoplossingsgids\"],\"Gc/l1s\":[\"Werkruimte openen\"],\"F7e1nt\":[\"Werkruimteacties openen\"],\"Hak8r6\":[\"Open je authenticator-app en voer de huidige zescijferige code in.\"],\"rPRgw+\":[\"Zet experimentele functies aan en help dembrane vormgeven. Deze functies kunnen op elk moment veranderen of verdwijnen.\"],\"LLAa/9\":[\"Optioneel\"],\"ZFIvWo\":[\"Optioneel (valt terug naar Engels)\"],\"V44CS4\":[\"Optioneel veld op de startpagina\"],\"bkndzy\":[\"Optioneel veld op de bedankpagina\"],\"xam4uE\":[\"Optionele vraag \",[\"0\"],\" van \",[\"1\"]],\"S2LyUK\":[\"Optionele vraag \",[\"0\"],\" van \",[\"1\"],\". Sla gerust over.\"],\"0OspM/\":[\"Optioneel. Waar deze werkruimte voor is.\"],\"0zpgxV\":[\"Opties\"],\"BzEFor\":[\"of\"],\"0EffTH\":[\"Of kies een tijd\"],\"7r2pfW\":[\"Of liever direct chatten?\"],\"1h45Hu\":[\"Of schrijf uw eigen\"],\"v2MBz4\":[\"Alleen organisatie\"],\"LB3Kje\":[\"Organisatie\"],\"sezvMj\":[\"Organisatie | dembrane\"],\"9L7xZr\":[\"Organisatieaccount\"],\"x/dDGk\":[\"Organisatielid\"],\"Juy8tT\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte.\"],\"UPvG74\":[\"Organisatieleden verschijnen hier zodra ze deelnemen aan een werkruimte. Uitnodigingen worden verstuurd vanaf het tabblad Leden van elke werkruimte.\"],\"m9HLnV\":[\"Organisatienaam\"],\"IvGxhL\":[\"Organisatie niet gevonden\"],\"B38pCE\":[\"Alleen organisatie\"],\"kzWAph\":[\"Organisatiegebruik\"],\"GoZkew\":[\"Organisaties\"],\"usabod\":[\"Organisaties | dembrane\"],\"qdq0Jp\":[\"Organisaties aangemaakt door mensen die externe samenwerkers van een partner zijn. Een signaal dat ze mogelijk hun eigen abonnement willen.\"],\"/IX/7x\":[\"Anders\"],\"GC75c7\":[\"Resultaat succesvol goedgekeurd!\"],\"QLXrh9\":[\"Resultaat succesvol herladen!\"],\"LJg1UW\":[\"Resultaat succesvol herzien!\"],\"df3S+R\":[\"Resultaat succesvol bijgewerkt!\"],\"1fjbvD\":[\"resultaten\"],\"ZU3zZC\":[\"Resultaten\"],\"NTkmOk\":[\"Facturering voor overschrijding van toepassing\"],\"6KkwPT\":[\"Overschreven voor dit project\"],\"AR/qbs\":[\"Overschrijven voor dit project\"],\"6/dCYd\":[\"Overzicht\"],\"/fAXQQ\":[\"Overview - Thema’s & patronen\"],\"oDAEQq\":[\"Eigendom\"],\"OwPQJt\":[\"Eigendom is vergrendeld. Neem contact op met support om over te dragen.\"],\"HSAzUy\":[\"Eigenaar-organisatie\"],\"Wu++6g\":[\"Pagina inhoud\"],\"8F1i42\":[\"Pagina niet gevonden\"],\"6+Py7/\":[\"Pagina titel\"],\"v4nCHK\":[\"Betaald\"],\"uneeEC\":[\"deels afgerond\"],\"v8fxDX\":[\"Deelnemer\"],\"h3AUOJ\":[\"Deelnemer e-mail\"],\"WdEzKM\":[\"Deelnemer e-mails\"],\"Uc9fP1\":[\"Deelnemer features\"],\"hRcUJQ\":[\"Naam deelnemer\"],\"rMCv1T\":[\"Deelnemer naam en e-mail\"],\"CmOBUh\":[\"Deelnemers abonneren op updates\"],\"DbvvEo\":[\"Verificatie van deelnemers\"],\"MZHPuB\":[\"Deelnemers\"],\"y4n1fB\":[\"Deelnemers kunnen trefwoorden selecteren wanneer ze een gesprek starten\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partnerorganisatie\"],\"LkuJMH\":[\"Partnerwerkruimte, apart gefactureerd en geen onderdeel van het plan van de organisatie.\"],\"qC5k4V\":[\"Partnerwerkruimte, apart gefactureerd van de organisatie.\"],\"8ZsakT\":[\"Wachtwoord\"],\"zJx6Vx\":[\"Wachtwoord gewijzigd\"],\"PxRsoo\":[\"Wachtwoord voldoet niet aan de vereisten.\"],\"lpIMne\":[\"Wachtwoorden komen niet overeen\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pauzeer het voorlezen\"],\"KXsZLF\":[\"Updates pauzeren\"],\"URAE3q\":[\"Gepauzeerd\"],\"XaA5fF\":[\"Gepauzeerd.\"],\"6Dmao4\":[\"Gepauzeerd. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Nu betalen\"],\"VwkrOQ\":[\"Betalende omzet\"],\"VESsDr\":[\"Betalende omzet deze maand\"],\"pJxzaT\":[\"Betaling mislukt\"],\"/CNehZ\":[\"Bedrag betaallink, EUR\"],\"GfJaff\":[\"Betaallink uitgegeven.\"],\"ENEPLY\":[\"Betaalmethode\"],\"sni5ir\":[\"Betalingskenmerk\"],\"Kd2B1D\":[\"De betaling is gelukt. Je plan is up-to-date.\"],\"S48xcO\":[\"in behandeling\"],\"UbRKMZ\":[\"In afwachting\"],\"EaYDGF\":[\"Openstaande toegangsverzoeken\"],\"V1wW5o\":[\"Actie vereist\"],\"sU2oO4\":[\"Openstaande uitnodigingen\"],\"GC714A\":[\"Openstaande uitnodigingen | dembrane\"],\"gPRsPw\":[\"personen\"],\"1wdjme\":[\"Personen\"],\"t9qtWL\":[\"Personen met toegang\"],\"Uoqcz2\":[\"Resultaten per ontvanger:\"],\"hkffer\":[\"Toegang per werkruimte\"],\"SrVzRe\":[\"Procent\"],\"NtQvjo\":[\"Periode\"],\"D0meML\":[\"persoon\"],\"t4wIPl\":[\"Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"zmwvG2\":[\"Telefoon\"],\"B8mlc2\":[\"Kies een datum\"],\"8hUAfY\":[\"Kies een tijd\"],\"rwgOir\":[\"Kies nu een moment\"],\"635Oq4\":[\"Kies een tijd met \",[\"host\"],\".\"],\"PYDbNJ\":[\"Kies een account\"],\"hZjgId\":[\"Kies minstens één werkruimte om de uitnodiging te versturen.\"],\"NCubup\":[\"Kies iemand uit je organisatie of typ een e-mailadres om uit te nodigen.\"],\"m+EMny\":[\"Kies er een\"],\"6v5aT9\":[\"Kies de aanpak die past bij je vraag\"],\"U1Tudq\":[\"Pilotlimiet bereikt\"],\"qVkGWK\":[\"Vastpinnen\"],\"u8qC4w\":[\"Project vastpinnen\"],\"S+WiJ3\":[\"Pin sjablonen hier vast voor snelle toegang.\"],\"kNiQp6\":[\"Vastgezet\"],\"LdWQ+0\":[\"Vastgepind is vol (max 5)\"],\"EC6BHi\":[\"Vastgezette projecten\"],\"RimR35\":[\"Vastgepinde sjablonen\"],\"afV5A2\":[\"Plan eindigt\"],\"Iqh0Uv\":[\"Gepland\"],\"lWy5a1\":[\"Plannen\"],\"PI95wJ\":[\"Plant, verzamelt en controleert het eigen werk over veel gesprekken.\"],\"PKrSWk\":[\"Accepteer de voorwaarden om door te gaan.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Schakel deelneming in om delen mogelijk te maken\"],\"fwrPh4\":[\"Voer een geldig e-mailadres in.\"],\"ZhyvmA\":[\"Log in om door te gaan.\"],\"MXEkrp\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen)\"],\"Lu1j4b\":[\"Neem je reactie op door op de knop \\\"Record\\\" hieronder te klikken. Je kunt ook in tekst reageren door op het teksticoon te klikken.\\n**Houd dit scherm verlicht**\\n(zwart scherm = niet aan het opnemen).\\nJe transcriptie wordt geanonimiseerd en je host kan niet naar je opname luisteren.\"],\"library.processing.request\":[\"Bibliotheek wordt verwerkt\"],\"04DMtb\":[\"Wacht aub terwijl we uw hertranscriptieaanvraag verwerken. U wordt automatisch doorgestuurd naar het nieuwe gesprek wanneer klaar.\"],\"6MncU0\":[\"plus werkruimtebeheerders\"],\"rhEYMw\":[\"PNG, JPEG of WebP. Wordt bijgesneden tot een cirkel.\"],\"jjdudv\":[\"Slecht antwoord\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Populair\"],\"uRFMMc\":[\"Portal inhoud\"],\"ivjxif\":[\"Portalbeschrijving\"],\"oNb5Ox\":[\"portal-editor\"],\"694+8E\":[\"Portaalbewerker\"],\"qVypVJ\":[\"Portaal-editor\"],\"OZYxCC\":[\"Afsluitbericht portal\"],\"FNuwSz\":[\"Portaltaal\"],\"gKSdKz\":[\"Portal open voor nieuwe gesprekken\"],\"XfoCxn\":[\"Portaaloverzicht\"],\"qLWG8R\":[\"Portaltitel\"],\"D5roJB\":[\"Portaltutorial\"],\"U4aiMW\":[\"Postcode\"],\"cWkKWE\":[\"compliment\"],\"E7dbXD\":[\"Praat je liever? Druk op opnemen en vertel het gewoon.\"],\"kBa6hc\":[\"Een navigatiesnelkoppeling voorbereiden\"],\"9vB8nN\":[\"Eerste update wordt voorbereid.\"],\"xVEtui\":[\"Dit canvas wordt voorbereid\"],\"/SM3Ws\":[\"Uw ervaring voorbereiden\"],\"rdUucN\":[\"Voorbeeld\"],\"hyneRf\":[\"Voorbeeld: De snelle bruine vos springt over de luiende hond.\"],\"DHhJ7s\":[\"Vorige\"],\"a7u1N9\":[\"Prijs\"],\"UoByX/\":[\"Afdrukken / PDF opslaan\"],\"S8ugMC\":[\"Rapport afdrukken\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL van het privacybeleid\"],\"zwBp5t\":[\"Privé\"],\"Q7R6ZJ\":[\"Privé · alleen genodigden kunnen dit zien\"],\"i4YTOL\":[\"Privéproject\"],\"1vsuTU\":[\"Privéwerkruimte\"],\"FdLMTd\":[\"Privéwerkruimtes zijn beschikbaar met een betaald abonnement.\"],\"1ihBUA\":[\"Privé. Voeg mensen toe om het te delen.\"],\"qAGp2O\":[\"Doorgaan\"],\"select.all.modal.proceed\":[\"Doorgaan\"],\"select.all.modal.loading.description\":[\"<0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" gesprek\"],\"other\":[\"#\",\" gesprekken\"]}],\" verwerken en toevoegen aan je chat\"],\"gzGDMM\":[\"Hertranscriptieaanvraag wordt verwerkt...\"],\"byJgGz\":[\"Hulp bij inkoop\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Projectacties\"],\"eBFgFZ\":[\"projectchats\"],\"2LxK9d\":[\"Projectcontext\"],\"RYrbVH\":[\"Project aangemaakt\"],\"Hie0VV\":[\"Project aangemaakt\"],\"zjTrs1\":[\"Projectstandaard: ingeschakeld. Persoonlijke informatie wordt vervangen door tijdelijke aanduidingen. Afspelen van audio, downloaden en hertranscriptie worden uitgeschakeld voor het nieuwe gesprek.\"],\"aVOwd+\":[\"Project verwijderd\"],\"7TYa2T\":[\"Projectdoel\"],\"qW7NU2\":[\"Het project is nu zichtbaar voor iedereen in \",[\"workspaceName\"]],\"wNXqAE\":[\"Het project is nu zichtbaar voor de werkruimte\"],\"QFx9kj\":[\"Inzichtenbibliotheek | dembrane\"],\"QDjWwu\":[\"Project Meta Samenvatting\"],\"lltun+\":[\"Project verplaatst\"],\"OyIC0Q\":[\"Projectnaam\"],\"3gh0L6\":[\"Projectnaam en ID\"],\"6Z2q2Y\":[\"Projectnaam moet minstens 4 tekens lang zijn\"],\"n7JQEk\":[\"Project niet gevonden\"],\"uMobxw\":[\"projectoverzicht\"],\"q0+yfq\":[\"Project Overzicht | dembrane\"],\"3YND3K\":[\"projectinstellingen\"],\"Wsk5pi\":[\"Project Instellingen\"],\"7NmoFz\":[\"Verwacht maandtotaal\"],\"gitVS9\":[\"Verwacht jaartotaal\"],\"M9H+/G\":[\"projecten\"],\"+0B+ue\":[\"Projecten\"],\"DK5DV3\":[\"Projecten | dembrane\"],\"B1WDxD\":[\"Projecten binnen organisatie · \",[\"0\"]],\"uNGCZL\":[\"Projecten verplaatst\"],\"2ugVVF\":[\"Projecten verschijnen hier zodra iemand in de organisatie er een met je deelt.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Voorgesteld\"],\"pAY+Io\":[\"Voorgestelde wijzigingen\"],\"Aka3jE\":[\"Naar rato voor de rest van deze factureringsperiode.\"],\"nyEOdh\":[\"Geef een overzicht van de belangrijkste onderwerpen en herhalende thema's\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publiceren\"],\"vsX8VJ\":[\"Publiceer dit rapport eerst om de portallink te tonen\"],\"IHzoSN\":[\"Publiceer dit rapport om een deellink te krijgen\"],\"u3wRF+\":[\"Gepubliceerd\"],\"E7YTYP\":[\"Haal de meest impactvolle quotes uit deze sessie\"],\"NHHXdL\":[[\"name\"],\" op facturatie beheerd door dembrane zetten, op het \",[\"tier\"],\"-niveau? Geen automatische afschrijvingen via Mollie en niets dat automatisch verloopt.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Vraag\"],\"4PTJUv\":[\"Vragen over hoe dembrane werkt, niet alleen over je data.\"],\"XhrBin\":[[\"0\"],\" stappen tegelijk uitgevoerd\"],\"iZuzSU\":[\"Snelheidslimiet bereikt\"],\"z1U/Fh\":[\"Beoordeling\"],\"wr9IYa\":[\"Voer het nieuwe wachtwoord opnieuw in\"],\"0ZBIgY\":[\"Gebruik instellingen van een bestaande webhook\"],\"Z5Tlsx\":[\"Neem contact met me op\"],\"D2yGaZ\":[\"Heractiveren\"],\"Pkpg2N\":[\"Plan heractiveren\"],\"wZxwNu\":[\"Lees hardop voor\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Minder lezen\"],\"8fZueG\":[\"Meer lezen →\"],\"wOfACA\":[\"Lees de gids voor problemen met transcripties en samenvattingen\"],\"6pSHJ5\":[\"Alleen-lezen\"],\"WU7BCa\":[\"Samenvatting van \",[\"0\"],\" lezen\"],\"tFk6c8\":[\"Transcript van \",[\"0\"],\" lezen\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Een gesprekssamenvatting lezen\"],\"LpWlYq\":[\"Een skill lezen\"],\"9UTzRO\":[\"Een transcript lezen\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Projectcontext lezen\"],\"ug1A83\":[\"Projectinstellingen lezen\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"De documentatie lezen\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Klaar om te beginnen\"],\"ShoKlK\":[\"Klaar om je tools te verbinden? Voeg een webhook toe om automatisch gesprekdata te ontvangen wanneer gebeurtenissen plaatsvinden.\"],\"VJScHU\":[\"Reden\"],\"Xc0UKh\":[\"reden: \",[\"0\"]],\"0f3uxy\":[\"Recente betalingen over alle accounts\"],\"mzcrRN\":[\"onlangs\"],\"hpnYpo\":[\"Aanbevolen apps\"],\"participant.button.s3check.reconnect\":[\"Opnieuw verbinden\"],\"participant.button.interruption.reconnect\":[\"Opnieuw verbinden\"],\"BakXLg\":[\"Opnieuw verbinden\"],\"participant.button.record\":[\"Opname starten\"],\"462bGY\":[\"Spraakbericht opnemen\"],\"s4Sz7r\":[\"Neem nog een gesprek op\"],\"XmKjfh\":[\"Opname\"],\"3gnwKb\":[\"Conferentiesessies opnemen.\"],\"HCC0Bp\":[\"Gesprekken opnemen waar je zelf bij bent, zoals straatinterviews.\"],\"participant.modal.interruption.title\":[\"Opname onderbroken\"],\"yjom5N\":[\"Opnemen blijft werken, dus je deelnemers ondervinden er niets van.\"],\"4IbgAX\":[\"Opnamepagina\"],\"participant.modal.pause.title\":[\"Opname gepauzeerd\"],\"/l7qFE\":[\"Opname gestart\"],\"POxNnV\":[\"De opname is gestopt bij de limiet van vijf minuten. Je opname wordt omgezet naar tekst.\"],\"view.recreate.tooltip\":[\"Bekijk opnieuw\"],\"view.recreate.modal.title\":[\"Bekijk opnieuw\"],\"CqnkB0\":[\"Terugkerende thema's\"],\"zKZCRh\":[\"Referentie \",[\"reference\"]],\"9aloPG\":[\"Referenties\"],\"lCF0wC\":[\"Vernieuwen\"],\"ZMXpAp\":[\"Auditlogboeken vernieuwen\"],\"rOwugh\":[\"Nu verversen\"],\"1STMKj\":[\"Lopende gesprekken vernieuwen\"],\"eEud7e\":[\"Verversen gestart\"],\"WqYAGe\":[\"Verversen werkt zodra de canvasservice klaar is.\"],\"zVuxvN\":[\"Vernieuwen…\"],\"6exX+8\":[\"Opnieuw genereren\"],\"PpFJd2\":[\"Samenvatting opnieuw genereren\"],\"bluvj0\":[\"Samenvatting opnieuw genereren\"],\"participant.regenerating.outcome\":[\"Uitkomst wordt opnieuw gegenereerd\"],\"oYlYU+\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten...\"],\"HPitDS\":[\"Registreer | dembrane\"],\"UcLJ6I\":[\"Releasevideo\"],\"tF5Smn\":[\"Pagina opnieuw laden\"],\"participant.button.reload.page.text.mode\":[\"Pagina herladen\"],\"participant.button.reload\":[\"Pagina herladen\"],\"participant.concrete.artefact.action.button.reload\":[\"Opnieuw laden\"],\"Lbcvrt\":[\"Denk eraan dat je altijd de Feedback-knop kunt gebruiken voor suggesties. We waarderen je steun, en bedankt dat je dembrane gebruikt.\"],\"vqD7S+\":[\"Gebruikers herinneren om te verifiëren voordat ze klaar zijn\"],\"tmHC17\":[\"Herinnering verstuurd: supporttoegang staat nog aan\"],\"t/YqKh\":[\"Verwijderen\"],\"w61W3L\":[[\"0\"],\" verwijderen\"],\"G0aZvo\":[[\"0\"],\" verwijderen uit deze werkruimte? Ze verliezen toegang tot alle projecten erin.\"],\"VoKjPv\":[\"Avatar verwijderen\"],\"Kl7//J\":[\"E-mail verwijderen\"],\"cILfnJ\":[\"Bestand verwijderen\"],\"tOkPHm\":[\"Uit chat verwijderen\"],\"1G/+Gj\":[\"Uit organisatie verwijderen\"],\"18PmZk\":[\"Uit organisatie verwijderen?\"],\"CJgPtd\":[\"Verwijder van dit gesprek\"],\"O90CN2\":[\"Logo verwijderen\"],\"99VIgC\":[\"Lid verwijderen\"],\"c8Kx/b\":[\"Overschrijving verwijderen\"],\"Gr8pvR\":[\"Het aangepaste logo verwijderen? In plaats daarvan wordt het standaardlogo van dembrane gebruikt.\"],\"itsN5H\":[\"Deze herinnering verwijderen?\"],\"eps54V\":[\"Verwijderd\"],\"nVEhnc\":[\"Verwijderd uit organisatie\"],\"project.sidebar.chat.rename\":[\"Naam wijzigen\"],\"6PsaMr\":[\"Chat hernoemen\"],\"TBZOgu\":[\"Verlenging\"],\"M7SqjM\":[\"Heropenen\"],\"m290vd\":[\"Opname\"],\"rnkWZt\":[\"Antwoorden aan deelnemers\"],\"1jBoqr\":[\"Richtlijnen voor antwoorden\"],\"X9GEGX\":[\"Antwoordmodus\"],\"XyN13i\":[\"Reactie prompt\"],\"w1tLX2\":[\"rapport\"],\"gjpdaf\":[\"Rapport\"],\"e/MQa5\":[\"Rapport wordt al gegenereerd\"],\"Q3LOVJ\":[\"Probleem melden\"],\"DUmD+q\":[\"Rapport aangemaakt - \",[\"0\"]],\"hh/mvZ\":[\"Rapportgeneratie geannuleerd\"],\"sSy8vA\":[\"Rapport wordt gegenereerd...\"],\"v7O77U\":[\"Rapportgeneratie is geannuleerd. Je kunt hieronder een nieuw rapport starten.\"],\"fIBsri\":[\"Rapportlimiet bereikt\"],\"hIQOLx\":[\"Rapportmeldingen\"],\"M9snPp\":[\"Rapport gepland\"],\"6g+4DA\":[\"Melding verzonden. Bedankt\"],\"u9r3Di\":[\"Report templates staan op onze roadmap.\"],\"lNo4U2\":[\"Rapport bijgewerkt - \",[\"0\"]],\"t9yxlZ\":[\"Rapporten\"],\"E1vQT6\":[[\"0\"],\"-training aanvragen\"],\"qbXLnJ\":[\"Een training aanvragen\"],\"WdCAhr\":[\"Toegang aanvragen\"],\"library.request.access\":[\"Toegang aanvragen\"],\"cH8Bhd\":[\"Aanvraag goedgekeurd\"],\"ViqcVt\":[\"Aanvraag afgewezen\"],\"jI02E7\":[\"Verzoek geweigerd.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Wachtwoord reset aanvragen\"],\"8H5nRH\":[\"Wachtwoord reset aanvragen | dembrane\"],\"1RVBJe\":[\"Aanvraag verzonden\"],\"OQsKlA\":[\"Verzoek verstuurd. De beheerders van de werkruimte hebben bericht gekregen.\"],\"b44axA\":[\"Verzoek verstuurd. Wachten op de beheerders van de werkruimte.\"],\"7rVjfL\":[\"Supporttoegang aanvragen\"],\"XmXfrX\":[\"Verzoek ingetrokken.\"],\"Yx0Ud8\":[\"Aangevraagd\"],\"VRpBev\":[\"Aangevraagde en geplande trainingen. Markeer een training als voltooid om elke deelnemer een licentie van een jaar te geven.\"],\"PXQc8Y\":[\"Aanvrager\"],\"participant.alert.microphone.access.loading\":[\"Microfoontoegang aanvragen om beschikbare apparaten te detecteren...\"],\"TMLAx2\":[\"Verplicht\"],\"0Hf+6m\":[\"Vraagt om e-mailadres? moet zijn ingeschakeld\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Herplannen\"],\"6eIR/n\":[\"Opnieuw plannen naar\"],\"ZSTojU\":[\"Uitnodiging opnieuw versturen\"],\"8WtTog\":[\"Uitnodiging opnieuw versturen\"],\"OfhWJH\":[\"Resetten\"],\"I9EnzM\":[\"Filters resetten\"],\"KbS2K9\":[\"Wachtwoord resetten\"],\"9uplIY\":[\"Wachtwoord resetten | dembrane\"],\"L+rMC9\":[\"Resetten naar standaardinstellingen\"],\"kX8Fjz\":[\"Feedback op antwoord\"],\"Sa5FCh\":[\"Resultaten voordat mensen naar huis gaan. We analyseren live en presenteren ter plekke.\"],\"participant.button.stop.resume\":[\"Hervatten\"],\"1K1kvB\":[\"Abonnement hervatten\"],\"85Qjyx\":[\"Updates hervatten\"],\"ioYnu6\":[\"ingetrokken\"],\"fM1Ldq\":[\"ingetrokken voor het dembrane-team\"],\"AWy1Kd\":[\"Een notitie voor het dembrane-team intrekken\"],\"sVzC0H\":[\"Hertranscriptie\"],\"ehyRtB\":[\"Hertranscriptie gesprek\"],\"1JHQpP\":[\"Hertranscriptie gesprek\"],\"+gmVxi\":[\"Hertranscriptie niet beschikbaar voor anonieme gesprekken\"],\"MXwASV\":[\"Hertranscriptie gestart. Nieuw gesprek wordt binnenkort beschikbaar.\"],\"6gRgw8\":[\"Opnieuw proberen\"],\"zHJTti\":[\"Nu opnieuw proberen\"],\"H1Pyjd\":[\"Opnieuw uploaden\"],\"2fCpt5\":[\"Terug naar home\"],\"5k0NLb\":[\"Controleren\"],\"9VUzX4\":[\"Bekijk de activiteiten van je werkruimte. Filter op collectie of actie en exporteer de huidige weergave voor verder onderzoek.\"],\"ECoHYI\":[\"Opnieuw bekijken\"],\"dSCHZP\":[\"Bekijk en bewerk hieronder. Dit voegt een controle toe die bij elk gesprek draait. Verificatie moet aan staan om de controle uit te voeren. Er verandert niets tot je hem toevoegt.\"],\"Tqa1v9\":[\"Controleer voordat je aanmaakt.\"],\"UZVWVb\":[\"Bestanden bekijken voordat u uploadt\"],\"OybZ3y\":[\"Bekijk mijn projectinstellingen en stel verbeteringen voor.\"],\"3lYF/Z\":[\"Bekijk de verwerkingsstatus voor elk gesprek dat in dit project is verzameld.\"],\"JuDdMd\":[\"Bekijk, bewerk en open elk gesprek in dit project.\"],\"participant.concrete.action.button.revise\":[\"Aanpassen\"],\"OG3mVO\":[\"Revisie #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Versiegeschiedenis\"],\"GXsAby\":[\"Intrekken\"],\"jjsSSc\":[\"Uitnodiging intrekken\"],\"HZn3qT\":[\"Licentie intrekken\"],\"TUcQqn\":[\"De uitnodiging aan \",[\"0\"],\" intrekken? Je kunt deze persoon later opnieuw uitnodigen.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Rechtsklikken om te markeren\"],\"GDvlUT\":[\"Rol\"],\"QjMlvE\":[\"Rol gewijzigd\"],\"jQ6I8X\":[\"Rol bijgewerkt\"],\"wbV5uX\":[\"Ruwe schatting om de achterstand aan transcripties weg te werken\"],\"/9oiI7\":[\"Ongeveer hoeveel?\"],\"xxCtZv\":[\"Rijen per pagina\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Een event organiseren met dembrane\"],\"RiQMUh\":[\"Bezig\"],\"i39IXZ\":[\"Verkoopfactuur uitgegeven.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Opslaan\"],\"participant.concrete.action.button.save\":[\"Opslaan\"],\"GsV2va\":[\"Toegang opslaan\"],\"BnmEvM\":[\"Opslaan als template\"],\"gjqGP0\":[\"Factuurgegevens opslaan\"],\"IUwGEM\":[\"Wijzigingen opslaan\"],\"qjHQoH\":[\"Korting opslaan\"],\"2VA/7X\":[\"Opslaan fout!\"],\"5dVjYt\":[\"Template opslaan\"],\"idD8Ev\":[\"Opgeslagen\"],\"8AhhHy\":[\"Opgeslagen als doel van dit project.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Opslaan...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan of klik op de QR-code om het feedbackportaal te openen\"],\"nHeO/c\":[\"Scan de QR-code of kopieer het geheim naar je app.\"],\"SGnha7\":[\"Scan om deel te nemen aan dit project\"],\"4ldzRd\":[\"Scan om een nieuwe portalsessie te starten\"],\"NAe+hu\":[\"Gescand\"],\"epl7MR\":[[\"0\"],\" keer gescand\"],\"iQbBJn\":[\"QR gescand\"],\"gmB6oO\":[\"Plannen\"],\"wCGy0o\":[\"Rapport inplannen\"],\"qtjOKf\":[\"Training inplannen\"],\"4ba0NE\":[\"Ingepland\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll naar beneden\"],\"A1taO8\":[\"Zoeken\"],\"select.all.modal.loading.search\":[\"Zoeken\"],\"FyLaDj\":[\"Zoek op account, status, beschrijving\"],\"Uu9l/P\":[\"Zoek op account, werkruimte, organisatie, e-mail, tier\"],\"EJ1adC\":[\"Zoek en selecteer de gesprekken voor deze chat.\"],\"V0wu2W\":[\"Zoeken op organisatie\"],\"a4xYoA\":[\"Zoek chats\"],\"OWm+8o\":[\"Zoek gesprekken\"],\"QU2qoc\":[\"Zoek op naam of e-mail\"],\"6/qy61\":[\"Zoek op partner, klant, werkruimte\"],\"l9vi1F\":[\"Zoek mensen\"],\"S1LvJy\":[\"Zoek mensen of typ een e-mailadres\"],\"hjqK3H\":[\"Zoek project of werkruimte\"],\"blFttG\":[\"Zoek projecten\"],\"I0hU01\":[\"Zoek projecten\"],\"Ix2UwQ\":[\"Zoek projecten, organisaties, werkruimtes, instellingen…\"],\"RVZJWQ\":[\"Zoek projecten...\"],\"5WYZKZ\":[\"Zoekresultaten\"],\"lnWve4\":[\"Zoek tags\"],\"pECIKL\":[\"Zoek templates...\"],\"select.all.modal.search.text\":[\"Zoektekst:\"],\"nhvuQF\":[\"Zoek webhooks...\"],\"S2BNQs\":[\"Zoek werkruimtes\"],\"uSvNyU\":[\"Doorzocht de meest relevante bronnen\"],\"mHOLEz\":[\"Gesprekken doorzoeken\"],\"rI5Wda\":[\"Gesprekken doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"De documentatie doorzoeken\"],\"hoK9sq\":[\"Transcripten doorzoeken\"],\"/DtZhN\":[\"Transcripten doorzoeken op \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Zoeken…\"],\"MpFIca\":[\"plekken\"],\"grt0Pu\":[\"Plekken\"],\"R4Xlsa\":[\"Plekken vol\"],\"8VEDbV\":[\"Geheim\"],\"Y1y+VB\":[\"Geheim gekopieerd\"],\"tAfXHu\":[\"transcripten te bekijken\"],\"ic1SaJ\":[\"Bekijk upgrade-opties\"],\"0sQPzI\":[\"Tot snel\"],\"XZRu52\":[\"Ziet gebruik en facturen. Geen toegang tot projecten of content.\"],\"rG3WVm\":[\"Selecteren\"],\"02ePaq\":[[\"0\"],\" selecteren\"],\"F7wP7I\":[\"Selecteer een gesprek om verder te gaan\"],\"H/diq7\":[\"Selecteer een microfoon\"],\"s5OrCL\":[\"Selecteer een webhook om te klonen\"],\"NM2hyD\":[\"Selecteer een werkruimte\"],\"wgNoIs\":[\"Alles selecteren\"],\"+fRipn\":[\"Alles selecteren (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Alle resultaten selecteren\"],\"XSLOfq\":[\"Selecteer alle zichtbare (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Selecteer ten minste één gebeurtenis\"],\"d3O/ZP\":[\"Selecteer ten minste één ander onderwerp voordat u dit verwijdert\"],\"NK2YNj\":[\"Selecteer audiobestanden om te uploaden\"],\"OOZBXR\":[\"Gesprek selecteren\"],\"5z/6Uk\":[\"Gesprekken selecteren\"],\"/3ntVG\":[\"Selecteer gesprekken en vind exacte quotes\"],\"LyHz7Q\":[\"Selecteer gesprekken in de sidebar\"],\"1kovRK\":[\"Project selecteren\"],\"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\"],\"Dh99yE\":[\"Selecteer maximaal 2 focusgebieden voor je rapport\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Selecteer welke onderwerpen deelnemers kunnen gebruiken voor \\\"Verifiëren\\\".\"],\"GnNO41\":[\"Selecteer wie erbij was. Iedereen krijgt een licentie van een jaar om dembrane te gebruiken in situaties met een hoog risico.\"],\"participant.select.microphone\":[\"Selecteer een microfoon\"],\"gU5H9I\":[\"Geselecteerde bestanden (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Geselecteerde microfoon\"],\"tP/pEQ\":[\"Selectie te groot\"],\"select.all.modal.context.limit.reached\":[\"Selectie te groot. Sommige gesprekken zijn niet toegevoegd.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Verzenden\"],\"iJyjJ8\":[[\"0\"],\" uitnodigingen versturen\"],\"Hvnq/n\":[\"Uitnodiging versturen\"],\"FCfEtD\":[\"Uitnodigingen versturen\"],\"6M/wwR\":[\"Notitie versturen\"],\"O9oQJS\":[\"Melding versturen\"],\"4k2VbT\":[\"Verzoek versturen\"],\"PIMJF6\":[\"Stuur Slack/Teams notificaties wanneer nieuwe gesprekken zijn voltooid\"],\"j73b/6\":[\"Naar dembrane sturen\"],\"h69WC6\":[\"Verstuurd\"],\"EhSyaK\":[[\"sentCount\"],\" van \",[\"0\"],\" verstuurd. Bekijk de lijst hieronder.\"],\"oSzbte\":[\"verstuurd naar het dembrane-team\"],\"XyiDbI\":[\"Apart (klant)\"],\"OnmeuT\":[\"Scheid met komma's, spaties of nieuwe regels.\"],\"NprC8U\":[\"Sessienaam\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"ingesteld door \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Doel instellen\"],\"eo7QNa\":[\"Instellen als beheerd\"],\"WAdU35\":[\"Zet op beheerd\"],\"c0oPm+\":[\"Zet op beheerde facturatie\"],\"FpHYiz\":[\"Na het aanmaken instellen met de assistent\"],\"JfvZ6H\":[\"Werkruimte instellen\"],\"J4TuIW\":[\"Stel je eerste organisatie in\"],\"aBwEIZ\":[\"Stel je organisatie in\"],\"OALBTr\":[\"Stel je werkruimte in | dembrane\"],\"2zDY/H\":[\"Bepaal wie het kan zien en kan deelnemen.\"],\"A6EhcS\":[\"We zetten alles voor je klaar\"],\"XYlJJT\":[\"Instellen\"],\"Tz0i8g\":[\"Instellingen\"],\"participant.settings.modal.title\":[\"Instellingen\"],\"BVRW7i\":[\"Instellingen | dembrane\"],\"RPF/8g\":[\"Instellingen bijgewerkt\"],\"RDjuBN\":[\"Instellen\"],\"Z8lGw6\":[\"Delen\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Portal delen\"],\"OuFYHU\":[\"Rapport delen\"],\"nzT4VD\":[\"Deel het project, volg live activiteit en spring vanaf één plek naar de belangrijkste tools.\"],\"tTlzUO\":[\"Dit gesprek delen\"],\"8styFN\":[\"Deel met iemand\"],\"bM7Rp3\":[\"Deel met werkruimte\"],\"oX3zgA\":[\"Deel je gegevens hier\"],\"nnWGzO\":[\"Deel uw ideeën met ons team\"],\"4o0klJ\":[\"Deel je stem door de QR-code te scannen\"],\"jqnSi6\":[\"Gedeeld met\"],\"YJJJo3\":[\"Gedeeld met \",[\"0\"]],\"zIgU4M\":[\"Gedeeld met \",[\"0\"],\" en \",[\"overflow\"],\" anderen\"],\"Sdetlc\":[\"Kortste eerst\"],\"+tz9Ky\":[\"Kortste eerst\"],\"8vETh9\":[\"Toon\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Toon \",[\"hidden\"],\" meer\"],\"fp7sBF\":[\"Nog \",[\"overflow\"],\" tonen\"],\"w1eody\":[\"Toon audiospeler\"],\"pzaNzD\":[\"Gegevens tonen\"],\"9Resvw\":[\"Toon details\"],\"Qc9KX+\":[\"IP-adressen tonen\"],\"6lGV3K\":[\"Minder tonen\"],\"fMPkxb\":[\"Meer tonen\"],\"Wh1pao\":[\"Meer versies tonen\"],\"34iCWY\":[\"Alleen wijzigingen tonen\"],\"ersE21\":[\"Toon projecten\"],\"s2xGKA\":[\"Toon QR-code\"],\"3bGwZS\":[\"Toon referenties\"],\"OV2iSn\":[\"Revisiegegevens tonen\"],\"qB9H4B\":[\"Stappen tonen\"],\"EgEjZz\":[\"Volledige tekst tonen\"],\"hV6KNf\":[\"Toon de uitnodiging\"],\"RpOvMh\":[[\"0\"],\" van \",[\"1\"],\" weergegeven\"],\"Tqzrjk\":[\"Toont \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" van \",[\"totalItems\"],\" items\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" van \",[\"total\"]],\"qVf+dV\":[\"De eerste \",[\"0\"],\" van \",[\"shownCount\"],\" resultaten worden getoond. Verfijn je zoekopdracht om de rest te zien.\"],\"8Lpud3\":[\"Uw meest recente voltooide rapport wordt getoond.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Wordt getoond in de organisatiekop en in onderwerpregels van e-mails.\"],\"DVBfkn\":[\"Zes weekenden verspreid over zeven maanden\"],\"6Uau97\":[\"Overslaan\"],\"participant.button.verify_prompt.skip\":[\"Overslaan\"],\"participant.mic.check.button.skip\":[\"Overslaan\"],\"select.all.modal.context.limit.reached.description\":[\"Overgeslagen omdat de selectie te groot was.\"],\"TTKYZB\":[\"Microfooncheck overgeslagen\"],\"3Czdpd\":[\"Slack-community\"],\"BmukMD\":[\"Zodat we je de details van het gesprek kunnen sturen.\"],\"QCIy1f\":[\"Een deel van de audio in dit gesprek kon niet worden getranscribeerd. Open het gesprek om te zien welke delen misgingen.\"],\"q+pJ6c\":[\"Sommige bestanden werden al geselecteerd en worden niet dubbel toegevoegd.\"],\"select.all.modal.skip.disclaimer\":[\"Sommige kunnen worden overgeslagen (geen transcript of selectie te groot).\"],\"Pe0Fnh\":[\"Een deel van de recente audio kon niet worden getranscribeerd. De opname is opgeslagen.\"],\"C6+ZRl\":[\"Iemand\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Iets anders.\"],\"participant.modal.s3check.message\":[\"Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit wordt opgelost.\"],\"nwtY4N\":[\"Er ging iets mis\"],\"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.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\"],\"mwpVVD\":[\"Er is iets misgegaan bij het genereren van uw laatste rapport.\"],\"2WNFmv\":[\"Er is iets misgegaan bij het genereren van uw rapport.\"],\"aT53wg\":[\"Er ging iets mis aan mijn kant. Stuur je bericht opnieuw, dan probeer ik het nog een keer.\"],\"avSWtK\":[\"Er is iets misgegaan bij het exporteren van de auditlogboeken.\"],\"q9A2tm\":[\"Er is iets misgegaan bij het genereren van het geheim.\"],\"VXAsiD\":[\"Er ging iets mis tijdens het transcriberen. Probeer het opnieuw.\"],\"KeOwCj\":[\"Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"7PyY8A\":[\"Er ging iets mis. Open de link uit je e-mail opnieuw, of <0>begin opnieuw.\"],\"participant.explore.generic.error.message\":[\"Er is iets misgegaan. Probeer het opnieuw door op de <0>Verkennen knop te drukken, of neem contact op met ondersteuning als het probleem aanhoudt.\"],\"fWsBTs\":[\"Er is iets misgegaan. Probeer het alstublieft opnieuw.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"We kunnen hier niet dieper op ingaan door onze contentregels.\"],\"f6Hub0\":[\"Sorteer\"],\"/AhHDE\":[\"Bron \",[\"0\"]],\"sBJ5MF\":[\"Bronnen\"],\"65A04M\":[\"Spaans\"],\"z5/5iO\":[\"Specifieke context\"],\"mORM2E\":[\"Specifieke details\"],\"Etejcu\":[\"Specifieke details - Geselecteerde gesprekken\"],\"uXsB4R\":[\"Personeel\"],\"eicGWU\":[\"Alleen personeel\"],\"vtV8C/\":[\"Door dembrane aangemaakt\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standaardtoegang. Werkt samen in de werkruimtes waaraan ze zijn toegevoegd.\"],\"vv5o+Y\":[\"Vaste richtlijnen die de assistent meekrijgt in elke projectchat in deze werkruimte. Wordt automatisch opgeslagen.\"],\"ruoKG4\":[\"Start een chat\"],\"vPF04k\":[\"Start een nieuwe chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Beginnen vanaf nul\"],\"nYTTLF\":[\"Starten in de assistentchat\"],\"participant.button.start.new.conversation.text.mode\":[\"Nieuw gesprek starten\"],\"participant.button.start.new.conversation\":[\"Nieuw gesprek starten\"],\"i88wdJ\":[\"Opnieuw beginnen\"],\"slY7aQ\":[\"Opname gestart\"],\"W1KkjZ\":[\"Begint\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Blijft live gedurende\"],\"DpvswE\":[\"Blijft actueel\"],\"M66Dtk\":[\"Blijft actueel tot \",[\"0\"]],\"oWpwLu\":[\"Blijft actueel tot morgen \",[\"0\"]],\"RibpL5\":[\"Stap \",[\"0\"],\" van \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Kom je er nog niet uit? Mail <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Opname stoppen en omzetten naar tekst\"],\"pozyoW\":[\"Gestopt op \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Gestopt op \",[\"stoppedAt\"],\". Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Gestopt.\"],\"YAtsqu\":[\"Gestopt. Bijgewerkt \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategische Planning\"],\"BVSaId\":[\"Sterk wachtwoord\"],\"hQRttt\":[\"Stuur in\"],\"participant.button.submit.text.mode\":[\"Stuur in\"],\"zzDlyQ\":[\"Succes\"],\"aG+cH9\":[\"Dynamische suggesties voorstellen op basis van uw gesprek.\"],\"6xSPmn\":[\"Voorgesteld projectdoel\"],\"SLIAI6\":[\"Voorgestelde tagwijzigingen voor je project\"],\"kBrP+r\":[\"Voorgestelde verificatievraag\"],\"bh1eKt\":[\"Aanbevelingen:\"],\"TQTiuh\":[\"Canvas voorstellen\"],\"VOjaCv\":[\"Projectdoel voorstellen\"],\"jt3eXx\":[\"Verificatievraag voorstellen\"],\"5+Cysq\":[\"Projectwijzigingen voorstellen\"],\"BN3mxb\":[\"Tagwijzigingen voorstellen\"],\"F1nkJm\":[\"Samenvatten\"],\"5Y4tAB\":[\"Vat dit interview samen in een artikel dat je kunt delen\"],\"dXoieq\":[\"Samenvatting\"],\"+bZY9/\":[\"Samenvatting (wanneer beschikbaar)\"],\"zdF7Nh\":[\"Samenvatting gegenereerd.\"],\"hlaWg4\":[\"Samenvatting opnieuw gegenereerd.\"],\"Pqa6KW\":[\"Samenvatting komt beschikbaar als het gesprek is uitgeschreven.\"],\"/lNOlB\":[\"Supporttoegang beëindigd.\"],\"iD58Ik\":[\"Supporttoegang met 24 uur verlengd.\"],\"1iB0Qb\":[\"Supporttoegang verleend. Deze stopt automatisch na 24 uur.\"],\"H9ee/+\":[\"Supporttoegang uitgezet\"],\"Qm32kv\":[\"Supporttoegang uitgezet nadat de sessie eindigde\"],\"jtzW2z\":[\"Supporttoegang aangezet\"],\"6ZHOF8\":[\"Ondersteunde formaten: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Prima\"],\"ijp2ag\":[\"Overzetten naar self-serve\"],\"h1qzuU\":[\"Overzetten naar self-serve facturering\"],\"participant.link.switch.text\":[\"Overschakelen naar tekstinvoer\"],\"5dzzI6\":[\"Uitzetten kan met een betaald plan.\"],\"D+NlUC\":[\"Systeem\"],\"woaefe\":[\"Systeemstandaard\"],\"InGQz2\":[\"Systeemstatus\"],\"N3D6GN\":[\"Tag verwijderd\"],\"OYHzN1\":[\"Trefwoorden\"],\"gGG+ax\":[\"Tags zijn de woorden waaruit deelnemers in de portal kunnen kiezen. Er verandert niets tot je ze toepast.\"],\"kNzjto\":[\"Tags bijgewerkt. Je kunt ze altijd bijstellen in de portaleditor.\"],\"tFhVJf\":[\"Breng me naar \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig of krijg direct een reactie van dembrane om het gesprek te verdiepen.\"],\"eyu39U\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"participant.refine.make.concrete.description\":[\"Kijk of de uitkomst klopt, en pas aan waar nodig.\"],\"Jzcupi\":[\"Vertel de beheerders van de werkruimte waarvoor je toegang nodig hebt. Deze notitie is optioneel.\"],\"wfSPwB\":[\"Vertel ons over het event dat je voor ogen hebt.\"],\"ijEuC1\":[\"Vertel ons wat je nodig hebt\"],\"QCchuT\":[\"Template toegepast\"],\"JcCDm9\":[\"Sjabloon aangemaakt\"],\"ZTgE3k\":[\"Sjabloon verwijderd\"],\"5OwALL\":[\"Template naam\"],\"PQb/If\":[\"Sjabloon bijgewerkt\"],\"iTylMl\":[\"Sjablonen\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Voorwaarden\"],\"qYLZL2\":[\"testmodus\"],\"b7L2Jj\":[\"Webhook testen\"],\"xeiujy\":[\"Tekst\"],\"CPN34F\":[\"Dank je wel voor je deelname!\"],\"u+Whi9\":[\"Bedankt pagina inhoud\"],\"1LLF3Z\":[\"Bedankt!\"],\"w0rnwH\":[\"Bedankt! We nemen zo snel mogelijk contact met je op. Je kunt ons ook mailen via info@dembrane.com.\"],\"yP6ia6\":[\"Bedankt voor het invullen. Kijk in je mail voor de bevestiging van de afspraak. Heb je vragen voor ons, dan kun je ons altijd bereiken op info@dembrane.com\"],\"ZNyTs9\":[\"Bedankt, we nemen binnen een dag contact op.\"],\"2yHHa6\":[\"Die code werkte niet. Probeer het opnieuw met een verse code uit je authenticator-app.\"],\"PuGTvO\":[\"Dat is niet verstuurd. Je antwoorden staan er nog, dus probeer het opnieuw.\"],\"TqOQmZ\":[\"Dat is niet gelukt. We hebben je opname opgeslagen.\"],\"zXqpmy\":[\"Dat ziet er niet uit als een e-mailadres.\"],\"FT6q8r\":[\"Die opname is te lang om te versturen. Neem een kortere notitie op.\"],\"qoYkjn\":[\"Daarvoor heb je een betaald abonnement nodig. We stellen je nog 5 korte vragen. Daarna kies je een tijd met het dembrane-team. Voor het gesprek lezen we je antwoorden, zodat we een voorstel meenemen dat bij je past.\"],\"a/CreD\":[\"Dat was te kort om te transcriberen. Houd de opname iets langer vast.\"],\"t/t3Pd\":[\"Dat was het, bedankt\"],\"rKnNUJ\":[\"Misschien heeft de beheerder hem geannuleerd, of is er met de link geknoeid. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"De assistent vergeet dit in elke toekomstige chat.\"],\"jvdqI1\":[\"De assistent stelt voor om \",[\"headlineFields\"],\" bij te werken. Wacht op jou.\"],\"zOaybI\":[\"De agenda kon hier niet laden. Kies een moment op cal.com, of mail ons op info@dembrane.com.\"],\"TQCE79\":[\"Code werkt niet, probeer het nog een keer.\"],\"NPynOC\":[\"De verbinding is weggevallen. We proberen automatisch opnieuw.\"],\"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.loading\":[\"Er is iets misgegaan met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan\"],\"rEUvpC\":[\"het dembrane-team\"],\"mK5NUZ\":[\"Het eindpunt waar we de gegevens zullen verzenden. Haal dit op van uw ontvangende service (bijvoorbeeld Zapier, Make, of uw eigen server).\"],\"Jo19Pu\":[\"De volgende gesprekken werden automatisch toegevoegd aan de context\"],\"iQVN2u\":[\"Het gratis plan dekt één werkruimte.\"],\"4ofqC4\":[\"Het gratis plan bevat één chat met drie vragen.\"],\"lIEwn+\":[\"Het gratis plan bevat één rapport.\"],\"IUkPfk\":[\"Het doel stuurt de rapporten, canvassen en suggesties van de assistent in dit project.\"],\"IwNUoA\":[\"De hostgids is wat begeleiders lezen voordat ze een sessie draaien.\"],\"C5CHds\":[\"De uitnodiging staat in je inbox. We lezen je antwoorden vooraf en nemen een conceptvoorstel mee. Heb je intussen vragen? Neem dan contact op met\"],\"oRhAnS\":[\"De uitnodiging is verstuurd naar \",[\"invitedEmail\"],\", maar je bent ingelogd als \",[\"myEmail\"],\". Log uit en meld je aan met het juiste adres, of vraag de beheerder om \",[\"myEmail\"],\" opnieuw uit te nodigen.\"],\"lrIONj\":[\"De link is misschien privé, of hij is verplaatst. Vraag degene die de link heeft gedeeld om het te controleren.\"],\"o5ki/a\":[\"Misschien is de link verwijderd, of is hij naar een ander e-mailadres gestuurd. Vraag degene die je heeft uitgenodigd om een nieuwe te sturen.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"De methodologie is de manier waarop dit project is opgezet en wordt begeleid.\"],\"2zCZsi\":[\"De microfoon is geblokkeerd in je browser, dus opnemen staat uit. Typen werkt wel.\"],\"WO8jr5\":[\"De microfoon is nog steeds geblokkeerd. Pas het aan in je browserinstellingen en controleer het daarna opnieuw.\"],\"LofrVg\":[\"De organisatie waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"K3dQWG\":[\"De pagina waar dit antwoord naar verwijst.\"],\"6WE2tf\":[\"De portalen blijven werken! Je deelnemers kunnen altijd doorgaan en niets wat ze zeggen gaat verloren. Zodra je een betaald abonnement hebt, wordt alles wat al is opgenomen alsnog getranscribeerd.\"],\"Khtiqr\":[\"De vorige versies zijn hieronder nog beschikbaar.\"],\"D4If9P\":[\"De projectcontext wordt gelezen door transcriptie, chatantwoorden en canvasgeneratie, dus een wijziging hier raakt meer dan een scherm.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"Het rapport kan tot 5 minuten na de gekozen tijd starten.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"Samenvatting wordt gemaakt. Even wachten tot die klaar is.\"],\"+AT8nl\":[\"Samenvatting wordt opnieuw gemaakt. Even wachten tot die klaar is.\"],\"9DPC4t\":[\"De bedankpagina eindigt met een kaart die deelnemers uitnodigt om zelf een event met dembrane te organiseren.\"],\"otcrOk\":[\"Het transcript kwam niet terug. Controleer je verbinding en probeer het opnieuw.\"],\"sQgHJn\":[\"De transcriptie is niet afgerond. Probeer het opnieuw.\"],\"uPGyvo\":[\"De webhook URL en gebeurtenissen worden gekloond. Je moet de geheime sleutel opnieuw invoeren als er een was geconfigureerd.\"],\"Ws5p1J\":[\"De werkruimte waarvoor deze uitnodiging was, is verwijderd. Er is niets om aan deel te nemen.\"],\"mbsBu1\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer en wordt het overdrachtscontact.\"],\"k59/22\":[\"Hun vertegenwoordiger die eigenaar is van deze data. Diegene wordt toegevoegd als gratis waarnemer, krijgt per e-mail bericht dat hij de data-eigenaar is en wordt het overdrachtscontact.\"],\"p9LlT0\":[\"Het scherm is vergrendeld of het tabblad is niet actief. De opname pauzeert tot ze terugkomen.\"],\"FEr96N\":[\"Thema\"],\"tn4pEQ\":[\"daar\"],\"fm15Og\":[\"Er zijn geen andere werkruimtes waarnaar je deze projecten kunt verplaatsen.\"],\"PmKiRy\":[\"Er zijn geen andere werkruimtes waarnaar je dit project kunt verplaatsen.\"],\"T8rsM6\":[\"Er is een fout opgetreden bij het klonen van uw project. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"JDFjCg\":[\"Er is een fout opgetreden bij het maken van uw rapport. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning.\"],\"4MElLm\":[\"Er zat geen spraak in die opname.\"],\"D8iLCl\":[\"Deze wijzigingen zijn toegepast op je project.\"],\"select.all.modal.other.reason.description\":[\"Deze gesprekken werden uitgesloten vanwege ontbrekende transcripties.\"],\"8xYB4s\":[\"Deze standaardweergaven worden automatisch aangemaakt wanneer je je eerste bibliotheek maakt.\"],\"7Ye3FL\":[\"Deze tagwijzigingen zijn toegepast op je project.\"],\"81wkbM\":[\"Deze werkruimtes worden apart gefactureerd. Elke persoon die je toevoegt neemt een plek in \",[\"billingContextCount\"],\" factureringscontexten in, die elk afzonderlijk worden gefactureerd.\"],\"0ZaC+v\":[\"Deze werkruimtes hebben hun eigen abonnement, beheerd vanuit elke werkruimte. Ze maken geen deel uit van het abonnement van deze organisatie.\"],\"8AOwf0\":[\"Ze worden toegevoegd als leden. Je kunt er later meer toevoegen.\"],\"MOF98U\":[\"Denk aan: een gesprek met je DPO of CISO, een beveiligingsbeoordeling of een DPIA op maat.\"],\"Ed99mE\":[\"Denken...\"],\"WLBoIc\":[\"Dit account heeft een lopend Mollie-abonnement. Zeg dat eerst op.\"],\"3YoDz8\":[\"Dit account heeft een actief abonnement. Vraag de klant om het op te zeggen via de factureringspagina voordat je het niveau aanpast.\"],\"kUtEeG\":[\"Dit gedeelte is voor dembrane-personeel. Denk je dat je toegang zou moeten hebben? Mail dan support@dembrane.com.\"],\"7eQeNC\":[\"Deze browser kan geen audio opnemen. Chrome, Edge en Safari wel.\"],\"participant.modal.s3check.suggestions\":[\"Dit kan gebeuren wanneer een VPN of firewall de verbinding blokkeert. Probeer je VPN uit te schakelen, over te schakelen naar een ander netwerk (bijv. mobiele hotspot) of neem contact op met je IT-afdeling voor hulp.\"],\"XR7DRS\":[\"Dit canvas kon niet worden bijgewerkt.\"],\"fztlir\":[\"Dit verandert hoe transcripten vanaf nu worden opgeslagen. Gesprekken die al zijn opgenomen behouden de vorm waarin ze zijn bewaard.\"],\"conversation.linked_conversations.description\":[\"Dit gesprek heeft de volgende kopieën:\"],\"conversation.linking_conversations.description\":[\"Dit gesprek is een kopie van\"],\"SzU1mG\":[\"Deze e-mail is al in de lijst.\"],\"participant.modal.refine.info.available.in\":[\"Deze functie is beschikbaar over \",[\"remainingTime\"],\" seconden.\"],\"XVmrFS\":[\"Dit veld bevat al de voorgestelde waarde.\"],\"lja/om\":[\"Deze informatie is anoniem\"],\"VqK4uu\":[\"Dit inzicht is verwijderd\"],\"1p9Zmk\":[\"Deze uitnodiging is al gebruikt\"],\"BGIpSK\":[\"Deze uitnodiging is verlopen\"],\"tU7tLa\":[\"Deze uitnodiging is niet meer geldig\"],\"u3BWAB\":[\"Deze uitnodiging is niet voor dit account\"],\"fcMrKf\":[\"Deze uitnodigingslink is niet geldig\"],\"ZPOM9u\":[\"Deze uitnodigingslink is niet geldig voor dit account\"],\"kdZCIM\":[\"Deze uitnodiging beslaat \",[\"0\"],\" factureringscontexten, die elk apart worden gefactureerd:\"],\"QR7hjh\":[\"Dit is een live voorbeeld van het portaal van de deelnemer. U moet de pagina vernieuwen om de meest recente wijzigingen te bekijken.\"],\"bSbU2m\":[\"Dit is een overzicht van elke organisatie en werkruimte waarvan je lid bent.\"],\"+JlPfM\":[\"Dit is een voorbeeld van de JSON-gegevens die naar je webhook-URL worden verzonden wanneer een gesprek wordt samengevat.\"],\"AypXpi\":[\"Dit is nog niet opgeslagen.\"],\"DsBmZV\":[\"Dit staat op verwerking op basis van toestemming zonder link naar het privacybeleid. Voeg er een toe om deze instelling geldig te houden: deelnemers moeten het privacybeleid kunnen lezen.\"],\"kt9FX3\":[\"Dit is dringend\"],\"library.description\":[\"Dit is uw projectbibliotheek. Creëer weergaven om uw hele project tegelijk te analyseren.\"],\"BLwPhM\":[\"Dit is niet beschikbaar voor jou\"],\"Gbd5HD\":[\"Deze taal wordt gebruikt voor de Portal van de deelnemer.\"],\"2033EA\":[\"Deze link is al gebruikt. Je bent ingelogd en kunt aan de slag.\"],\"MR5ygV\":[\"Deze link is niet meer geldig\"],\"Aznd4+\":[\"Hiermee zet je de training op geannuleerd. Je kunt hem later via hetzelfde menu weer openen.\"],\"oW3yYY\":[\"Deze maand\"],\"YN8nMm\":[\"Hiermee krijgt de werkruimte een eigen facturerings- en datacontext. De projecten verplaatsen niet meer vrij mee met de rest van je organisatie.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"Deze organisatie heeft nog geen leden om te trainen.\"],\"DHgelW\":[\"Deze organisatie bestaat niet meer\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op. Blijft het gebeuren, ga dan terug naar home.\"],\"SWBo09\":[\"deze persoon\"],\"oRgAxP\":[\"Deze portal accepteert nu geen nieuwe sessies.\"],\"CWAQCC\":[\"Dit project was niet bereikbaar.\"],\"bon4/x\":[\"Dit project hoort niet bij een werkruimte.\"],\"ocBOyA\":[\"Dit project is zichtbaar voor iedereen in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"Dit project is zichtbaar voor iedereen in de werkruimte.\"],\"xbLJ58\":[\"Dit project volgt dan de overgenomen instelling: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"Deze prompt bepaalt hoe de AI reageert op deelnemers. Deze prompt stuurt aan hoe de AI reageert\"],\"3dSMKs\":[\"Hiermee zet je het account op facturering die dembrane beheert: geen automatische Mollie-afschrijvingen en geen automatisch verlopen.\"],\"xfqtI+\":[\"Deze korte rondleiding laat onze nieuwe indeling in drie niveaus zien: organisaties, workspaces en projecten. Bekijk de video en leer hoe je toegang beheert, je werk organiseert en onze nieuwe analysetools gebruikt.\"],\"64Ko7C\":[\"Dit record heeft geen factureringsaccount.\"],\"SQuwgX\":[\"Hiermee verwijder je het gesprek uit het project. Dit kun je niet terugdraaien.\"],\"9zTDpd\":[\"Hiermee verwijder je de licentie van één jaar voor \",[\"0\"],\". Ze tellen dan niet meer als getraind en verliezen toegang tot instellingen met hoog risico. Doe dit alleen als de licentie per ongeluk is toegekend.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"Dit rapport is nog niet beschikbaar. \"],\"GQTpnY\":[\"Dit rapport werd geopend door \",[\"0\"],\" mensen\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"Dit verzoek duurde te lang, dus ik heb het gestopt. Stuur het opnieuw, dan probeer ik het nog een keer.\"],\"bKWJ+t\":[\"Hiermee gaat het account terug naar standaard gratis facturering.\"],\"XK9N+e\":[\"Hiermee komt de werkruimte terug bij de gedeelde facturering van je organisatie en wordt de externe data-eigenaar verwijderd.\"],\"cjRyq5\":[\"Dit bepaalt de taal die deelnemers in het portaal zien, inclusief de vragen die ze krijgen.\"],\"hwyBn8\":[\"Deze titel wordt getoond aan deelnemers wanneer ze een gesprek starten\"],\"ABJz8Q\":[\"Deze verificatievraag is toegevoegd aan je project.\"],\"Dj5ai3\":[\"Dit zal uw huidige invoer wissen. Weet u het zeker?\"],\"NrRH+W\":[\"Dit zal een kopie van het huidige project maken. Alleen instellingen en trefwoorden worden gekopieerd. Rapporten, chats en gesprekken worden niet opgenomen in de kopie. U wordt doorgestuurd naar het nieuwe project na het klonen.\"],\"hsNXnX\":[\"Dit zal een nieuw gesprek maken met dezelfde audio maar een nieuwe transcriptie. Het originele gesprek blijft ongewijzigd.\"],\"add.tag.filter.modal.info\":[\"Dit zal de conversatielijst filteren om conversaties met deze tag weer te geven.\"],\"participant.concrete.regenerating.artefact.description\":[\"We zijn je tekst aan het vernieuwen. Dit duurt meestal maar een paar seconden.\"],\"participant.concrete.loading.artefact.description\":[\"We zijn je tekst aan het ophalen. Even geduld.\"],\"mSuhYn\":[\"deze werkruimte\"],\"8b9oJD\":[\"Deze werkruimte heeft de opnamelimiet bereikt. Upgrade om meer audio te uploaden.\"],\"1pzlg0\":[\"Deze werkruimte heeft zijn opname-uren gebruikt. Upgrade om spraak te blijven gebruiken.\"],\"teN+SJ\":[\"Deze werkruimte wordt apart gefactureerd\"],\"/HZ7l/\":[\"Deze werkruimte wordt gefactureerd via \",[\"orgName\"],\". Abonnementen en betaling worden in één keer voor de hele organisatie beheerd, en elke werkruimte deelt dit.\"],\"Khe1Xt\":[\"Deze werkruimte zit op een niveau dat geen extra plekken toelaat. Upgrade het niveau van de werkruimte om meer mensen uit te nodigen.\"],\"vvEr5j\":[\"Deze werkruimte bestaat niet meer\"],\"+FiXAn\":[\"Deze werkruimte deelt de facturering van de organisatie. Pas het niveau aan op het organisatieaccount, daar geldt hij voor elke interne werkruimte in de organisatie.\"],\"QnWmgF\":[\"Deze werkruimte is op \",[\"sinceDate\"],\" teruggezet naar \",[\"tier\"],\". Sommige functies zijn beperkt.\"],\"DGZ0dc\":[\"Drie snelle stappen en je bent binnen.\"],\"VDoFSJ\":[\"Duim omlaag\"],\"Nuw8ty\":[\"Duim omhoog\"],\"67ZxuT\":[\"Vink alles aan wat van toepassing is.\"],\"s/y/Z+\":[\"Vink alles aan wat past.\"],\"nNGGkA\":[\"Niveau\"],\"qPIf5y\":[\"Niveau gewijzigd\"],\"LhMjLm\":[\"Tijd\"],\"cklVjM\":[\"Tijdlijn\"],\"8TMaZI\":[\"Tijdstempel\"],\"XSqo4Y\":[\"Tijdstempels en duur\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Gebruik de afspeelknop (▶) om een testpayload naar je webhook te verzenden en te controleren of het correct werkt.\"],\"Zb3ANR\":[\"Tip: U kunt ook een sjabloon maken van elk chatbericht dat u verstuurt, of een bestaand sjabloon dupliceren.\"],\"MHrjPM\":[\"Titel\"],\"1xkgU6\":[\"Titel automatisch gegenereerd\"],\"ouSxtJ\":[\"Titel gegenereerd uit het gesprek\"],\"uqnBvS\":[\"Titelrichtlijn\"],\"Mozc0C\":[\"Titel of deelnemer\"],\"dMtLDE\":[\"naar\"],\"xLXwHL\":[\"Om een nieuwe tag toe te wijzen, maak je deze eerst aan in de portalinstellingen.\"],\"qDfpLj\":[\"Om ons te helpen actie te ondernemen, probeer aan te geven waar het gebeurde en wat u probeerde te doen. Bij bugs, vertel ons wat er mis ging. Bij ideeën, vertel ons welke behoefte het voor u zou oplossen.\"],\"UEleqp\":[\"Om iemand te promoveren tot lid van de werkruimte, voeg je deze persoon eerst toe aan de organisatie en nodig je daarna opnieuw uit vanuit de werkruimte.\"],\"CCDe0r\":[\"Wil je bespreken wat je nodig hebt, mail dan <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Te groot\"],\"yIsdT7\":[\"Te lang\"],\"qgwLj6\":[\"Te lang of onduidelijk\"],\"lcsUaI\":[\"Te veel meldingen. Wacht een paar minuten en probeer het opnieuw\"],\"li4gmn\":[\"Te veel om hier te tonen. De assistent leest ze in delen door.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Onderwerp succesvol aangemaakt\"],\"Sawj4V\":[\"Onderwerp verwijderd\"],\"xcp3ny\":[\"Onderwerp label\"],\"vQoAht\":[\"Onderwerp bijgewerkt\"],\"th8cMZ\":[\"Titel op basis van onderwerp die beschrijft wat er werd besproken\"],\"sFMBP5\":[\"Onderwerpen\"],\"ONchxy\":[\"totaal\"],\"72c5Qo\":[\"Totaal\"],\"kFzhfN\":[\"Nu te betalen totaal\"],\"McSz22\":[\"Getraind\"],\"kMf0pe\":[\"Getraind tot \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training aangemaakt\"],\"p9JlS7\":[\"Trainingsdatum\"],\"1gL8o6\":[\"Training aangevraagd. We nemen contact op om het in te plannen.\"],\"KxpIJA\":[\"Training vereist voor gebruik met hoog risico\"],\"VGao62\":[\"Training bijgewerkt\"],\"miJqd2\":[\"Trainingsverificatie is hier niet beschikbaar.\"],\"cP0LwD\":[\"Trainingen\"],\"fp5rKh\":[\"Transcriptie wordt uitgevoerd...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcriptie\"],\"hfpzKV\":[\"Transcript gekopieerd naar klembord\"],\"K3Fxr/\":[\"transcriptfragment\"],\"MzWrba\":[\"Transcriptiefout\"],\"TyO5K+\":[\"Transcripten zijn beschikbaar met een betaald abonnement.\"],\"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.\"],\"lhkaAC\":[\"Proef\"],\"hDv2MY\":[\"Proef- en gratis accounts, niet meegerekend in het betalende totaal.\"],\"DtButj\":[\"Trigger automatische workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Problemen met inloggen? Neem contact op via support@dembrane.com.\"],\"KDw4GX\":[\"Opnieuw proberen\"],\"u62wQ4\":[\"Probeer het zo meteen opnieuw.\"],\"7dRUDh\":[\"Probeer Agentic\"],\"eP1iDc\":[\"Vraag bijvoorbeeld\"],\"sZgR8D\":[\"Probeer het\"],\"goQEqo\":[\"Probeer een beetje dichter bij je microfoon te komen voor betere geluidskwaliteit.\"],\"q1ok4Y\":[\"Wil je je aansluiten bij een bestaande organisatie?\"],\"portal.anonymization.disable.confirm\":[\"Uitschakelen\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Anonimisering uitschakelen?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Het uitschakelen van anonimisering terwijl opnames gaande zijn kan onbedoelde gevolgen hebben. Actieve gesprekken worden ook beïnvloed tijdens de opname. Gebruik dit met voorzichtigheid.\"],\"JPF8BN\":[\"Je spraaknotitie wordt omgezet naar tekst\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Tweestapsverificatie\"],\"NwChk2\":[\"Tweestapsverificatie uitgezet\"],\"qwpE/S\":[\"Tweestapsverificatie aangezet\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Typ <0>\",[\"0\"],\" om te bevestigen.\"],\"hHFgGr\":[\"Typ een bericht of druk / voor templates...\"],\"EvmL3X\":[\"Typ hier uw reactie\"],\"KfLidz\":[\"Typt\"],\"dubg//\":[\"Oekraïens (alleen ECHO-functies, Transcriptie en Samenvattingen)\"],\"MksxNf\":[\"Kan auditlogboeken niet laden.\"],\"participant.outcome.error.title\":[\"Kan uitkomst niet laden\"],\"59QK2U\":[\"Kan het gegenereerde resultaat niet laden. Probeer het opnieuw.\"],\"nGxDbq\":[\"Kan dit fragment niet verwerken\"],\"lLwEjI\":[\"Minder dan 50.\"],\"8ryDoK\":[\"Onder je organisatie\"],\"HYUJF4\":[\"Onze nieuwe structuur uitgelegd\"],\"9uI/rE\":[\"Ongedaan maken\"],\"Ef7StM\":[\"Onbekend\"],\"wF2wqQ\":[\"Onbekende datum\"],\"rIOkYf\":[\"Onbekend lid\"],\"1MTTTw\":[\"Onbekende reden\"],\"nWMRxa\":[\"Losmaken\"],\"vSdeRU\":[\"Maak eerst een project los (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Maak eerst een project los (max 3)\"],\"dx+iaL\":[\"Project losmaken\"],\"KuVpz+\":[\"Ongelezen\"],\"sCTlv5\":[\"Niet-opgeslagen wijzigingen\"],\"SMaFdc\":[\"Afmelden\"],\"nOxIVE\":[\"Zonder tag\"],\"VFYmmV\":[\"Vink een veld uit om het precies te laten zoals het is.\"],\"1hTGn4\":[\"tot \",[\"0\"]],\"wja8aL\":[\"Naamloos\"],\"CoInOF\":[\"Naamloos canvas\"],\"LOM/+N\":[\"Naamloos gesprek\"],\"jlrVDp\":[\"Gesprek zonder titel\"],\"ZjKqrC\":[\"Naamloze methodologie\"],\"PZKdTd\":[\"Naamloos rapport\"],\"+TYrZZ\":[\"Tot \",[\"0\"],\" deelnemers\"],\"RHUiSf\":[\"Tot \",[\"0\"],\" deelnemers zijn inbegrepen.\"],\"0wHyhk\":[\"Maximaal \",[\"MAX_FILES\"],\" afbeeldingen\"],\"lLehih\":[\"Maximaal \",[\"MAX_MESSAGE_CHARS\"],\" tekens\"],\"EkH9pt\":[\"Bijwerken\"],\"H/FUVb\":[\"Updateritme\"],\"x4Xp3c\":[\"bijgewerkt\"],\"Ef5vag\":[\"Bijgewerkt \",[\"0\"],\" · \"],\"+vId6X\":[\"Bijgewerkt \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Bijgewerkt.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij tot \",[\"0\"],\".\"],\"luwc/s\":[\"Werkt elke \",[\"cadenceMinutes\"],\" minuten bij.\"],\"V7w3WZ\":[\"Notitie voor het dembrane-team bijwerken\"],\"IUC5Nz\":[\"Opgeslagen geheugen bijwerken\"],\"26+vhb\":[\"Projecttags bijwerken\"],\"Gw18pn\":[\"Upgrade om dit aan de chat toe te voegen\"],\"0s5x5X\":[\"Upgrade om verder te gaan\"],\"3I+le5\":[\"Upgrade om een titel voor dit gesprek te genereren\"],\"GFLM5d\":[\"Upgrade om samenvattingen voor dit gesprek te genereren\"],\"xeIX9S\":[\"Upgrade je werkruimte om audio te downloaden van gesprekken die na de limiet zijn opgenomen\"],\"24kHLh\":[\"Upgrade je werkruimte om samenvattingen van nieuwe gesprekken te bekijken.\"],\"mahIMH\":[\"Upgrade je werkruimte om dit gesprek te bekijken\"],\"3symHf\":[\"Upgrade je werkruimte om transcripties van nieuwe gesprekken te bekijken.\"],\"ONWvwQ\":[\"Uploaden\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Avatar uploaden\"],\"kV3A2a\":[\"Upload voltooid\"],\"4Fr6DA\":[\"Gesprekken uploaden\"],\"pZq3aX\":[\"Upload mislukt. Probeer het opnieuw.\"],\"HAKBY9\":[\"Bestanden uploaden\"],\"4Z7WLN\":[\"Uploadlimiet bereikt\"],\"6XdQf/\":[\"Uploadlimiet bereikt. Upgrade je werkruimte.\"],\"QfiWpJ\":[\"Logo uploaden\"],\"ZeGAhv\":[\"opnames te uploaden\"],\"k/LaWp\":[\"Audio bestanden uploaden...\"],\"participant.modal.uploading\":[\"Audio uploaden...\"],\"participant.modal.interruption.uploading\":[\"Audio uploaden...\"],\"P2sJqQ\":[\"Opnames uploaden is beschikbaar met een betaald abonnement.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is vereist\"],\"3VnYUR\":[\"URL moet beginnen met http:// of https://\"],\"7FaY4u\":[\"Gebruik\"],\"6YK+1q\":[\"Gebruik · \",[\"0\"]],\"9TZVmX\":[\"Gebruik en facturering\"],\"589hpo\":[\"Gebruik en facturering, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Gebruik en facturering, betalingen, partnergrootboek. Elke Directus-beheerder heeft toegang.\"],\"9rNv3P\":[\"Gebruik wordt bijgehouden voor je organisatie. Bekijk het in de organisatie-instellingen.\"],\"RuzOGi\":[\"Gebruik deze cyclus\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Overgenomen standaard gebruiken\"],\"ngdRFH\":[\"Gebruik Shift + Enter om een nieuwe regel toe te voegen\"],\"w+4I2h\":[\"webhooks te gebruiken\"],\"QB0CBI\":[\"je stem in de chat te gebruiken\"],\"5pcSZ4\":[\"Gebruikt op je facturen. Prijzen zijn exclusief btw.\"],\"vSPQ9U\":[\"Verkeerd adres gebruikt? <0>Registreer opnieuw.\"],\"lcDO4m\":[\"Gebruikersinstellingen\"],\"7sNhEz\":[\"Gebruikersnaam\"],\"1Nt3Kg\":[\"Gebruik standaard dembrane-logo\"],\"08yTaL\":[\"Gebruikt fixture-data.\"],\"mUOhaJ\":[\"Gebruik webhooks? We zouden graag van je horen\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"Btw-nummer\"],\"/n0QEP\":[\"Btw-regio\"],\"NBpTc8\":[\"Verificatie op het eindscherm\"],\"participant.modal.verify_prompt.title\":[\"Herinnering om te verifiëren\"],\"participant.banner.verification_required\":[\"Verificatie vereist\"],\"OKGlwv\":[\"Verificatieonderwerpen\"],\"select.all.modal.verified\":[\"Geverifieerd\"],\"select.all.modal.loading.verified\":[\"Geverifieerd\"],\"QDEWii\":[\"Geverifieerd\"],\"conversation.filters.verified.text\":[\"Geverifieerd\"],\"Iv1iWN\":[\"geverifieerde artefacten\"],\"bepwgB\":[\"Geverifieerde artefacten\"],\"dashboard.dembrane.verify.title\":[\"Verifiëren\"],\"uSMfoN\":[\"Verifiëren\"],\"participant.button.verify_prompt.verify\":[\"Verifiëren\"],\"participant.echo.verify\":[\"Verifiëren\"],\"4LFZoj\":[\"Code controleren\"],\"MBOY4U\":[\"E-mail verifiëren\"],\"w6Mgbs\":[\"Onderwerpen verifiëren\"],\"bl9677\":[\"Verifieert\"],\"iOnm3W\":[\"Je e-mailadres wordt geverifieerd.\"],\"eE0JZ4\":[\"Versie\"],\"IYNSdp\":[\"Versies\"],\"YFvfo/\":[\"Erg stil op dit moment. Check of de microfoon niet uitstaat.\"],\"jpctdh\":[\"Weergave\"],\"SZw9tS\":[\"Bekijk details\"],\"95YFbG\":[\"Voorbeeld payload bekijken\"],\"j45ntU\":[\"Uitnodiging bekijken\"],\"D4e7re\":[\"Bekijk je reacties\"],\"rUp0hp\":[\"Je bekijkt \",[\"0\"]],\"P0bGkp\":[\"Zichtbare kolommen\"],\"S3T9oe\":[\"Zichtbaar voor iedereen in \",[\"workspaceName\"]],\"fedNgo\":[\"Zichtbaar voor iedereen in deze werkruimte\"],\"754W/v\":[\"Zichtbaar voor iedereen in deze werkruimte. Laat uit om het persoonlijk te houden.\"],\"RdG06l\":[\"Bezoekersgegevens\"],\"KAXSwC\":[\"Spraak\"],\"Ln6Gy/\":[\"Wachten tot gesprekken zijn afgerond voordat een rapport wordt gegenereerd.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Loopt de installatie met je door en stelt volgende stappen voor.\"],\"q7LnaV\":[\"Zelf een event organiseren met dembrane?\"],\"0/aCt7\":[\"Volg live opnames, transcriptievoortgang en fouten in dit project terwijl ze gebeuren.\"],\"P0bVhF\":[\"Wij brengen de tool en de crew mee, van intakegesprek tot rapport. Bewezen op 1000+ events.\"],\"participant.alert.microphone.access.issue\":[\"We kunnen je niet horen. Probeer je microfoon te wisselen of een beetje dichter bij het apparaat te komen.\"],\"kSJ1rO\":[\"We konden je betaalmethode niet belasten\"],\"Ul0g2u\":[\"We konden tweestapsverificatie niet uitschakelen. Probeer het opnieuw met een nieuwe code.\"],\"sM2pBB\":[\"We konden tweestapsverificatie niet inschakelen. Controleer je code en probeer het opnieuw.\"],\"mW8QSA\":[\"We konden de pagina die je zocht niet vinden. Misschien is hij verplaatst.\"],\"UStbqQ\":[\"We konden deze organisatie niet laden. Probeer het zo meteen opnieuw.\"],\"viuoK1\":[\"We konden het gebruik van deze organisatie niet laden.\"],\"huDAZ9\":[\"We konden de werkruimtes van deze organisatie niet laden. Sommige opties ontbreken mogelijk. Probeer te vernieuwen.\"],\"Ay7FNv\":[\"We konden dit project niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"Z2y7ap\":[\"We konden deze werkruimte niet laden. Probeer het zo meteen opnieuw.\"],\"zPjLTr\":[\"We konden het gebruik van deze werkruimte niet laden.\"],\"y5BiQM\":[\"We konden je organisaties niet laden. Controleer je verbinding en probeer het opnieuw.\"],\"+jHAFm\":[\"We konden je openstaande uitnodigingen niet laden. Probeer het zo meteen opnieuw.\"],\"gNHeDV\":[\"We konden je betaalmethode niet bijwerken. Je oude methode is nog actief. Probeer het opnieuw.\"],\"participant.modal.echo.info.reason\":[\"We hebben iets meer context nodig om u te helpen ECHO effectief te gebruiken. Ga door met opnemen zodat we betere suggesties kunnen geven.\"],\"GC6z0d\":[\"We hebben een verificatielink naar <0>\",[\"email\"],\" gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"9i8m90\":[\"We hebben je een verificatielink gestuurd. Klik erop om het instellen van je account af te ronden.\"],\"81dqga\":[\"We zetten samen het project op, draaien op de dag zelf met je mee en helpen je daarna het rapport te schrijven.\"],\"S+HYhm\":[\"We konden je methode nog steeds niet belasten. Werk deze bij en probeer het opnieuw.\"],\"L9hUjh\":[\"We nemen binnen een dag contact op. Liever zelf een moment kiezen?\"],\"8RY8RU\":[\"We nemen binnen een dag contact op. Liever zelf een moment kiezen? De agenda staat hier.\"],\"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.\"],\"FXjsEJ\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik <0>Probleem melden om die met schermafbeeldingen te sturen.\"],\"XolQc4\":[\"We horen graag van je. Of je nu een idee hebt voor iets nieuws, een vertaling zag die niet klopt, of gewoon wilt delen hoe het gaat. Bug gevonden? Gebruik Probleem melden in de zijbalk om die met schermafbeeldingen te sturen.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We hebben organisaties toegevoegd zodat je projecten kunt ordenen en delen met collega's. Alles wat je eerder had, is er nog. We hebben alleen een naam voor je organisatie nodig.\"],\"Yc3tsw\":[\"We hebben een verificatielink naar <0>\",[\"0\"],\" gestuurd. Open de e-mail en klik op de link om verder te gaan.\"],\"fylXkT\":[\"Zwak netwerk\"],\"7cUq8g\":[\"Zwak wachtwoord\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks zijn geautomatiseerde berichten die van een app naar een andere worden verzonden wanneer iets gebeurt. Denk aan ze als een \\\"notificatiesysteem\\\" voor uw andere tools.\"],\"3rkRxG\":[\"Webhooks zijn niet ingeschakeld voor deze omgeving.\"],\"EAioZ5\":[\"Webhooks zijn beschikbaar met een betaald abonnement.\"],\"6jfS51\":[\"Welkom\"],\"9eF5oV\":[\"Welkom terug\"],\"ZVR4oQ\":[\"Welkom terug, \",[\"displayName\"]],\"OM+lH0\":[\"Welkom bij dembrane\"],\"P3EAlh\":[\"Welkom bij dembrane chat. Selecteer de gesprekken die je wilt analyseren en vraag dan naar details, citaten en samenvattingen.\"],\"Fx+f0A\":[\"Welkom bij dembrane!\"],\"u4aLOz\":[\"Welkom in Overview Mode! Ik heb samenvattingen van al je gesprekken klaarstaan. Vraag me naar patronen, thema’s en inzichten in je data. Voor exacte quotes start je een nieuwe chat in Specific Context mode.\"],\"J2FSRx\":[\"Welkom, \",[\"displayName\"]],\"klH6ct\":[\"Welkom!\"],\"RL57XM\":[\"Wat zijn webhooks? (2 min lezen)\"],\"nCQNTt\":[\"Wat wil je te weten komen?\"],\"vv/EFG\":[\"Wat gegevens worden verzonden?\"],\"WSxXHT\":[\"Waarvoor wil je dembrane gebruiken?\"],\"3jWdsE\":[\"Waarvoor wil je dembrane gebruiken?\"],\"participant.verify.selection.title\":[\"Wat wil je verifiëren?\"],\"B5v8nx\":[\"Wat er verstuurd wordt\"],\"JJjzZE\":[\"Wat is er gebeurd? Plak hier een screenshot om hem toe te voegen\"],\"WqnI4l\":[\"Wat is het?\"],\"T91psD\":[\"Wat zou hieraan anders moeten zijn?\"],\"pVIWuw\":[\"Wat moet ECHO analyseren of genereren uit de gesprekken?\"],\"yWXuOc\":[\"Welke thema's kwamen naar voren in de gesprekken in dit project?\"],\"LfRBcL\":[\"Welke thema's kwamen naar voren?\"],\"pd3Yt/\":[\"Wat dit project deze cyclus verbruikt.\"],\"tq89gP\":[\"Wat ging er mis?\"],\"qGrqH9\":[\"Wat waren de belangrijkste momenten in dit gesprek?\"],\"FXZcgH\":[\"Wat wil je verkennen?\"],\"3ePd3I\":[\"Wat is er nieuw\"],\"k7eeqO\":[\"Wat is de belangrijkste reden?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"Wanneer een deelnemer het portaal opent, hun details invoert en een gesprek begint\"],\"myUTw1\":[\"Wanneer er een rapport is gegenereerd voor het project\"],\"7t3vo1\":[\"Wanneer alle audio is geconverteerd naar tekst en het volledige transcript beschikbaar is\"],\"N0GETg\":[\"Wanneer worden webhooks geactiveerd?\"],\"/MdXB7\":[\"Wanneer heb je dembrane nodig?\"],\"KmUKwU\":[\"Wanneer ingeschakeld, zullen alle nieuwe transcripties persoonlijke informatie (namen, e-mails, telefoonnummers, adressen) worden vervangen door placeholders. Anonieme gesprekken deactiveren ook audio-afspelen, audio-download en hertranscriptie om de privacy van deelnemers te beschermen. Dit kan niet ongedaan worden gemaakt voor al bestaande gesprekken.\"],\"MEmr1I\":[\"Wanneer je het gesprek afmaakt, worden deelnemers die nog niet hebben geverifieerd gevraagd om te verifiëren of over te slaan\"],\"BaiSBQ\":[\"Staat dit aan, dan kan het supportteam van dembrane deze werkruimte in om je te helpen. Hun toegang stopt automatisch na 24 uur.\"],\"SgIrVC\":[\"Zodra deelnemers de QR-code scannen, verschijnen ze hier en bewegen ze live door de fases.\"],\"/dAMl1\":[\"Wanneer moet het rapport gegenereerd worden?\"],\"MyMufZ\":[\"Als iemand de QR-code scant, is dat één gesprek. Als 50 mensen hem tegelijk scannen, zijn dat 50 gesprekken tegelijk.\"],\"NPIwj3\":[\"Wanneer de samenvatting klaar is (bevat zowel transcript als samenvatting)\"],\"Uf3BzE\":[\"Waar kunnen we je bereiken?\"],\"JwZibo\":[\"Waar wil je naartoe?\"],\"msYPX5\":[\"Waar wil je beginnen?\"],\"kqHiF1\":[\"Bij welke organisatie hoort deze werkruimte?\"],\"lwFEDE\":[\"Welke organisatie is eigenaar van de data van deze werkruimte? Dit bepaalt de data- en compliancecontext.\"],\"wZht80\":[\"Wie dit project kan zien en eraan kan samenwerken.\"],\"P9WL8r\":[\"Wie kan dit project zien?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Wie in je team een actuele trainingslicentie heeft. Boek een training via de Training-weergave van je organisatie.\"],\"KcnIXL\":[\"wordt in je rapport opgenomen\"],\"EpZ9+F\":[\"wens\"],\"QdkkH5\":[\"Met externe klanten\"],\"KWhZCH\":[\"Binnen mijn organisatie\"],\"qJ0J+6\":[[\"0\"],\" stappen doorlopen\"],\"B6dzt1\":[\"Bezig met je antwoord...\"],\"NwM/eB\":[\"werkruimte\"],\"pmUArF\":[\"Werkruimte\"],\"IG4YLy\":[\"Workspace / project\"],\"VmdouC\":[\"Werkruimte-account\"],\"Zqthj7\":[\"Werkruimte-acties\"],\"ZBKhLV\":[\"Werkruimte aangemaakt.\"],\"xM1hP9\":[\"Werkruimtestandaard\"],\"UlhdTP\":[\"Werkruimte verwijderd\"],\"Ep8k4i\":[\"Werkruimte is vol\"],\"Y0Fj4S\":[\"Werkruimtelogo\"],\"CozWO1\":[\"Naam van de werkruimte\"],\"dg0Efy\":[\"Naam van de werkruimte. Wordt automatisch opgeslagen.\"],\"wHWiPE\":[\"Werkruimte hernoemd\"],\"Knd6gz\":[\"Werkruimte-instellingen\"],\"XAW6X5\":[\"Werkruimte-instellingen | dembrane\"],\"wowvFW\":[\"Gast met alleen toegang tot de werkruimte. Niet toegevoegd aan de organisatie.\"],\"JKU2hI\":[\"werkruimtes\"],\"pmt7u4\":[\"Werkruimtes\"],\"YRelrK\":[\"Werkruimtes apart gefactureerd\"],\"vMCu+n\":[\"Werkruimtes in dit account\"],\"XLYmK5\":[\"Werkruimtes in deze organisatie waar je nog geen lid van bent. Als admin kun je jezelf toevoegen om ze te beheren.\"],\"lBVr4U\":[\"Werkruimtes die met je zijn gedeeld\"],\"++IGvT\":[\"Werkruimtes waar je lid van kunt worden\"],\"JEHySj\":[\"Werkruimtes waarvoor je bent uitgenodigd. Accepteer om te gaan samenwerken.\"],\"add.tag.filter.modal.description\":[\"Wilt u deze tag toevoegen aan uw huidige filters?\"],\"Exc/LI\":[\"Verkeerd adres? E-mail wijzigen\"],\"bmC+Ww\":[\"Verkeerde taal of toon\"],\"MNTYHt\":[\"Verkeerde bronnen\"],\"l75CjT\":[\"Ja\"],\"participant.button.finish.yes.text.mode\":[\"Ja\"],\"av/PD9\":[\"jou\"],\"kWJmRL\":[\"Jij\"],\"VHG+Js\":[\"Je hebt al toegang tot deze werkruimte.\"],\"Dl7lP/\":[\"Je bent al afgemeld of je link is ongeldig.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"Je zit op het gratis plan.\"],\"Arw/sv\":[\"Je zit op het gratis plan. Er is nog niets te betalen.\"],\"rKP2WF\":[\"Jij bent de data-eigenaar\"],\"EDIsb+\":[\"Je kunt dit altijd aanpassen in de instellingen.\"],\"fzU5ll\":[\"Je kunt dit later aanpassen in de projectinstellingen.\"],\"dWZJqc\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen nadat je factuurgegevens hebt toegevoegd.\"],\"uGP87g\":[\"Je kunt dit later aanpassen in de werkruimte-instellingen.\"],\"WS92Fk\":[\"Je kunt wegnavigeren en later terugkomen. Je rapport wordt op de achtergrond verder gegenereerd.\"],\"E71LBI\":[\"Je kunt maximaal \",[\"MAX_FILES\"],\" bestanden tegelijk uploaden. Alleen de eerste \",[\"0\"],\" bestanden worden toegevoegd.\"],\"+IqtlU\":[\"Je kunt ze later opnieuw uitnodigen vanuit elke werkruimte.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"U kunt het hieronder opnieuw proberen.\"],\"96ERwL\":[\"Je kunt nog geen werkruimte aanmaken\"],\"bHCu+u\":[\"Je kunt jezelf niet uitnodigen.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"Je hebt geen toestemming om te transcriberen in dit project.\"],\"UjkUrJ\":[\"Je hebt geen toegang tot deze werkruimte.\"],\"3x5+PU\":[\"Je hebt geen rechten om werkruimtes aan te maken in die organisatie. We vallen terug op je primaire organisatie.\"],\"fkXBUO\":[\"Je hebt geen rechten om uit te nodigen voor een werkruimte in deze organisatie.\"],\"QYdixc\":[\"Je hebt een openstaande uitnodiging\"],\"ombH/9\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". Open deze om lid te worden van de organisatie.\"],\"8v7ix0\":[\"Je hebt een openstaande uitnodiging voor \",[\"0\"],\". De beheerder moet een plek vrijmaken voordat je lid kunt worden.\"],\"select.all.modal.already.added\":[\"U heeft al <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversatie\"],\"other\":[\"#\",\" conversaties\"]}],\" aan deze chat toegevoegd.\"],\"7W35AW\":[\"Je hebt alle gerelateerde gesprekken al toegevoegd\"],\"participant.modal.change.mic.confirmation.text\":[\"Je hebt je microfoon gewisseld. Klik op \\\"Doorgaan\\\" om verder te gaan met de sessie.\"],\"T/Q7jW\":[\"U hebt succesvol afgemeld.\"],\"fopZ8o\":[\"Je hebt supporttoegang tot deze werkruimte. Deze stopt automatisch op \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"Je bent nog geen lid van een werkruimte in deze organisatie.\"],\"participant.modal.verify_prompt.description\":[\"Je hebt nog geen resultaten geverifieerd. Wil je verifiëren voordat je afsluit?\"],\"PjAkjf\":[\"Je hebt de werkruimte verlaten\"],\"lTDtES\":[\"Je kunt er ook voor kiezen om een ander gesprek op te nemen.\"],\"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.\"],\"t6Ti2e\":[\"Je hebt een uitnodiging van een collega nodig\"],\"snMcrk\":[\"Je lijkt offline te zijn, controleer je internetverbinding\"],\"MLw3ff\":[\"Je hebt deze run gestopt.\"],\"zlqA7w\":[\"Je probeerde \",[\"action\"],\".\"],\"N/N2Av\":[\"Je wordt als admin toegevoegd aan \",[\"0\"],\" privéwerkruimtes. Ze verschijnen daarna meteen in je zijbalk.\"],\"cehffY\":[\"Je wordt als admin toegevoegd aan \",[\"singleName\"],\". Die verschijnt daarna meteen in je zijbalk.\"],\"OR5x71\":[\"Al je projecten staan voor je klaar.\"],\"hu3KYo\":[\"Je komt in een chat waar dembrane je helpt het project vorm te geven, voordat je gesprekken verzamelt.\"],\"OQI3hm\":[\"Je verliest toegang tot deze werkruimte.\"],\"bX2FeG\":[\"Je verliest toegang tot deze werkruimte. Projecten die je hebt gemaakt blijven; je rol hier wordt verwijderd.\"],\"participant.verify.instructions.receive.artefact\":[\"Je ontvangt zo meteen \",[\"objectLabel\"],\" om te verifiëren.\"],\"gDdsRc\":[\"Je bevestigt je nieuwe betaalmethode op het volgende scherm. Er wordt niets in rekening gebracht, het bevestigt alleen de nieuwe kaart.\"],\"vkNkB8\":[\"Je staat op het punt je eigen rol te wijzigen naar <0>\",[\"0\"],\". Je verliest direct toegang tot de instellingen van de werkruimte, uitnodigingen en ledenbeheer.\"],\"KS7iJH\":[\"Je bent helemaal bij.\"],\"ADMWt4\":[\"Je bent al lid van \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"Je zit al in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"Je bent een externe medewerker in deze organisatie. Open hieronder een van de werkruimtes die met je zijn gedeeld.\"],\"bbvEPE\":[\"Je zit erin\"],\"LfpEZ9\":[\"Je logt in met het verkeerde e-mailadres\"],\"PVUJ6+\":[\"Je zit nog in geen enkele organisatie. Maak een werkruimte om een organisatie te starten, of vraag een lid om een uitnodiging.\"],\"Y3LcET\":[\"Je maakt op dit moment deel uit van geen enkele organisatie.\"],\"FQdXKc\":[\"Je hergebruikt plekken waarvoor je deze periode al hebt betaald (iemand is vertrokken), dus daar wordt nu niets voor in rekening gebracht. De verlenging houdt er rekening mee.\"],\"HnqO9D\":[\"Je bent de enige beheerder. Maak iemand anders beheerder voordat je je rol wijzigt.\"],\"AcL9Ou\":[\"Je bent uitgenodigd om samen te werken met \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"cZ4+ZH\":[\"Je bent uitgenodigd om samen te werken met <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"ePJQ19\":[\"Je bent uitgenodigd voor \",[\"0\"],\" organisaties. We nemen je mee zodra je doorgaat.\"],\"RTgVkc\":[\"Je bent uitgenodigd voor <0>\",[\"0\"],\". We brengen je er zo naartoe.\"],\"189Q0c\":[\"Je hebt de limiet van het gratis plan voor deze chat bereikt. Upgrade om verder te chatten.\"],\"GP7h+t\":[\"Je hebt je samenvattingslimiet bereikt\"],\"WfEaJc\":[\"Je hebt je transcriptielimiet bereikt\"],\"o/5HQF\":[\"Je hebt alle 10 uur van de pilot gebruikt. Tools voor hosts (Chat, rapporten, analyse, exports) staan op pauze.\"],\"snxpiF\":[\"jij@voorbeeld.nl\"],\"M5ub3j\":[\"Jouw toegang\"],\"WIv0oz\":[\"Jouw toegang tot \",[\"0\"],\" eindigde op \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Jouw goedkeuring helpt ons begrijpen wat je echt denkt!\"],\"wmkjMv\":[\"Je browser blokkeert de microfoon. Geef toegang en probeer het opnieuw.\"],\"NzCkyb\":[\"Je afspraak is geboekt: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Je afspraak is geboekt.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Jouw gegevens\"],\"lRpeom\":[\"Je concept wordt niet opgeslagen.\"],\"z8F4/3\":[\"Jouw e-mailadres\"],\"t4FxxP\":[\"Je e-mailadres is al geverifieerd\"],\"CqsrQF\":[\"Je e-mailadres is geverifieerd. Log in om door te gaan.\"],\"GjqC/j\":[\"Je e-mailadres is geverifieerd. We brengen je naar de loginpagina.\"],\"vaTeZ3\":[\"Je feedback en dit antwoord gaan naar het dembrane-team.\"],\"DM8bIO\":[\"Je gratis plan bevat één rapport. Upgrade om er meer te maken.\"],\"+Tx3/U\":[\"Je gratis uur voor transcriptie is opgebruikt.\"],\"aZHXuZ\":[\"Uw invoer wordt automatisch opgeslagen.\"],\"Yo3xGL\":[\"Je uitnodiging staat nog open. Probeer het opnieuw zodra de beheerder een plek vrijmaakt of de werkruimte upgradet.\"],\"aCpo/d\":[\"Je uitnodiging is al geaccepteerd, maar je bent geen lid meer van \",[\"resolvedWorkspaceName\"],\". Vraag de beheerder om je opnieuw uit te nodigen.\"],\"/Mqhsc\":[\"Je laatste betaling is niet gelukt. Je abonnement blijft actief. Werk je betaalmethode bij of probeer de betaling opnieuw om het recht te zetten.\"],\"1Uvqtx\":[\"De generatie van je laatste rapport is geannuleerd. Je meest recente voltooide rapport wordt getoond.\"],\"JgZh6f\":[\"Je logo is nog actief, maar kan op dit niveau niet worden gewijzigd.\"],\"q8yluz\":[\"Uw naam\"],\"VSneAo\":[\"Je naam, e-mailadres en huidige pagina worden meegestuurd zodat we contact kunnen opnemen.\"],\"LlzdZF\":[\"Je organisatie zit standaard op het gratis abonnement. Eén abonnement dekt elke werkruimte, per plek gefactureerd zodra je upgradet.\"],\"HnzTai\":[\"Je organisatie staat voor je klaar. Klik op doorgaan om mee te doen.\"],\"jlKzXO\":[\"Je organisatie of bedrijf\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Je eigen logo is beschikbaar met een betaald abonnement.\"],\"ArN1eD\":[\"Je betaalde periode is afgelopen, dus we kunnen dit abonnement hier niet meer aanzetten. Mail support@dembrane.com, dan lossen we het samen met je op.\"],\"+3q2fE\":[\"Je betaalmethode is bijgewerkt.\"],\"xoMBWJ\":[\"Het bijwerken van je betaalmethode wordt nog verwerkt.\"],\"URFO7+\":[\"Je abonnement eindigt aan het einde van de periode.\"],\"6ba1MP\":[\"Je abonnement eindigt op \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Je abonnement is geregeld met dembrane, dus hier valt niets te betalen. Alles wat in je abonnement zit blijft beschikbaar.\"],\"Zn38Tr\":[\"Je abonnement is weer actief. Je behoudt je huidige periode.\"],\"QIQh3n\":[\"Je abonnement is inactief. Activeer het opnieuw om leden toe te voegen.\"],\"PB21Rh\":[\"Je abonnement wordt beheerd door dembrane. Neem contact op met je accountmanager om wijzigingen te maken.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Je abonnement wordt niet verlengd. Je houdt toegang tot het einde van de periode.\"],\"pYnFb6\":[\"Je opname, \",[\"0\"]],\"MBrtod\":[\"Je aanvraag is binnen.\"],\"B+9EHO\":[\"Je antwoord is opgeslagen. Je kunt dit tabblad sluiten.\"],\"DrJCbp\":[\"Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen.\"],\"wurHZF\":[\"Je reacties\"],\"B8Q/i2\":[\"Je weergave is gemaakt. Wacht aub terwijl we de data verwerken en analyseren.\"],\"library.views.title\":[\"Je weergaven\"],\"lWeANa\":[\"Je werkruimte staat klaar. Klik op doorgaan om samen te werken.\"],\"crrqaX\":[\"jr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 21cf7fe82..3e99ffaad 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -66,7 +66,7 @@ msgstr "" msgid "library.generate.duration.message" msgstr " Generating library can take up to an hour." -#: src/routes/participant/ParticipantPostConversation.tsx:235 +#: src/routes/participant/ParticipantPostConversation.tsx:263 msgid " Submit" msgstr " Submit" @@ -987,7 +987,7 @@ msgstr "Active filters" msgid "Activity" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:178 +#: src/routes/participant/ParticipantPostConversation.tsx:206 #: src/routes/organisation/OrganisationRoute.tsx:2058 #: src/routes/organisation/OrganisationRoute.tsx:2065 #: src/routes/organisation/OrganisationRoute.tsx:2079 @@ -1154,7 +1154,7 @@ msgstr "" msgid "select.all.modal.added" msgstr "Added" -#: src/routes/participant/ParticipantPostConversation.tsx:193 +#: src/routes/participant/ParticipantPostConversation.tsx:221 msgid "Added emails" msgstr "Added emails" @@ -1661,7 +1661,7 @@ msgid "Are you sure you want to delete this template? This cannot be undone." msgstr "Are you sure you want to delete this template? This cannot be undone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:161 +#: src/components/participant/ParticipantConversationText.tsx:166 msgid "participant.modal.finish.message.text.mode" msgstr "Are you sure you want to finish the conversation?" @@ -1909,7 +1909,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:71 +#: src/components/layout/ParticipantHeader.tsx:85 msgid "participant.button.back" msgstr "Back" @@ -2178,7 +2178,7 @@ msgid "participant.concrete.action.button.cancel" msgstr "Cancel" #. js-lingui-explicit-id -#: src/components/layout/ParticipantHeader.tsx:83 +#: src/components/layout/ParticipantHeader.tsx:97 msgid "participant.concrete.instructions.button.cancel" msgstr "Cancel" @@ -2832,6 +2832,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 +#: src/components/participant/ParticipantShareModal.tsx:108 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2878,6 +2879,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 +#: src/components/participant/ParticipantShareModal.tsx:108 msgid "Copy link" msgstr "Copy link" @@ -3713,7 +3715,7 @@ msgstr "Do I need this?" msgid "Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:152 +#: src/routes/participant/ParticipantPostConversation.tsx:180 msgid "Do you want to stay in the loop?" msgstr "Do you want to stay in the loop?" @@ -3956,6 +3958,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 +#: src/components/participant/ParticipantShareModal.tsx:134 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -3973,7 +3976,7 @@ msgstr "" msgid "Email verification | dembrane" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:161 +#: src/routes/participant/ParticipantPostConversation.tsx:189 msgid "email@work.com" msgstr "email@work.com" @@ -4204,8 +4207,8 @@ msgid "Every connected agent in {0} stops working immediately. Members keep thei msgstr "" #: src/components/participant/DembraneEventCta.tsx:105 -msgid "Every insight traceable. The report links each finding back to what was actually said." -msgstr "Кожен висновок простежуваний. Звіт пов'язує кожне спостереження з тим, що насправді було сказано." +#~ msgid "Every insight traceable. The report links each finding back to what was actually said." +#~ msgstr "Кожен висновок простежуваний. Звіт пов'язує кожне спостереження з тим, що насправді було сказано." #: src/components/agent-access/OrgAgentAccessPanel.tsx:208 msgid "Every member's connection that names this organisation." @@ -4626,7 +4629,7 @@ msgid "participant.button.stop.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:254 +#: src/components/participant/ParticipantConversationText.tsx:259 msgid "participant.button.finish.text.mode" msgstr "Finish" @@ -4636,7 +4639,7 @@ msgid "participant.button.finish" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:149 +#: src/components/participant/ParticipantConversationText.tsx:154 msgid "participant.modal.finish.title.text.mode" msgstr "Finish Conversation" @@ -4855,7 +4858,7 @@ msgstr "Get an immediate reply from dembrane to help you deepen the conversation msgid "participant.refine.go.deeper.description" msgstr "Get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/DembraneEventCta.tsx:118 +#: src/components/participant/DembraneEventCta.tsx:73 msgid "Get in touch" msgstr "Зв'язатися з нами" @@ -5569,6 +5572,12 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:56 +#: src/components/participant/ParticipantShareModal.tsx:66 +#: src/components/participant/ParticipantShareModal.tsx:129 +msgid "Join this portal session" +msgstr "Приєднатися до цієї сесії порталу" + #: src/routes/admin/AdminSettingsRoute.tsx:1094 msgid "Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours." msgstr "" @@ -6404,6 +6413,10 @@ msgstr "" msgid "more" msgstr "more" +#: src/components/participant/ParticipantShareModal.tsx:144 +msgid "More" +msgstr "Більше" + #: src/routes/project/report/ProjectReportRoute.tsx:1172 msgid "More actions" msgstr "More actions" @@ -6695,7 +6708,7 @@ msgid "No" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:173 +#: src/components/participant/ParticipantConversationText.tsx:178 msgid "participant.button.finish.no.text.mode" msgstr "No" @@ -6720,8 +6733,8 @@ msgid "No agents connected yet." msgstr "" #: src/components/participant/DembraneEventCta.tsx:93 -msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." -msgstr "Без застосунку, без обладнання. Учасники сканують QR-код, і їхній телефон стає порталом." +#~ msgid "No app, no hardware. Participants scan a QR code and their phones become the portal." +#~ msgstr "Без застосунку, без обладнання. Учасники сканують QR-код, і їхній телефон стає порталом." #: src/components/settings/AuditLogsCard.tsx:630 msgid "No audit logs match the current filters." @@ -8008,7 +8021,7 @@ msgstr "Please check your inputs for errors." msgid "Please enable participation to enable sharing" msgstr "Please enable participation to enable sharing" -#: src/routes/participant/ParticipantPostConversation.tsx:86 +#: src/routes/participant/ParticipantPostConversation.tsx:96 msgid "Please enter a valid email." msgstr "Please enter a valid email." @@ -8606,7 +8619,7 @@ msgstr "Record" msgid "Record a voice message" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:140 +#: src/routes/participant/ParticipantPostConversation.tsx:158 msgid "Record another conversation" msgstr "Record another conversation" @@ -8746,7 +8759,7 @@ msgid "Reload page" msgstr "Перезавантажити сторінку" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:117 +#: src/components/participant/ParticipantConversationText.tsx:122 msgid "participant.button.reload.page.text.mode" msgstr "Reload Page" @@ -8806,7 +8819,7 @@ msgstr "" msgid "Remove avatar" msgstr "Remove avatar" -#: src/routes/participant/ParticipantPostConversation.tsx:199 +#: src/routes/participant/ParticipantPostConversation.tsx:227 msgid "Remove Email" msgstr "Remove Email" @@ -9120,8 +9133,8 @@ msgid "Response feedback" msgstr "Відгук про відповідь" #: src/components/participant/DembraneEventCta.tsx:99 -msgid "Results before people leave. We run the analysis live and present it in the room." -msgstr "Результати ще до того, як люди розійдуться. Ми аналізуємо наживо й презентуємо просто в залі." +#~ msgid "Results before people leave. We run the analysis live and present it in the room." +#~ msgstr "Результати ще до того, як люди розійдуться. Ми аналізуємо наживо й презентуємо просто в залі." #. js-lingui-explicit-id #: src/components/participant/StopRecordingConfirmationModal.tsx:145 @@ -9409,6 +9422,10 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:84 +msgid "Scan to start a new portal session" +msgstr "Відскануйте, щоб почати нову сесію порталу" + #: src/components/conversation/LiveFunnelSection.tsx:250 msgid "Scanned" msgstr "" @@ -9913,8 +9930,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:97 -#: src/components/layout/ParticipantHeader.tsx:98 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Settings" msgstr "Settings" @@ -9938,12 +9955,18 @@ msgstr "" #: src/components/popcorn/PopcornShare.tsx:56 msgid "Share" -msgstr "" +msgstr "Поділитися" #: src/components/popcorn/PopcornShare.tsx:82 msgid "Share link" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:77 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 +msgid "Share portal" +msgstr "Поділитися порталом" + #: src/routes/project/report/ProjectReportRoute.tsx:1217 msgid "Share report" msgstr "Share report" @@ -9952,6 +9975,10 @@ msgstr "Share report" msgid "Share the project, watch live activity, and jump into the main tools from one place." msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:165 +#~ msgid "Share this conversation" +#~ msgstr "Поділитися цією розмовою" + #: src/components/project/ProjectUsageAndSharing.tsx:263 msgid "Share with someone" msgstr "" @@ -9961,7 +9988,7 @@ msgstr "" msgid "Share with workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:155 +#: src/routes/participant/ParticipantPostConversation.tsx:183 msgid "Share your details here" msgstr "Share your details here" @@ -10056,6 +10083,10 @@ msgstr "" msgid "Show projects" msgstr "" +#: src/routes/participant/ParticipantPostConversation.tsx:168 +msgid "Show QR Code" +msgstr "Показати QR-код" + #: src/components/common/ReferencesIconButton.tsx:15 #: src/components/common/ReferencesIconButton.tsx:22 msgid "Show references" @@ -10201,7 +10232,7 @@ msgid "Something went wrong" msgstr "Something went wrong" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:100 +#: src/components/participant/ParticipantConversationText.tsx:105 msgid "participant.conversation.error.text.mode" msgstr "Something went wrong" @@ -10336,7 +10367,7 @@ msgid "Start in assistant chat" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:129 +#: src/components/participant/ParticipantConversationText.tsx:134 msgid "participant.button.start.new.conversation.text.mode" msgstr "Start New Conversation" @@ -10453,7 +10484,7 @@ msgid "Submit" msgstr "Submit" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:233 +#: src/components/participant/ParticipantConversationText.tsx:238 msgid "participant.button.submit.text.mode" msgstr "Submit" @@ -10696,7 +10727,7 @@ msgstr "Test Webhook" msgid "Text" msgstr "Text" -#: src/routes/participant/ParticipantPostConversation.tsx:122 +#: src/routes/participant/ParticipantPostConversation.tsx:137 msgid "Thank you for participating!" msgstr "Thank you for participating!" @@ -10704,7 +10735,7 @@ msgstr "Thank you for participating!" msgid "Thank You Page Content" msgstr "Thank You Page Content" -#: src/routes/participant/ParticipantPostConversation.tsx:251 +#: src/routes/participant/ParticipantPostConversation.tsx:279 msgid "Thank you!" msgstr "Thank you!" @@ -10788,7 +10819,7 @@ msgid "The connection dropped. Retrying automatically." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:105 +#: src/components/participant/ParticipantConversationText.tsx:110 msgid "participant.conversation.error.loading.text.mode" msgstr "The conversation could not be loaded. Please try again or contact support." @@ -11046,7 +11077,7 @@ msgstr "This conversation has the following copies:" msgid "conversation.linking_conversations.description" msgstr "This conversation is a copy of" -#: src/routes/participant/ParticipantPostConversation.tsx:82 +#: src/routes/participant/ParticipantPostConversation.tsx:92 msgid "This email is already in the list." msgstr "This email is already in the list." @@ -11193,6 +11224,10 @@ msgstr "Ця частина сторінки не завантажилася. З msgid "this person" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:151 +msgid "This portal is not accepting new sessions right now." +msgstr "Цей портал зараз не приймає нові сесії." + #: src/components/voice/VoiceInputError.tsx:41 msgid "This project could not be reached." msgstr "" @@ -11756,7 +11791,7 @@ msgstr "" msgid "Type a message or press / for templates..." msgstr "Type a message or press / for templates..." -#: src/components/participant/ParticipantConversationText.tsx:218 +#: src/components/participant/ParticipantConversationText.tsx:223 msgid "Type your response here" msgstr "Type your response here" @@ -12352,7 +12387,7 @@ msgstr "" msgid "Walks you through setup and suggests next steps." msgstr "" -#: src/components/participant/DembraneEventCta.tsx:69 +#: src/components/participant/DembraneEventCta.tsx:58 msgid "Want to run an event with dembrane?" msgstr "Хочете провести подію з dembrane?" @@ -12361,8 +12396,8 @@ msgid "Watch live recordings, transcription progress, and errors across this pro msgstr "" #: src/components/participant/DembraneEventCta.tsx:72 -msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." -msgstr "Ми приносимо інструмент і команду: від вступного дзвінка до звіту. Перевірено на понад 1000 подіях." +#~ msgid "We bring the tool and the crew, from the intake call to the report. Proven across 1000+ events." +#~ msgstr "Ми приносимо інструмент і команду: від вступного дзвінка до звіту. Перевірено на понад 1000 подіях." #. js-lingui-explicit-id #: src/components/participant/MicrophoneTest.tsx:396 @@ -12450,7 +12485,7 @@ msgstr "Ми зв'яжемося з вами протягом дня. Хочет #~ msgid "We will get in touch within a day. Prefer to pick a time yourself? The calendar is right here." #~ msgstr "Ми зв'яжемося з вами протягом дня. Хочете самі обрати час? Календар просто тут." -#: src/routes/participant/ParticipantPostConversation.tsx:262 +#: src/routes/participant/ParticipantPostConversation.tsx:290 msgid "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." msgstr "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." @@ -12630,6 +12665,10 @@ msgstr "" msgid "What's the main reason?" msgstr "" +#: src/components/participant/ParticipantShareModal.tsx:123 +msgid "WhatsApp" +msgstr "WhatsApp" + #: src/components/agent-access/OrgAgentAccessPanel.tsx:88 msgid "When" msgstr "" @@ -12876,7 +12915,7 @@ msgid "Yes" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationText.tsx:182 +#: src/components/participant/ParticipantConversationText.tsx:187 msgid "participant.button.finish.yes.text.mode" msgstr "Yes" @@ -13035,9 +13074,9 @@ msgstr "You haven't verified any outcomes yet. Would you like to verify before f msgid "You left the workspace" msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:129 -msgid "You may also choose to record another conversation." -msgstr "You may also choose to record another conversation." +#: src/routes/participant/ParticipantPostConversation.tsx:143 +#~ msgid "You may also choose to record another conversation." +#~ msgstr "You may also choose to record another conversation." #: src/routes/auth/Login.tsx:234 msgid "You must login with the same provider you used to sign up. If you face any issues, please contact support." @@ -13359,9 +13398,13 @@ msgstr "" msgid "Your request is in." msgstr "" -#: src/routes/participant/ParticipantPostConversation.tsx:126 -msgid "Your response has been recorded. You may now close this tab." -msgstr "Your response has been recorded. You may now close this tab." +#: src/routes/participant/ParticipantPostConversation.tsx:140 +#~ msgid "Your response has been recorded. You may now close this tab." +#~ msgstr "Your response has been recorded. You may now close this tab." + +#: src/routes/participant/ParticipantPostConversation.tsx:141 +msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." +msgstr "Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися." #: src/components/participant/ParticipantBody.tsx:267 msgid "Your responses" diff --git a/echo/frontend/src/locales/uk-UA.ts b/echo/frontend/src/locales/uk-UA.ts index f70f946ac..edfadb307 100644 --- a/echo/frontend/src/locales/uk-UA.ts +++ b/echo/frontend/src/locales/uk-UA.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Для обробки на основі згоди потрібне посилання на політику конфіденційності. Воно має починатися з http:// або https:// і містити не більше 255 символів.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Типове значення облікового запису\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Спочатку додайте розмови до свого проекту\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Додати зображення\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Сталася неочікувана помилка. Зазвичай допомагає перезавантаження сторінки або повернення на головну.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Щось іще?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Забронюйте дзвiнок з нами\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Забронювати ознайомчий дзвінок\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Скасувати перевизначення\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Перевірте текст і зображення та спробуйте ще раз\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Обробка на основі згоди активна без посилання на політику конфіденційності. Додайте його там, де встановлено правову підставу: учасники мають мати змогу прочитати політику конфіденційності.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Розмова\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Відгук не збережено\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Не вдалося надіслати повідомлення. Спробуйте ще раз\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Дата\"],\"ItMGda\":[\"Діапазон дат\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"запрошення на подію dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Опишіть проблему\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Визначає, на якій правовій підставі GDPR обробляються персональні дані цього проєкту.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Готово, зв'яжіться зі мною\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Кожен висновок простежуваний. Звіт пов'язує кожне спостереження з тим, що насправді було сказано.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Не вдалося перепланувати. Будь ласка, оберiть час далi у майбутньому та спробуйте знову.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Відгук надіслано\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"П'ять коротких запитань, а потім ви обираєте час для розмови з командою dembrane. Ми читаємо ваші відповіді перед дзвінком і пропонуємо відповідний план.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Зв'язатися з нами\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Гарна відповідь\"],\"hjZBYK\":[\"Є дві хвилини? П'ять необов'язкових запитань допоможуть нам підготуватися.\"],\"5sIEgO\":[\"Є дві хвилини? П'ять коротких запитань допоможуть нам підготуватися, і будь-яке з них можна пропустити.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"З керiвництвом\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"приховати запрошення на подію dembrane\"],\"V3NvRL\":[\"Приховати запрошення на подію dembrane можна в платному плані.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Організатор\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Відгук організатора\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Якщо ви помітили дані, видимі стороннім, доступ, якого хтось не повинен мати, або можливу вразливість безпеки, скористайтеся нашою <0>формою повідомлення про безпеку. Вона надходить до іншої команди швидшим шляхом. У термінових випадках напишіть на <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Зображення мають бути менші за \",[\"MAX_FILE_MB\"],\" МБ\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Неправильно або вигадано\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Залиште свою електронну пошту, і ми зв'яжемося з вами протягом дня щодо проведення події з dembrane.\"],\"J8VWes\":[\"Залиште свою електронну пошту, щоб ми могли з вами зв'язатися.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Правова підстава\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Правову підставу збережено\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Посилання на політику конфіденційності, яку бачать учасники\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Не відповідає на питання\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Має бути щонайменше через 10 хвилин\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Новi розмови додано пiсля цього звiту\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Без застосунку, без обладнання. Учасники сканують QR-код, і їхній телефон стає порталом.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Розмов ще немає. Ви можете запланувати звiт зараз, i розмови будуть включенi пiсля їх додавання.\"],\"oaDwXD\":[\"Типове значення не встановлено (діє керування клієнтом)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Відгуків ще немає.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"В організації поки нікого немає.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Додавати можна лише зображення\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Лише адміністратори робочого простору можуть змінювати правову підставу.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Відкрити запис\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Необов'язкове запитання \",[\"0\"],\" з \",[\"1\"]],\"S2LyUK\":[\"Необов'язкове запитання \",[\"0\"],\" з \",[\"1\"],\". Пропускайте будь-що.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Або бажаєте поспiлкуватися напряму?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Інше\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Перевизначено для цього проєкту\"],\"AR/qbs\":[\"Перевизначити для цього проєкту\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Оберiть дату\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Обрати час зараз\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Погана відповідь\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Попередній\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL політики конфіденційності\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Запитання\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Оцінка\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Зв'яжіться зі мною\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Причина\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Перезавантажити сторінку\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Видалити \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Видалити перевизначення\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Запис\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Повідомити про проблему\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Повідомлення надіслано. Дякуємо\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Перепланувати на\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Відгук про відповідь\"],\"Sa5FCh\":[\"Результати ще до того, як люди розійдуться. Ми аналізуємо наживо й презентуємо просто в залі.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Повернутися на головну\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Провести подію з dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Знайдіть і виберіть розмови для цього чату.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Оберiть до 2 напрямкiв для вашого звiту\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Надіслати повідомлення\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Share\"],\"uIZ2tg\":[\"Share link\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Подiлiться своїм голосом, вiдсканувавши QR-код\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Показувати запрошення\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" з \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Щоб ми могли надіслати вам деталі дзвінка.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Гаразд\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Вимкнення доступне в платному плані.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Системне типове значення\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Розкажіть нам про подію, яку ви задумали.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Дякуємо, ми зв'яжемося з вами протягом дня.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Це не схоже на адресу електронної пошти.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Це все, дякую\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Календар тут не завантажився. Оберіть час на cal.com або напишіть нам на info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"Сторінка подяки завершується карткою, яка запрошує учасників провести власну подію з dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Встановлено обробку на основі згоди без посилання на політику конфіденційності. Додайте його, щоб налаштування залишалося дійсним: учасники мають мати змогу прочитати політику конфіденційності.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Ця частина сторінки не завантажилася. Зазвичай допомагає перезавантаження. Якщо це повторюється, поверніться на головну.\"],\"SWBo09\":[\"this person\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Цей проєкт наслідуватиме успадковане налаштування: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Не подобається\"],\"Nuw8ty\":[\"Подобається\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Час\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Занадто довго або незрозуміло\"],\"lcsUaI\":[\"Надто багато повідомлень. Зачекайте кілька хвилин і спробуйте ще раз\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"До \",[\"MAX_FILES\"],\" зображень\"],\"lLehih\":[\"До \",[\"MAX_MESSAGE_CHARS\"],\" символів\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Використати успадковане значення\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Хочете провести подію з dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Ми приносимо інструмент і команду: від вступного дзвінка до звіту. Перевірено на понад 1000 подіях.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Ми не знайшли сторінку, яку ви шукали. Можливо, її перемістили.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Ми зв'яжемося з вами протягом дня. Хочете самі обрати час?\"],\"8RY8RU\":[\"Ми зв'яжемося з вами протягом дня. Хочете самі обрати час? Календар просто тут.\"],\"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.\"],\"FXjsEJ\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою <0>Повідомити про проблему, щоб надіслати її зі знімками екрана.\"],\"XolQc4\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою Повідомити про проблему на бічній панелі, щоб надіслати її зі знімками екрана.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Ласкаво просимо в режим Огляду! Я завантажив підсумки всіх ваших розмов. Запитуйте мене про закономірності, теми та висновки у ваших даних. Для точних цитат розпочніть нову бесіду в режимі Конкретного Контексту.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Що сталося? Вставте сюди знімок екрана, щоб додати його\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Що пішло не так?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Як з вами зв'язатися?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Робочий простір / проєкт\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Типове значення робочого простору\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Налаштування робочого простору\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Неправильна мова або тон\"],\"MNTYHt\":[\"Неправильні джерела\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vy@pryklad.ua\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Ваша електронна пошта\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ваш відгук і ця відповідь надходять команді dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Ваше ім'я, електронна пошта та поточна сторінка додаються, щоб ми могли з вами зв'язатися.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"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\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"You are not authenticated\":[\"You are not authenticated\"],\"You don't have permission to access this.\":[\"You don't have permission to access this.\"],\"Resource not found\":[\"Resource not found\"],\"Server error\":[\"Server error\"],\"Something went wrong\":[\"Something went wrong\"],\"We're preparing your workspace.\":[\"We're preparing your workspace.\"],\"Preparing your dashboard\":[\"Preparing your dashboard\"],\"Welcome back\":[\"Welcome back\"],\"HO+GhS\":[\" · \",[\"heldBack\"],\" held back\"],\"ELsePE\":[\" · failed\"],\"library.generate.duration.message\":[\" Generating library can take up to an hour.\"],\"uDvV8j\":[\" Submit\"],\"aMNEbK\":[\" Unsubscribe from Notifications\"],\"participant.modal.echo.info.title.generic\":[\"\\\"ECHO\\\" available soon\"],\"participant.modal.echo.info.title.go.deeper\":[\"\\\"Explore\\\" available soon\"],\"HaeOJo\":[\"\\\"made with dembrane\\\" stays on the screen.\"],\"participant.modal.echo.info.title.concrete\":[\"\\\"Verify\\\" available soon\"],\"XGun3K\":[\"(direct workspace access)\"],\"ls1N1w\":[\"(missing)\"],\"B/gRsg\":[\"(none)\"],\"NzluOx\":[\"(optional)\"],\"GNqfpI\":[\"(Partner)\"],\"3lXqzm\":[\"(unknown)\"],\"dDUgzP\":[\"(You)\"],\"sqIqzz\":[[\"0\",\"plural\",{\"one\":[\"(\",\"#\",\" workspace)\"],\"other\":[\"(\",\"#\",\" workspaces)\"]}]],\"6uAkgs\":[[\"0\",\"plural\",{\"one\":[\"#\",\" agreement\"],\"other\":[\"#\",\" agreements\"]}]],\"7TGH6l\":[[\"0\",\"plural\",{\"one\":[\"#\",\" audio stopped\"],\"other\":[\"#\",\" audio stopped\"]}]],\"VWtG3I\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation could not be added to this chat.\"],\"other\":[\"#\",\" conversations could not be added to this chat.\"]}]],\"+cZTZi\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation will be hidden along with it.\"],\"other\":[\"#\",\" conversations will be hidden along with it.\"]}]],\"V/J+NZ\":[[\"0\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}]],\"uHGFwN\":[[\"0\",\"plural\",{\"one\":[\"#\",\" live\"],\"other\":[\"#\",\" live\"]}]],\"pkIIls\":[[\"0\",\"plural\",{\"one\":[\"#\",\" member\"],\"other\":[\"#\",\" members\"]}]],\"cEPfGu\":[[\"0\",\"plural\",{\"one\":[\"#\",\" offline\"],\"other\":[\"#\",\" offline\"]}]],\"4Qph0N\":[[\"0\",\"plural\",{\"one\":[\"#\",\" payment\"],\"other\":[\"#\",\" payments\"]}]],\"71onWg\":[[\"0\",\"plural\",{\"one\":[\"#\",\" project\"],\"other\":[\"#\",\" projects\"]}]],\"Tqs9eY\":[[\"0\",\"plural\",{\"one\":[\"#\",\" selected\"],\"other\":[\"#\",\" selected\"]}]],\"e6iRhF\":[[\"0\",\"plural\",{\"one\":[\"#\",\" tag\"],\"other\":[\"#\",\" tags\"]}]],\"uACelL\":[[\"0\",\"plural\",{\"one\":[\"#\",\" transcribing\"],\"other\":[\"#\",\" transcribing\"]}]],\"hC6J5L\":[[\"0\",\"plural\",{\"one\":[\"#\",\" with errors\"],\"other\":[\"#\",\" with errors\"]}]],\"fZQUHc\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word added\"],\"other\":[\"#\",\" words added\"]}]],\"qLX2qo\":[[\"0\",\"plural\",{\"one\":[\"#\",\" word removed\"],\"other\":[\"#\",\" words removed\"]}]],\"zxwWT7\":[[\"0\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"Bt5adm\":[[\"0\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation:\"],\"other\":[\"Focusing on \",\"#\",\" conversations:\"]}]],\"gK37YM\":[[\"0\",\"plural\",{\"one\":[\"Message from dembrane\"],\"other\":[\"Messages from dembrane\"]}]],\"ZGPwH7\":[[\"0\",\"plural\",{\"one\":[\"Move \",\"#\",\" project to another workspace.\"],\"other\":[\"Move \",\"#\",\" projects to another workspace.\"]}]],\"e+yL+K\":[[\"0\",\"plural\",{\"one\":[\"Show what changes (\",\"#\",\" field)\"],\"other\":[\"Show what changes (\",\"#\",\" fields)\"]}]],\"select.all.modal.tags\":[[\"0\",\"plural\",{\"one\":[\"Tag:\"],\"other\":[\"Tags:\"]}]],\"kdJmhV\":[[\"0\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation:\"],\"other\":[\"Using \",\"#\",\" conversations:\"]}]],\"J/hVSQ\":[[\"0\"]],\"Ovt54W\":[[\"0\"],\" (default)\"],\"r/Wlfo\":[[\"0\"],\" / seat / month × \",[\"1\"],\", billed yearly. Excludes VAT.\"],\"bBa8T+\":[[\"0\"],\" / seat × \",[\"1\"],\". Excludes VAT.\"],\"eysOsc\":[[\"0\"],\" / seat × \",[\"1\"],\". Not charged after this period.\"],\"UJVL32\":[[\"0\"],\" accounts, \",[\"1\"],\" workspaces, \",[\"2\"],\" active\"],\"xfMOtJ\":[[\"0\"],\" across all\"],\"RKutZY\":[[\"0\"],\" active\"],\"select.all.modal.added.count\":[[\"0\"],\" added\"],\"q87k+2\":[[\"0\"],\" added from your organisation\"],\"RnxanU\":[[\"0\"],\" calls this month\"],\"C2sVdo\":[[\"0\"],\" conversations\"],\"9Q4Q7S\":[[\"0\"],\" conversations · \",[\"phrases\"],\" phrases · \",[\"validated\"],\" validated\"],\"2Th9D6\":[[\"0\"],\" Conversations • Edited \",[\"1\"]],\"yQYU7s\":[[\"0\"],\" deleted\"],\"6Re9LE\":[[\"0\"],\" from dembrane\"],\"1LjQoy\":[[\"0\"],\" held back\"],\"COnw8D\":[[\"0\"],\" logo\"],\"KmVMRe\":[[\"0\"],\" loses access immediately. To connect it again, start over from the agent.\"],\"select.all.modal.not.added.count\":[[\"0\"],\" not added\"],\"tiL2vY\":[[\"0\"],\" of \",[\"1\"],\" calls this month (free plan)\"],\"nqIXFG\":[[\"0\"],\" of \",[\"1\"],\" members are trained.\"],\"uQcaBv\":[[\"0\"],\" of \",[\"1\"],\" trained\"],\"IAy/YD\":[[\"0\"],\" phrases\"],\"3wr3U9\":[[\"0\"],\" seat(s) · \",[\"1\"],\" now · +\",[\"2\"],\"/\",[\"cadence\"],\" at renewal\"],\"ipdYtj\":[[\"0\"],\" seat(s) paid for this period and unused. Invite someone to fill them at no charge until renewal.\"],\"q9vtxh\":[[\"0\"],\" seats\"],\"z9suu0\":[[\"0\"],\" total rises to \",[\"1\"],\" when \",[\"pendingInvites\"],\" pending \",[\"2\"],\" accepted\"],\"9y5CrY\":[[\"0\"],\" validated\"],\"1/+09d\":[[\"0\"],\" views\"],\"D5tQMO\":[[\"0\"],\" wants MCP access to dembrane\"],\"Sx2eFn\":[[\"0\"],\" workspaces · \",[\"1\"],\" paid seats · \",[\"2\"],\" free observers · \",[\"3\"],\" in \",[\"4\"]],\"Y7cydQ\":[[\"0\"],\" workspaces, \",[\"1\"],\" seats pooled\",[\"2\"]],\"UJhAzj\":[[\"0\"],\", workspace id \",[\"1\"]],\"DtMhBU\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}]],\"1dY9WP\":[[\"accessCount\",\"plural\",{\"one\":[\"#\",\" person\"],\"other\":[\"#\",\" people\"]}],\" in \",[\"0\"]],\"ZbBmkS\":[[\"clientName\"],\" and the company running it will receive the conversation content you allow.\"],\"7ONDLH\":[[\"compedCount\",\"plural\",{\"one\":[\"#\",\" comped\"],\"other\":[\"#\",\" comped\"]}]],\"nC/4NM\":[[\"conversationCount\"],\" Conversations • Edited \",[\"0\"]],\"BXWuuj\":[[\"conversationCount\"],\" selected\"],\"q8xwQo\":[[\"conversations\"],\" conversations with a transcript, about \",[\"minutes\"],\" minutes of talk. Ready.\"],\"lEaS4c\":[[\"count\"],\" history entries\"],\"QZiK6/\":[[\"currentCadence\"],\" min\"],\"TusXkS\":[[\"days\"],\" days\"],\"j8KSnb\":[[\"discountPct\"],\"% discount applied\"],\"oU6g2E\":[[\"empty\",\"plural\",{\"one\":[\"#\",\" conversation has no transcript yet, so it was left out.\"],\"other\":[\"#\",\" conversations have no transcript yet, so they were left out.\"]}]],\"library.conversations.to.be.analyzed\":[[\"finishedConversationsCount\",\"plural\",{\"one\":[\"Currently \",\"#\",\" conversation is ready to be analyzed.\"],\"other\":[\"Currently \",\"#\",\" conversations are ready to be analyzed.\"]}]],\"Lnd5u/\":[[\"from\"],\" → \",[\"to\"]],\"Z5IbhM\":[[\"host\"],\" will read your answers before the call and brings a draft offer.\"],\"XrsLMx\":[[\"invalidCount\"],\" addresses need attention\"],\"GxhS2s\":[[\"inviterName\"],\" invited you to join \",[\"resolvedWorkspaceName\"]],\"rR3Y66\":[[\"liveProjectCount\",\"plural\",{\"one\":[\"Delete the \",\"#\",\" project in this workspace before deleting the workspace itself.\"],\"other\":[\"Delete the \",\"#\",\" projects in this workspace before deleting the workspace itself.\"]}]],\"YtOXS1\":[[\"name\"],\"'s conversation\"],\"lJ6xri\":[[\"name\"],\"'s transcript excerpt\"],\"P9UcSP\":[[\"names\"],\" and \",[\"extra\"],\" more\"],\"s95FYX\":[[\"nextCadence\"],\" min\"],\"GE8hF/\":[[\"overflow\"],\" more people\"],\"tTf9sn\":[[\"overLimit\",\"plural\",{\"one\":[\"#\",\" conversation did not fit in this chat. Start another chat to cover the rest.\"],\"other\":[\"#\",\" conversations did not fit in this chat. Start another chat to cover the rest.\"]}]],\"nBVNW0\":[[\"pendingInvites\"],\" invite(s) pending. Counted once accepted.\"],\"lEeV+7\":[[\"person\"],\" will lose access to every workspace in this organisation. Direct-only workspace invites stay intact.\"],\"be9jwp\":[[\"pickedCount\",\"plural\",{\"one\":[\"Focusing on \",\"#\",\" conversation\"],\"other\":[\"Focusing on \",\"#\",\" conversations\"]}]],\"Ln0wt8\":[[\"pickedCount\",\"plural\",{\"one\":[\"Using \",\"#\",\" conversation\"],\"other\":[\"Using \",\"#\",\" conversations\"]}]],\"TVD5At\":[[\"readingNow\"],\" reading now\"],\"/+py6Q\":[[\"seats\"],\" seats\"],\"ArGmEy\":[[\"selectedCount\"],\" of \",[\"totalCount\"],\" fields selected. Accept applies only the ticked ones.\"],\"odzwX/\":[[\"sent\"],\" invites sent\"],\"dmKaRr\":[[\"sentCount\"],\" invites sent.\"],\"qzj8O/\":[[\"tag\"],\" (preselected)\"],\"ifWKVu\":[[\"totalActive\",\"plural\",{\"one\":[\"#\",\" active\"],\"other\":[\"#\",\" active\"]}]],\"8LKbAw\":[[\"totalOrganisations\",\"plural\",{\"one\":[\"#\",\" organisation\"],\"other\":[\"#\",\" organisations\"]}]],\"oJQHsS\":[[\"totalWorkspaces\",\"plural\",{\"one\":[\"#\",\" workspace\"],\"other\":[\"#\",\" workspaces\"]}]],\"library.conversations.still.processing\":[[\"unfinishedConversationsCount\"],\" still processing.\"],\"ZpJ0wx\":[\"*Transcription in progress.*\"],\"lDyo+I\":[\"/seat/mo · billed annually\"],\"u5M/5B\":[\"/seat/mo · billed monthly\"],\"RuXuwk\":[\"+\",[\"0\"],\" more\"],\"ynBObK\":[\"+\",[\"hiddenCount\"],\" conversations\"],\"VAhv7y\":[\"€\",[\"0\"],\" each, beyond the included \",[\"1\"]],\"MhZM6i\":[\"€\",[\"0\"],\" per extra participant\"],\"+Tssgi\":[\"€150 / seat / month\"],\"NPPhXn\":[\"€20 / seat / month\"],\"XlCmuS\":[\"€75 / seat / month\"],\"LeFXS1\":[\"0 Aspects\"],\"r3PXp+\":[\"1 address needs attention\"],\"N0QWsI\":[\"1 h recording\"],\"2BWxOx\":[\"1 history entry\"],\"vp5vfW\":[\"1 hour\"],\"5pm7gt\":[\"1 view\"],\"AeSuqs\":[\"1. You provide a URL where you want to receive notifications\"],\"9u4NIb\":[\"16 to 40.\"],\"WehR9U\":[\"2 months ago\"],\"gGr93M\":[\"2 to 5.\"],\"L9boOH\":[\"2. When a conversation or report event happens, we automatically send the data to your URL\"],\"VaA9mu\":[\"24 hours\"],\"RkmegJ\":[\"250 to 1000.\"],\"7ZrpGs\":[\"3 days\"],\"lxBOZP\":[\"3 months ago\"],\"WiUXLq\":[\"3. Your system receives the data and can act on it (e.g., save to a database, send an email, update a spreadsheet)\"],\"c5EE1L\":[\"50 to 250.\"],\"rV+scO\":[\"6 to 15.\"],\"34Qhax\":[\"8 hours\"],\"aFDk6y\":[\"A couple of quick questions and you're in.\"],\"Ddr+Kq\":[\"A dembrane staff app_user id. The server checks the @dembrane.com address.\"],\"iqgpeQ\":[\"A downgrade applies the matrix downgrade effects and notifies workspace admins. A paid tier puts the account on dembrane-managed billing.\"],\"thilZ0\":[\"A downgrade limits features immediately.\"],\"wsTrfq\":[\"A first version will appear here when it is ready.\"],\"D+aQ7R\":[\"A friendly name to identify this webhook\"],\"HHPCqV\":[\"A live page in your Library, and live slides for the room, both made from your conversations while a session runs. Early beta: they may change or be removed.\"],\"z9VxrW\":[\"A new report will be automatically generated and published at the scheduled time.\"],\"zm7GU7\":[\"Для обробки на основі згоди потрібне посилання на політику конфіденційності. Воно має починатися з http:// або https:// і містити не більше 255 символів.\"],\"TKd+Fa\":[\"A project holds everything for one topic. Share its link with participants, gather voices, then let dembrane turn them into insights.\"],\"sG+9v8\":[\"A report is already being generated for this project. Please wait for it to complete.\"],\"lN8IO2\":[\"A rough number or \\\"not sure\\\". Either is useful.\"],\"fzZoY8\":[\"A sample session, not your data. Yours will look like this.\"],\"Ky83tq\":[\"A seat is one member. Add or remove members in each workspace's People tab; your next charge follows automatically.\"],\"hyYKSp\":[\"A seat is one member. Seats stay available until the plan ends; changes won't be charged.\"],\"SpaKQm\":[\"A separate data-ownership and billing context. It can be handed off to that organisation later with no data movement.\"],\"GhjsDN\":[\"A short blurb shown on the organisation overview.\"],\"F9QjSt\":[\"A short note on what this project is about. You can edit it later.\"],\"j2mO8+\":[\"a workspace\"],\"kO7Ugp\":[\"About the suggested project update: \",[\"hostNote\"]],\"2rz0sA\":[\"About you\"],\"g3UF2V\":[\"Accept\"],\"Q74FZp\":[\"Accept and join\"],\"JAvG0l\":[\"Accepted terms\"],\"LuXP9q\":[\"Access\"],\"qLcf0w\":[\"Access ends on\"],\"5RckdQ\":[\"Access expires after\"],\"18D/K9\":[\"Access granted for 24 hours.\"],\"HlgFV1\":[\"Access history\"],\"6NLtuJ\":[\"Access request approved\"],\"RpdQvB\":[\"Access request denied\"],\"FmhC27\":[\"Access request expired\"],\"pyPxxw\":[\"Access request withdrawn\"],\"ekMaJX\":[\"Access requests\"],\"AeXO77\":[\"Account\"],\"vZEmNi\":[\"Account & security\"],\"K3wUdw\":[\"Типове значення облікового запису\"],\"g9NChz\":[\"Account manager\"],\"/8wINa\":[\"Account manager assigned.\"],\"Q+M1Ej\":[\"Account moved to self-serve billing.\"],\"DX/Wkz\":[\"Account password\"],\"Euv0O8\":[\"Account set to managed billing.\"],\"A7C5YV\":[\"Account set to managed.\"],\"0qqrUz\":[\"Accounts billed\"],\"L5gswt\":[\"Action By\"],\"7U5F+i\":[\"Action needed\"],\"UQXw0W\":[\"Action On\"],\"7L01XJ\":[\"Actions\"],\"F6pfE9\":[\"Active\"],\"3976bh\":[\"Active · \",[\"0\"]],\"select.all.modal.loading.filters\":[\"Active filters\"],\"XJOV1Y\":[\"Activity\"],\"m16xKo\":[\"Add\"],\"4USg1N\":[\"Add \",[\"0\"],\" to \",[\"1\"],\" as <0>\",[\"2\"],\"?\"],\"uyE3Y1\":[\"Add a member and pick their access.\"],\"o1Svup\":[\"Add a name and a prompt before applying.\"],\"kKuKkg\":[\"Add a name, description, and framing.\"],\"5xxrhm\":[\"Add a note\"],\"Cf2umO\":[\"Add a project goal before saving.\"],\"pVTvYj\":[\"add a workspace\"],\"1m+3Z3\":[\"Add additional context (Optional)\"],\"Se1KZw\":[\"Add all that apply\"],\"L1uMzn\":[\"Add another\"],\"LvDRbs\":[\"Add by email\"],\"select.all.modal.title.add\":[\"Add Conversations to Context\"],\"8T7YRB\":[\"Спочатку додайте розмови до свого проекту\"],\"LL1rvo\":[\"Add Custom Topic\"],\"0qHnFM\":[\"Add goal text before applying.\"],\"5phU36\":[\"Додати зображення\"],\"1xDwr8\":[\"Add key terms or proper nouns to improve transcript quality and accuracy.\"],\"ndpRPm\":[\"Add new recordings to this project. Files you upload here will be processed and appear in conversations.\"],\"ymW+mN\":[\"Add people from your organisation\"],\"Ralayn\":[\"Add Tag\"],\"add.tag.filter.modal.title\":[\"Add Tag to Filters\"],\"IKoyMv\":[\"Add Tags\"],\"b6Sm+u\":[\"Add to \",[\"0\"],\"?\"],\"jo1zkp\":[\"Add to chat\"],\"add.tag.filter.modal.add\":[\"Add to Filters\"],\"NffMsn\":[\"Add to this chat\"],\"P4Egjx\":[\"Add to workspaces\"],\"6Xm4X2\":[\"Add Topic\"],\"AHaRrL\":[\"Add translations\"],\"yFRVHT\":[\"Add verification prompt\"],\"QN2F+7\":[\"Add Webhook\"],\"UZ07em\":[\"Add Your First Webhook\"],\"x2dB2O\":[\"add your logo\"],\"hp8OtS\":[\"Added\"],\"select.all.modal.added\":[\"Added\"],\"Na90E+\":[\"Added emails\"],\"uVX6Vk\":[\"Added to workspace\"],\"yg5kon\":[\"Added you to \",[\"okCount\"],\" workspaces\"],\"ZncK2m\":[\"Added you to \",[\"okCount\"],\". \",[\"0\"],\" couldn't be added, try again.\"],\"lQmOCQ\":[\"Added you to 1 workspace\"],\"54QrMC\":[\"Adding \",[\"pendingCount\"],\" more will put this workspace over its seat cap. Overage seats are billed at the workspace's tier rate.\"],\"select.all.modal.add.without.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to the chat\"],\"select.all.modal.add.with.filters\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" with the following filters:\"],\"select.all.modal.add.without.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\"\"],\"select.all.modal.add.with.filters.more\":[\"Adding <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" more conversation\"],\"other\":[\"#\",\" more conversations\"]}],\" with the following filters:\"],\"select.all.modal.loading.title\":[\"Adding Conversations\"],\"Du6bPw\":[\"Address\"],\"NY/x1b\":[\"Address line 1\"],\"cormHa\":[\"Address line 2\"],\"CA/Ul9\":[\"Adjust the base font size for the interface\"],\"U3pytU\":[\"Admin\"],\"84oArf\":[\"Admin dashboard\"],\"HJ47wa\":[\"Admin here via organisation role\"],\"uYQEe4\":[\"Admin, dembrane\"],\"eC58+P\":[\"Admins\"],\"CLlKPV\":[\"Admins can reach every workspace in this organisation. Members and externals only see the workspaces they've been given access to.\"],\"sxkWRg\":[\"Advanced\"],\"OaKXud\":[\"Advanced (Tips and best practices)\"],\"JiIKww\":[\"Advanced Settings\"],\"iEQQyu\":[\"Agent\"],\"ftJZVq\":[\"Agent run failed\"],\"6iJVJD\":[\"Agentic\"],\"vaeE5W\":[\"Agentic - Tool-driven execution\"],\"I1JKlv\":[\"Agentic chat\"],\"N40H+G\":[\"All\"],\"cF7bEt\":[\"All actions\"],\"O1367B\":[\"All collections\"],\"gvykaX\":[\"All Conversations\"],\"u/fl/S\":[\"All files were uploaded successfully.\"],\"zG6Ooi\":[\"All projects\"],\"ynXPFB\":[\"All read\"],\"W/4/mV\":[\"All seats are taken on this tier. Remove a member or external, or upgrade the workspace tier to invite more people.\"],\"XQ7aEI\":[\"All seats are taken. Free a seat or upgrade to invite more.\"],\"X3FPsl\":[\"All seats taken\"],\"NGO2th\":[\"All Templates\"],\"IOEBQh\":[\"All tiers\"],\"dYoI9C\":[\"All visible conversations selected\"],\"AWdiC+\":[\"All workspaces\"],\"h7peZQ\":[\"Allow\"],\"Ro8+2I\":[\"Allow dembrane staff to access this workspace for support\"],\"6Yg3n+\":[\"Allow MCP access\"],\"TyWqnD\":[\"Allow MCP access in \",[\"0\"]],\"3goDnD\":[\"Allow participants using the link to start new conversations\"],\"sV+uzv\":[\"Almost ready\"],\"bruUug\":[\"Almost there\"],\"gwPMvj\":[\"Already a member\"],\"H7cfSV\":[\"Already added to this chat\"],\"cFO+NU\":[\"Already have an account? Log in\"],\"xNyrs1\":[\"Already in context\"],\"lLTpsm\":[\"Already invited\"],\"3lBGEC\":[\"Already used in this chat\"],\"KRrfG3\":[\"Also allow it to change project settings\"],\"Xc9emY\":[\"Always on, it lives on our website\"],\"hehnjM\":[\"Amount\"],\"nIUIH3\":[\"Amounts default to the account's seats times the per-seat price. Override only when you need to.\"],\"2G0LKZ\":[\"An additional training is mandatory for teams using dembrane in situations classified as high risk under the EU AI Act.\"],\"raDt88\":[\"An AI assistant you connect, and the company that runs it, will receive the conversations and projects you allow. dembrane is not responsible for what they do with that data. You can revoke a connection at any time.\"],\"1gf/FC\":[\"An assembly.\"],\"jIoHDG\":[\"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.\"],\"iRgQMM\":[\"An event or a workshop.\"],\"zqhMd0\":[\"Сталася неочікувана помилка. Зазвичай допомагає перезавантаження сторінки або повернення на головну.\"],\"F4cOH1\":[\"Analysis Language\"],\"ZlwDi6\":[\"Analytics\"],\"1x2m6d\":[\"Analyze these elements with depth and nuance. Please:\\n\\nFocus on unexpected connections and contrasts\\nGo beyond obvious surface-level comparisons\\nIdentify hidden patterns that most analyses miss\\nMaintain analytical rigor while being engaging\\nUse examples that illuminate deeper principles\\nStructure the analysis to build understanding\\nDraw insights that challenge conventional wisdom\\n\\nNote: If the similarities/differences are too superficial, let me know we need more complex material to analyze.\"],\"Dzr23X\":[\"Announcements\"],\"J8yrvq\":[\"Anonymise transcripts\"],\"M8cgTa\":[\"Anonymize transcript\"],\"gd1W+U\":[\"Anonymize Transcripts\"],\"YdiKaK\":[\"anonymized conversation\"],\"iPiP6k\":[\"Anonymized conversation\"],\"D9CFV5\":[\"Anonymous\"],\"Pg5/xn\":[\"Anonymous participant\"],\"SEllfL\":[\"Anonymous visitor\"],\"t2jB92\":[\"Another admin or owner will need to restore you.\"],\"6GojWN\":[\"Any tag\"],\"FnbCx1\":[\"Anyone in your organisation can find this workspace. Admins can join; members can request access.\"],\"ZpsmSQ\":[\"Anyone with the link can watch. No login, and no transcripts.\"],\"7IKc8P\":[\"Anything else you might need?\"],\"isAHo8\":[\"Anything else you'd like to share\"],\"kR5k2j\":[\"Щось іще?\"],\"N1Wkmw\":[\"Anything we could have done better?\"],\"sMMWxH\":[\"Anything you want to add\"],\"aAIQg2\":[\"Appearance\"],\"9+QMn9\":[\"Applied. The canvas now shows this design and keeps it fresh.\"],\"HMzKuc\":[\"Applies this wording and refresh behavior to the existing canvas.\"],\"DB8zMK\":[\"Apply\"],\"4TwsNi\":[\"Apply template\"],\"5swDY2\":[\"Approaching a limit this month\"],\"z0ccuc\":[\"Approaching limit: \",[\"0\"],\" / 32,000 characters\"],\"Z7ZXbT\":[\"Approve\"],\"participant.concrete.action.button.approve\":[\"Approve\"],\"m14CS3\":[\"Approve for 24 hours\"],\"1kA9Tv\":[\"Approve support access\"],\"conversation.verified.approved\":[\"Approved\"],\"tq+4rb\":[\"Are you sure you want to delete the webhook \\\"\",[\"0\"],\"\\\"? This action cannot be undone.\"],\"uqhbrg\":[\"Are you sure you want to delete this chat? This action cannot be undone.\"],\"Q5Z2wp\":[\"Are you sure you want to delete this conversation? This action cannot be undone.\"],\"yrk3z3\":[\"Are you sure you want to delete this custom topic? This cannot be undone.\"],\"YF1Re1\":[\"Are you sure you want to delete this project? This action cannot be undone.\"],\"ELQ+fw\":[\"Are you sure you want to delete this report? This action cannot be undone.\"],\"aUsm4A\":[\"Are you sure you want to delete this tag? This will remove the tag from existing conversations that contain it.\"],\"e3BGhi\":[\"Are you sure you want to delete this template? This cannot be undone.\"],\"participant.modal.finish.message.text.mode\":[\"Are you sure you want to finish the conversation?\"],\"sOql0x\":[\"Are you sure you want to generate the library? This will take a while and overwrite your current views and insights.\"],\"UXCOMn\":[\"Are you sure you want to regenerate the summary? You will lose the current summary.\"],\"ZmeZPn\":[\"Are you sure you want to remove your avatar?\"],\"wQ5jM6\":[\"Are you sure you want to remove your custom logo? The default dembrane logo will be used instead.\"],\"Wh64Gd\":[\"Arranged with dembrane\"],\"F+vBv0\":[\"Ask\"],\"VttPAe\":[\"Ask | dembrane\"],\"Djkxtl\":[\"Ask a question about the conversations in this project, or get help setting it up. Any change is proposed for review first, and nothing is saved until it's approved.\"],\"2QOQAV\":[\"Ask a workspace admin for an invite, or pick a different workspace from your list.\"],\"jPTnVt\":[\"Ask about the app.\"],\"7edAaq\":[\"Ask about these\"],\"9pDK3A\":[\"Ask about your conversations...\"],\"lCenB6\":[\"Ask for Email?\"],\"Rjlwvz\":[\"Ask for Name?\"],\"KmS8XG\":[\"Ask in chat when you want a live view of the conversations. The first canvas will stay here.\"],\"ZwM3p2\":[\"ask more in chat\"],\"6S+qQR\":[\"Ask participants for their email\"],\"I+vZ9W\":[\"Ask participants for their name\"],\"4WAt+h\":[\"Ask your admin\"],\"84NoFa\":[\"Aspect\"],\"HkigHK\":[\"Aspects\"],\"kaEPzR\":[\"Assign\"],\"d/bvvp\":[\"Assistant\"],\"MPY6SL\":[\"Assistant context\"],\"aYfeOI\":[\"Assistant memory\"],\"bU39dx\":[\"At least 8 characters\"],\"iF1OFS\":[\"At least one topic must be selected to enable Verify\"],\"quMOkF\":[\"At the end of this period\"],\"8Fp5MP\":[\"At your busiest moment, how many conversations will be running at once?\"],\"FA2/EC\":[\"Attach verified artifacts\"],\"participant.modal.interruption.issue.message\":[\"Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect.\"],\"/rTz0M\":[\"Audio\"],\"kHN5Zx\":[\"Audio download not available for anonymized conversations\"],\"N2tS3I\":[\"Audio is coming in\"],\"SLvg/d\":[\"Audio playback not available for anonymized conversations\"],\"IOBCIN\":[\"Audio Tip\"],\"OCG9c0\":[\"Audio was coming in but stopped. They may have lost connection or locked their phone.\"],\"y2W2Hg\":[\"Audit logs\"],\"aL1eBt\":[\"Audit logs exported to CSV\"],\"mS51hl\":[\"Audit logs exported to JSON\"],\"z8CQX2\":[\"Authenticator code\"],\"R+PyK8\":[\"Auto-generate titles\"],\"voAvDv\":[\"Auto-generate Titles\"],\"Wrpmw7\":[\"Auto-generated or enter manually\"],\"8kH9im\":[\"Automatic titles and draft tags\"],\"dY4Vk3\":[\"Automatically generate a short topic-based title for each conversation after summarization. The title describes what was discussed, not who participated. The participant's original name is preserved separately, if they provided one.\"],\"F95AYw\":[\"Automatically save transcripts to your CRM or database\"],\"zUbSgC\":[\"Automatically send conversation data to your other tools and services when events occur.\"],\"AUb80i\":[\"Available on a paid plan\"],\"KKfW2W\":[\"Avatar removed\"],\"jSKImf\":[\"Avatar updated\"],\"vhjbKr\":[\"Away\"],\"iH8pgl\":[\"Back\"],\"participant.button.back.microphone\":[\"Back\"],\"participant.button.back\":[\"Back\"],\"BT2r2q\":[\"Back to dembrane\"],\"aBqveh\":[\"Back to live\"],\"7rgUr5\":[\"Back to my workspaces\"],\"/9nVLo\":[\"Back to Selection\"],\"9aZHfH\":[\"Back to settings\"],\"UNaXdI\":[\"Back to templates\"],\"IWTC0l\":[\"Back to workspaces\"],\"1u1/HA\":[\"Back to your workspaces\"],\"Nzwli2\":[\"Base\"],\"wVO5q4\":[\"Basic (Essential tutorial slides)\"],\"epXTwc\":[\"Basic Settings\"],\"NZKqfK\":[\"Before you connect an agent\"],\"YBt9YP\":[\"Beta\"],\"dashboard.dembrane.concrete.beta\":[\"Beta\"],\"dashboard.dembrane.verify.beta\":[\"Beta\"],\"Zz7XBz\":[\"Beta features\"],\"K9cTJe\":[\"Billed annually\"],\"aIkeAd\":[\"Billed monthly\"],\"rKaO4m\":[\"Billed on its own plan, not your organisation's. Manage it from this workspace's billing.\"],\"IHgGGv\":[\"Billed separately\"],\"4FkKL6\":[\"Billed separately, not part of the organisation's plan.\"],\"jtq36d\":[\"Billed under your organisation's plan, alongside your other workspaces.\"],\"R+w/Va\":[\"Billing\"],\"17Ox+q\":[\"Billing details\"],\"UQPSlS\":[\"Billing details saved.\"],\"ZQhgRe\":[\"Billing is managed by your organisation\"],\"/2TrP/\":[\"Billing mode\"],\"MkvsWx\":[\"Book a call\"],\"KKLfx1\":[\"Забронюйте дзвiнок з нами\"],\"kFl92P\":[\"Book a certified training to keep using dembrane in high-risk settings.\"],\"IkwW6y\":[\"Забронювати ознайомчий дзвінок\"],\"YgG3yv\":[\"Brainstorm Ideas\"],\"xHijXF\":[\"Breakdown · \",[\"0\"],\" active\"],\"EpQC5j\":[\"Breakdown by tier\"],\"16exrD\":[\"Brief\"],\"7Ic570\":[\"Bring your own LLM\"],\"4eBtkM\":[\"Build custom dashboards with real-time conversation data\"],\"G46Sdr\":[\"by \",[\"by\"]],\"IqudIv\":[\"By deleting this project, you will delete all the data associated with it. This action cannot be undone. Are you absolutely sure?\"],\"aeGLaK\":[\"By status\"],\"0rwwOn\":[\"By tag\"],\"URPLGF\":[\"can edit\"],\"6++86c\":[\"can read\"],\"OoV4VL\":[\"Can you tell us more?\"],\"dEgA5A\":[\"Cancel\"],\"participant.mic.settings.modal.second.confirm.cancel\":[\"Cancel\"],\"participant.concrete.action.button.cancel\":[\"Cancel\"],\"participant.concrete.instructions.button.cancel\":[\"Cancel\"],\"select.all.modal.cancel\":[\"Cancel\"],\"add.tag.filter.modal.cancel\":[\"Cancel\"],\"4MDqQJ\":[\"Cancel anytime. You keep access until the period ends.\"],\"KWnDn1\":[\"Cancel current run\"],\"UKcgfh\":[\"Скасувати перевизначення\"],\"Bu+BBn\":[\"Cancel plan\"],\"HoYkSd\":[\"Cancel request\"],\"lrdoAi\":[\"Cancel schedule\"],\"iypQhn\":[\"Cancel selection\"],\"XzQibx\":[\"Cancel training\"],\"D2vAZP\":[\"Cancel your plan\"],\"vv7kpg\":[\"Cancelled\"],\"AreLja\":[\"Cancelling stops your plan from renewing. You keep \",[\"0\"],\" until your current billing period ends, then you move to Free.\"],\"RKD99R\":[\"Cannot add empty conversation\"],\"SL9Qao\":[\"Cannot reschedule within 10 minutes of the scheduled time\"],\"Zty/IJ\":[\"Canvas\"],\"GZiMWH\":[\"Canvas freshness updated\"],\"RP1RaW\":[\"Canvas preview\"],\"J5lsfs\":[\"Canvas settings\"],\"vkf71G\":[\"capability gap\"],\"kryGs+\":[\"Card\"],\"SHhA6n\":[\"catch up \",[\"0\"]],\"wNBLz0\":[\"Certified training for teams using dembrane in high-risk settings. A separate product, billed per session.\"],\"o+XJ9D\":[\"Change\"],\"rlgQn8\":[\"Change \",[\"person\"],\"'s organisation role from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"tdSXvq\":[\"Change \",[\"person\"],\"'s role on \",[\"wsName\"],\" from <0>\",[\"0\"],\" to <1>\",[\"1\"],\"?\"],\"/S0CT+\":[\"Change anyway\"],\"U8sdJ+\":[\"Change in workspace settings\"],\"+DEogc\":[\"Change language\"],\"7KtLzo\":[\"Change organisation role?\"],\"GptGxg\":[\"Change password\"],\"Ts/A07\":[\"Change payment method\"],\"Xffg0O\":[\"change project settings\"],\"ImM7Hj\":[\"Change role\"],\"qpV0fp\":[\"Change tier\"],\"XbjzC/\":[\"Change workspace role?\"],\"mtseAM\":[\"Change your own role?\"],\"gItvqL\":[\"Changemaker plan takes it off\"],\"+sCya1\":[\"Changes applied. You can fine-tune them anytime in project settings.\"],\"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?\"],\"+ZOTlN\":[\"Changing the voice re-reads every conversation.\"],\"AHZflp\":[\"Chat\"],\"OqbSPC\":[\"Chat | dembrane\"],\"KNCmqW\":[\"Chat created\"],\"pB+sJr\":[\"Chat deleted\"],\"qlK5jV\":[\"Chat isn't available on your access level. Reach out to your workspace admin to request an upgrade.\"],\"qUVihD\":[\"Chat limit reached\"],\"tDlhkF\":[\"Chat name\"],\"8Q+lLG\":[\"Chats\"],\"chat.accordion.skeleton.title\":[\"Chats\"],\"project.sidebar.chat.title\":[\"Chats\"],\"+e4Yxz\":[\"Check microphone access\"],\"participant.button.check.microphone.access\":[\"Check microphone access\"],\"WQUm5N\":[\"Перевірте текст і зображення та спробуйте ще раз\"],\"v4fiSg\":[\"Check your email\"],\"mGd0TP\":[\"Checked \",[\"checkedAgo\"],\". A first update will appear when there is enough to show.\"],\"fhPONC\":[\"Checked \",[\"checkedAgo\"],\". Nothing new since your last conversation. Updated \",[\"updatedAgo\"],\".\"],\"ZaaxYO\":[\"Checking live conversations\"],\"pMF40U\":[\"Checking your session.\"],\"KFa1f3\":[\"Choose a logo file\"],\"MgLGKD\":[\"Choose a methodology\"],\"4Jd65a\":[\"Choose an organisation first\"],\"okLwd9\":[\"Choose from your other projects\"],\"Aoxltn\":[\"Choose when you want to receive notifications\"],\"mgiYV1\":[\"Choose your preferred language for the interface\"],\"DakUDF\":[\"Choose your preferred theme for the interface\"],\"3wV73y\":[\"City\"],\"xCJdfg\":[\"Clear\"],\"yYxB17\":[\"Clear all\"],\"u8JHrO\":[\"Clear filters\"],\"V8yTm6\":[\"Clear search\"],\"eIdJyh\":[\"Cleared \",[\"cleared\"],\" of \",[\"total\"],\" conversations\"],\"B2pdef\":[\"Click \\\"Upload Files\\\" when you're ready to start the upload process.\"],\"cwMTjO\":[\"Click to edit\"],\"jcSz6S\":[\"Click to see all \",[\"totalCount\"],\" conversations\"],\"oL+Urh\":[\"Click to sort\"],\"VbcOhD\":[\"Client discount %\"],\"1vOl9f\":[\"Client organisation\"],\"WXNW/R\":[\"Client orgs from partners\"],\"bIj+VB\":[\"Client-managed\"],\"+d+tJS\":[\"Clone from another project\"],\"nCnTY0\":[\"Clone from Project\"],\"BPrdpc\":[\"Clone project\"],\"9U86tL\":[\"Clone Project\"],\"yz7wBu\":[\"Close\"],\"select.all.modal.close\":[\"Close\"],\"RRo5cD\":[\"Close and go to dembrane\"],\"bQfDiL\":[\"Cloud Act Safe\"],\"sShXu3\":[\"Colleagues you invite can explore conversations, share insights, and build reports with you.\"],\"Y+lkZA\":[\"Collecting people's stories without you being there, like an audio-based survey.\"],\"q+hNag\":[\"Collection\"],\"jEu4bB\":[\"Columns\"],\"AUYALh\":[\"Coming soon\"],\"bJHBId\":[\"Common use cases:\"],\"Wqc3zS\":[\"Compare & Contrast\"],\"CfO59/\":[\"Compare & Contrast Insights\"],\"2Jg8b0\":[\"Comped trial. €0 revenue.\"],\"bUEr/M\":[\"Comped trial. Expires \",[\"0\"],\". €0 revenue.\"],\"bD8I7O\":[\"Complete\"],\"qqWcBV\":[\"Completed\"],\"XdO6hR\":[\"Completed on\"],\"participant.mic.settings.modal.second.confirm.button\":[\"Confirm\"],\"7VpPHA\":[\"Confirm\"],\"s/uNVb\":[\"Confirm and send\"],\"JRQitQ\":[\"Confirm new password\"],\"yjkELF\":[\"Confirm New Password\"],\"xnWESi\":[\"Confirm password\"],\"puQ8+/\":[\"Confirm Publishing\"],\"vz1fGK\":[\"Confirm reschedule\"],\"L0k594\":[\"Confirm your password to generate a new secret for your authenticator app.\"],\"iSLIjg\":[\"Connect\"],\"FT1CJE\":[\"Connect your agent\"],\"0Nvhtt\":[\"Connect your agent | dembrane\"],\"5n2gq8\":[\"Connected agents\"],\"JhzMcO\":[\"Connecting to report services...\"],\"wX/BfX\":[\"Connection healthy\"],\"participant.modal.s3check.title\":[\"Connection issue\"],\"e+3QyQ\":[\"Connection revoked\"],\"WimHuY\":[\"Connection unhealthy\"],\"l9fkrm\":[\"Consent\"],\"EhtOYz\":[\"Обробка на основі згоди активна без посилання на політику конфіденційності. Додайте його там, де встановлено правову підставу: учасники мають мати змогу прочитати політику конфіденційності.\"],\"mpby9d\":[\"Contact support\"],\"E5Shm/\":[\"Contact the admin if this was unexpected.\"],\"4b3oEV\":[\"Content\"],\"M73whl\":[\"Context\"],\"VHSco4\":[\"Context added:\"],\"JX3KT4\":[\"Contextual suggestions\"],\"xGVfLh\":[\"Continue\"],\"participant.button.continue\":[\"Continue\"],\"participant.ready.to.begin.button.text\":[\"Continue\"],\"F1pfAy\":[\"conversation\"],\"YyNOE7\":[\"Розмова\"],\"EiHu8M\":[\"Conversation added to chat\"],\"participant.conversation.ended\":[\"Conversation Ended\"],\"OtdHFE\":[\"Conversation removed from chat\"],\"zTKMNm\":[\"Conversation Status\"],\"Rdt7Iv\":[\"Conversation Status Details\"],\"7Ljafh\":[\"Conversation tags\"],\"a7zH70\":[\"conversations\"],\"EnJuK0\":[\"Conversations\"],\"72XGHt\":[\"Conversations cleared\"],\"participant.refine.cooling.down\":[\"Cooling down. Available in \",[\"0\"]],\"6V3Ea3\":[\"Copied\"],\"84o0nc\":[\"Copied from original conversation\"],\"PiH3UR\":[\"Copied!\"],\"iaPtht\":[\"copy\"],\"he3ygx\":[\"Copy\"],\"qQB+iu\":[\"Copy approved outcomes to the new conversation so they aren't lost when the original is deleted.\"],\"NmPNJJ\":[\"Copy code\"],\"x7uIlL\":[\"Copy invite link\"],\"y1eoq1\":[\"Copy link\"],\"H4brGj\":[\"Copy link to clipboard\"],\"AjrNNs\":[\"Copy report content\"],\"vAkFou\":[\"Copy secret\"],\"v3StFl\":[\"Copy Summary\"],\"/4gGIX\":[\"Copy to clipboard\"],\"RTxUjI\":[\"Copy to Clipboard\"],\"E6nRW7\":[\"Copy URL\"],\"OvEjsP\":[\"Copying...\"],\"/GF06U\":[\"Could not add your conversations to this chat\"],\"wcXkqW\":[\"Could not apply all the tag changes.\"],\"5XIW2B\":[\"Could not apply the changes. Nothing was saved.\"],\"1kNETE\":[\"Could not carry over your selection. Pick again below.\"],\"Exvn8R\":[\"Could not complete that action.\"],\"leuP7L\":[\"Could not confirm payment. Refresh to retry.\"],\"inHtAw\":[\"Could not copy to clipboard. Please try again.\"],\"X+pWr+\":[\"Could not create template\"],\"qg6spM\":[\"Could not create the organisation\"],\"D4A5VY\":[\"Could not create this canvas\"],\"kzqg8O\":[\"Could not create this methodology\"],\"BiXtZw\":[\"Could not delete template\"],\"qFM9uZ\":[\"Could not generate a summary. Please try again.\"],\"2w0edS\":[\"Could not go live\"],\"WbwQgZ\":[\"Could not load methodologies.\"],\"RYJyLk\":[\"Could not load payments. Check auth and backend logs.\"],\"3ewci6\":[\"Could not load the library.\"],\"S+kUD0\":[\"Could not load the rollup. Check auth and backend logs.\"],\"mNTNj8\":[\"Could not load this project's goal.\"],\"2gcFEX\":[\"Could not open the conversation list. Try again.\"],\"WSxAYE\":[\"Could not preview this canvas right now.\"],\"M+bqpm\":[\"Could not refresh popcorn\"],\"iFyAlt\":[\"Could not refresh this canvas\"],\"pt1Hk0\":[\"Could not rerun popcorn\"],\"MDWzM5\":[\"Could not run popcorn\"],\"nx4kaN\":[\"Could not save\"],\"vFB5Q8\":[\"Відгук не збережено\"],\"gPqG+l\":[\"Could not save popcorn settings\"],\"BIQxIX\":[\"Could not save tags\"],\"/C4Hgq\":[\"Could not save the host guide\"],\"mb/wyK\":[\"Could not save this methodology\"],\"g4QEze\":[\"Could not save this project goal\"],\"HQinjp\":[\"Could not send the invite email. Check email configuration.\"],\"BMDNcQ\":[\"Не вдалося надіслати повідомлення. Спробуйте ще раз\"],\"FbEB4k\":[\"Could not stop live\"],\"hpYy7A\":[\"Could not update template\"],\"Ld3JrX\":[\"Could not update this canvas\"],\"0Mj7CF\":[\"Could not update this project's methodology\"],\"/P90WH\":[\"Couldn't add \",[\"failed\"],\" members. Add them from workspace settings.\"],\"n5jG23\":[\"Couldn't add 1 member. Add them from workspace settings.\"],\"KFEjpC\":[\"Couldn't add person\"],\"RbXh2U\":[\"Couldn't change visibility\"],\"DjWv8n\":[\"Couldn't copy the link.\"],\"QYq+2z\":[\"Couldn't join right now\"],\"TOvPOV\":[\"Couldn't load live activity\"],\"CLBne9\":[\"Couldn't load memories. Refresh to try again.\"],\"SnOYvu\":[\"Couldn't load organisation (\",[\"0\"],\")\"],\"KYcw2y\":[\"Couldn't load organisation members. Try refreshing, and if it keeps failing, contact support.\"],\"Vw2vHe\":[\"Couldn't load pending invites.\"],\"8a9fbX\":[\"Couldn't load usage (\",[\"0\"],\")\"],\"Fwc3py\":[\"Couldn't load workspace settings (\",[\"0\"],\")\"],\"edGmsx\":[\"Couldn't load workspaces. Close and reopen to retry.\"],\"4ufrJH\":[\"Couldn't refresh usage. Try again.\"],\"PMx835\":[\"Couldn't remove this memory\"],\"b5ALMv\":[\"Couldn't request training\"],\"JNCzPW\":[\"Country\"],\"hYgDIe\":[\"Create\"],\"VW1ecc\":[\"Create a new webhook from scratch\"],\"oJfYM5\":[\"Create a research brief from recent conversations\"],\"1hMWR6\":[\"Create account\"],\"3T8ziB\":[\"Create an account\"],\"lJ+m2/\":[\"Create an account to join\"],\"/EJK2h\":[\"create another report\"],\"library.create\":[\"Create Library\"],\"T7gFri\":[\"Create new organisation\"],\"library.create.view.modal.title\":[\"Create new view\"],\"55yNvT\":[\"Create organisation\"],\"vPAex+\":[\"Create password\"],\"Q7h9s/\":[\"Create project\"],\"bsfMt3\":[\"Create Report\"],\"A5hiCy\":[\"Create template\"],\"library.create.view\":[\"Create View\"],\"3D0MXY\":[\"Create View\"],\"dkAPxi\":[\"Create Webhook\"],\"FdtSNC\":[\"Create workspace\"],\"WqpzRx\":[\"Create workspace | dembrane\"],\"d+F6q9\":[\"Created\"],\"NCIYDF\":[\"Created by\"],\"45O6zJ\":[\"Created on\"],\"QxmQob\":[\"Creating in <0>\",[\"0\"],\"\"],\"/VoM7g\":[\"Crop Avatar\"],\"udBqWc\":[\"Crop Image\"],\"8LMgB6\":[\"Crop logo\"],\"6dfVdc\":[\"Crop Logo\"],\"SyljFb\":[\"Crop your logo to a 3:1 horizontal aspect ratio (recommended e.g. 600×200px).\"],\"Hp1l6f\":[\"Current\"],\"yOrQ4N\":[\"Current logo\"],\"Pn2B7/\":[\"Current password\"],\"A+zoTy\":[\"Current plan\"],\"a+EVO+\":[\"Current rate\"],\"8Tg/JR\":[\"Custom\"],\"o1nIYK\":[\"Custom Filename\"],\"GrXJvi\":[\"Custom Logo\"],\"iv5fAO\":[\"Custom title prompt\"],\"yGoz+a\":[\"Custom workspace logo shown to participants.\"],\"gBLSqc\":[\"Custom workspace logo shown to participants. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"1OE7Ts\":[\"Czech (only ECHO features, Transcription and Summaries)\"],\"TNZKpI\":[\"Danger\"],\"Zz6Cxn\":[\"Danger zone\"],\"wqCnxg\":[\"Dashboard URL (direct link to conversation overview)\"],\"S3EU+A\":[\"Data owner email\"],\"+kPwoM\":[\"Data ownership\"],\"mYGY3B\":[\"Дата\"],\"ItMGda\":[\"Діапазон дат\"],\"Zpu3D+\":[\"Dates that work, context, anything else\"],\"jbq7j2\":[\"Decline\"],\"a1Rv+M\":[\"Decline invite\"],\"bdg17D\":[\"Decline request\"],\"OhcpqZ\":[\"Decline request?\"],\"BfuTZd\":[\"Decline the invite to \",[\"subjectName\"],\"? You can ask them to send it again later.\"],\"vrNxDR\":[\"Decline this access request? The requester won't be notified and would need to request access again.\"],\"I8GEft\":[\"Deep Dive\"],\"ovBPCi\":[\"Default\"],\"ucTqrC\":[\"Default - No tutorial (Only privacy statements)\"],\"K/78Yl\":[\"Delegate multi-step analysis with live tool execution\"],\"cnGeoo\":[\"Delete\"],\"project.sidebar.chat.delete\":[\"Delete\"],\"Tf88pC\":[\"Delete \",[\"0\"],\"?\"],\"YFpLoV\":[\"Delete chat\"],\"2GCE3m\":[\"Delete conversation\"],\"2DzmAq\":[\"Delete Conversation\"],\"j5pYC4\":[\"Delete custom topic\"],\"mp235G\":[\"Delete project\"],\"++iDlT\":[\"Delete Project\"],\"rUWrSE\":[\"Delete report\"],\"qr0gpK\":[\"Delete tag\"],\"DFjdv0\":[\"Delete template\"],\"NUXYj2\":[\"Delete this project in \",[\"0\"],\"? All conversations and data are permanently removed.\"],\"Ja/2b5\":[\"Delete this workspace\"],\"ooWc3n\":[\"Delete this workspace. Members lose access immediately and all conversations and data are permanently removed.\"],\"zdyslo\":[\"Delete Webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"Jb6/SB\":[\"Delete…\"],\"L7H6O4\":[\"Deleted · \",[\"0\"]],\"+m7PfT\":[\"Deleted successfully\"],\"InIP7b\":[\"Deleting a organisation is a support-assisted operation. Email <0>support@dembrane.com and we'll walk through it with you — all workspaces must be empty and deleted first.\"],\"mKs3Hd\":[\"dembrane\"],\"tcMw+r\":[\"dembrane - the default\"],\"qaj55O\":[\"dembrane B.V. \",[\"0\"],\", all rights reserved.\"],\"qFd3qy\":[\"dembrane can make mistakes. Please double-check responses.\"],\"lBw0Yf\":[\"dembrane default\"],\"SzrR5+\":[\"запрошення на подію dembrane\"],\"nzP4fT\":[\"dembrane events\"],\"B4fAxf\":[\"dembrane is not responsible for what a third party does with that content.\"],\"bK6CFO\":[\"dembrane staff access ended automatically\"],\"NBxEip\":[\"dembrane staff extended their session\"],\"7VMnIt\":[\"dembrane staff joined for support\"],\"g0sCc9\":[\"dembrane staff left\"],\"PDkZlx\":[\"dembrane staff requested access\"],\"cFCKYZ\":[\"Deny\"],\"HpYpx4\":[\"Опишіть проблему\"],\"Fs/0D5\":[\"Describe what the language model should extract or summarize from the conversation...\"],\"Nu4oKW\":[\"Description\"],\"Uf+1DF\":[\"Destination workspace\"],\"ney/NP\":[\"Визначає, на якій правовій підставі GDPR обробляються персональні дані цього проєкту.\"],\"2rgVKb\":[\"Determines under which GDPR legal basis personal data is processed. This affects the information shown to participants and data subject rights.\"],\"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.\"],\"rGCttu\":[\"Didn't expect this? You can safely ignore this page.\"],\"ch15wD\":[\"Didn't get it? Check spam or junk first. The message comes from dembrane.com.\"],\"hsGK8G\":[\"Didn't get it? Check your spam or junk folder. The email comes from dembrane.com.\"],\"qERl58\":[\"Disable 2FA\"],\"yrMawf\":[\"Disable two-factor authentication\"],\"E/QGRL\":[\"Disabled\"],\"bzSI52\":[\"Discard\"],\"Xrxdv5\":[\"Discard this project?\"],\"gemv7o\":[\"Discard this workspace?\"],\"H6Ma8Z\":[\"Discount\"],\"Ix7Qp4\":[\"Discoverable in this organisation\"],\"1QfxQT\":[\"Dismiss\"],\"J6hrEy\":[\"Dismissed\"],\"K0Wh2e\":[\"Dismissed. Nothing was changed.\"],\"pfa8F0\":[\"Display name\"],\"fDGgw4\":[\"Do I need this?\"],\"qPwbNF\":[\"Do you plan to use dembrane in health, education, recruitment, critical infrastructure management, law enforcement or justice contexts?\"],\"JeOjN4\":[\"Do you want to stay in the loop?\"],\"TvY/XA\":[\"Documentation\"],\"EeZ0kf\":[\"Doe\"],\"fF5rOt\":[\"Does not update on its own.\"],\"VjXLEl\":[\"Does not update on its own. Updated \",[\"updatedAgo\"],\".\"],\"DPfwMq\":[\"Done\"],\"9bIbDI\":[\"Готово, зв'яжіться зі мною\"],\"K98xdM\":[\"Downgrade to Free now\"],\"mzI/c+\":[\"Download\"],\"5YVf7S\":[\"Download all conversation transcripts generated for this project.\"],\"SCWfsz\":[\"Download all transcripts\"],\"8fQs2Z\":[\"Download as\"],\"hX9DE4\":[\"Download audio\"],\"hTiEnc\":[\"Download Audio\"],\"KMdYRY\":[\"Download PDF\"],\"wEiqju\":[\"Download QR code\"],\"+bBcKo\":[\"Download transcript\"],\"5XW2u5\":[\"Download Transcript Options\"],\"LeCjrC\":[\"DPA\"],\"6Wy9H3\":[\"Draft next actions and organize them by priority\"],\"yboQcK\":[\"Drafting a note you can send to the dembrane team\"],\"hUO5BY\":[\"Drag audio files here or click to select files\"],\"KGi3u9\":[\"Drag to reorder\"],\"pBB+yW\":[\"Drops to the free tier. They can subscribe to a paid plan anytime.\"],\"euc6Ns\":[\"Duplicate\"],\"lkz6PL\":[\"Duration\"],\"KIjvtr\":[\"Dutch\"],\"oUKP8j\":[\"E-invoice\"],\"hBOGLr\":[\"e.g. \\\"Focus on sustainability themes\\\" or \\\"What do participants think about the new policy?\\\"\"],\"pO9dOq\":[\"e.g. \\\"Use short noun phrases like 'Urban Green Spaces' or 'Youth Employment'. Avoid generic titles.\\\"\"],\"9nchXg\":[\"e.g. Client Alpha\"],\"o8kQWN\":[\"e.g. Client Alpha, Q1 Research\"],\"Ys/6OK\":[\"e.g. Client onboarding interviews, Q1 product research\"],\"MR17iW\":[\"e.g. Climate Listening, Q1 Research\"],\"xnZ8L2\":[\"e.g. investigating the report issue you emailed about\"],\"jYJhQk\":[\"e.g. We are a research agency. Reports go to municipal clients, so keep summaries formal and in Dutch.\"],\"sHNbQq\":[\"e.g. Weekly stakeholder digest\"],\"ffuZIY\":[\"e.g., Slack Notifications, Make Workflow\"],\"Cs04r/\":[\"Each new member is billed per seat on your plan.\"],\"3erSkM\":[\"Earlier runs\"],\"8KA8wD\":[\"Early features you can try on this project before they are ready for everyone.\"],\"participant.button.echo\":[\"ECHO\"],\"ePK91l\":[\"Edit\"],\"9WkyHF\":[\"Edit Conversation\"],\"Y/3VME\":[\"Edit Custom Topic\"],\"/8fAkm\":[\"Edit file name\"],\"IYfHCP\":[\"Edit freshness settings\"],\"qDZ8v9\":[\"Edit goal\"],\"X14Q1S\":[\"Edit methodology\"],\"G1Sb51\":[\"Edit mode\"],\"niSWGL\":[\"Edit options\"],\"G2KpGE\":[\"Edit Project\"],\"DdevVt\":[\"Edit Report Content\"],\"report.editor.description\":[\"Edit the report content using the rich text editor below. You can format text, add links, images, and more.\"],\"nP7CdQ\":[\"Edit Webhook\"],\"O3oNi5\":[\"Email\"],\"ATGYL1\":[\"Email address\"],\"LimKOG\":[\"Email verification\"],\"QdCcsg\":[\"Email verification | dembrane\"],\"g2N9MJ\":[\"email@work.com\"],\"xIxm0t\":[\"Embed code\"],\"Np9EbC\":[\"Embed in a webpage\"],\"tKlWWY\":[\"Emoji\"],\"WYEHn9\":[\"Emoji shown next to the topic e.g. 💡 🔍 📊\"],\"TiAvLQ\":[\"emptied out\"],\"N2S1rs\":[\"Empty\"],\"PaQ3df\":[\"Enable\"],\"DCRKbe\":[\"Enable 2FA\"],\"D3AnH0\":[\"Enable Explore\"],\"4KKbfZ\":[\"Enable participation\"],\"G3dSLc\":[\"Enable Report Notifications\"],\"ZUS4uO\":[\"Enable this feature to allow participants to request AI-powered responses during their conversation. Participants can click \\\"Explore\\\" after recording their thoughts to receive contextual feedback, encouraging deeper reflection and engagement. A cooldown period applies between requests.\"],\"dashboard.dembrane.feature.verify.description\":[\"Enable this feature to allow participants to verify and approve \\\"outcomes\\\" from their submissions. This helps crystallize key ideas, concerns, or summaries. After the conversation, you can filter for discussions with verified outcomes and review them in the overview.\"],\"C027jd\":[\"Enable transcript anonymization\"],\"329BBO\":[\"Enable two-factor authentication\"],\"x35ZEt\":[\"Enable Verify\"],\"RxzN1M\":[\"Enabled\"],\"237hSL\":[\"Ended\"],\"ajxGoy\":[\"Ends on \",[\"endDate\"],\", then moves to Free\"],\"lYGfRP\":[\"English\"],\"GboWYL\":[\"Enter a key term or proper noun\"],\"TSHJTb\":[\"Enter a name for the new conversation\"],\"KovX5R\":[\"Enter a name for your cloned project\"],\"DRYPFp\":[\"Enter a secret key\"],\"34YqUw\":[\"Enter a valid code to turn off two-factor authentication.\"],\"QbilUm\":[\"Enter a valid email address\"],\"CyH1Uk\":[\"Enter current password\"],\"2FPsPl\":[\"Enter filename (without extension)\"],\"VpwcSk\":[\"Enter new password\"],\"oIn7d4\":[\"Enter the 6-digit code from your authenticator app.\"],\"q1OmsR\":[\"Enter the current six-digit code from your authenticator app.\"],\"NgaR6B\":[\"Enter your password\"],\"42tLXR\":[\"Enter your query\"],\"HRbyGE\":[\"Entered by the participant on the portal\"],\"FiGRkg\":[\"Entered details\"],\"SlfejT\":[\"Error\"],\"Ne0Dr1\":[\"Error cloning project\"],\"AEkJ6x\":[\"Error creating report\"],\"edh3aY\":[\"Error loading project\"],\"4kVRov\":[\"Error occurred\"],\"hmk+3M\":[\"Error uploading \\\"\",[\"0\"],\"\\\": \",[\"1\"]],\"OPndva\":[\"Estimated cost\"],\"0PkibI\":[\"Estimated total: €\",[\"estimated\"]],\"sIs2jw\":[\"EU hosted LLMs included\"],\"inuQyd\":[\"Event help from the dembrane team\"],\"tst44n\":[\"Events\"],\"VFClUG\":[\"Events to Listen For\"],\"IwE6dT\":[\"Every 15 minutes\"],\"QFwKaB\":[\"Every 5 minutes\"],\"NsoFw9\":[\"Every 60 minutes\"],\"oBSH3S\":[\"Every call an agent made in this organisation, newest first.\"],\"nk1/Ah\":[\"Every connected agent in \",[\"0\"],\" stops working immediately. Members keep their connections and they resume if you turn this back on.\"],\"7Z8IQh\":[\"Кожен висновок простежуваний. Звіт пов'язує кожне спостереження з тим, що насправді було сказано.\"],\"lQiaDg\":[\"Every member's connection that names this organisation.\"],\"VQ1d9z\":[\"Every week for a year\"],\"aBiYpV\":[\"Everyone can find it. Admins join directly; members can ask.\"],\"Mzb7Rk\":[\"Everyone in \",[\"0\"],\" can find and open this project.\"],\"PwqyQw\":[\"Everyone in your organisation\"],\"nvU1pM\":[\"Everyone on the roster is trained.\"],\"participant.alert.microphone.access.success\":[\"Everything looks good – you can continue.\"],\"jqsg/I\":[\"Example Webhook Payload\"],\"p9TUoT\":[\"Exceeds seat cap. Overage billing applies.\"],\"sQpDn6\":[\"Exit fullscreen\"],\"FATwZw\":[\"Expand workspaces\"],\"Rsjgm0\":[\"Experimental\"],\"M1RnFv\":[\"Expired\"],\"KnN1Tu\":[\"Expires\"],\"vHL8v0\":[\"Expiring soon\"],\"8tjQCz\":[\"Explore\"],\"participant.echo.explore\":[\"Explore\"],\"6jZGjE\":[\"Exploring\"],\"sAod0Q\":[\"Exploring \",[\"conversationCount\"],\" conversations\"],\"GS+Mus\":[\"Export\"],\"2KAI4N\":[\"Export CSV\"],\"tZXz25\":[\"Extend 24h\"],\"bVhrVt\":[\"External\"],\"3xOpcO\":[\"External of \",[\"0\"]],\"8f/4pG\":[\"External of partner\"],\"FMB83I\":[\"Externals\"],\"uRzQpN\":[\"Externals are not added to your organisation. They can only see the workspaces you select here.\"],\"W3lkzg\":[\"Externals only exist inside a workspace. Pick at least one to send the invite.\"],\"KVTM6i\":[\"Extra participants\"],\"7Bj3x9\":[\"Failed\"],\"bh2Vob\":[\"Failed to add conversation to chat\"],\"ajvYcJ\":[\"Failed to add conversation to chat\",[\"0\"]],\"g5wCZj\":[\"Failed to add conversations to context\"],\"pmwvUt\":[\"Failed to approve outcome. Please try again.\"],\"UcQWAA\":[\"Failed to clear conversations\"],\"RBpcoc\":[\"Failed to copy chat. Please try again.\"],\"uvu6eC\":[\"Failed to copy transcript. Please try again.\"],\"UQ6LqT\":[\"Failed to create custom topic\"],\"bHJ//P\":[\"Failed to create project\"],\"nVOWis\":[\"Failed to delete chat\"],\"ZiNeUi\":[\"Failed to delete custom topic\"],\"7QAutA\":[\"Failed to delete project\"],\"BVzTya\":[\"Failed to delete response\"],\"REIHSi\":[\"Failed to delete tag\"],\"Gu9mXj\":[\"Failed to finish conversation. Please try again.\"],\"vx5bTP\":[\"Failed to generate \",[\"label\"],\". Please try again.\"],\"Fa1ewI\":[\"Failed to generate the summary. Please try again later.\"],\"Z77bMM\":[\"Failed to load webhooks\"],\"T7KYJY\":[\"Failed to mark all announcements as read\"],\"eGHX/x\":[\"Failed to mark announcement as read\"],\"PECaxL\":[\"Failed to mark announcement as unread\"],\"CN1kl1\":[\"Failed to move project\"],\"kC1ABz\":[\"Failed to move projects\"],\"FBluE+\":[\"Failed to reconnect. Please try reloading the page.\"],\"SVtMXb\":[\"Failed to regenerate the summary. Please try again later.\"],\"h49o9M\":[\"Failed to reload. Please try again.\"],\"rv8mO7\":[\"Failed to remove avatar\"],\"kE1PiG\":[\"Failed to remove conversation from chat\"],\"+piK6h\":[\"Failed to remove conversation from chat\",[\"0\"]],\"P9wLTJ\":[\"Failed to remove logo\"],\"IMUHg3\":[\"Не вдалося перепланувати. Будь ласка, оберiть час далi у майбутньому та спробуйте знову.\"],\"SmP70M\":[\"Failed to retranscribe conversation. Please try again.\"],\"kClMar\":[\"Failed to revise outcome. Please try again.\"],\"wMEdO3\":[\"Failed to stop recording on device change. Please try again.\"],\"FBpxE9\":[\"Failed to stop run\"],\"6xOp3l\":[\"Failed to submit agentic message\"],\"qTUnxX\":[\"Failed to update custom topic\"],\"BpuK7o\":[\"Failed to update legal basis\"],\"Avee+B\":[\"Failed to update name\"],\"gnm1CH\":[\"Failed to update pin\"],\"tOcErW\":[\"Failed to update settings\"],\"S1McZh\":[\"Failed to upload avatar\"],\"RW4V7P\":[\"Failed to upload logo\"],\"3O1Mz4\":[\"Fair password\"],\"participant.modal.echo.info.title\":[\"Feature available soon\"],\"YirHq7\":[\"Feedback\"],\"radRmd\":[\"Feedback portal\"],\"2roTVj\":[\"Відгук надіслано\"],\"87gcCP\":[\"File \\\"\",[\"0\"],\"\\\" exceeds the maximum size of \",[\"1\"],\".\"],\"ena+qV\":[\"File \\\"\",[\"0\"],\"\\\" has an unsupported format. Only audio files are allowed.\"],\"LkIAge\":[\"File \\\"\",[\"0\"],\"\\\" is not a supported audio format. Only audio files are allowed.\"],\"RW2aSn\":[\"File \\\"\",[\"0\"],\"\\\" is too small (\",[\"1\"],\"). Minimum size is \",[\"2\"],\".\"],\"+aBwxq\":[\"File size: Min \",[\"0\"],\", Max \",[\"1\"],\", up to \",[\"MAX_FILES\"],\" files\"],\"UkgMPE\":[\"Filename from uploaded file\"],\"5g0xbt\":[\"Filter audit logs by action\"],\"9clinz\":[\"Filter audit logs by collection\"],\"O39Ph0\":[\"Filter by action\"],\"DiDNkt\":[\"Filter by collection\"],\"3AFOMQ\":[\"Filter by name or id\"],\"MRk67a\":[\"Find contradictions and suggest follow-up questions\"],\"participant.button.stop.finish\":[\"Finish\"],\"participant.button.finish.text.mode\":[\"Finish\"],\"participant.button.finish\":[\"Finish\"],\"participant.modal.finish.title.text.mode\":[\"Finish Conversation\"],\"4dQFvz\":[\"Finished\"],\"jtvljU\":[\"Finishing\"],\"V1EGGU\":[\"First name\"],\"FnQmUL\":[\"П'ять коротких запитань, а потім ви обираєте час для розмови з командою dembrane. Ми читаємо ваші відповіді перед дзвінком і пропонуємо відповідний план.\"],\"njVNhY\":[\"Fixture\"],\"Fsd1Wl\":[\"Focus\"],\"ca28MY\":[\"Focus on conversations\"],\"2CludW\":[\"Focusing on:\"],\"cGeFup\":[\"Font Size\"],\"UfM4y6\":[\"For <0>\",[\"0\"],\"\"],\"Jj3pF8\":[\"For advanced users: A secret key to verify webhook authenticity. Only needed if your receiving service requires signature verification.\"],\"aW4yu6\":[\"For an external organisation\"],\"uSo910\":[\"For example: keep the members' own words, skip anything about named staff.\"],\"mSoJxU\":[\"For internal use\"],\"c08s58\":[\"For invoices, a shared contract, to discuss a partnership, or anything custom, email <0>support@dembrane.com.\"],\"YP/rFm\":[\"for the dembrane team\"],\"GcibpE\":[\"For you\"],\"z7J3FU\":[\"Forecast\"],\"UXY498\":[\"Forgetting a saved memory\"],\"glx6on\":[\"Forgot your password?\"],\"rWsDiJ\":[\"Framing\"],\"2POOFK\":[\"Free\"],\"5UC+gU\":[\"Free organisations have a monthly limit of \",[\"freeTierMonthlyCalls\"],\" calls.\"],\"OLL8bQ\":[\"Free plan allows 1 report per workspace\"],\"GAy5hu\":[\"Free plan allows 1 workspace per organisation\"],\"/L+Kwy\":[\"Free, read-only. Sees projects, conversations, and reports. Cannot chat or generate reports.\"],\"nLC6tu\":[\"French\"],\"2Ui6bR\":[\"friction\"],\"OwIqiD\":[\"Full screen\"],\"k/Ywl4\":[\"Full transcript (when available)\"],\"3qkggm\":[\"Fullscreen\"],\"Weq9zb\":[\"General\"],\"ziAjHi\":[\"Generate\"],\"EIdJgG\":[\"Generate a new report\"],\"QsUhrf\":[\"Generate a Report\"],\"GRy59I\":[\"Generate a summary first\"],\"MWSGhX\":[\"Generate library\"],\"5SWGxv\":[\"Generate now\"],\"GWUJ9X\":[\"Generate now instead\"],\"QqIxfi\":[\"Generate secret\"],\"gitFA/\":[\"Generate Summary\"],\"3/pp83\":[\"Generated from the transcript. You can edit it.\"],\"5z5bUs\":[\"Generating report...\"],\"kzY+nd\":[\"Generating the summary. Please wait...\"],\"hMOYzR\":[\"Generating your report...\"],\"DDcvSo\":[\"German\"],\"jpNBdT\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"participant.refine.go.deeper.description\":[\"Get an immediate reply from dembrane to help you deepen the conversation.\"],\"Pl6LQ+\":[\"Зв'язатися з нами\"],\"ZDIydz\":[\"Get started\"],\"4/PUV0\":[\"get started.\"],\"erZjsz\":[\"Give \",[\"0\"],\" from dembrane admin access to this workspace for 24 hours? Access ends automatically.\"],\"TAXdgS\":[\"Give me a list of 5-10 topics that are being discussed.\"],\"VhC879\":[\"Give the session a title\"],\"CKyk7Q\":[\"Go back\"],\"participant.concrete.artefact.action.button.go.back\":[\"Go back\"],\"DXr0zk\":[\"Go Fullscreen\"],\"iWpEwy\":[\"Go home\"],\"2qtCQl\":[\"Go live\"],\"y0SPQU\":[\"Go to billing\"],\"mPlqH9\":[\"Go to chats\"],\"s15CIR\":[\"Go to conversations\"],\"10Xyas\":[\"Go to dashboard\"],\"4+0/e5\":[\"Go to host guide\"],\"BVMldh\":[\"Go to library\"],\"SAshCc\":[\"Go to monitor\"],\"A3oCMz\":[\"Go to new conversation\"],\"S8lgYE\":[\"Go to overview\"],\"Zo4Spg\":[\"Go to portal editor\"],\"jH97zI\":[\"Go to project home\"],\"QvyaLZ\":[\"Go to report\"],\"1WuwiM\":[\"Go to settings\"],\"EEZvNu\":[\"Goal\"],\"mc61Qc\":[\"Goal saved\"],\"VIfUjY\":[\"Гарна відповідь\"],\"hjZBYK\":[\"Є дві хвилини? П'ять необов'язкових запитань допоможуть нам підготуватися.\"],\"5sIEgO\":[\"Є дві хвилини? П'ять коротких запитань допоможуть нам підготуватися, і будь-яке з них можна пропустити.\"],\"Lr2Goo\":[\"Grant licenses\"],\"ALoP4W\":[\"Group by\"],\"+h3keC\":[\"Guide how titles are generated. Titles describe the topic of the conversation, not the participant.\"],\"uMjvI3\":[\"Guide the report\"],\"myXGZW\":[\"З керiвництвом\"],\"ZqBGoi\":[\"Has verified artifacts\"],\"0zo6ap\":[\"Have you completed a training?\"],\"OwUS8p\":[\"have your recordings transcribed\"],\"c3XJ18\":[\"Help\"],\"BbjkPc\":[\"Help me figure it out\"],\"55zzNI\":[\"Help setting up your project.\"],\"1zZ1IK\":[\"Hi\"],\"v6a4UH\":[\"Hi \",[\"firstName\"]],\"D+zLDD\":[\"Hidden\"],\"eBAQFo\":[\"Hidden from organisation members. Organisation admins can still find and join.\"],\"G1UUQY\":[\"Hidden gem\"],\"vLyv1R\":[\"Hide\"],\"eHo/Jc\":[\"Hide data\"],\"CdQHTK\":[\"Hide detail\"],\"lqv0Dk\":[\"Hide projects\"],\"g4tIdF\":[\"Hide revision data\"],\"dN/wNN\":[\"Hide steps\"],\"umJNCH\":[\"Hide the changes\"],\"SGJRXz\":[\"приховати запрошення на подію dembrane\"],\"V3NvRL\":[\"Приховати запрошення на подію dembrane можна в платному плані.\"],\"tn75xn\":[\"Highlight specific Concept\"],\"3l+JGi\":[\"History note\"],\"i0qMbr\":[\"Home\"],\"Ai2U7L\":[\"Організатор\"],\"Elg25+\":[\"host guide\"],\"bGCQQ9\":[\"Host guide\"],\"EW9rvn\":[\"Відгук організатора\"],\"yY8wAv\":[\"Hours\"],\"zvDeDZ\":[\"Hours from now\"],\"EmxJlb\":[\"How Ask works and what it can do.\"],\"lgXx7l\":[\"How it works:\"],\"DTQkD6\":[\"How many recordings do you expect in your first year?\"],\"QcjEte\":[\"How should the phrases sound?\"],\"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\"],\"yubW2e\":[\"However you would say it. A date, a season, or that you do not know yet.\"],\"/c3Xl4\":[\"https://www.youtube.com/watch?v=XSFAF3uSvMg\"],\"ACVscB\":[\"I applied the canvas.\"],\"wJCEin\":[\"I applied the goal.\"],\"L5eful\":[\"I have lots of big events coming up\"],\"Q53s6K\":[\"I have read and accept the <0>terms\"],\"IVvH44\":[\"I need a specific language to be supported\"],\"UTbk9h\":[\"I need strict privacy guarantees\"],\"participant.button.i.understand\":[\"I understand\"],\"5ZRfjk\":[\"I understand\"],\"9kV0Mi\":[\"I understand that \",[\"0\"],\" and its provider will receive this data\"],\"E/xz+n\":[\"I will know in a week or two\"],\"sfIOlH\":[\"IBAN\"],\"S0kLOH\":[\"ID\"],\"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.\"],\"QSzGDE\":[\"Idle\"],\"IroOSC\":[\"Якщо ви помітили дані, видимі стороннім, доступ, якого хтось не повинен мати, або можливу вразливість безпеки, скористайтеся нашою <0>формою повідомлення про безпеку. Вона надходить до іншої команди швидшим шляхом. У термінових випадках напишіть на <1>privacy@dembrane.com\"],\"participant.verify.instructions.approve.artefact\":[\"If you are happy with the \",[\"objectLabel\"],\" click \\\"Approve\\\" to show you feel heard.\"],\"qtM5OH\":[\"If you need something different, we will draft an offer for your use case.\"],\"mHvgOU\":[\"If you were expecting access, please ask the person who invited you to send it again.\"],\"AGaPk/\":[\"If you're not sure, you probably don't need it yet. Webhooks are an advanced feature typically used by developers or teams with custom integrations. You can always set them up later.\"],\"hDVOQQ\":[\"If you're setting up webhook integrations, we'd love to learn about your use case. We're also building observability features including audit logs and delivery tracking.\"],\"kSoYmo\":[\"If you're trying to join an existing organization, you should not create a new one. Some reasons that you may accidentally end up here are:\"],\"X2yiuT\":[\"Image style\"],\"QYnqWe\":[\"Зображення мають бути менші за \",[\"MAX_FILE_MB\"],\" МБ\"],\"zyr//t\":[\"Improve my setup\"],\"HZwrFJ\":[\"In which organisations\"],\"NoNwIX\":[\"Inactive\"],\"Gp4Yi6\":[\"Inbox\"],\"Au/WJO\":[\"Include portal link\"],\"hTwp/C\":[\"Included hours used up\"],\"LYjZNH\":[\"Included hours used up this month\"],\"JEvKqp\":[\"Неправильно або вигадано\"],\"8aA4We\":[\"inherited from organisation\"],\"C6W6w6\":[\"Initial\"],\"fr30H3\":[\"Innovator or higher\"],\"sQpkks\":[\"insight \",[\"0\"]],\"3hJypY\":[\"Insights\"],\"MSVCjk\":[\"Instructions for generating the verification outcome\"],\"fN5mkr\":[\"Integrations & Export\"],\"udXXBF\":[\"interview\"],\"crUYYp\":[\"Invalid code. Please request a new one.\"],\"jLr8VJ\":[\"Invalid credentials.\"],\"B2Tpo0\":[\"Invalid email\"],\"R7p7+o\":[\"Invalid invite link\"],\"KhBSE/\":[\"Invitation\"],\"oFgGAT\":[\"Invitations waiting for you. Accept to get started.\"],\"MFKlMB\":[\"Invite\"],\"UwSCxN\":[\"Invite declined\"],\"ynskdH\":[\"Invite members to collaborate on projects and conversations in this workspace.\"],\"3iGwJw\":[\"Invite only\"],\"W6+yFb\":[\"Invite people\"],\"iLWFzs\":[\"Invite people to \",[\"orgName\"]],\"lOslCN\":[\"Invite resent\"],\"7Nlmb6\":[\"Invite revoked\"],\"gfMuvV\":[\"Invite sent\"],\"2AL6ct\":[\"Invite sent.\"],\"CTWPKj\":[\"Invite to a workspace, or just the organisation.\"],\"RXHza3\":[\"Invite to this workspace, or just the organisation.\"],\"d+Y+rP\":[\"Invite your team\"],\"GA5TFo\":[\"Invite-only workspace\"],\"M4oozP\":[\"invited by \",[\"0\"]],\"voFazH\":[\"Invites expire after 7 days. Ask \",[\"inviterName\"],\" to send a new one.\"],\"ec+Yhb\":[\"Invoice amount, EUR\"],\"Nv38Sl\":[\"Invoice recorded as paid.\"],\"DTZqjh\":[\"Invoiced offline, no Mollie mandate.\"],\"F7nA5/\":[\"Invoices\"],\"L7OkFI\":[\"Invoicing\"],\"1xMiTU\":[\"IP Address\"],\"7eZuvg\":[\"Is this for your organisation's internal use, or for an external organisation?\"],\"6u5tk8\":[\"Is this workspace for your organisation's internal use, or for an external organisation that owns its data?\"],\"eeAl1v\":[\"Issue invoice\"],\"08FN6B\":[\"Issue payment link\"],\"Gglww2\":[\"It has its own plan and seats, not \",[\"0\"],\"'s pooled plan. Changes here only affect this workspace.\"],\"AHycQe\":[\"It is asking to\"],\"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.\"],\"library.not.available.message\":[\"It looks like the library is not available for your account. Please request access to unlock this feature.\"],\"participant.outcome.error.description\":[\"It looks like we couldn't load this outcome. This might be a temporary issue. You can try reloading or go back to select a different topic.\"],\"5dxEAB\":[\"It looks like you don't have a report for this project yet. Generate one to get an overview of your conversations.\"],\"ZYXJus\":[\"It may have already been used or expired. If your email is verified, log in to continue.\"],\"MbKzYA\":[\"It sounds like more than one person is speaking. Taking turns will help us hear everyone clearly.\"],\"8zS9Sh\":[\"It will send you back to \",[\"0\"],\".\"],\"nfvG6u\":[\"Italian (only ECHO features, Transcription and Summaries)\"],\"KFXip/\":[\"John\"],\"r6wcTL\":[\"john@doe.com\"],\"0wdd7X\":[\"Join\"],\"ADF305\":[\"Join \",[\"0\"],\" as <0>admin? It'll show in your sidebar right after.\"],\"C6DnOz\":[\"Join \",[\"0\"],\" as an admin first to add others.\"],\"q1E+AA\":[\"Join \",[\"0\"],\"?\"],\"agqQk1\":[\"Join \",[\"subjectFromUrl\"],\" | dembrane\"],\"cCweOd\":[\"Join as admin\"],\"TCEFVm\":[\"Join as admin?\"],\"j4IJHz\":[\"Join first\"],\"eI7D2K\":[\"Join for support\"],\"oopH2X\":[\"Join for support (24h)\"],\"Q31z/2\":[\"Join our Slack community\"],\"s/jfrO\":[\"Join this organisation to discover workspaces and collaborate with your team.\"],\"iVHzoM\":[\"Приєднатися до цієї сесії порталу\"],\"BICpzG\":[\"Join this workspace as an admin to help with support. The customer must have turned on staff support access. Your access ends automatically after 24 hours.\"],\"gePQ/O\":[\"Join this workspace to collaborate on conversations, share insights, and build reports together.\"],\"IKAMA9\":[\"Joined \",[\"subjectName\"]],\"Glgamf\":[\"Joined as admin\"],\"l4EwDk\":[\"Joined the conversation\"],\"NiZZRh\":[\"Jump to\"],\"uocCon\":[\"Just a moment\"],\"xOTzt5\":[\"just now\"],\"TXB5vy\":[\"Just one.\"],\"mmEyCQ\":[\"Just previewed. Give it a moment.\"],\"Ulg4y+\":[\"Just read. Give it a moment.\"],\"VqAl2y\":[\"Just refreshed. Give it a moment.\"],\"UQYK3R\":[\"Just started\"],\"U0T6D0\":[\"Just talk or type naturally. Your input goes directly to our product team and genuinely helps us make dembrane better. We read everything.\"],\"hK3t2g\":[\"Just you — plus workspace admins.\"],\"rnwfSX\":[\"Just you, for now.\"],\"lgdsfK\":[\"Just you. Share with specific people →\"],\"OePlDL\":[\"Keep \",[\"tier\"],\" until a date\"],\"0ohX1R\":[\"Keep access secure with a one-time code from your authenticator app. Toggle two-factor authentication for this account.\"],\"4OjqAQ\":[\"Keep editing\"],\"RQElWR\":[\"Keep it\"],\"B3WAHx\":[\"Keep license\"],\"uHdpk+\":[\"Keep my plan\"],\"Qzyw+2\":[\"Keep pending\"],\"II//jO\":[\"Keep this canvas fresh\"],\"0BWuwA\":[\"Keeps the tier until the date below, then reverts to Free unless they subscribe.\"],\"4q0kY7\":[\"Key terms\"],\"dymfAn\":[\"Key terms tell transcription how to spell the names and words that matter in this project.\"],\"JTQzX8\":[\"Kickback %\"],\"vXIe7J\":[\"Language\"],\"swJ0V2\":[\"Last audio\"],\"rTwgPH\":[\"Last month\"],\"1ZaQUH\":[\"Last name\"],\"wpsw3r\":[\"Last read \",[\"startedLabel\"]],\"0K/D0Q\":[\"Last saved \",[\"0\"]],\"K7P0jz\":[\"Last Updated\"],\"QEU41f\":[\"Last updated \",[\"0\"]],\"JGvwnU\":[\"Last used\"],\"wL3cK8\":[\"Latest\"],\"wv+L3B\":[\"Latest report\"],\"zwWKhA\":[\"Learn more\"],\"ay5uke\":[\"Learn more about webhooks\"],\"ffCwpJ\":[\"Leave empty to keep existing\"],\"wpBe20\":[\"Leave now\"],\"qvRaz1\":[\"Leave workspace\"],\"HZKm0W\":[\"Залиште свою електронну пошту, і ми зв'яжемося з вами протягом дня щодо проведення події з dembrane.\"],\"J8VWes\":[\"Залиште свою електронну пошту, щоб ми могли з вами зв'язатися.\"],\"UlKSMd\":[\"Left\"],\"Mx+KL8\":[\"Правова підстава\"],\"vRXsmZ\":[\"Legal Basis\"],\"CopiEV\":[\"Правову підставу збережено\"],\"nc/jNe\":[\"Legal entity name\"],\"oK9656\":[\"Let's go!\"],\"8zGcQ2\":[\"Let's hear your first conversation.\"],\"qnAazR\":[\"Let's talk about the canvas \\\"\",[\"0\"],\"\\\".\"],\"OQ/Al+\":[\"Let's talk about this canvas.\"],\"VxapXh\":[\"library\"],\"exYcTF\":[\"Library\"],\"library.title\":[\"Library\"],\"T50lwc\":[\"Library creation is in progress\"],\"gkv8iG\":[\"License Plate\"],\"u/z4+7\":[\"License revoked\"],\"snyG+w\":[\"Licenses\"],\"/NleHL\":[\"Licenses granted\"],\"JbbFA4\":[\"Lifetime cap\"],\"yzF66j\":[\"Link\"],\"edWbV6\":[\"Link copied\"],\"H+AO1D\":[\"Посилання на політику конфіденційності, яку бачать учасники\"],\"g4/qsV\":[\"List my conversations\"],\"k3d/oJ\":[\"List the conversations in this project.\"],\"+L0OEa\":[\"Listing conversations\"],\"gWVReV\":[\"Listing documentation pages\"],\"dF6vP6\":[\"Live\"],\"KQbzS6\":[\"Live · next read in \",[\"0\"]],\"Zo+W8d\":[\"Live · reading \",[\"reading\"],\" of \",[\"0\"],\"…\"],\"++qOvH\":[\"Live · reading now…\"],\"YsLnZq\":[\"Live · the last read is late\"],\"oQDoxO\":[\"Live & recent\"],\"uH9GEL\":[\"Live agent execution mode\"],\"participant.live.audio.level\":[\"Live audio level:\"],\"wkXRp+\":[\"live monitor\"],\"UT9l7v\":[\"Live monitoring\"],\"UzSkVF\":[\"Live participant flow\"],\"O0rtUS\":[\"Live participant funnel: scanned, setting up, on recording page, live, and finished counts\"],\"n9yU9X\":[\"Live Preview\"],\"hQE9uK\":[\"Live recordings, transcription progress, and errors show up here as participants start recording in the portal.\"],\"HDSK+o\":[\"live slides for the room\"],\"wRMJuQ\":[\"Live slides for the room, made from this project's conversations.\"],\"kfOJzm\":[\"Live stream disconnected. Updating on a slower poll until it reconnects.\"],\"PPSKvH\":[\"Live stream interrupted. Falling back to polling.\"],\"bQ48ji\":[\"live until \",[\"0\"],\", reads every \",[\"every\"],\" min\"],\"ebUN7C\":[\"Live, \",[\"0\"],\" phrases so far\"],\"qZoOxM\":[\"live, reads every \",[\"every\"],\" min\"],\"FSqzsC\":[\"Living canvas and popcorn\"],\"yQ2kGp\":[\"Load more\"],\"yQE2r9\":[\"Loading\"],\"participant.verify.instructions.loading\":[\"Loading\"],\"yQ9yN3\":[\"Loading actions...\"],\"participant.concrete.loading.artefact\":[\"Loading artefact\"],\"JOvnq+\":[\"Loading audit logs…\"],\"y+JWgj\":[\"Loading collections...\"],\"YyMToN\":[\"Loading members\"],\"IG63hz\":[\"Loading methodology\"],\"FUK4WT\":[\"Loading microphones...\"],\"Xan9/v\":[\"Loading projects...\"],\"GtQzAW\":[\"Loading this chat...\"],\"H+bnrh\":[\"Loading transcript...\"],\"3SKW0s\":[\"Loading verify topics…\"],\"eRq8Ag\":[\"Loading workspaces…\"],\"+yD+Wu\":[\"loading...\"],\"Z3FXyt\":[\"Loading...\"],\"Pwqkdw\":[\"Loading…\"],\"G2fuEb\":[\"Locked\"],\"pefb7Y\":[\"Locked conversation, upgrade to view\"],\"z32CuS\":[\"Locked to match the invite. To use a different address, ask the admin to re-invite that email.\"],\"sQia9P\":[\"Log in\"],\"L3Q5Lc\":[\"Log in to \",[\"resolvedWorkspaceName\"],\" to continue.\"],\"KC88rc\":[\"Log out and use the invited email\"],\"7Zt++i\":[\"Logging this with the dembrane team\"],\"z0t9bb\":[\"Login\"],\"LM/dWU\":[\"Login | dembrane\"],\"iG7KNr\":[\"Logo\"],\"2cm4WM\":[\"Logo removed\"],\"MjfaMh\":[\"Logo updated\"],\"nOhz3x\":[\"Logout\"],\"FTbR8B\":[\"Longest first\"],\"jWXlkr\":[\"Longest First\"],\"zVeM7b\":[\"Looking at the conversations…\"],\"tL2lBI\":[\"loop\"],\"IbyUFf\":[\"Low battery\"],\"tX9/Xs\":[\"make a workspace private\"],\"QqxHAZ\":[\"Make it private to share with specific people only. Private projects require the innovator plan or above.\"],\"icpEdc\":[\"Make private\"],\"pCYZVV\":[\"Make visible to the whole workspace\"],\"wckWOP\":[\"Manage\"],\"lXmPSL\":[\"Manage attendees\"],\"hB02vO\":[\"Manage members\"],\"WLAeKT\":[\"Manage organisation billing\"],\"mrenWs\":[\"Manage templates\"],\"2VeSf/\":[\"Manage training\"],\"waFx9W\":[\"Managed\"],\"DlYfyz\":[\"Managed accounts pay by invoice, not by card. Setting an account managed keeps every feature on and turns off auto-charging, dunning, and expiry. Assign a dembrane account manager so the client knows who to contact.\"],\"bxxIPf\":[\"Managed billing\"],\"usR1Ju\":[\"Managed by dembrane\"],\"/FWPUc\":[\"Manages members, workspaces, and organisation settings.\"],\"onllUU\":[\"Mark all as read\"],\"JSxZVX\":[\"Mark all read\"],\"E8m+Rc\":[\"Mark as attended\"],\"+s1J8k\":[\"Mark as read\"],\"5GPcf9\":[\"Mark as unread\"],\"TyonBx\":[\"Mark completed\"],\"MCipZC\":[\"Mark invoice paid\"],\"AHBWqd\":[\"Mark training completed\"],\"Ofm5QB\":[\"Marks \",[\"orgName\"],\" as a partner. Its workspaces self-identify internal vs external client use on creation.\"],\"IthddP\":[\"MCP access\"],\"TJA2es\":[\"MCP access | dembrane\"],\"TEPD/v\":[\"MCP access for \",[\"0\"],\" is off\"],\"OltKPi\":[\"MCP access for \",[\"0\"],\" is on\"],\"KV3Br0\":[\"MCP is a bridge that lets an AI assistant such as Claude, ChatGPT or Le Chat read your dembrane conversations and projects. It can see everything you can see, in the organisations you allow.\"],\"buUzBj\":[\"MCP URL\"],\"VxyuRJ\":[\"Meeting Notes\"],\"NwiNTb\":[\"member\"],\"OvoEq7\":[\"Member\"],\"deUR+U\":[\"Member removed\"],\"GnG6Oy\":[\"members\"],\"wlQNTg\":[\"Members\"],\"ZE0Hwt\":[\"Members of \",[\"0\"],\" will be able to connect AI agents to what they can already see here. The agent and the company running it receive that content.\"],\"v8o+Rn\":[\"Memory\"],\"u418B7\":[\"Memory removed\"],\"ltnOth\":[\"Message from the dembrane team\"],\"YcaR2g\":[\"Message is too long (maximum 32,000 characters). Please attach conversations or shorten your message.\"],\"08d+3x\":[\"Messages from \",[\"0\"],\" - \",[\"1\"],\"%\"],\"q0XhmI\":[\"Methodologies\"],\"m8tKkP\":[\"Methodology\"],\"hml7oE\":[\"Methodology created\"],\"l1/lbT\":[\"Methodology saved\"],\"e6I7Ej\":[\"Methodology updated\"],\"ADm81a\":[\"Mic blocked\"],\"+WoTL8\":[\"Mic checked\"],\"B+1PXy\":[\"Microphone access is still denied. Please check your settings and try again.\"],\"azjxk1\":[\"Не відповідає на питання\"],\"pTc/Cy\":[\"mo\"],\"zz/Wd/\":[\"Mode\"],\"Re8IqH\":[\"Mollie is not configured in this environment, so no live transactions are shown. The dashboard link still points to the right Mollie environment.\"],\"j0uaMA\":[\"Monitor\"],\"f8jrkd\":[\"more\"],\"2FYpfJ\":[\"Більше\"],\"JcD7qf\":[\"More actions\"],\"YJLckp\":[\"More than 1000.\"],\"MDHqSE\":[\"More than 40.\"],\"QWdKwH\":[\"Move\"],\"3qp1VW\":[\"Move \\\"\",[\"0\"],\"\\\" to \",[\"targetWorkspaceName\"],\"? Members of the current workspace will lose access.\"],\"ZU6coV\":[\"Move \",[\"0\"],\" from \",[\"1\"],\" to \",[\"tier\"],\"?\"],\"8Pgx5L\":[\"Move \",[\"name\"],\" off dembrane-managed billing. Choose what happens to their plan.\"],\"CyKTz9\":[\"Move Conversation\"],\"cK3qrq\":[\"Move history\"],\"nthowT\":[\"Move project\"],\"WnyjBv\":[\"Move projects\"],\"7TYQRA\":[\"Move this project to the selected workspace?\"],\"fwyWPz\":[\"Move this project, with its conversations and reports, into a workspace you administer. You need to be an admin or owner of the destination workspace.\"],\"wUTBdx\":[\"Move to Another Project\"],\"zCpAZ1\":[\"Move to another workspace\"],\"Ksvwy+\":[\"Move to Project\"],\"5MzfrX\":[\"Multi-step analysis.\"],\"uzUz9i\":[\"Multiple languages\"],\"j7HfhZ\":[\"Має бути щонайменше через 10 хвилин\"],\"5hOInR\":[\"My access\"],\"en+4fS\":[\"My templates\"],\"6YtxFj\":[\"Name\"],\"e3/ja4\":[\"Name A-Z\"],\"8/brI5\":[\"Name is required\"],\"aFFbp6\":[\"Name it after the client, engagement, or purpose.\"],\"KxAfaR\":[\"Name it after the topic, engagement, or question you're exploring.\"],\"ztAdhw\":[\"Name updated\"],\"vfJR5V\":[\"Name your organisation to get started. You can invite members right after, or join other organisations later from settings.\"],\"5cahWP\":[\"Name your organisation. You can invite people next, or do it later from settings.\"],\"pfbjQ0\":[\"Name your workspace.\"],\"c5Xt89\":[\"Name Z-A\"],\"WcgzjF\":[\"name@example.com\"],\"CLjxnx\":[\"name@example.com, name2@example.com\"],\"AQjK0x\":[\"Named ways of working your team can reuse.\"],\"4VZ8gL\":[\"Names on the legend\"],\"O6KinN\":[\"Narratives\"],\"0l5mYK\":[\"Need more access? Ask the person who invited you to add you to the organisation or another workspace.\"],\"fAUSZy\":[\"Needs attention\"],\"qqeAJM\":[\"Never\"],\"isRobC\":[\"New\"],\"mdHOWX\":[\"New chat about this canvas\"],\"Wmq4bZ\":[\"New Conversation Name\"],\"u2uElg\":[\"Новi розмови додано пiсля цього звiту\"],\"library.new.conversations\":[\"New conversations have been added since the creation of the library. Create a new view to add these to the analysis.\"],\"UPRdvV\":[\"New methodology\"],\"MVaH2c\":[\"New organisation\"],\"/nT6AE\":[\"New password\"],\"7vhWI8\":[\"New Password\"],\"gKi+a/\":[\"New project\"],\"wzIR5D\":[\"New project | dembrane\"],\"z6wcHz\":[\"New Report\"],\"ZfVx+G\":[\"New tier\"],\"curoK5\":[\"New workspace\"],\"cTUByn\":[\"Newest first\"],\"+RfVvh\":[\"Newest First\"],\"hXzOVo\":[\"Next\"],\"participant.button.next\":[\"Next\"],\"participant.verify.selection.button.next\":[\"Next\"],\"participant.verify.instructions.button.next\":[\"Next\"],\"1vEADD\":[\"Next invoice\"],\"ljNSDv\":[\"Next: pick a time\"],\"1UzENP\":[\"No\"],\"participant.button.finish.no.text.mode\":[\"No\"],\"oPoLg+\":[\"No access\"],\"VHfLAW\":[\"No accounts\"],\"riwuXX\":[\"No actions found\"],\"bZK9dL\":[\"No agent calls yet.\"],\"kfldmn\":[\"No agents connected yet.\"],\"9+1hKj\":[\"Без застосунку, без обладнання. Учасники сканують QR-код, і їхній телефон стає порталом.\"],\"Em+3Ls\":[\"No audit logs match the current filters.\"],\"Xmk0PY\":[\"No billing account yet. Email <0>support@dembrane.com and we'll set one up.\"],\"PVAfDk\":[\"No billing accounts match the current filters.\"],\"xz3y0A\":[\"No canvases yet\"],\"d2Jf1f\":[\"No change\"],\"project.sidebar.chat.empty.description\":[\"No chats found. Start a chat using the \\\"Ask\\\" button.\"],\"9nWRSv\":[\"No chats match your search.\"],\"r3iaI0\":[\"No chats yet.\"],\"Qqhl3R\":[\"No collections found\"],\"zsslJv\":[\"No content\"],\"1pZsdx\":[\"No conversations available to create library\"],\"library.no.conversations\":[\"No conversations available to create library. Please add some conversations to get started.\"],\"EtMtH/\":[\"No conversations found.\"],\"BuikQT\":[\"No conversations found. Start a conversation using the participation invite link from the <0><1>project overview.\"],\"PNz5nE\":[\"No conversations match these filters.\"],\"select.all.modal.no.conversations\":[\"No conversations were processed. This may happen if all conversations are already in context or don't match the selected filters.\"],\"YnWe3z\":[\"No conversations yet.\"],\"GKpO3x\":[\"Розмов ще немає. Ви можете запланувати звiт зараз, i розмови будуть включенi пiсля їх додавання.\"],\"oaDwXD\":[\"Типове значення не встановлено (діє керування клієнтом)\"],\"dl4q4O\":[\"no expiry\"],\"7Ad0TM\":[\"No explicit shares. Workspace admins still have access.\"],\"Fb9N7E\":[\"No external-led organisations yet.\"],\"cZ8DR9\":[\"Відгуків ще немає.\"],\"cqoc0B\":[\"No further charges\"],\"bl3Q4e\":[\"No goal yet. Set one here, or let the assistant interview you in chat.\"],\"wuFH13\":[\"No invites went out. Check the list below.\"],\"rwtE4m\":[\"No logo set. dembrane default will be used.\"],\"4TVVsS\":[\"No matches\"],\"IntpVZ\":[\"No matches found\"],\"JuBV6F\":[\"No members yet.\"],\"A4D9sY\":[\"No methodologies yet.\"],\"gr5hJS\":[\"No microphone was available. Check that one is connected and not in use elsewhere.\"],\"UfnqDf\":[\"No name\"],\"jfhDAK\":[\"No new feedback detected yet. Please continue your discussion and try again soon.\"],\"XOpCfj\":[\"No new invites needed. Check the list below.\"],\"nZsRCa\":[\"No one added yet\"],\"VylT70\":[\"No one else in this organisation yet\"],\"xp1ZnX\":[\"No one here yet.\"],\"wca+1p\":[\"No one is auto-blocked for non-payment. Watch failed charges here and follow up.\"],\"6iedjR\":[\"No one matches that filter.\"],\"RJSUJO\":[\"В організації поки нікого немає.\"],\"ZwZtAi\":[\"No one on this organisation yet.\"],\"/+Nxaa\":[\"No one shared yet\"],\"sAu4UE\":[\"No one's on the workspace yet.\"],\"/ksKg9\":[\"No organisation role. Access via workspace invites.\"],\"laeweW\":[\"No payments match the filter.\"],\"iV2Or0\":[\"No payments yet.\"],\"cqfchi\":[\"No PDF available for this invoice.\"],\"qPbs1l\":[\"No pending invites\"],\"X0DUuO\":[\"No project activity this period.\"],\"T3TyGx\":[\"No projects found \",[\"0\"]],\"y29l+b\":[\"No projects found for search term\"],\"YzI8q2\":[\"No projects match.\"],\"m0I2ba\":[\"No recent activity\"],\"9Y/ZE7\":[\"No referral agreements yet.\"],\"ctlSnm\":[\"No report found\"],\"1iQvuD\":[\"No reports yet\"],\"Ev2r9A\":[\"No results\"],\"pm345e\":[\"No selectable conversations\"],\"deovLP\":[\"No summary yet\"],\"WRRjA9\":[\"No tags found\"],\"LcBe0w\":[\"No tags have been added to this project yet. Add a tag using the text input above to get started.\"],\"KE6RCJ\":[\"No templates match {searchQuery}\"],\"ndv8BV\":[\"No trainings match your filters.\"],\"JmSs4s\":[\"No trainings yet.\"],\"bhqKwO\":[\"No Transcript Available\"],\"vq+6l+\":[\"No transcript exists for this conversation yet. Please check back later.\"],\"iSip01\":[\"No transcripts yet. You can run popcorn now; the screen fills as conversations land.\"],\"/uoEXj\":[\"No usage yet this cycle.\"],\"OdkUBk\":[\"No valid audio files were selected. Please select audio files only (MP3, WAV, OGG, etc).\"],\"tNWcWM\":[\"No verification topics are configured for this project.\"],\"pdWSGS\":[\"No verify topics available.\"],\"Z9sn1g\":[\"No version yet\"],\"+uY23Q\":[\"No webhooks configured\"],\"/PUkCU\":[\"No webhooks found\"],\"AtHA/x\":[\"No workspace access yet\"],\"nnCUYC\":[\"No workspace picked. They'll be added to \",[\"orgName\"],\" and can request workspace access themselves.\"],\"wn5bQU\":[\"No workspace role change. Add this person to the organisation, then re-invite from the workspace.\"],\"tPEiUj\":[\"No workspaces from this organisation are shared with you right now.\"],\"pxmfsY\":[\"No workspaces match \\\"\",[\"search\"],\"\\\".\"],\"xZSB25\":[\"None scheduled\"],\"PjeFWm\":[\"Not a valid email.\"],\"select.all.modal.not.added\":[\"Not Added\"],\"OJx3wK\":[\"Not available\"],\"1JEsYY\":[\"Not enabled by an admin of \",[\"0\"]],\"PBxg/E\":[\"Not now\"],\"Ua2NxX\":[\"Not on managed billing. Set to managed to invoice this account at the \",[\"tier\"],\" tier, with no automatic Mollie charges.\"],\"07Vguj\":[\"Not renewing\"],\"vaVAp0\":[\"Not scheduled\"],\"MTqQMG\":[\"Not set\"],\"mu1gVr\":[\"Not started\"],\"PVe0o5\":[\"Not sure yet.\"],\"kBpuXT\":[\"Not this one\"],\"vbpAZQ\":[\"Not trained\"],\"/hpEcX\":[\"note\"],\"1DBGsz\":[\"Notes\"],\"RYtZxa\":[\"Notes for our team\"],\"budBGD\":[\"Notes the assistant keeps about how you like to work, saved during your chats. Only you see these. Remove anything you don't want it to keep.\"],\"NdAad3\":[\"Notes the assistant saved about this project from chats. Everyone who chats in this project shares them.\"],\"WAy8m5\":[\"Notes the assistant saved about this workspace from chats. Everyone in the workspace shares them.\"],\"DZMptz\":[\"Nothing from dembrane right now.\"],\"DN72IZ\":[\"Nothing here for you yet.\"],\"yFnB+H\":[\"nothing here yet\"],\"0IdomT\":[\"Nothing is sent until you send it. Edit anything below first.\"],\"we3tJT\":[\"Nothing matches the filter.\"],\"610qM/\":[\"Nothing saved yet. The assistant adds notes here as people chat.\"],\"6rAlvZ\":[\"Nothing saved yet. The assistant adds notes here as you chat.\"],\"yebagU\":[\"Notify participants when a report is published.\"],\"hGA9Wy\":[\"Observer\"],\"phUtHZ\":[\"Observers (free)\"],\"k9cwCQ\":[\"Observers are free and read-only, and only for external-client workspaces. They can view the workspace but cannot chat, generate reports, or edit. To let them do more, change their role to External.\"],\"RfY3gN\":[\"Observers are free, read-only guests. To give edit access, remove them and re-invite as a member.\"],\"JIE4kF\":[\"Observers are only available in workspaces for an external client. Pick only external-client workspaces, or choose a different role.\"],\"Bdtwnw\":[\"off\"],\"az8lvo\":[\"Off\"],\"YMP58l\":[\"Off numbers the conversations. On shows the name typed on the phone, which may be a person's.\"],\"6Aih4U\":[\"Offline\"],\"n6QD94\":[\"Oldest first\"],\"9+6THi\":[\"Oldest First\"],\"Fdp03t\":[\"on\"],\"Z5HWHd\":[\"On\"],\"Hktelz\":[\"On dembrane-managed billing. Switching to self-serve keeps the tier and shows the customer the checkout to set up card payment.\"],\"er1mH/\":[\"On recording page\"],\"participant.verify.instructions.revise.artefact\":[\"Once you have discussed, hit \\\"revise\\\" to see the \",[\"objectLabel\"],\" change to reflect your discussion.\"],\"participant.verify.instructions.read.aloud\":[\"Once you receive the \",[\"objectLabel\"],\", read it aloud and share out loud what you want to change, if anything.\"],\"lKCG/O\":[\"One big event at the end of the year\"],\"O3G8il\":[\"One day in October\"],\"qvLmaf\":[\"One lowercase letter\"],\"+P5Okg\":[\"One number\"],\"m5rZjl\":[\"One symbol\"],\"MKUgK1\":[\"One uppercase letter\"],\"qitPxp\":[\"One-off\"],\"J6n7sl\":[\"Ongoing\"],\"conversation.ongoing\":[\"Ongoing\"],\"yAVA7C\":[\"Ongoing conversations\"],\"a//PzZ\":[\"Only change this setting in consultation with the responsible person(s) for data protection within your organisation.\"],\"z7dMhl\":[\"Додавати можна лише зображення\"],\"uaB4AS\":[\"Only organisation admins and owners can create workspaces. Ask an admin on your organisation to create one, or to promote you first.\"],\"0WLwiw\":[\"Only people already in this workspace can be added. Invite them to the workspace first if they aren't here yet.\"],\"xbDpkO\":[\"Only the people you add or invite can see it.\"],\"K/CPkL\":[\"Only when recording an invoice already paid out-of-band.\"],\"fKQbMI\":[\"Only workspace admins and the people you invite can open this project.\"],\"BKONOC\":[\"Лише адміністратори робочого простору можуть змінювати правову підставу.\"],\"C/Sx14\":[\"Only workspace admins can change these settings. Ask an admin if something needs updating.\"],\"4UuIbT\":[\"Only you can see this workspace.\"],\"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.\"],\"1TNIig\":[\"Open\"],\"mM0CFq\":[\"Open \",[\"label\"]],\"e8gyri\":[\"Open account actions\"],\"tcgf5/\":[\"Open all\"],\"yCDcIF\":[\"Open chat documentation\"],\"uIKeEf\":[\"Open conversation\"],\"EUQ7ko\":[\"Open documentation\"],\"aRGGej\":[\"Open for participation\"],\"CD3rbs\":[\"Open host guide\"],\"f04uGY\":[\"Open in library\"],\"c9rlQI\":[\"Open Mollie dashboard\"],\"iZD9CK\":[\"Open organisation\"],\"lYgDz/\":[\"Open presenter view\"],\"KI70Do\":[\"Відкрити запис\"],\"FBPD+d\":[\"Open the \",[\"0\"],\" from here.\"],\"OG3wju\":[\"Open the chat\"],\"828iLy\":[\"Open the original invitation email and click the link from there, or ask the inviter to send a new invite.\"],\"YF3eVi\":[\"Open the public page\"],\"FZ5fed\":[\"Open the troubleshooting guide\"],\"m9eUZO\":[\"Open to the workspace\"],\"l+3bjq\":[\"Open transcript\"],\"participant.button.open.troubleshooting.guide\":[\"Open troubleshooting guide\"],\"Gc/l1s\":[\"Open workspace\"],\"F7e1nt\":[\"Open workspace actions\"],\"Hak8r6\":[\"Open your authenticator app and enter the current six-digit code.\"],\"rPRgw+\":[\"Opt-in to experimental features and help shape dembrane. These features might change or be removed at any time.\"],\"LLAa/9\":[\"Optional\"],\"ZFIvWo\":[\"Optional (falls back to English)\"],\"V44CS4\":[\"Optional field on the start page\"],\"bkndzy\":[\"Optional field on the thank you page\"],\"xam4uE\":[\"Необов'язкове запитання \",[\"0\"],\" з \",[\"1\"]],\"S2LyUK\":[\"Необов'язкове запитання \",[\"0\"],\" з \",[\"1\"],\". Пропускайте будь-що.\"],\"0OspM/\":[\"Optional. What this workspace is for.\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"0EffTH\":[\"Or choose a time\"],\"7r2pfW\":[\"Або бажаєте поспiлкуватися напряму?\"],\"1h45Hu\":[\"Or write your own\"],\"v2MBz4\":[\"Org only\"],\"LB3Kje\":[\"Organisation\"],\"sezvMj\":[\"Organisation | dembrane\"],\"9L7xZr\":[\"Organisation account\"],\"x/dDGk\":[\"Organisation member\"],\"Juy8tT\":[\"Organisation members appear here once they join a workspace.\"],\"UPvG74\":[\"Organisation members appear here once they join a workspace. Invites are sent from each workspace's Members tab.\"],\"m9HLnV\":[\"Organisation name\"],\"IvGxhL\":[\"Organisation not found\"],\"B38pCE\":[\"Organisation only\"],\"kzWAph\":[\"Organisation usage\"],\"GoZkew\":[\"Organisations\"],\"usabod\":[\"Organisations | dembrane\"],\"qdq0Jp\":[\"Organisations created by people who are external collaborators of a partner. A signal they may want their own plan.\"],\"/IX/7x\":[\"Інше\"],\"GC75c7\":[\"Outcome approved successfully!\"],\"QLXrh9\":[\"Outcome reloaded successfully!\"],\"LJg1UW\":[\"Outcome revised successfully!\"],\"df3S+R\":[\"Outcome updated!\"],\"1fjbvD\":[\"outcomes\"],\"ZU3zZC\":[\"Outcomes\"],\"NTkmOk\":[\"Overage billing applies\"],\"6KkwPT\":[\"Перевизначено для цього проєкту\"],\"AR/qbs\":[\"Перевизначити для цього проєкту\"],\"6/dCYd\":[\"Overview\"],\"/fAXQQ\":[\"Overview - Themes & patterns\"],\"oDAEQq\":[\"Ownership\"],\"OwPQJt\":[\"Ownership is locked. Contact support to transfer.\"],\"HSAzUy\":[\"Owning organisation\"],\"Wu++6g\":[\"Page Content\"],\"8F1i42\":[\"Page not found\"],\"6+Py7/\":[\"Page Title\"],\"v4nCHK\":[\"Paid\"],\"uneeEC\":[\"partially completed\"],\"v8fxDX\":[\"Participant\"],\"h3AUOJ\":[\"Participant Email\"],\"WdEzKM\":[\"Participant Emails\"],\"Uc9fP1\":[\"Participant Features\"],\"hRcUJQ\":[\"Participant name\"],\"rMCv1T\":[\"Participant name and email\"],\"CmOBUh\":[\"Participant updates subscription\"],\"DbvvEo\":[\"Participant verification\"],\"MZHPuB\":[\"Participants\"],\"y4n1fB\":[\"Participants will be able to select tags when creating conversations\"],\"yIBVHx\":[\"partner\"],\"71zZ31\":[\"Partner\"],\"q7+cNu\":[\"Partner organisation\"],\"LkuJMH\":[\"Partner workspace, billed on its own and not part of the organisation's plan.\"],\"qC5k4V\":[\"Partner workspace, billed separately from the organisation.\"],\"8ZsakT\":[\"Password\"],\"zJx6Vx\":[\"Password changed\"],\"PxRsoo\":[\"Password does not meet the requirements.\"],\"lpIMne\":[\"Passwords do not match\"],\"PiZs9N\":[\"Paste it into any page. It stays live.\"],\"PTSHeg\":[\"Pause reading\"],\"KXsZLF\":[\"Pause updates\"],\"URAE3q\":[\"Paused\"],\"XaA5fF\":[\"Paused.\"],\"6Dmao4\":[\"Paused. Updated \",[\"updatedAgo\"],\".\"],\"OaEEAM\":[\"Pay now\"],\"VwkrOQ\":[\"Paying revenue\"],\"VESsDr\":[\"Paying revenue this month\"],\"pJxzaT\":[\"Payment failed\"],\"/CNehZ\":[\"Payment link amount, EUR\"],\"GfJaff\":[\"Payment link issued.\"],\"ENEPLY\":[\"Payment method\"],\"sni5ir\":[\"Payment reference\"],\"Kd2B1D\":[\"Payment went through. Your plan is up to date.\"],\"S48xcO\":[\"pending\"],\"UbRKMZ\":[\"Pending\"],\"EaYDGF\":[\"Pending access requests\"],\"V1wW5o\":[\"Pending action\"],\"sU2oO4\":[\"Pending invites\"],\"GC714A\":[\"Pending invites | dembrane\"],\"gPRsPw\":[\"people\"],\"1wdjme\":[\"People\"],\"t9qtWL\":[\"People with access\"],\"Uoqcz2\":[\"Per-recipient results:\"],\"hkffer\":[\"Per-workspace access\"],\"SrVzRe\":[\"Percent\"],\"NtQvjo\":[\"Period\"],\"D0meML\":[\"person\"],\"t4wIPl\":[\"Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"zmwvG2\":[\"Phone\"],\"B8mlc2\":[\"Оберiть дату\"],\"8hUAfY\":[\"Pick a time\"],\"rwgOir\":[\"Обрати час зараз\"],\"635Oq4\":[\"Pick a time with \",[\"host\"],\".\"],\"PYDbNJ\":[\"Pick an account\"],\"hZjgId\":[\"Pick at least one workspace to send the invite.\"],\"NCubup\":[\"Pick from your organisation, or type an email to invite.\"],\"m+EMny\":[\"Pick one\"],\"6v5aT9\":[\"Pick the approach that fits your question\"],\"U1Tudq\":[\"Pilot limit reached\"],\"qVkGWK\":[\"Pin\"],\"u8qC4w\":[\"Pin project\"],\"S+WiJ3\":[\"Pin templates here for quick access.\"],\"kNiQp6\":[\"Pinned\"],\"LdWQ+0\":[\"Pinned is full (max 5)\"],\"EC6BHi\":[\"Pinned projects\"],\"RimR35\":[\"Pinned templates\"],\"afV5A2\":[\"Plan ends\"],\"Iqh0Uv\":[\"Planned\"],\"lWy5a1\":[\"Plans\"],\"PI95wJ\":[\"Plans, gathers, and checks its work across many conversations.\"],\"PKrSWk\":[\"Please accept the terms to continue.\"],\"participant.alert.microphone.access\":[\"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.\"],\"n6oAnk\":[\"Please enable participation to enable sharing\"],\"fwrPh4\":[\"Please enter a valid email.\"],\"ZhyvmA\":[\"Please log in to continue.\"],\"MXEkrp\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording)\"],\"Lu1j4b\":[\"Please record your response by clicking the \\\"Record\\\" button below. You may also choose to respond in text by clicking the text icon.\\n**Please keep this screen lit up**\\n(black screen = not recording).\\nThis transcript will be anonymized and your host will not be able to listen to your recording.\"],\"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.\"],\"6MncU0\":[\"plus workspace admins\"],\"rhEYMw\":[\"PNG, JPEG, or WebP. Will be cropped to a circle.\"],\"jjdudv\":[\"Погана відповідь\"],\"w/RgmN\":[\"Popcorn\"],\"y8SDrp\":[\"Popcorn could not be loaded. Try again in a moment.\"],\"QcoM20\":[\"Popcorn shows a room its own words while it is still talking: live slides from this project's conversations, for a big screen. It is early, and you can turn it off again in the project settings.\"],\"gL/sdV\":[\"Popular\"],\"uRFMMc\":[\"Portal Content\"],\"ivjxif\":[\"Portal description\"],\"oNb5Ox\":[\"portal editor\"],\"694+8E\":[\"Portal editor\"],\"qVypVJ\":[\"Portal Editor\"],\"OZYxCC\":[\"Portal finish message\"],\"FNuwSz\":[\"Portal language\"],\"gKSdKz\":[\"Portal open for new conversations\"],\"XfoCxn\":[\"Portal Overview\"],\"qLWG8R\":[\"Portal title\"],\"D5roJB\":[\"Portal tutorial\"],\"U4aiMW\":[\"Postal code\"],\"cWkKWE\":[\"praise\"],\"E7dbXD\":[\"Prefer talking? Press record and just say it.\"],\"kBa6hc\":[\"Preparing a navigation shortcut\"],\"9vB8nN\":[\"Preparing the first update.\"],\"xVEtui\":[\"Preparing this canvas\"],\"/SM3Ws\":[\"Preparing your experience\"],\"rdUucN\":[\"Preview\"],\"hyneRf\":[\"Preview: The quick brown fox jumps over the lazy dog.\"],\"DHhJ7s\":[\"Попередній\"],\"a7u1N9\":[\"Price\"],\"UoByX/\":[\"Print / Save PDF\"],\"S8ugMC\":[\"Print report\"],\"rjGI/Q\":[\"Privacy\"],\"7IDDky\":[\"URL політики конфіденційності\"],\"zwBp5t\":[\"Private\"],\"Q7R6ZJ\":[\"Private · only invited people can see this\"],\"i4YTOL\":[\"Private project\"],\"1vsuTU\":[\"Private workspace\"],\"FdLMTd\":[\"Private workspaces come with a paid plan.\"],\"1ihBUA\":[\"Private. Add people to share it.\"],\"qAGp2O\":[\"Proceed\"],\"select.all.modal.proceed\":[\"Proceed\"],\"select.all.modal.loading.description\":[\"Processing <0>\",[\"totalCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" and adding them to your chat\"],\"gzGDMM\":[\"Processing your retranscription request...\"],\"byJgGz\":[\"Procurement help\"],\"ysxgu8\":[\"project\"],\"e0NrBM\":[\"Project\"],\"Z0EW4S\":[\"Project actions\"],\"eBFgFZ\":[\"project chats\"],\"2LxK9d\":[\"Project context\"],\"RYrbVH\":[\"Project created\"],\"Hie0VV\":[\"Project Created\"],\"zjTrs1\":[\"Project default: enabled. Personal information will be replaced with placeholders. Audio playback, download, and retranscription will be disabled for the new conversation.\"],\"aVOwd+\":[\"Project deleted\"],\"7TYa2T\":[\"Project goal\"],\"qW7NU2\":[\"Project is now visible to everyone in \",[\"workspaceName\"]],\"wNXqAE\":[\"Project is now visible to the workspace\"],\"QFx9kj\":[\"Project Library | dembrane\"],\"QDjWwu\":[\"Project Meta Summary\"],\"lltun+\":[\"Project moved\"],\"OyIC0Q\":[\"Project name\"],\"3gh0L6\":[\"Project name and ID\"],\"6Z2q2Y\":[\"Project name must be at least 4 characters long\"],\"n7JQEk\":[\"Project not found\"],\"uMobxw\":[\"project overview\"],\"q0+yfq\":[\"Project Overview | dembrane\"],\"3YND3K\":[\"project settings\"],\"Wsk5pi\":[\"Project Settings\"],\"7NmoFz\":[\"Projected monthly total\"],\"gitVS9\":[\"Projected yearly total\"],\"M9H+/G\":[\"projects\"],\"+0B+ue\":[\"Projects\"],\"DK5DV3\":[\"Projects | dembrane\"],\"B1WDxD\":[\"Projects across organisation · \",[\"0\"]],\"uNGCZL\":[\"Projects moved\"],\"2ugVVF\":[\"Projects will show up here once someone on the organisation shares one with you.\"],\"W9uQXX\":[\"Prompt\"],\"3sRog+\":[\"Proposed\"],\"pAY+Io\":[\"Proposed changes\"],\"Aka3jE\":[\"Prorated for the rest of this billing period.\"],\"nyEOdh\":[\"Provide an overview of the main topics and recurring themes\"],\"UhK148\":[\"Public page\"],\"EEYbdt\":[\"Publish\"],\"vsX8VJ\":[\"Publish this report first to show the portal link\"],\"IHzoSN\":[\"Publish this report to get a share link\"],\"u3wRF+\":[\"Published\"],\"E7YTYP\":[\"Pull out the most impactful quotes from this session\"],\"NHHXdL\":[\"Put \",[\"name\"],\" on dembrane-managed billing at the \",[\"tier\"],\" tier? No automatic Mollie charges or auto-expiry.\"],\"gCX4Z9\":[\"QR code\"],\"bfgr/e\":[\"Запитання\"],\"4PTJUv\":[\"Questions about how dembrane works, not only about your data.\"],\"XhrBin\":[\"Ran \",[\"0\"],\" steps at once\"],\"iZuzSU\":[\"Rate limited\"],\"z1U/Fh\":[\"Оцінка\"],\"wr9IYa\":[\"Re-enter new password\"],\"0ZBIgY\":[\"Re-use settings from an existing webhook\"],\"Z5Tlsx\":[\"Зв'яжіться зі мною\"],\"D2yGaZ\":[\"Reactivate\"],\"Pkpg2N\":[\"Reactivate plan\"],\"wZxwNu\":[\"Read aloud\"],\"RajDze\":[\"read conversations, transcripts, projects and settings you can see\"],\"bwxs7k\":[\"Read every 2 minutes for\"],\"C4TjpG\":[\"Read less\"],\"8fZueG\":[\"Read more →\"],\"wOfACA\":[\"Read the troubleshooting guide for transcripts and summaries\"],\"6pSHJ5\":[\"Read-only\"],\"WU7BCa\":[\"Reading \",[\"0\"],\"'s summary\"],\"tFk6c8\":[\"Reading \",[\"0\"],\"'s transcript\"],\"+nnTex\":[\"Reading \",[\"reading\"],\" of \",[\"0\"],\" conversations…\"],\"E3kwAc\":[\"Reading a conversation summary\"],\"LpWlYq\":[\"Reading a skill\"],\"9UTzRO\":[\"Reading a transcript\"],\"/Uj7Jw\":[\"Reading everything again\"],\"DYyFO2\":[\"Reading project context\"],\"ug1A83\":[\"Reading project settings\"],\"ODhB1N\":[\"Reading the conversations again\"],\"IdmBAm\":[\"Reading the documentation\"],\"XUDIDs\":[\"Reads every 2 minutes. Refresh reads now.\"],\"participant.ready.to.begin\":[\"Ready to Begin?\"],\"ShoKlK\":[\"Ready to connect your tools? Add a webhook to automatically receive conversation data when events happen.\"],\"VJScHU\":[\"Причина\"],\"Xc0UKh\":[\"reason: \",[\"0\"]],\"0f3uxy\":[\"Recent payments across all accounts\"],\"mzcrRN\":[\"recently\"],\"hpnYpo\":[\"Recommended apps\"],\"participant.button.s3check.reconnect\":[\"Reconnect\"],\"participant.button.interruption.reconnect\":[\"Reconnect\"],\"BakXLg\":[\"Reconnecting\"],\"participant.button.record\":[\"Record\"],\"462bGY\":[\"Record a voice message\"],\"s4Sz7r\":[\"Record another conversation\"],\"XmKjfh\":[\"Recording\"],\"3gnwKb\":[\"Recording conference sessions.\"],\"HCC0Bp\":[\"Recording conversations you have in person, like street interviews.\"],\"participant.modal.interruption.title\":[\"Recording interrupted\"],\"yjom5N\":[\"Recording keeps working, so your participants are unaffected.\"],\"4IbgAX\":[\"Recording page\"],\"participant.modal.pause.title\":[\"Recording Paused\"],\"/l7qFE\":[\"Recording started\"],\"POxNnV\":[\"Recording stopped at the five minute limit. Turning what you recorded into text.\"],\"view.recreate.tooltip\":[\"Recreate View\"],\"view.recreate.modal.title\":[\"Recreate View\"],\"CqnkB0\":[\"Recurring Themes\"],\"zKZCRh\":[\"Reference \",[\"reference\"]],\"9aloPG\":[\"References\"],\"lCF0wC\":[\"Refresh\"],\"ZMXpAp\":[\"Refresh audit logs\"],\"rOwugh\":[\"Refresh now\"],\"1STMKj\":[\"Refresh ongoing conversations\"],\"eEud7e\":[\"Refresh started\"],\"WqYAGe\":[\"Refresh will work when the canvas service is ready.\"],\"zVuxvN\":[\"Refreshing…\"],\"6exX+8\":[\"Regenerate\"],\"PpFJd2\":[\"Regenerate summary\"],\"bluvj0\":[\"Regenerate Summary\"],\"participant.regenerating.outcome\":[\"Regenerating the outcome\"],\"oYlYU+\":[\"Regenerating the summary. Please wait...\"],\"HPitDS\":[\"Register | dembrane\"],\"UcLJ6I\":[\"Release video\"],\"tF5Smn\":[\"Перезавантажити сторінку\"],\"participant.button.reload.page.text.mode\":[\"Reload Page\"],\"participant.button.reload\":[\"Reload Page\"],\"participant.concrete.artefact.action.button.reload\":[\"Reload Page\"],\"Lbcvrt\":[\"Remember you can always use the Feedback button for suggestions. We appreciate all your support, and thank you for using dembrane.\"],\"vqD7S+\":[\"Remind users to verify before finishing\"],\"tmHC17\":[\"Reminder sent: support access still on\"],\"t/YqKh\":[\"Remove\"],\"w61W3L\":[\"Видалити \",[\"0\"]],\"G0aZvo\":[\"Remove \",[\"0\"],\" from this workspace? They'll lose access to all projects inside it.\"],\"VoKjPv\":[\"Remove avatar\"],\"Kl7//J\":[\"Remove Email\"],\"cILfnJ\":[\"Remove file\"],\"tOkPHm\":[\"Remove from chat\"],\"1G/+Gj\":[\"Remove from organisation\"],\"18PmZk\":[\"Remove from organisation?\"],\"CJgPtd\":[\"Remove from this chat\"],\"O90CN2\":[\"Remove logo\"],\"99VIgC\":[\"Remove member\"],\"c8Kx/b\":[\"Видалити перевизначення\"],\"Gr8pvR\":[\"Remove the custom logo? The dembrane default will be used instead.\"],\"itsN5H\":[\"Remove this memory?\"],\"eps54V\":[\"Removed\"],\"nVEhnc\":[\"Removed from organisation\"],\"project.sidebar.chat.rename\":[\"Rename\"],\"6PsaMr\":[\"Rename chat\"],\"TBZOgu\":[\"Renewal\"],\"M7SqjM\":[\"Reopen\"],\"m290vd\":[\"Запис\"],\"rnkWZt\":[\"Replies to participants\"],\"1jBoqr\":[\"Reply guidance\"],\"X9GEGX\":[\"Reply mode\"],\"XyN13i\":[\"Reply Prompt\"],\"w1tLX2\":[\"report\"],\"gjpdaf\":[\"Report\"],\"e/MQa5\":[\"Report already generating\"],\"Q3LOVJ\":[\"Повідомити про проблему\"],\"DUmD+q\":[\"Report Created - \",[\"0\"]],\"hh/mvZ\":[\"Report generation cancelled\"],\"sSy8vA\":[\"Report generation in progress...\"],\"v7O77U\":[\"Report generation was cancelled. You can start a new report below.\"],\"fIBsri\":[\"Report limit reached\"],\"hIQOLx\":[\"Report Notifications\"],\"M9snPp\":[\"Report scheduled\"],\"6g+4DA\":[\"Повідомлення надіслано. Дякуємо\"],\"u9r3Di\":[\"Report templates are on our roadmap.\"],\"lNo4U2\":[\"Report Updated - \",[\"0\"]],\"t9yxlZ\":[\"Reports\"],\"E1vQT6\":[\"Request \",[\"0\"],\" training\"],\"qbXLnJ\":[\"Request a training\"],\"WdCAhr\":[\"Request access\"],\"library.request.access\":[\"Request Access\"],\"cH8Bhd\":[\"Request approved\"],\"ViqcVt\":[\"Request declined\"],\"jI02E7\":[\"Request denied.\"],\"/3O5R/\":[\"Request failed\"],\"dglEEO\":[\"Request Password Reset\"],\"8H5nRH\":[\"Request Password Reset | dembrane\"],\"1RVBJe\":[\"Request sent\"],\"OQsKlA\":[\"Request sent. The workspace admins were notified.\"],\"b44axA\":[\"Request sent. Waiting for the workspace admins.\"],\"7rVjfL\":[\"Request support access\"],\"XmXfrX\":[\"Request withdrawn.\"],\"Yx0Ud8\":[\"Requested\"],\"VRpBev\":[\"Requested and scheduled trainings. Mark a training complete to grant each attendee a one-year license.\"],\"PXQc8Y\":[\"Requester\"],\"participant.alert.microphone.access.loading\":[\"Requesting microphone access to detect available devices...\"],\"TMLAx2\":[\"Required\"],\"0Hf+6m\":[\"Requires \\\"Ask for Email?\\\" to be enabled\"],\"yz/C2/\":[\"Rerun\"],\"vETdRO\":[\"Rerun popcorn?\"],\"QqW27M\":[\"Reschedule\"],\"6eIR/n\":[\"Перепланувати на\"],\"ZSTojU\":[\"Resend invite\"],\"8WtTog\":[\"Resend invite email\"],\"OfhWJH\":[\"Reset\"],\"I9EnzM\":[\"Reset filters\"],\"KbS2K9\":[\"Reset Password\"],\"9uplIY\":[\"Reset Password | dembrane\"],\"L+rMC9\":[\"Reset to default\"],\"kX8Fjz\":[\"Відгук про відповідь\"],\"Sa5FCh\":[\"Результати ще до того, як люди розійдуться. Ми аналізуємо наживо й презентуємо просто в залі.\"],\"participant.button.stop.resume\":[\"Resume\"],\"1K1kvB\":[\"Resume plan\"],\"85Qjyx\":[\"Resume updates\"],\"ioYnu6\":[\"retracted\"],\"fM1Ldq\":[\"retracted for the dembrane team\"],\"AWy1Kd\":[\"Retracting a note for the dembrane team\"],\"sVzC0H\":[\"Retranscribe\"],\"ehyRtB\":[\"Retranscribe conversation\"],\"1JHQpP\":[\"Retranscribe Conversation\"],\"+gmVxi\":[\"Retranscription not available for anonymized conversations\"],\"MXwASV\":[\"Retranscription started. New conversation will be available soon.\"],\"6gRgw8\":[\"Retry\"],\"zHJTti\":[\"Retry now\"],\"H1Pyjd\":[\"Retry Upload\"],\"2fCpt5\":[\"Повернутися на головну\"],\"5k0NLb\":[\"Review\"],\"9VUzX4\":[\"Review activity for your workspace. Filter by collection or action, and export the current view for further investigation.\"],\"ECoHYI\":[\"Review again\"],\"dSCHZP\":[\"Review and edit below. This adds a check that runs against each conversation. Verification must be enabled for it to run. Nothing changes until you add it.\"],\"Tqa1v9\":[\"Review before creating.\"],\"UZVWVb\":[\"Review files before uploading\"],\"OybZ3y\":[\"Review my project settings and suggest improvements.\"],\"3lYF/Z\":[\"Review processing status for every conversation collected in this project.\"],\"JuDdMd\":[\"Review, edit, and open every conversation in this project.\"],\"participant.concrete.action.button.revise\":[\"Revise\"],\"OG3mVO\":[\"Revision #\",[\"revisionNumber\"]],\"qFXJ2F\":[\"Revision history\"],\"GXsAby\":[\"Revoke\"],\"jjsSSc\":[\"Revoke invite\"],\"HZn3qT\":[\"Revoke license\"],\"TUcQqn\":[\"Revoke the invite sent to \",[\"0\"],\"? You can invite them again later.\"],\"jERTs2\":[\"Revoke this connection?\"],\"xGiT1z\":[\"Revoked\"],\"kv1ztT\":[\"Right-click to highlight\"],\"GDvlUT\":[\"Role\"],\"QjMlvE\":[\"Role changed\"],\"jQ6I8X\":[\"Role updated\"],\"wbV5uX\":[\"Rough estimate to finish transcribing the backlog\"],\"/9oiI7\":[\"Roughly how many?\"],\"xxCtZv\":[\"Rows per page\"],\"3JjdaA\":[\"Run\"],\"m4Z6UQ\":[\"Провести подію з dembrane\"],\"RiQMUh\":[\"Running\"],\"i39IXZ\":[\"Sales invoice issued.\"],\"uMLZq+\":[\"Sample popcorn session\"],\"tfDRzk\":[\"Save\"],\"participant.concrete.action.button.save\":[\"Save\"],\"GsV2va\":[\"Save access\"],\"BnmEvM\":[\"Save as template\"],\"gjqGP0\":[\"Save billing details\"],\"IUwGEM\":[\"Save Changes\"],\"qjHQoH\":[\"Save discount\"],\"2VA/7X\":[\"Save Error!\"],\"5dVjYt\":[\"Save template\"],\"idD8Ev\":[\"Saved\"],\"8AhhHy\":[\"Saved as this project's goal.\"],\"MOKoMy\":[\"Saved in the history. A rerun keeps these.\"],\"XvjC4F\":[\"Saving...\"],\"4zcRa6\":[\"Say it in your own words. Type, or press record and talk.\"],\"JnhbnC\":[\"Scan or click the QR code to open the feedback portal\"],\"nHeO/c\":[\"Scan the QR code or copy the secret into your app.\"],\"SGnha7\":[\"Scan to join this project\"],\"4ldzRd\":[\"Відскануйте, щоб почати нову сесію порталу\"],\"NAe+hu\":[\"Scanned\"],\"epl7MR\":[\"Scanned \",[\"0\"],\" times\"],\"iQbBJn\":[\"Scanned the QR\"],\"gmB6oO\":[\"Schedule\"],\"wCGy0o\":[\"Schedule Report\"],\"qtjOKf\":[\"Schedule training\"],\"4ba0NE\":[\"Scheduled\"],\"PnVUnz\":[\"Screen\"],\"oOi11l\":[\"Scroll to bottom\"],\"A1taO8\":[\"Search\"],\"select.all.modal.loading.search\":[\"Search\"],\"FyLaDj\":[\"Search account, status, description\"],\"Uu9l/P\":[\"Search account, workspace, organisation, email, tier\"],\"EJ1adC\":[\"Знайдіть і виберіть розмови для цього чату.\"],\"V0wu2W\":[\"Search by organisation\"],\"a4xYoA\":[\"Search chats\"],\"OWm+8o\":[\"Search conversations\"],\"QU2qoc\":[\"Search name or email\"],\"6/qy61\":[\"Search partner, client, workspace\"],\"l9vi1F\":[\"Search people\"],\"S1LvJy\":[\"Search people, or type an email\"],\"hjqK3H\":[\"Search project or workspace\"],\"blFttG\":[\"Search projects\"],\"I0hU01\":[\"Search Projects\"],\"Ix2UwQ\":[\"Search projects, organisations, workspaces, settings…\"],\"RVZJWQ\":[\"Search projects...\"],\"5WYZKZ\":[\"Search results\"],\"lnWve4\":[\"Search tags\"],\"pECIKL\":[\"Search templates...\"],\"select.all.modal.search.text\":[\"Search text:\"],\"nhvuQF\":[\"Search webhooks...\"],\"S2BNQs\":[\"Search workspaces\"],\"uSvNyU\":[\"Searched through the most relevant sources\"],\"mHOLEz\":[\"Searching conversations\"],\"rI5Wda\":[\"Searching conversations for \\\"\",[\"0\"],\"\\\"\"],\"DUHRPY\":[\"Searching the documentation\"],\"hoK9sq\":[\"Searching transcripts\"],\"/DtZhN\":[\"Searching transcripts for \\\"\",[\"0\"],\"\\\"\"],\"SBTElJ\":[\"Searching…\"],\"MpFIca\":[\"seats\"],\"grt0Pu\":[\"Seats\"],\"R4Xlsa\":[\"Seats full\"],\"8VEDbV\":[\"Secret\"],\"Y1y+VB\":[\"Secret copied\"],\"tAfXHu\":[\"see transcripts\"],\"ic1SaJ\":[\"See upgrade options\"],\"0sQPzI\":[\"See you soon\"],\"XZRu52\":[\"Sees usage and invoices. No project or content access.\"],\"rG3WVm\":[\"Select\"],\"02ePaq\":[\"Select \",[\"0\"]],\"F7wP7I\":[\"Select a conversation to continue\"],\"H/diq7\":[\"Select a microphone\"],\"s5OrCL\":[\"Select a webhook to clone\"],\"NM2hyD\":[\"Select a workspace\"],\"wgNoIs\":[\"Select all\"],\"+fRipn\":[\"Select all (\",[\"remainingCount\"],\")\"],\"select.all.modal.title.results\":[\"Select All Results\"],\"XSLOfq\":[\"Select all visible (\",[\"remainingCount\"],\")\"],\"o4e/70\":[\"Select at least one event\"],\"d3O/ZP\":[\"Select at least one other topic before deleting this one\"],\"NK2YNj\":[\"Select Audio Files to Upload\"],\"OOZBXR\":[\"Select conversation\"],\"5z/6Uk\":[\"Select conversations\"],\"/3ntVG\":[\"Select conversations and find exact quotes\"],\"LyHz7Q\":[\"Select conversations from sidebar\"],\"1kovRK\":[\"Select project\"],\"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\"],\"Dh99yE\":[\"Оберiть до 2 напрямкiв для вашого звiту\"],\"dashboard.dembrane.feature.verify.topic.select\":[\"Select which topics participants can use for \\\"Verify\\\".\"],\"GnNO41\":[\"Select who attended. Each gets a one-year license to use dembrane in high-risk settings.\"],\"participant.select.microphone\":[\"Select your microphone:\"],\"gU5H9I\":[\"Selected Files (\",[\"0\"],\"/\",[\"MAX_FILES\"],\")\"],\"participant.selected.microphone\":[\"Selected microphone:\"],\"tP/pEQ\":[\"Selection too large\"],\"select.all.modal.context.limit.reached\":[\"Selection too large. Some conversations weren't added.\"],\"gBtzlY\":[\"Self-serve\"],\"JlFcis\":[\"Send\"],\"iJyjJ8\":[\"Send \",[\"0\"],\" invites\"],\"Hvnq/n\":[\"Send invite\"],\"FCfEtD\":[\"Send invites\"],\"6M/wwR\":[\"Send note\"],\"O9oQJS\":[\"Надіслати повідомлення\"],\"4k2VbT\":[\"Send request\"],\"PIMJF6\":[\"Send Slack/Teams notifications when new conversations are completed\"],\"j73b/6\":[\"Send to dembrane\"],\"h69WC6\":[\"Sent\"],\"EhSyaK\":[\"Sent \",[\"sentCount\"],\" of \",[\"0\"],\". Check the list below.\"],\"oSzbte\":[\"sent to the dembrane team\"],\"XyiDbI\":[\"Separate (client)\"],\"OnmeuT\":[\"Separate with commas, spaces, or new lines.\"],\"NprC8U\":[\"Session Name\"],\"sf8lHS\":[\"Session title\"],\"SpfrD/\":[\"set by \",[\"0\"],\" \",[\"relative\"]],\"Hgh3GY\":[\"Set goal\"],\"eo7QNa\":[\"Set managed\"],\"WAdU35\":[\"Set to managed\"],\"c0oPm+\":[\"Set to managed billing\"],\"FpHYiz\":[\"Set up with the assistant after creating\"],\"JfvZ6H\":[\"Set up workspace\"],\"J4TuIW\":[\"Set up your first organisation\"],\"aBwEIZ\":[\"Set up your organisation\"],\"OALBTr\":[\"Set up your workspace | dembrane\"],\"2zDY/H\":[\"Set who can see and join.\"],\"A6EhcS\":[\"Setting things up for you\"],\"XYlJJT\":[\"Setting up\"],\"Tz0i8g\":[\"Settings\"],\"participant.settings.modal.title\":[\"Settings\"],\"BVRW7i\":[\"Settings | dembrane\"],\"RPF/8g\":[\"Settings updated\"],\"RDjuBN\":[\"Setup\"],\"Z8lGw6\":[\"Поділитися\"],\"uIZ2tg\":[\"Share link\"],\"HgtGvW\":[\"Поділитися порталом\"],\"OuFYHU\":[\"Share report\"],\"nzT4VD\":[\"Share the project, watch live activity, and jump into the main tools from one place.\"],\"tTlzUO\":[\"Поділитися цією розмовою\"],\"8styFN\":[\"Share with someone\"],\"bM7Rp3\":[\"Share with workspace\"],\"oX3zgA\":[\"Share your details here\"],\"nnWGzO\":[\"Share your ideas with our team\"],\"4o0klJ\":[\"Подiлiться своїм голосом, вiдсканувавши QR-код\"],\"jqnSi6\":[\"Shared with\"],\"YJJJo3\":[\"Shared with \",[\"0\"]],\"zIgU4M\":[\"Shared with \",[\"0\"],\" and \",[\"overflow\"],\" others\"],\"Sdetlc\":[\"Shortest first\"],\"+tz9Ky\":[\"Shortest First\"],\"8vETh9\":[\"Show\"],\"RaJ2km\":[\"Show \\\"made with dembrane\\\" on the screen\"],\"ZptNUh\":[\"Show \",[\"hidden\"],\" more\"],\"fp7sBF\":[\"Show \",[\"overflow\"],\" more\"],\"w1eody\":[\"Show audio player\"],\"pzaNzD\":[\"Show data\"],\"9Resvw\":[\"Show detail\"],\"Qc9KX+\":[\"Show IP addresses\"],\"6lGV3K\":[\"Show less\"],\"fMPkxb\":[\"Show more\"],\"Wh1pao\":[\"Show more versions\"],\"34iCWY\":[\"Show only what changed\"],\"ersE21\":[\"Show projects\"],\"s2xGKA\":[\"Показати QR-код\"],\"3bGwZS\":[\"Show references\"],\"OV2iSn\":[\"Show revision data\"],\"qB9H4B\":[\"Show steps\"],\"EgEjZz\":[\"Show the full text\"],\"hV6KNf\":[\"Показувати запрошення\"],\"RpOvMh\":[\"Showing \",[\"0\"],\" of \",[\"1\"]],\"Tqzrjk\":[\"Showing \",[\"displayFrom\"],\"–\",[\"displayTo\"],\" of \",[\"totalItems\"],\" entries\"],\"kZ0hFY\":[[\"rangeStart\"],\"-\",[\"rangeEnd\"],\" з \",[\"total\"]],\"qVf+dV\":[\"Showing the first \",[\"0\"],\" of \",[\"shownCount\"],\" matches. Narrow the search to see the rest.\"],\"8Lpud3\":[\"Showing your most recent completed report.\"],\"WgPPx8\":[\"Shown at the top of the screen.\"],\"cKIVQR\":[\"Shown at the top of the screen. Change it any time.\"],\"HHR5pX\":[\"Shown in the organisation header and in email subject lines.\"],\"DVBfkn\":[\"Six weekends across seven months\"],\"6Uau97\":[\"Skip\"],\"participant.button.verify_prompt.skip\":[\"Skip\"],\"participant.mic.check.button.skip\":[\"Skip\"],\"select.all.modal.context.limit.reached.description\":[\"Skipped because the selection was too large.\"],\"TTKYZB\":[\"Skipped mic check\"],\"3Czdpd\":[\"Slack community\"],\"BmukMD\":[\"Щоб ми могли надіслати вам деталі дзвінка.\"],\"QCIy1f\":[\"Some audio in this conversation could not be transcribed. Open it to see which parts failed.\"],\"q+pJ6c\":[\"Some files were already selected and won't be added twice.\"],\"select.all.modal.skip.disclaimer\":[\"Some may be skipped (no transcript or selection too large).\"],\"Pe0Fnh\":[\"Some of the recent audio couldn't be transcribed. The recording is saved.\"],\"C6+ZRl\":[\"Someone\"],\"aQyGJc\":[\"Something else\"],\"HN/TPS\":[\"Something else.\"],\"participant.modal.s3check.message\":[\"Something is blocking your connection. Your audio will not be saved unless this is resolved.\"],\"nwtY4N\":[\"Something went wrong\"],\"participant.conversation.error.text.mode\":[\"Something went wrong\"],\"participant.conversation.error\":[\"Something went wrong\"],\"mwpVVD\":[\"Something went wrong generating your latest report.\"],\"2WNFmv\":[\"Something went wrong generating your report.\"],\"aT53wg\":[\"Something went wrong on my side. Send your message again and I'll retry.\"],\"avSWtK\":[\"Something went wrong while exporting audit logs.\"],\"q9A2tm\":[\"Something went wrong while generating the secret.\"],\"VXAsiD\":[\"Something went wrong while transcribing. Try again.\"],\"KeOwCj\":[\"Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists\"],\"7PyY8A\":[\"Something went wrong. Please open the link from your email again, or <0>start over.\"],\"participant.explore.generic.error.message\":[\"Something went wrong. Please try again by pressing the <0>Explore button, or contact support if the issue continues.\"],\"fWsBTs\":[\"Something went wrong. Please try again.\"],\"participant.go.deeper.content.policy.violation.error.message\":[\"Sorry, we cannot process this request due to an LLM provider's content policy.\"],\"f6Hub0\":[\"Sort\"],\"/AhHDE\":[\"Source \",[\"0\"]],\"sBJ5MF\":[\"Sources\"],\"65A04M\":[\"Spanish\"],\"z5/5iO\":[\"Specific Context\"],\"mORM2E\":[\"Specific Details\"],\"Etejcu\":[\"Specific Details - Selected conversations\"],\"uXsB4R\":[\"Staff\"],\"eicGWU\":[\"Staff only\"],\"vtV8C/\":[\"Staff-created\"],\"kyci9P\":[\"Stakeholders tab\"],\"NBA/uu\":[\"Standard access. Collaborates in the workspaces they're added to.\"],\"vv5o+Y\":[\"Standing guidance the assistant gets in every project chat in this workspace. Saves automatically.\"],\"ruoKG4\":[\"Start a chat\"],\"vPF04k\":[\"Start a new chat\"],\"8dFfPR\":[\"Start again from your agent. It will open a fresh request here.\"],\"AS7WoE\":[\"Start fresh\"],\"nYTTLF\":[\"Start in assistant chat\"],\"participant.button.start.new.conversation.text.mode\":[\"Start New Conversation\"],\"participant.button.start.new.conversation\":[\"Start New Conversation\"],\"i88wdJ\":[\"Start over\"],\"slY7aQ\":[\"Started recording\"],\"W1KkjZ\":[\"Starts\"],\"uAQUqI\":[\"Status\"],\"3Rq6vQ\":[\"Stay live for\"],\"DpvswE\":[\"Stays up to date\"],\"M66Dtk\":[\"Stays up to date until \",[\"0\"]],\"oWpwLu\":[\"Stays up to date until tomorrow \",[\"0\"]],\"RibpL5\":[\"Step \",[\"0\"],\" of \",[\"STEP_COUNT\"]],\"HfI5Nm\":[\"Still stuck? Email <0>support@dembrane.com.\"],\"ygCKqB\":[\"Stop\"],\"participant.button.stop\":[\"Stop\"],\"yOl68f\":[\"Stop live\"],\"/AtnLK\":[\"Stop recording and turn it into text\"],\"pozyoW\":[\"Stopped on \",[\"stoppedAt\"],\".\"],\"LES2Db\":[\"Stopped on \",[\"stoppedAt\"],\". Updated \",[\"updatedAgo\"],\".\"],\"B2+Iby\":[\"Stopped.\"],\"YAtsqu\":[\"Stopped. Updated \",[\"updatedAgo\"],\".\"],\"kimwwT\":[\"Strategic Planning\"],\"BVSaId\":[\"Strong password\"],\"hQRttt\":[\"Submit\"],\"participant.button.submit.text.mode\":[\"Submit\"],\"zzDlyQ\":[\"Success\"],\"aG+cH9\":[\"Suggest dynamic suggestions based on your conversation.\"],\"6xSPmn\":[\"Suggested project goal\"],\"SLIAI6\":[\"Suggested tag changes for your project\"],\"kBrP+r\":[\"Suggested verification prompt\"],\"bh1eKt\":[\"Suggested:\"],\"TQTiuh\":[\"Suggesting a canvas\"],\"VOjaCv\":[\"Suggesting a project goal\"],\"jt3eXx\":[\"Suggesting a verification prompt\"],\"5+Cysq\":[\"Suggesting project changes\"],\"BN3mxb\":[\"Suggesting tag changes\"],\"F1nkJm\":[\"Summarize\"],\"5Y4tAB\":[\"Summarize this interview into a shareable article\"],\"dXoieq\":[\"Summary\"],\"+bZY9/\":[\"Summary (when available)\"],\"zdF7Nh\":[\"Summary generated.\"],\"hlaWg4\":[\"Summary regenerated.\"],\"Pqa6KW\":[\"Summary will be available once the conversation is transcribed\"],\"/lNOlB\":[\"Support access ended.\"],\"iD58Ik\":[\"Support access extended for another 24 hours.\"],\"1iB0Qb\":[\"Support access granted. It ends automatically in 24 hours.\"],\"H9ee/+\":[\"Support access turned off\"],\"Qm32kv\":[\"Support access turned off after the session ended\"],\"jtzW2z\":[\"Support access turned on\"],\"6ZHOF8\":[\"Supported formats: MP3, WAV, OGG, WEBM, M4A, MP4, AAC, FLAC, OPUS\"],\"bp+Bkh\":[\"Гаразд\"],\"ijp2ag\":[\"Switch to self-serve\"],\"h1qzuU\":[\"Switch to self-serve billing\"],\"participant.link.switch.text\":[\"Switch to text input\"],\"5dzzI6\":[\"Вимкнення доступне в платному плані.\"],\"D+NlUC\":[\"System\"],\"woaefe\":[\"Системне типове значення\"],\"InGQz2\":[\"System status\"],\"N3D6GN\":[\"Tag deleted\"],\"OYHzN1\":[\"Tags\"],\"gGG+ax\":[\"Tags are the vocabulary participants can pick from in the portal. Nothing changes until you apply.\"],\"kNzjto\":[\"Tags updated. You can fine-tune them anytime in the portal editor.\"],\"tFhVJf\":[\"Take me to \",[\"resolvedWorkspaceName\"]],\"xRTmST\":[\"Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation.\"],\"eyu39U\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"participant.refine.make.concrete.description\":[\"Take some time to create an outcome that makes your contribution concrete.\"],\"Jzcupi\":[\"Tell the workspace admins what you need access for. This note is optional.\"],\"wfSPwB\":[\"Розкажіть нам про подію, яку ви задумали.\"],\"ijEuC1\":[\"Tell us what you need\"],\"QCchuT\":[\"Template applied\"],\"JcCDm9\":[\"Template created\"],\"ZTgE3k\":[\"Template deleted\"],\"5OwALL\":[\"Template name\"],\"PQb/If\":[\"Template updated\"],\"iTylMl\":[\"Templates\"],\"qVsApZ\":[\"Tensions tab\"],\"4Y5H+g\":[\"Terms\"],\"qYLZL2\":[\"test mode\"],\"b7L2Jj\":[\"Test Webhook\"],\"xeiujy\":[\"Text\"],\"CPN34F\":[\"Thank you for participating!\"],\"u+Whi9\":[\"Thank You Page Content\"],\"1LLF3Z\":[\"Thank you!\"],\"w0rnwH\":[\"Thank you! We will get in touch as soon as possible. You can also write to us at info@dembrane.com.\"],\"yP6ia6\":[\"Thanks for filling this in. Check your mail for the confirmation of the call. If you have any questions for us you can always contact us at info@dembrane.com\"],\"ZNyTs9\":[\"Дякуємо, ми зв'яжемося з вами протягом дня.\"],\"2yHHa6\":[\"That code didn't work. Try again with a fresh code from your authenticator app.\"],\"PuGTvO\":[\"That didn't send. Your answers are still here, so try again.\"],\"TqOQmZ\":[\"That didn't work out. We have saved your recording.\"],\"zXqpmy\":[\"Це не схоже на адресу електронної пошти.\"],\"FT6q8r\":[\"That recording is too long to send. Record a shorter note.\"],\"qoYkjn\":[\"That requires a paid plan. We're going to ask you 5 more quick questions, then you pick a time with the dembrane team. We'll read your answers before the call to bring an offer that fits your needs.\"],\"a/CreD\":[\"That was too short to transcribe. Hold the recording a little longer.\"],\"t/t3Pd\":[\"Це все, дякую\"],\"rKnNUJ\":[\"The admin may have cancelled it, or the link was tampered with. Ask the inviter to send a new one.\"],\"YVmqp6\":[\"The agent acts as you: it can only see what you can already see.\"],\"foeFUL\":[\"The agent and the company running it will receive the conversation content you allow.\"],\"Ie4DcG\":[\"The assistant forgets it in every future chat.\"],\"jvdqI1\":[\"The assistant suggests updating \",[\"headlineFields\"],\". Waiting on you.\"],\"zOaybI\":[\"Календар тут не завантажився. Оберіть час на cal.com або напишіть нам на info@dembrane.com.\"],\"TQCE79\":[\"The code didn't work, please try again.\"],\"NPynOC\":[\"The connection dropped. Retrying automatically.\"],\"participant.conversation.error.loading.text.mode\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"participant.conversation.error.loading\":[\"The conversation could not be loaded. Please try again or contact support.\"],\"rEUvpC\":[\"the dembrane team\"],\"mK5NUZ\":[\"The endpoint where we'll send the data. Get this from your receiving service (e.g., Zapier, Make, or your own server).\"],\"Jo19Pu\":[\"The following conversations were automatically added to the context\"],\"iQVN2u\":[\"The free plan covers one workspace.\"],\"4ofqC4\":[\"The free plan includes one chat with three questions.\"],\"lIEwn+\":[\"The free plan includes one report.\"],\"IUkPfk\":[\"The goal guides reports, canvases, and assistant suggestions for this project.\"],\"IwNUoA\":[\"The host guide is what facilitators read before they run a session.\"],\"C5CHds\":[\"The invite is in your inbox. We will read your answers before then and bring a draft offer. Do you have any questions in the meantime? Reach out to\"],\"oRhAnS\":[\"The invite was sent to \",[\"invitedEmail\"],\", but you're signed in as \",[\"myEmail\"],\". Log out and sign up with the right address, or ask the admin to re-invite \",[\"myEmail\"],\".\"],\"lrIONj\":[\"The link may be private, or it may have moved. Ask the person who shared it to check.\"],\"o5ki/a\":[\"The link may have been removed, or it was sent to a different email address. Ask the inviter to send a new one.\"],\"2nxl8+\":[\"The link to add a voice, in the corner of the stage.\"],\"c0KWd/\":[\"The live popcorn deck and the canvases built for this project live here.\"],\"jnNEHx\":[\"The methodology is the way this project is set up and guided.\"],\"2zCZsi\":[\"The microphone is blocked in your browser, so recording is off. Typing works.\"],\"WO8jr5\":[\"The microphone is still blocked. Change it in your browser settings, then check again.\"],\"LofrVg\":[\"The organisation this invite was for has been deleted. There's nothing to join.\"],\"K3dQWG\":[\"The page this answer refers to.\"],\"6WE2tf\":[\"The portals will keep working! Your participants are never cut off and nothing they say is lost. Once you are on a paid plan, transcription catches up on everything already recorded.\"],\"Khtiqr\":[\"The previous versions are still available below.\"],\"D4If9P\":[\"The project context is read by transcription, chat answers and canvas generation, so a change here reaches more than one screen.\"],\"tIuDkt\":[\"The pulls between what people want, verified against the conversations.\"],\"s+NYkH\":[\"The report may start up to 5 minutes after the chosen time.\"],\"bhQTz2\":[\"The room's own words, the ideas that moved the conversation.\"],\"hTCMdd\":[\"The summary is being generated. Please wait for it to be available.\"],\"+AT8nl\":[\"The summary is being regenerated. Please wait for it to be available.\"],\"9DPC4t\":[\"Сторінка подяки завершується карткою, яка запрошує учасників провести власну подію з dembrane.\"],\"otcrOk\":[\"The transcript did not come back. Check your connection and try again.\"],\"sQgHJn\":[\"The transcription did not finish. Try again.\"],\"uPGyvo\":[\"The webhook URL and events will be cloned. You'll need to re-enter the secret if one was configured.\"],\"Ws5p1J\":[\"The workspace this invite was for has been deleted. There's nothing to join.\"],\"mbsBu1\":[\"Their representative who owns this data. They are added as a free observer and become the handoff contact.\"],\"k59/22\":[\"Their representative who owns this data. They are added as a free observer and emailed that they are the data owner, and become the handoff contact.\"],\"p9LlT0\":[\"Their screen is locked or the tab is hidden. Recording pauses until they come back.\"],\"FEr96N\":[\"Theme\"],\"tn4pEQ\":[\"there\"],\"fm15Og\":[\"There are no other workspaces you can move these projects into.\"],\"PmKiRy\":[\"There are no other workspaces you can move this project into.\"],\"T8rsM6\":[\"There was an error cloning your project. Please try again or contact support.\"],\"JDFjCg\":[\"There was an error creating your report. Please try again or contact support.\"],\"4MElLm\":[\"There was no speech in that recording.\"],\"D8iLCl\":[\"These changes are applied to your project.\"],\"select.all.modal.other.reason.description\":[\"These conversations were excluded due to missing transcripts.\"],\"8xYB4s\":[\"These default view templates will be generated when you create your first library.\"],\"7Ye3FL\":[\"These tag changes are applied to your project.\"],\"81wkbM\":[\"These workspaces are billed separately. Each person you add takes a seat in \",[\"billingContextCount\"],\" billing contexts, each invoiced on its own.\"],\"0ZaC+v\":[\"These workspaces have their own plan, managed from each workspace. They aren't part of this organisation's plan.\"],\"8AOwf0\":[\"They'll be added as members. You can add more later.\"],\"MOF98U\":[\"Things like: A call with your DPO or CISO, a security review or custom DPIA.\"],\"Ed99mE\":[\"Thinking...\"],\"WLBoIc\":[\"This account has a live Mollie subscription. Cancel it first.\"],\"3YoDz8\":[\"This account has an active subscription. Ask the customer to cancel it from their billing page before you change the tier.\"],\"kUtEeG\":[\"This area is for dembrane staff. If you think you should have access, email support@dembrane.com.\"],\"7eQeNC\":[\"This browser cannot record audio. Chrome, Edge and Safari can.\"],\"participant.modal.s3check.suggestions\":[\"This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help.\"],\"XR7DRS\":[\"This canvas could not update.\"],\"fztlir\":[\"This changes how transcripts are stored from here on. Conversations already recorded keep the form they were saved in.\"],\"conversation.linked_conversations.description\":[\"This conversation has the following copies:\"],\"conversation.linking_conversations.description\":[\"This conversation is a copy of\"],\"SzU1mG\":[\"This email is already in the list.\"],\"participant.modal.refine.info.available.in\":[\"This feature will be available in \",[\"remainingTime\"],\" seconds.\"],\"XVmrFS\":[\"This field already holds the proposed value.\"],\"lja/om\":[\"This information is anonymized\"],\"VqK4uu\":[\"This insight has been deleted\"],\"1p9Zmk\":[\"This invite has already been used\"],\"BGIpSK\":[\"This invite has expired\"],\"tU7tLa\":[\"This invite is no longer valid\"],\"u3BWAB\":[\"This invite isn't for this account\"],\"fcMrKf\":[\"This invite link isn't valid\"],\"ZPOM9u\":[\"This invite link isn't valid for this account\"],\"kdZCIM\":[\"This invite spans \",[\"0\"],\" billing contexts, each invoiced on its own:\"],\"QR7hjh\":[\"This is a live preview of the participant's portal. You will need to refresh the page to see the latest changes.\"],\"bSbU2m\":[\"This is a map of every organisation and workspace you are a member of.\"],\"+JlPfM\":[\"This is an example of the JSON data sent to your webhook URL when a conversation is summarized.\"],\"AypXpi\":[\"This is not saved yet.\"],\"DsBmZV\":[\"Встановлено обробку на основі згоди без посилання на політику конфіденційності. Додайте його, щоб налаштування залишалося дійсним: учасники мають мати змогу прочитати політику конфіденційності.\"],\"kt9FX3\":[\"This is urgent\"],\"library.description\":[\"This is your project library. Create views to analyse your entire project at once.\"],\"BLwPhM\":[\"This isn't available to you\"],\"Gbd5HD\":[\"This language will be used for the Participant's Portal.\"],\"2033EA\":[\"This link has already been used. You're signed in and ready to go.\"],\"MR5ygV\":[\"This link is no longer valid\"],\"Aznd4+\":[\"This marks the training cancelled. You can reopen it later from the same menu.\"],\"oW3yYY\":[\"This month\"],\"YN8nMm\":[\"This moves the workspace into its own billing and data context. Its projects will no longer move freely with the rest of your organisation.\"],\"KnphMo\":[\"This organisation\"],\"KpeRTX\":[\"This organisation has no members to train yet.\"],\"DHgelW\":[\"This organisation no longer exists\"],\"nEVjgj\":[\"This page is about \",[\"orgName\"],\" only. To get your MCP URL, or to manage other organisations, go to <0>Connect your agent.\"],\"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.\"],\"+9D2sa\":[\"Ця частина сторінки не завантажилася. Зазвичай допомагає перезавантаження. Якщо це повторюється, поверніться на головну.\"],\"SWBo09\":[\"this person\"],\"oRgAxP\":[\"Цей портал зараз не приймає нові сесії.\"],\"CWAQCC\":[\"This project could not be reached.\"],\"bon4/x\":[\"This project is not attached to a workspace.\"],\"ocBOyA\":[\"This project is visible to everyone in \",[\"workspaceName\"],\".\"],\"IxpUlr\":[\"This project is visible to everyone in the workspace.\"],\"xbLJ58\":[\"Цей проєкт наслідуватиме успадковане налаштування: \",[\"0\"],\" (\",[\"1\"],\").\"],\"nYeaxs\":[\"This prompt guides how the AI responds to participants. Customize it to shape the type of feedback or engagement you want to encourage.\"],\"3dSMKs\":[\"This puts the account on dembrane-managed billing: no automatic Mollie charges or auto-expiry.\"],\"xfqtI+\":[\"This quick walkthrough recaps our new three-level hierarchy: organisations, workspaces, and projects. Watch to learn how to manage access, organise your work, and use our new analysis tools.\"],\"64Ko7C\":[\"This record has no billing account.\"],\"SQuwgX\":[\"This removes the conversation from the project. This can't be undone.\"],\"9zTDpd\":[\"This removes the one-year license for \",[\"0\"],\". They will no longer count as trained and lose access to high-risk settings. Only do this if the license was granted by mistake.\"],\"31rWMg\":[\"This replaces every popcorn, tension and stakeholder on the screen and reads all conversations again. Earlier runs are saved in the history.\"],\"Yig29e\":[\"This report is not yet available. \"],\"GQTpnY\":[\"This report was opened by \",[\"0\"],\" people\"],\"IzpEf4\":[\"This request has expired\"],\"WsV2BS\":[\"This request took too long, so I stopped it. Send it again and I'll retry.\"],\"bKWJ+t\":[\"This returns the account to standard free billing.\"],\"XK9N+e\":[\"This returns the workspace to your organisation's shared billing and removes its external data owner.\"],\"cjRyq5\":[\"This sets the language participants see in the portal, including the questions they are asked.\"],\"hwyBn8\":[\"This title is shown to participants when they start a conversation\"],\"ABJz8Q\":[\"This verification prompt is added to your project.\"],\"Dj5ai3\":[\"This will clear your current input. Are you sure?\"],\"NrRH+W\":[\"This will create a copy of the current project. Only settings and tags are copied. Reports, chats and conversations are not included in the clone. You will be redirected to the new project after cloning.\"],\"hsNXnX\":[\"This will create a new conversation with the same audio but a fresh transcription. The original conversation will remain unchanged.\"],\"add.tag.filter.modal.info\":[\"This will filter the conversation list to show conversations with this tag.\"],\"participant.concrete.regenerating.artefact.description\":[\"This will just take a few moments\"],\"participant.concrete.loading.artefact.description\":[\"This will just take a moment\"],\"mSuhYn\":[\"this workspace\"],\"8b9oJD\":[\"This workspace has reached its recording cap. Upgrade to upload more audio.\"],\"1pzlg0\":[\"This workspace has used its recording hours. Upgrade to keep using voice.\"],\"teN+SJ\":[\"This workspace is billed separately\"],\"/HZ7l/\":[\"This workspace is billed through \",[\"orgName\"],\". Plans and payment are managed once for the whole organisation, and every workspace shares it.\"],\"Khe1Xt\":[\"This workspace is on a tier that doesn't allow more seats. Upgrade the workspace tier to invite more.\"],\"vvEr5j\":[\"This workspace no longer exists\"],\"+FiXAn\":[\"This workspace shares its organisation's billing. Change the tier from the organisation account, where it applies to every internal workspace in the org.\"],\"QnWmgF\":[\"This workspace was downgraded to \",[\"tier\"],\" on \",[\"sinceDate\"],\". Some features are limited.\"],\"DGZ0dc\":[\"Three quick steps and you're in.\"],\"VDoFSJ\":[\"Не подобається\"],\"Nuw8ty\":[\"Подобається\"],\"67ZxuT\":[\"Tick anything that applies.\"],\"s/y/Z+\":[\"Tick anything that fits.\"],\"nNGGkA\":[\"Tier\"],\"qPIf5y\":[\"Tier changed\"],\"LhMjLm\":[\"Час\"],\"cklVjM\":[\"Timeline\"],\"8TMaZI\":[\"Timestamp\"],\"XSqo4Y\":[\"Timestamps and duration\"],\"rm2Cxd\":[\"Tip\"],\"fEocaE\":[\"Tip: Use the play button (▶) to send a test payload to your webhook and verify it's working correctly.\"],\"Zb3ANR\":[\"Tip: You can also create a template from any chat message you send, or duplicate an existing template.\"],\"MHrjPM\":[\"Title\"],\"1xkgU6\":[\"Title auto-generated\"],\"ouSxtJ\":[\"Title generated from the conversation\"],\"uqnBvS\":[\"Title guidance\"],\"Mozc0C\":[\"Title or participant\"],\"dMtLDE\":[\"to\"],\"xLXwHL\":[\"To assign a new tag, please create it first in the portal settings.\"],\"qDfpLj\":[\"To help us act on it, try to include where it happened and what you were trying to do. For bugs, tell us what went wrong. For ideas, tell us what need it would solve for you.\"],\"UEleqp\":[\"To promote to a workspace member, add this person to the organisation first, then re-invite from the workspace.\"],\"CCDe0r\":[\"To talk about what you need, email <0>support@dembrane.com.\"],\"select.all.modal.context.limit\":[\"Too large\"],\"yIsdT7\":[\"Too long\"],\"qgwLj6\":[\"Занадто довго або незрозуміло\"],\"lcsUaI\":[\"Надто багато повідомлень. Зачекайте кілька хвилин і спробуйте ще раз\"],\"li4gmn\":[\"Too many to list here. The assistant reads through them in batches.\"],\"LYzbQ2\":[\"Tool\"],\"qomwI+\":[\"Topic created successfully\"],\"Sawj4V\":[\"Topic deleted successfully\"],\"xcp3ny\":[\"Topic label\"],\"vQoAht\":[\"Topic updated successfully\"],\"th8cMZ\":[\"Topic-based title describing what was discussed\"],\"sFMBP5\":[\"Topics\"],\"ONchxy\":[\"total\"],\"72c5Qo\":[\"Total\"],\"kFzhfN\":[\"Total due now\"],\"McSz22\":[\"Trained\"],\"kMf0pe\":[\"Trained until \",[\"until\"]],\"y8le+Z\":[\"Training\"],\"yt18UB\":[\"Training created\"],\"p9JlS7\":[\"Training date\"],\"1gL8o6\":[\"Training requested. We'll be in touch to schedule it.\"],\"KxpIJA\":[\"Training required for high-risk use\"],\"VGao62\":[\"Training updated\"],\"miJqd2\":[\"Training verification isn't available here.\"],\"cP0LwD\":[\"Trainings\"],\"fp5rKh\":[\"Transcribing...\"],\"bik3BS\":[\"transcript\"],\"DDziIo\":[\"Transcript\"],\"hfpzKV\":[\"Transcript copied to clipboard\"],\"K3Fxr/\":[\"transcript excerpt\"],\"MzWrba\":[\"Transcription error\"],\"TyO5K+\":[\"Transcripts come with a paid plan.\"],\"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.\"],\"lhkaAC\":[\"Trial\"],\"hDv2MY\":[\"Trial and comped accounts, excluded from the paying total.\"],\"DtButj\":[\"Trigger automated workflows in tools like Zapier, Make, or n8n\"],\"FFp6nA\":[\"Trouble logging in? Contact support@dembrane.com.\"],\"KDw4GX\":[\"Try again\"],\"u62wQ4\":[\"Try again in a moment.\"],\"7dRUDh\":[\"Try Agentic instead\"],\"eP1iDc\":[\"Try asking\"],\"sZgR8D\":[\"Try it\"],\"goQEqo\":[\"Try moving a bit closer to your microphone for better sound quality.\"],\"q1ok4Y\":[\"Trying to join an existing organization?\"],\"portal.anonymization.disable.confirm\":[\"Turn off\"],\"2ZqpRB\":[\"Turn off\"],\"QOnnq7\":[\"Turn off anonymization?\"],\"AI5hyp\":[\"Turn off MCP access?\"],\"iMkWoF\":[\"Turn on\"],\"J3sPeY\":[\"Turn on MCP access?\"],\"RKvlwm\":[\"Turn on popcorn\"],\"portal.anonymization.disable.warning\":[\"Turning off anonymization while recordings are ongoing may have unintended consequences. Active conversations will also be affected mid-recording. Please use this with caution.\"],\"JPF8BN\":[\"Turning your voice note into text\"],\"T7w4KT\":[\"Tutorial\"],\"EIU345\":[\"Two-factor authentication\"],\"NwChk2\":[\"Two-factor authentication disabled\"],\"qwpE/S\":[\"Two-factor authentication enabled\"],\"+zy2Nq\":[\"Type\"],\"v+CcTw\":[\"Type <0>\",[\"0\"],\" to confirm.\"],\"hHFgGr\":[\"Type a message or press / for templates...\"],\"EvmL3X\":[\"Type your response here\"],\"KfLidz\":[\"Typing\"],\"dubg//\":[\"Ukrainian (only ECHO features, Transcription and Summaries)\"],\"MksxNf\":[\"Unable to load audit logs.\"],\"participant.outcome.error.title\":[\"Unable to Load Outcome\"],\"59QK2U\":[\"Unable to load the generated outcome. Please try again.\"],\"nGxDbq\":[\"Unable to process this chunk\"],\"lLwEjI\":[\"Under 50.\"],\"8ryDoK\":[\"Under your organisation\"],\"HYUJF4\":[\"Understanding our new structure\"],\"9uI/rE\":[\"Undo\"],\"Ef7StM\":[\"Unknown\"],\"wF2wqQ\":[\"Unknown date\"],\"rIOkYf\":[\"Unknown member\"],\"1MTTTw\":[\"Unknown reason\"],\"nWMRxa\":[\"Unpin\"],\"vSdeRU\":[\"Unpin a project first (max \",[\"MAX_PINNED\"],\")\"],\"Dcq/Eh\":[\"Unpin a project first (max 3)\"],\"dx+iaL\":[\"Unpin project\"],\"KuVpz+\":[\"Unread\"],\"sCTlv5\":[\"Unsaved changes\"],\"SMaFdc\":[\"Unsubscribe\"],\"nOxIVE\":[\"Untagged\"],\"VFYmmV\":[\"Untick a field to leave it exactly as it is.\"],\"1hTGn4\":[\"until \",[\"0\"]],\"wja8aL\":[\"Untitled\"],\"CoInOF\":[\"Untitled canvas\"],\"LOM/+N\":[\"Untitled conversation\"],\"jlrVDp\":[\"Untitled Conversation\"],\"ZjKqrC\":[\"Untitled methodology\"],\"PZKdTd\":[\"Untitled report\"],\"+TYrZZ\":[\"Up to \",[\"0\"],\" participants\"],\"RHUiSf\":[\"Up to \",[\"0\"],\" participants are included.\"],\"0wHyhk\":[\"До \",[\"MAX_FILES\"],\" зображень\"],\"lLehih\":[\"До \",[\"MAX_MESSAGE_CHARS\"],\" символів\"],\"EkH9pt\":[\"Update\"],\"H/FUVb\":[\"Update rhythm\"],\"x4Xp3c\":[\"updated\"],\"Ef5vag\":[\"Updated \",[\"0\"],\" · \"],\"+vId6X\":[\"Updated \",[\"updatedAgo\"],\".\"],\"B44Dtg\":[\"Updated.\"],\"qIrtcK\":[\"Updates\"],\"1efbWn\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes until \",[\"0\"],\".\"],\"luwc/s\":[\"Updates every \",[\"cadenceMinutes\"],\" minutes.\"],\"V7w3WZ\":[\"Updating a note for the dembrane team\"],\"IUC5Nz\":[\"Updating a saved memory\"],\"26+vhb\":[\"Updating project tags\"],\"Gw18pn\":[\"Upgrade to add this to the chat\"],\"0s5x5X\":[\"Upgrade to continue\"],\"3I+le5\":[\"Upgrade to generate a title for this conversation\"],\"GFLM5d\":[\"Upgrade to generate summaries for this conversation\"],\"xeIX9S\":[\"Upgrade your workspace to download audio for conversations recorded after the cap\"],\"24kHLh\":[\"Upgrade your workspace to view summaries for new conversations.\"],\"mahIMH\":[\"Upgrade your workspace to view this conversation\"],\"3symHf\":[\"Upgrade your workspace to view transcripts for new conversations.\"],\"ONWvwQ\":[\"Upload\"],\"D6YKKv\":[\"Upload a custom logo to replace the dembrane logo across the portal, dashboard, reports, and host guide. Recommended aspect ratio is 3:1 (e.g. 600×200px horizontal format).\"],\"AIGPM8\":[\"Upload avatar\"],\"kV3A2a\":[\"Upload Complete\"],\"4Fr6DA\":[\"Upload conversations\"],\"pZq3aX\":[\"Upload failed. Please try again.\"],\"HAKBY9\":[\"Upload Files\"],\"4Z7WLN\":[\"Upload limit reached\"],\"6XdQf/\":[\"Upload limit reached. Upgrade your workspace.\"],\"QfiWpJ\":[\"Upload logo\"],\"ZeGAhv\":[\"upload recordings\"],\"k/LaWp\":[\"Uploading Audio Files...\"],\"participant.modal.uploading\":[\"Uploading audio...\"],\"participant.modal.interruption.uploading\":[\"Uploading audio...\"],\"P2sJqQ\":[\"Uploading recordings comes with a paid plan.\"],\"BVYvMa\":[\"URL copied\"],\"HtrFfw\":[\"URL is required\"],\"3VnYUR\":[\"URL must start with http:// or https://\"],\"7FaY4u\":[\"Usage\"],\"6YK+1q\":[\"Usage · \",[\"0\"]],\"9TZVmX\":[\"Usage and billing\"],\"589hpo\":[\"Usage and billing, \",[\"cycleLabel\"]],\"1A3sU+\":[\"Usage and billing, payments, partner ledger. Any Directus admin has access.\"],\"9rNv3P\":[\"Usage is tracked for your organisation. View it in organisation settings.\"],\"RuzOGi\":[\"Usage this cycle\"],\"3AFi60\":[\"Use a double diamond approach (design science approach) on all conversations in this dataset to develop a MECE set of 7+/-2 narratives that explain the variance within this dataset. Pay special attention to outliers. Quantify the evidence for each narrative as the number of \\\"occurrences\\\" where the data supports a particular narrative hypothesis.\\n\\ndutch version\\n\\nGebruik een double diamond-aanpak (design science approach) op alle gesprekken in deze dataset om een MECE-set van 7+/-2 narratieven te ontwikkelen die de variantie binnen deze dataset verklaren. Let daarbij extra op de uitschieters. Kwantificeer het bewijs voor elk narratief als het aantal \\\"verschijnselen\\\" waarin de data een bepaalde narratieve hypothese ondersteunt.\"],\"CBeRq6\":[\"Використати успадковане значення\"],\"ngdRFH\":[\"Use Shift + Enter to add a new line\"],\"w+4I2h\":[\"use webhooks\"],\"QB0CBI\":[\"use your voice in chat\"],\"5pcSZ4\":[\"Used on your invoices. Prices exclude VAT.\"],\"vSPQ9U\":[\"Used the wrong address? <0>Register again.\"],\"lcDO4m\":[\"User settings\"],\"7sNhEz\":[\"Username\"],\"1Nt3Kg\":[\"Using default dembrane logo\"],\"08yTaL\":[\"Using fixture data.\"],\"mUOhaJ\":[\"Using webhooks? We'd love to hear from you\"],\"QWaavn\":[\"Validation progress\"],\"Ttw+e+\":[\"VAT ID\"],\"/n0QEP\":[\"VAT region\"],\"NBpTc8\":[\"Verification on the finish screen\"],\"participant.modal.verify_prompt.title\":[\"Verification reminder\"],\"participant.banner.verification_required\":[\"Verification required\"],\"OKGlwv\":[\"Verification topics\"],\"select.all.modal.verified\":[\"Verified\"],\"select.all.modal.loading.verified\":[\"Verified\"],\"QDEWii\":[\"Verified\"],\"conversation.filters.verified.text\":[\"Verified\"],\"Iv1iWN\":[\"verified artifacts\"],\"bepwgB\":[\"Verified artifacts\"],\"dashboard.dembrane.verify.title\":[\"Verify\"],\"uSMfoN\":[\"Verify\"],\"participant.button.verify_prompt.verify\":[\"Verify\"],\"participant.echo.verify\":[\"Verify\"],\"4LFZoj\":[\"Verify code\"],\"MBOY4U\":[\"Verify email\"],\"w6Mgbs\":[\"Verify Topics\"],\"bl9677\":[\"Verifying\"],\"iOnm3W\":[\"Verifying your email address.\"],\"eE0JZ4\":[\"Version\"],\"IYNSdp\":[\"Versions\"],\"YFvfo/\":[\"Very quiet right now. Check the mic isn't muted.\"],\"jpctdh\":[\"View\"],\"SZw9tS\":[\"View Details\"],\"95YFbG\":[\"View example payload\"],\"j45ntU\":[\"View invite\"],\"D4e7re\":[\"View your responses\"],\"rUp0hp\":[\"Viewing \",[\"0\"]],\"P0bGkp\":[\"Visible columns\"],\"S3T9oe\":[\"Visible to everyone in \",[\"workspaceName\"]],\"fedNgo\":[\"Visible to everyone in this workspace\"],\"754W/v\":[\"Visible to everyone in this workspace. Leave off to keep it personal.\"],\"RdG06l\":[\"Visitor details\"],\"KAXSwC\":[\"Voice\"],\"Ln6Gy/\":[\"Waiting for conversations to finish before generating a report.\"],\"ktnISV\":[\"Waiting for the first conversation\"],\"pZUNCE\":[\"Waiting for the first conversation with a transcript.\"],\"PVqk8Y\":[\"Walks you through setup and suggests next steps.\"],\"q7LnaV\":[\"Хочете провести подію з dembrane?\"],\"0/aCt7\":[\"Watch live recordings, transcription progress, and errors across this project as they happen.\"],\"P0bVhF\":[\"Ми приносимо інструмент і команду: від вступного дзвінка до звіту. Перевірено на понад 1000 подіях.\"],\"participant.alert.microphone.access.issue\":[\"We cannot hear you. Please try changing your microphone or get a little closer to the device.\"],\"kSJ1rO\":[\"We couldn't charge your payment method\"],\"Ul0g2u\":[\"We couldn’t disable two-factor authentication. Try again with a fresh code.\"],\"sM2pBB\":[\"We couldn’t enable two-factor authentication. Double-check your code and try again.\"],\"mW8QSA\":[\"Ми не знайшли сторінку, яку ви шукали. Можливо, її перемістили.\"],\"UStbqQ\":[\"We couldn't load this organisation. Try again in a moment.\"],\"viuoK1\":[\"We couldn't load this organisation's usage.\"],\"huDAZ9\":[\"We couldn't load this organisation's workspaces. Some controls may be missing. Try refreshing.\"],\"Ay7FNv\":[\"We couldn't load this project. Check your connection and try again.\"],\"Z2y7ap\":[\"We couldn't load this workspace. Try again in a moment.\"],\"zPjLTr\":[\"We couldn't load this workspace's usage.\"],\"y5BiQM\":[\"We couldn't load your organisations. Check your connection and try again.\"],\"+jHAFm\":[\"We couldn't load your pending invites. Try again in a moment.\"],\"gNHeDV\":[\"We couldn't update your payment method. Your old one is still active. Please try again.\"],\"participant.modal.echo.info.reason\":[\"We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions.\"],\"GC6z0d\":[\"We sent a verification link to <0>\",[\"email\"],\". Click it to finish setting up your account.\"],\"9i8m90\":[\"We sent you a verification link. Click it to finish setting up your account.\"],\"81dqga\":[\"We set up the project, stand beside you on the day, and help write the report afterwards.\"],\"S+HYhm\":[\"We still couldn't charge your method. Update it and try again.\"],\"L9hUjh\":[\"Ми зв'яжемося з вами протягом дня. Хочете самі обрати час?\"],\"8RY8RU\":[\"Ми зв'яжемося з вами протягом дня. Хочете самі обрати час? Календар просто тут.\"],\"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.\"],\"FXjsEJ\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою <0>Повідомити про проблему, щоб надіслати її зі знімками екрана.\"],\"XolQc4\":[\"Ми будемо раді почути вас. Якщо у вас є ідея, ви помітили невдалий переклад або просто хочете розповісти, як усе минає. Знайшли помилку? Скористайтеся кнопкою Повідомити про проблему на бічній панелі, щоб надіслати її зі знімками екрана.\"],\"participant.test.microphone.description\":[\"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.\"],\"PH7tM1\":[\"We've added organisations so you can organize projects and share them with colleagues. Everything you had before is still here. We just need a name for your organisation.\"],\"Yc3tsw\":[\"We've sent a verification link to <0>\",[\"0\"],\". Open the email and click the link to continue.\"],\"fylXkT\":[\"Weak network\"],\"7cUq8g\":[\"Weak password\"],\"TRDppN\":[\"Webhook\"],\"nuh/Wq\":[\"Webhook URL\"],\"v1kQyJ\":[\"Webhooks\"],\"BTA0e8\":[\"Webhooks are automated messages sent from one app to another when something happens. Think of them as a \\\"notification system\\\" for your other tools.\"],\"3rkRxG\":[\"Webhooks are not enabled for this environment.\"],\"EAioZ5\":[\"Webhooks come with a paid plan.\"],\"6jfS51\":[\"Welcome\"],\"9eF5oV\":[\"Welcome back\"],\"ZVR4oQ\":[\"Welcome back, \",[\"displayName\"]],\"OM+lH0\":[\"Welcome to dembrane\"],\"P3EAlh\":[\"Welcome to dembrane chat. Select the conversations you want to analyse, then ask about details, quotes, and summaries.\"],\"Fx+f0A\":[\"Welcome to dembrane!\"],\"u4aLOz\":[\"Ласкаво просимо в режим Огляду! Я завантажив підсумки всіх ваших розмов. Запитуйте мене про закономірності, теми та висновки у ваших даних. Для точних цитат розпочніть нову бесіду в режимі Конкретного Контексту.\"],\"J2FSRx\":[\"Welcome, \",[\"displayName\"]],\"klH6ct\":[\"Welcome!\"],\"RL57XM\":[\"What are webhooks? (2 min read)\"],\"nCQNTt\":[\"What are you trying to learn?\"],\"vv/EFG\":[\"What data is sent?\"],\"WSxXHT\":[\"What do you plan to use dembrane for?\"],\"3jWdsE\":[\"What do you want to use dembrane for?\"],\"participant.verify.selection.title\":[\"What do you want to verify?\"],\"B5v8nx\":[\"What gets sent\"],\"JJjzZE\":[\"Що сталося? Вставте сюди знімок екрана, щоб додати його\"],\"WqnI4l\":[\"What is it?\"],\"T91psD\":[\"What should be different about this?\"],\"pVIWuw\":[\"What should ECHO analyse or generate from the conversations?\"],\"yWXuOc\":[\"What themes came up across the conversations in this project?\"],\"LfRBcL\":[\"What themes came up?\"],\"pd3Yt/\":[\"What this project is consuming this cycle.\"],\"tq89gP\":[\"Що пішло не так?\"],\"qGrqH9\":[\"What were the key moments in this conversation?\"],\"FXZcgH\":[\"What would you like to explore?\"],\"3ePd3I\":[\"What's new\"],\"k7eeqO\":[\"What's the main reason?\"],\"2+ExvJ\":[\"WhatsApp\"],\"1ZF9KQ\":[\"When\"],\"W5R8OO\":[\"When a participant opens the portal, enters their details, and begins a conversation\"],\"myUTw1\":[\"When a report has been generated for the project\"],\"7t3vo1\":[\"When all audio has been converted to text and the full transcript is available\"],\"N0GETg\":[\"When are webhooks triggered?\"],\"/MdXB7\":[\"When do you need dembrane?\"],\"KmUKwU\":[\"When enabled, all new transcripts will have personal information (names, emails, phone numbers, addresses) replaced with placeholders. Anonymized conversations also disable audio playback, audio download, and retranscription to protect participant privacy. This cannot be undone for already-processed conversations.\"],\"MEmr1I\":[\"When finishing the conversation, participants who haven't verified yet will be prompted to verify or skip\"],\"BaiSBQ\":[\"When on, dembrane support staff can join this workspace to help you. Their access ends automatically after 24 hours.\"],\"SgIrVC\":[\"When participants scan the QR code, they'll appear here and flow across the stages in real time.\"],\"/dAMl1\":[\"When should the report be generated?\"],\"MyMufZ\":[\"When someone scans the QR code, that is one conversation. If 50 people scan it at the same time, that is 50 conversations at once.\"],\"NPIwj3\":[\"When the summary is ready (includes both transcript and summary)\"],\"Uf3BzE\":[\"Як з вами зв'язатися?\"],\"JwZibo\":[\"Where would you like to go?\"],\"msYPX5\":[\"Where would you like to start?\"],\"kqHiF1\":[\"Which organisation does this workspace belong to?\"],\"lwFEDE\":[\"Which organisation owns this workspace's data? This sets the data and compliance context.\"],\"wZht80\":[\"Who can see and collaborate on this project.\"],\"P9WL8r\":[\"Who can see this project?\"],\"1x4Stv\":[\"Who holds a stake, and how they relate.\"],\"QDRAyJ\":[\"Who on your team holds a current training license. Book a training from your organisation's Training view.\"],\"KcnIXL\":[\"will be included in your report\"],\"EpZ9+F\":[\"wish\"],\"QdkkH5\":[\"With external clients\"],\"KWhZCH\":[\"Within my organisation\"],\"qJ0J+6\":[\"Worked through \",[\"0\"],\" steps\"],\"B6dzt1\":[\"Working on your answer...\"],\"NwM/eB\":[\"workspace\"],\"pmUArF\":[\"Workspace\"],\"IG4YLy\":[\"Робочий простір / проєкт\"],\"VmdouC\":[\"Workspace account\"],\"Zqthj7\":[\"Workspace actions\"],\"ZBKhLV\":[\"Workspace created.\"],\"xM1hP9\":[\"Типове значення робочого простору\"],\"UlhdTP\":[\"Workspace deleted\"],\"Ep8k4i\":[\"Workspace is full\"],\"Y0Fj4S\":[\"Workspace logo\"],\"CozWO1\":[\"Workspace name\"],\"dg0Efy\":[\"Workspace name. Saves automatically.\"],\"wHWiPE\":[\"Workspace renamed\"],\"Knd6gz\":[\"Налаштування робочого простору\"],\"XAW6X5\":[\"Workspace settings | dembrane\"],\"wowvFW\":[\"Workspace-only guest. Not added to the organisation.\"],\"JKU2hI\":[\"workspaces\"],\"pmt7u4\":[\"Workspaces\"],\"YRelrK\":[\"Workspaces billed separately\"],\"vMCu+n\":[\"Workspaces in this account\"],\"XLYmK5\":[\"Workspaces in this organisation you haven't joined yet. As an admin you can add yourself to manage them.\"],\"lBVr4U\":[\"Workspaces shared with you\"],\"++IGvT\":[\"Workspaces you can join\"],\"JEHySj\":[\"Workspaces you've been invited to join. Accept to start collaborating.\"],\"add.tag.filter.modal.description\":[\"Would you like to add this tag to your current filters?\"],\"Exc/LI\":[\"Wrong address? Change email\"],\"bmC+Ww\":[\"Неправильна мова або тон\"],\"MNTYHt\":[\"Неправильні джерела\"],\"l75CjT\":[\"Yes\"],\"participant.button.finish.yes.text.mode\":[\"Yes\"],\"av/PD9\":[\"you\"],\"kWJmRL\":[\"You\"],\"VHG+Js\":[\"You already have access to this workspace.\"],\"Dl7lP/\":[\"You are already unsubscribed or your link is invalid.\"],\"LtRyR7\":[\"You are not a member of any organisation, so there is nothing to connect yet.\"],\"o8g9NA\":[\"You are not in an organisation yet.\"],\"m/2cYF\":[\"You are on the free plan.\"],\"Arw/sv\":[\"You are on the free plan. There is no payment to manage yet.\"],\"rKP2WF\":[\"You are the data owner\"],\"EDIsb+\":[\"You can change this anytime in settings.\"],\"fzU5ll\":[\"You can change this later in project settings.\"],\"dWZJqc\":[\"You can change this later in workspace settings after you add billing details.\"],\"uGP87g\":[\"You can change this later in workspace settings.\"],\"WS92Fk\":[\"You can navigate away and come back later. Your report will continue generating in the background.\"],\"E71LBI\":[\"You can only upload up to \",[\"MAX_FILES\"],\" files at a time. Only the first \",[\"0\"],\" files will be added.\"],\"+IqtlU\":[\"You can re-invite them later from any workspace.\"],\"oEhmIa\":[\"You can revoke a connection at any time.\"],\"v5Q6oq\":[\"You can revoke this later under <0>Help, Connect your agent.\"],\"ORA5nz\":[\"You can try again below.\"],\"96ERwL\":[\"You can't create a workspace yet\"],\"bHCu+u\":[\"You can't invite yourself.\"],\"Aya6bb\":[\"You cannot manage MCP access for this organisation.\"],\"vj8JjD\":[\"You do not have permission to transcribe in this project.\"],\"UjkUrJ\":[\"You don't have access to this workspace.\"],\"3x5+PU\":[\"You don't have permission to create workspaces in that organisation. Falling back to your primary organisation instead.\"],\"fkXBUO\":[\"You don't have permission to invite to any workspace in this organisation.\"],\"QYdixc\":[\"You have a pending invite\"],\"ombH/9\":[\"You have a pending invite to \",[\"0\"],\". Open it to join the organisation.\"],\"8v7ix0\":[\"You have a pending invite to \",[\"0\"],\". The admin needs to free a seat before you can join.\"],\"select.all.modal.already.added\":[\"You have already added <0>\",[\"existingContextCount\",\"plural\",{\"one\":[\"#\",\" conversation\"],\"other\":[\"#\",\" conversations\"]}],\" to this chat.\"],\"7W35AW\":[\"You have already added all the conversations related to this\"],\"participant.modal.change.mic.confirmation.text\":[\"You have changed the mic. Doing this will save your audio till this point and restart your recording.\"],\"T/Q7jW\":[\"You have successfully unsubscribed.\"],\"fopZ8o\":[\"You have support access to this workspace. It ends automatically on \",[\"endsAt\"],\".\"],\"UiS5ze\":[\"You haven't joined any workspace in this organisation yet.\"],\"participant.modal.verify_prompt.description\":[\"You haven't verified any outcomes yet. Would you like to verify before finishing?\"],\"PjAkjf\":[\"You left the workspace\"],\"lTDtES\":[\"You may also choose to record another conversation.\"],\"yCtSKg\":[\"You must login with the same provider you used to sign up. If you face any issues, please contact support.\"],\"t6Ti2e\":[\"You need an invitation from a colleague\"],\"snMcrk\":[\"You seem to be offline, please check your internet connection\"],\"MLw3ff\":[\"You stopped this run.\"],\"zlqA7w\":[\"You were trying to \",[\"action\"],\".\"],\"N/N2Av\":[\"You'll be added as an admin to \",[\"0\"],\" private workspaces. They'll appear in your sidebar right after.\"],\"cehffY\":[\"You'll be added as an admin to \",[\"singleName\"],\". It'll appear in your sidebar right after.\"],\"OR5x71\":[\"You'll find all your projects waiting for you.\"],\"hu3KYo\":[\"You'll land in a chat where dembrane helps shape the project before you collect conversations.\"],\"OQI3hm\":[\"You'll lose access to this workspace.\"],\"bX2FeG\":[\"You'll lose access to this workspace. Projects you created stay; your role here is removed.\"],\"participant.verify.instructions.receive.artefact\":[\"You'll soon get \",[\"objectLabel\"],\" to verify.\"],\"gDdsRc\":[\"You'll verify your new payment method on the next screen. You won't be charged, it just confirms the new card.\"],\"vkNkB8\":[\"You're about to change your own role to <0>\",[\"0\"],\". You'll immediately lose access to workspace settings, invites, and member management.\"],\"KS7iJH\":[\"You're all caught up.\"],\"ADMWt4\":[\"You're already a member of \",[\"resolvedWorkspaceName\"],\".\"],\"4tUHT/\":[\"You're already in \",[\"resolvedWorkspaceName\"],\".\"],\"ShgtZT\":[\"You're an external collaborator in this organisation. Open one of the workspaces shared with you below.\"],\"bbvEPE\":[\"You're in\"],\"LfpEZ9\":[\"You're logging in with the wrong email address\"],\"PVUJ6+\":[\"You're not in any organisation yet. Create a workspace to start a organisation, or ask a member for an invite.\"],\"Y3LcET\":[\"You're not part of any organisation right now.\"],\"FQdXKc\":[\"You're reusing seats you already paid for this period (someone left), so there's no charge now for those. The renewal reflects them.\"],\"HnqO9D\":[\"You're the only admin. Promote someone else before changing your role.\"],\"AcL9Ou\":[\"You've been invited to collaborate with \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"cZ4+ZH\":[\"You've been invited to collaborate with <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"ePJQ19\":[\"You've been invited to join \",[\"0\"],\" organisations. We'll take you in once you continue.\"],\"RTgVkc\":[\"You've been invited to join <0>\",[\"0\"],\". We'll take you there in a moment.\"],\"189Q0c\":[\"You've reached the free plan limit for this chat. Upgrade to keep the conversation going.\"],\"GP7h+t\":[\"You've reached your summary limit\"],\"WfEaJc\":[\"You've reached your transcript limit\"],\"o/5HQF\":[\"You've used all 10 hours of the pilot. Host-side tools (chat, reports, analysis, exports) are paused.\"],\"snxpiF\":[\"vy@pryklad.ua\"],\"M5ub3j\":[\"Your access\"],\"WIv0oz\":[\"Your access to \",[\"0\"],\" ended on \",[\"1\"],\".\"],\"rrYs0B\":[\"Your agent will open dembrane and ask your permission before it can read anything.\"],\"participant.verify.instructions.approval.helps\":[\"Your approval helps us understand what you really think!\"],\"wmkjMv\":[\"Your browser is blocking the microphone. Allow access, then try again.\"],\"NzCkyb\":[\"Your call is booked: \",[\"bookedTime\"],\".\"],\"nKMLGG\":[\"Your call is booked.\"],\"MO4KK8\":[\"Your data will leave dembrane\"],\"mmGBWT\":[\"Your details\"],\"lRpeom\":[\"Your draft won't be saved.\"],\"z8F4/3\":[\"Ваша електронна пошта\"],\"t4FxxP\":[\"Your email is already verified\"],\"CqsrQF\":[\"Your email is verified. Log in to continue.\"],\"GjqC/j\":[\"Your email is verified. Taking you to the login page.\"],\"vaTeZ3\":[\"Ваш відгук і ця відповідь надходять команді dembrane.\"],\"DM8bIO\":[\"Your free plan includes one report. Upgrade to create more.\"],\"+Tx3/U\":[\"Your free transcription hour is used up.\"],\"aZHXuZ\":[\"Your inputs will be saved automatically.\"],\"Yo3xGL\":[\"Your invite is still pending. Try again once the admin frees a seat or upgrades the workspace.\"],\"aCpo/d\":[\"Your invite was already accepted, but you're no longer a member of \",[\"resolvedWorkspaceName\"],\". Ask the admin to re-invite you.\"],\"/Mqhsc\":[\"Your last payment didn't go through. Your plan stays active. Update your payment method or retry the charge to settle up.\"],\"1Uvqtx\":[\"Your latest report generation was cancelled. Showing your most recent completed report.\"],\"JgZh6f\":[\"Your logo is still active but can't be changed on this tier.\"],\"q8yluz\":[\"Your name\"],\"VSneAo\":[\"Ваше ім'я, електронна пошта та поточна сторінка додаються, щоб ми могли з вами зв'язатися.\"],\"LlzdZF\":[\"Your organisation is on the free plan by default. One plan covers every workspace, billed per seat once you upgrade.\"],\"HnzTai\":[\"Your organisation is waiting for you. Click continue to join.\"],\"jlKzXO\":[\"Your organisation or company\"],\"b5hWvx\":[\"Your organisations\"],\"SPfRTw\":[\"Your own logo comes with a paid plan.\"],\"ArN1eD\":[\"Your paid period has run out, so we cannot put this plan back on from here. Email support@dembrane.com and we will sort it out with you.\"],\"+3q2fE\":[\"Your payment method has been updated.\"],\"xoMBWJ\":[\"Your payment method update is still processing.\"],\"URFO7+\":[\"Your plan ends at the period end.\"],\"6ba1MP\":[\"Your plan ends on \",[\"endDate\"],\".\"],\"xY7dU9\":[\"Your plan is arranged with dembrane, so there is nothing to pay here. Everything your plan includes stays available.\"],\"Zn38Tr\":[\"Your plan is back on. You keep your current period.\"],\"QIQh3n\":[\"Your plan is inactive. Reactivate it to add members.\"],\"PB21Rh\":[\"Your plan is managed by dembrane. Contact your account manager to make changes.\"],\"FIrPF5\":[\"Your plan lets you take the mark off.\"],\"7IFghD\":[\"Your plan won't renew. You keep access until the period ends.\"],\"pYnFb6\":[\"Your recording, \",[\"0\"]],\"MBrtod\":[\"Your request is in.\"],\"B+9EHO\":[\"Your response has been recorded. You may now close this tab.\"],\"DrJCbp\":[\"Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися.\"],\"wurHZF\":[\"Your responses\"],\"B8Q/i2\":[\"Your view has been created. Please wait as we process and analyse the data.\"],\"library.views.title\":[\"Your Views\"],\"lWeANa\":[\"Your workspace is waiting for you. Click continue to collaborate.\"],\"crrqaX\":[\"yr\"],\"ACjxWW\":[\"Zoom\"]}")as Messages; \ No newline at end of file diff --git a/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx b/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx index f122468fc..9eaed7612 100644 --- a/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx +++ b/echo/frontend/src/routes/participant/ParticipantPostConversation.tsx @@ -14,7 +14,14 @@ import { Title, Tooltip, } from "@mantine/core"; -import { IconCheck, IconLoader2, IconMail } from "@tabler/icons-react"; +import { useDisclosure } from "@mantine/hooks"; +import { + IconCheck, + IconLoader2, + IconMail, + IconQrcode, + IconRepeat, +} from "@tabler/icons-react"; import { type KeyboardEvent, useRef, useState } from "react"; import { useParams } from "react-router"; import { I18nLink } from "@/components/common/i18nLink"; @@ -24,6 +31,7 @@ import { useParticipantProjectById, useSubmitNotificationParticipant, } from "@/components/participant/hooks"; +import { ParticipantShareModal } from "@/components/participant/ParticipantShareModal"; import { testId } from "@/lib/testUtils"; export const ParticipantPostConversation = () => { @@ -33,6 +41,8 @@ export const ParticipantPostConversation = () => { const [email, setEmail] = useState(""); const [error, setError] = useState(""); const [isSubmitted, setIsSubmitted] = useState(false); + const [shareOpened, { open: openShare, close: closeShare }] = + useDisclosure(false); const inputRef = useRef(null); const { mutate, isPending } = useSubmitNotificationParticipant(); @@ -109,6 +119,11 @@ export const ParticipantPostConversation = () => { className="container mx-auto max-w-2xl" {...testId("portal-finish-container")} > + {!!text && text !== "" ? ( <> @@ -124,22 +139,35 @@ export const ParticipantPostConversation = () => { )} - Your response has been recorded. You may now close this tab. - {" "} - You may also choose to record another conversation. + Your response has been recorded. You may now close this tab. You may + also choose to record another conversation or share the QR code so + others can contribute. + - + + + + - + {project.data?.default_conversation_ask_for_participant_email && ( Date: Fri, 11 Sep 2026 14:17:37 +0200 Subject: [PATCH 04/17] feat(portal): a quieter header and a live meter while recording The recording screen led with a decorative pattern that pulsed on a timer. It looked like proof the microphone was working, and it was not: it pulsed exactly the same way whether audio was reaching the browser or not. It is gone. In its place, while recording, the portal draws the chat composer's waveform from the mic's real level, so the animation on screen is the one thing a participant actually wants to know. The level the meter reads is a new non-destructive `peekAudioLevel`. The existing `getAudioLevel` resets the accumulated peak on read and belongs to the liveness beacon, which uses it to catch a muted mic; a second reader would have starved it. The waveform polls its own copy in local state, so nothing above it re-renders while somebody talks. The header is left aligned, on the full wordmark rather than the logomark alone, with the back and cancel buttons taking the same slot when they appear rather than floating over it. The two actions are bigger and further apart, share is now a QR code icon (it opens a QR code), and settings sits rightmost. Welcome is left aligned with everything else on the screen. Co-Authored-By: Claude Opus 5 --- .../components/layout/ParticipantHeader.tsx | 71 ++++++++++--------- .../participant/ParticipantBody.tsx | 15 ++-- .../ParticipantConversationAudio.tsx | 1 + .../ParticipantConversationAudioContent.tsx | 6 +- .../ParticipantRecordingWaveform.test.tsx | 65 +++++++++++++++++ .../ParticipantRecordingWaveform.tsx | 37 ++++++++++ .../hooks/useChunkedAudioRecorder.ts | 21 +++++- echo/frontend/src/locales/cs-CZ.po | 36 +++++----- echo/frontend/src/locales/de-DE.po | 36 +++++----- echo/frontend/src/locales/en-US.po | 36 +++++----- echo/frontend/src/locales/es-ES.po | 36 +++++----- echo/frontend/src/locales/fr-FR.po | 36 +++++----- echo/frontend/src/locales/it-IT.po | 36 +++++----- echo/frontend/src/locales/nl-NL.po | 36 +++++----- echo/frontend/src/locales/uk-UA.po | 36 +++++----- 15 files changed, 315 insertions(+), 189 deletions(-) create mode 100644 echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx create mode 100644 echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx diff --git a/echo/frontend/src/components/layout/ParticipantHeader.tsx b/echo/frontend/src/components/layout/ParticipantHeader.tsx index 83ed2c5c7..c24b71f9c 100644 --- a/echo/frontend/src/components/layout/ParticipantHeader.tsx +++ b/echo/frontend/src/components/layout/ParticipantHeader.tsx @@ -3,7 +3,7 @@ import { Trans } from "@lingui/react/macro"; import { ActionIcon, Box, Button, Group } from "@mantine/core"; import { useDisclosure } from "@mantine/hooks"; import { GearSixIcon } from "@phosphor-icons/react"; -import { IconArrowLeft, IconShare2 } from "@tabler/icons-react"; +import { IconArrowLeft, IconQrcode } from "@tabler/icons-react"; import { useLocation, useParams, useSearchParams } from "react-router"; import useSessionStorageState from "use-session-storage-state"; import { useI18nNavigate } from "@/hooks/useI18nNavigate"; @@ -69,28 +69,28 @@ export const ParticipantHeader = () => { /> - {showBackButton && ( - + + {showBackButton ? ( - - )} - {showCancelButton && ( - + ) : showCancelButton ? ( - + ) : ( + + )} + + {!hideHeaderActions && ( + + + + + + + + )} - - {!hideHeaderActions && ( - - - - - - - - - )} ); }; diff --git a/echo/frontend/src/components/participant/ParticipantBody.tsx b/echo/frontend/src/components/participant/ParticipantBody.tsx index e7236e5c9..4804d0b95 100644 --- a/echo/frontend/src/components/participant/ParticipantBody.tsx +++ b/echo/frontend/src/components/participant/ParticipantBody.tsx @@ -6,7 +6,6 @@ import { Button, Modal, Stack, Text, Title } from "@mantine/core"; import { useDisclosure } from "@mantine/hooks"; import { IconExclamationCircle, IconWifiOff } from "@tabler/icons-react"; import { type PropsWithChildren, useEffect, useMemo, useRef } from "react"; -import WelcomeImage from "@/assets/participant-welcome-pattern.png"; import { Toaster } from "@/components/common/Toaster"; import { combineUserChunks, @@ -21,6 +20,7 @@ import { useOnlineStatus } from "@/hooks/useOnlineStatus"; import { testId } from "@/lib/testUtils"; import { ConnectionHealthStatus } from "../common/ConnectionHealthStatus"; import { TipBanner } from "../common/TipBanner"; +import { ParticipantRecordingWaveform } from "./ParticipantRecordingWaveform"; import SpikeMessage from "./SpikeMessage"; import SystemMessage from "./SystemMessage"; import UserChunkMessage from "./UserChunkMessage"; @@ -33,6 +33,7 @@ export const ParticipantBody = ({ interleaveMessages = true, isRecording = false, isAnonymized = false, + peekAudioLevel, }: PropsWithChildren<{ projectId: string; conversationId: string; @@ -40,6 +41,7 @@ export const ParticipantBody = ({ interleaveMessages?: boolean; isRecording?: boolean; isAnonymized?: boolean; + peekAudioLevel?: () => number; }>) => { const [ref] = useAutoAnimate(); const [chatRef] = useAutoAnimate(); @@ -124,7 +126,7 @@ export const ParticipantBody = ({ {!isRecording && (

Welcome @@ -168,12 +170,9 @@ export const ParticipantBody = ({ /> )} - Welcome pattern + {isRecording && ( + + )} {projectQuery.data && ( diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx index 34f7025be..93db6cb0d 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx @@ -923,6 +923,7 @@ export const ParticipantConversationAudio = () => { <Outlet context={{ isRecording, + peekAudioLevel: audioRecorder.peekAudioLevel, recordingTime, }} /> diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx index 1cc41cb34..dec416d39 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx @@ -27,6 +27,8 @@ const VERIFICATION_BANNER_THRESHOLD_SECONDS = 60; type OutletContextType = { isRecording: boolean; + /** Non-resetting read of the mic level, for the recording waveform. */ + peekAudioLevel?: () => number; recordingTime: number; }; @@ -37,7 +39,8 @@ export const ParticipantConversationAudioContent = () => { const { projectId, conversationId } = useParams(); const [searchParams, setSearchParams] = useSearchParams(); - const { isRecording, recordingTime } = useOutletContext<OutletContextType>(); + const { isRecording, peekAudioLevel, recordingTime } = + useOutletContext<OutletContextType>(); const projectQuery = useParticipantProjectById(projectId ?? ""); const conversationQuery = useConversationQuery(projectId, conversationId); const [_isRefineDisabled, _setIsRefineDisabled, removeValue] = @@ -139,6 +142,7 @@ export const ParticipantConversationAudioContent = () => { conversationId={conversationId ?? ""} isRecording={isRecording} isAnonymized={conversationQuery.data?.is_anonymized ?? false} + peekAudioLevel={peekAudioLevel} /> )} diff --git a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx new file mode 100644 index 000000000..42f93d63c --- /dev/null +++ b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx @@ -0,0 +1,65 @@ +// @vitest-environment jsdom +import { MantineProvider } from "@mantine/core"; +import { act, cleanup, render, screen } from "@testing-library/react"; +import { afterEach, beforeEach, expect, it, vi } from "vitest"; +import { VOICE_WAVEFORM_BARS } from "@/components/voice/voiceInput"; +import { ParticipantRecordingWaveform } from "./ParticipantRecordingWaveform"; + +beforeEach(() => { + vi.useFakeTimers(); + // MantineProvider and useReducedMotion both read matchMedia; jsdom has none. + vi.stubGlobal("matchMedia", (query: string) => ({ + addEventListener: () => {}, + addListener: () => {}, + dispatchEvent: () => false, + matches: false, + media: query, + onchange: null, + removeEventListener: () => {}, + removeListener: () => {}, + })); +}); + +afterEach(() => { + cleanup(); + vi.useRealTimers(); + vi.unstubAllGlobals(); +}); + +const renderWaveform = (peekAudioLevel?: () => number) => + render( + <MantineProvider> + <ParticipantRecordingWaveform peekAudioLevel={peekAudioLevel} /> + </MantineProvider>, + ); + +it("draws a bar per sample slot once the meter is running", () => { + renderWaveform(() => 0.5); + + act(() => { + vi.advanceTimersByTime(2000); + }); + + const waveform = screen.getByTestId("chat-voice-waveform"); + expect(waveform.childElementCount).toBe(VOICE_WAVEFORM_BARS); +}); + +it("polls the level without ever resetting it", () => { + // The destructive read belongs to the liveness beacon. If the waveform ever + // swapped to that one, the beacon would start seeing a silent mic. + const peek = vi.fn(() => 0.25); + renderWaveform(peek); + + act(() => { + vi.advanceTimersByTime(1000); + }); + + expect(peek).toHaveBeenCalled(); + expect(peek.mock.results.every((r) => r.value === 0.25)).toBe(true); +}); + +it("renders nothing when no meter is available", () => { + renderWaveform(undefined); + + expect(screen.queryByTestId("chat-voice-waveform")).toBeNull(); +}); diff --git a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx new file mode 100644 index 000000000..bdac555c2 --- /dev/null +++ b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx @@ -0,0 +1,37 @@ +import { useEffect, useState } from "react"; +import { VoiceWaveform } from "@/components/voice/VoiceWaveform"; +import { + VOICE_LEVEL_SAMPLE_MS, + VOICE_WAVEFORM_BARS, +} from "@/components/voice/voiceInput"; + +/** The live level meter, on the portal's recording screen. + * + * The chat composer's waveform, fed by the portal's own recorder. It polls + * rather than subscribing so the samples land in this component's state and + * nothing above it re-renders eight times a second while somebody talks. + * + * `peekAudioLevel` is the non-resetting read: the liveness beacon keeps the + * destructive one, and drawing the meter cannot take a sample away from it. + */ +export const ParticipantRecordingWaveform = ({ + peekAudioLevel, +}: { + peekAudioLevel?: () => number; +}) => { + const [levels, setLevels] = useState<number[]>([]); + + useEffect(() => { + if (!peekAudioLevel) return; + const id = setInterval(() => { + setLevels((previous) => + [...previous, peekAudioLevel()].slice(-VOICE_WAVEFORM_BARS), + ); + }, VOICE_LEVEL_SAMPLE_MS); + return () => clearInterval(id); + }, [peekAudioLevel]); + + if (!peekAudioLevel) return null; + + return <VoiceWaveform className="w-full" levels={levels} />; +}; diff --git a/echo/frontend/src/components/participant/hooks/useChunkedAudioRecorder.ts b/echo/frontend/src/components/participant/hooks/useChunkedAudioRecorder.ts index efb3f1791..d068a8a16 100644 --- a/echo/frontend/src/components/participant/hooks/useChunkedAudioRecorder.ts +++ b/echo/frontend/src/components/participant/hooks/useChunkedAudioRecorder.ts @@ -39,8 +39,15 @@ type UseAudioRecorderResult = { hadInterruption: boolean; getChunkHistory: () => ChunkInfo[]; /** Current mic input level in [0, 1] (RMS). 0 when not actively recording - * or when the meter is unavailable. Read-only — never affects capture. */ + * or when the meter is unavailable. Read-only — never affects capture. + * + * Reading it resets the accumulated peak, so it belongs to the liveness + * beacon alone. Anything that only wants to draw the level reads + * `peekAudioLevel` instead. */ getAudioLevel: () => number; + /** The most recent sampled RMS in [0, 1], without resetting anything. + * Safe for any number of readers: the waveform uses this. */ + peekAudioLevel: () => number; }; const preferredMimeTypes = ["audio/webm", "audio/wav", "video/mp4"]; @@ -95,6 +102,9 @@ const useChunkedAudioRecorder = ({ const analyserRef = useRef<AnalyserNode | null>(null); const meterBufferRef = useRef<Uint8Array | null>(null); const peakLevelRef = useRef(0); + // The same sample, kept un-reset so drawing the meter cannot starve the + // beacon of the peak it is about to read. + const instantLevelRef = useRef(0); // We create and "unlock" the Audio element during user gesture (startRecording), // then reuse it for playback later when interruption is detected. @@ -135,6 +145,7 @@ const useChunkedAudioRecorder = ({ isPausedRef.current ) { peakLevelRef.current = 0; + instantLevelRef.current = 0; return; } try { @@ -146,8 +157,10 @@ const useChunkedAudioRecorder = ({ } const instant = Math.sqrt(sumSquares / buffer.length); peakLevelRef.current = Math.max(instant, peakLevelRef.current); + instantLevelRef.current = instant; } catch { peakLevelRef.current = 0; + instantLevelRef.current = 0; } }, SAMPLE_MS); return () => clearInterval(id); @@ -536,6 +549,11 @@ const useChunkedAudioRecorder = ({ return peak; }, []); + const peekAudioLevel = useCallback((): number => { + if (!isRecordingRef.current || isPausedRef.current) return 0; + return instantLevelRef.current; + }, []); + return { errored: false, getAudioLevel, @@ -546,6 +564,7 @@ const useChunkedAudioRecorder = ({ isStarting, loading: false, pauseRecording: userPauseRecording, + peekAudioLevel, permissionError, recordingTime, resumeRecording: userResumeRecording, diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index cf11531d7..f8aa2d952 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -1978,7 +1978,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Finish" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Record" @@ -9990,8 +9990,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Settings" @@ -10023,8 +10023,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Sdílet portál" @@ -10328,7 +10328,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Stop" @@ -11483,7 +11483,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Tip" @@ -12283,7 +12283,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12391,7 +12391,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "View your responses" @@ -12596,7 +12596,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Welcome" @@ -13128,7 +13128,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 2e7b5faac..9a59fa969 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -1979,7 +1979,7 @@ msgstr "Zurück" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Zurück" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Beenden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Beenden" @@ -8095,7 +8095,7 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Bitte lassen Sie diesen Bildschirm eingeschaltet**\n" "(schwarzer Bildschirm = keine Aufnahme)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Aufnehmen" @@ -9991,8 +9991,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Einstellungen" @@ -10024,8 +10024,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Portal teilen" @@ -10329,7 +10329,7 @@ msgstr "Beim Generieren des Geheimnisses ist ein Fehler aufgetreten." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht" @@ -10504,7 +10504,7 @@ msgid "Stop" msgstr "Stopp" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Beenden" @@ -11484,7 +11484,7 @@ msgstr "Zeitstempel" msgid "Timestamps and duration" msgstr "Zeitstempel und Dauer" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Tipp" @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Erinnerung zur Verifizierung" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verifizierung erforderlich" @@ -12390,7 +12390,7 @@ msgstr "Beispiel-Payload anzeigen" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "Ihre Antworten anzeigen" @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Willkommen" @@ -13127,7 +13127,7 @@ msgstr "Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich regis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Ihre Antworten" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index 463f09ca3..b54acba3b 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -1978,7 +1978,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "Early features you can try on this project before they are ready for everyone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Finish" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "Reconnecting" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Record" @@ -9990,8 +9990,8 @@ msgstr "Setting up" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Settings" @@ -10023,8 +10023,8 @@ msgid "Share link" msgstr "Share link" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Share portal" @@ -10328,7 +10328,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "Something went wrong while transcribing. Try again." -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Stop" @@ -11483,7 +11483,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Tip" @@ -12288,7 +12288,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12396,7 +12396,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "View your responses" @@ -12601,7 +12601,7 @@ msgid "Webhooks come with a paid plan." msgstr "Webhooks come with a paid plan." #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Welcome" @@ -13133,7 +13133,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13453,7 +13453,7 @@ msgstr "Your request is in." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 216d542a5..69e8c5c92 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -1979,7 +1979,7 @@ msgstr "Volver" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Volver" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finalizar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Finalizar" @@ -8095,7 +8095,7 @@ msgstr "Por favor, ingrese un correo electrónico válido." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Mantenga esta pantalla encendida**\n" "(pantalla negra = no está grabando)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Grabar" @@ -9991,8 +9991,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Configuración" @@ -10024,8 +10024,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Compartir portal" @@ -10329,7 +10329,7 @@ msgstr "Algo salió mal al generar el secreto." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" @@ -10504,7 +10504,7 @@ msgid "Stop" msgstr "Detener" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Detener" @@ -11484,7 +11484,7 @@ msgstr "Marca de tiempo" msgid "Timestamps and duration" msgstr "Marcas de tiempo y duración" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Consejo" @@ -12284,7 +12284,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Recordatorio de verificación" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verificación requerida" @@ -12392,7 +12392,7 @@ msgstr "Ver ejemplo de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "Ver tus respuestas" @@ -12597,7 +12597,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Bienvenido" @@ -13129,7 +13129,7 @@ msgstr "Debes iniciar sesión con el mismo proveedor con el que te registraste. msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "Pareces estar desconectado, por favor verifica tu conexión a internet" @@ -13449,7 +13449,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Tus respuestas" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index 04addb99e..5e3188650 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -1979,7 +1979,7 @@ msgstr "Retour" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Retour" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Terminer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Terminer" @@ -8095,7 +8095,7 @@ msgstr "Veuillez entrer une adresse e-mail valide." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Veuillez garder cet écran allumé**\n" "(écran noir = pas d'enregistrement)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Enregistrer" @@ -9991,8 +9991,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Paramètres" @@ -10024,8 +10024,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Partager le portail" @@ -10329,7 +10329,7 @@ msgstr "Une erreur s'est produite lors de la génération du secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste" @@ -10504,7 +10504,7 @@ msgid "Stop" msgstr "Arrêter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Arrêter" @@ -11484,7 +11484,7 @@ msgstr "Horodatage" msgid "Timestamps and duration" msgstr "Horodatages et durée" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Conseil" @@ -12281,7 +12281,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Rappel de vérification" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Vérification requise" @@ -12389,7 +12389,7 @@ msgstr "Voir un exemple de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "Voir vos réponses" @@ -12594,7 +12594,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Bienvenue" @@ -13126,7 +13126,7 @@ msgstr "Vous devez vous connecter avec le même fournisseur que vous avez utilis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "Vous semblez être hors ligne, veuillez vérifier votre connexion internet" @@ -13446,7 +13446,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Vos réponses" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index 64f173860..5a76cdf92 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -1978,7 +1978,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Finish" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Record" @@ -9990,8 +9990,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Settings" @@ -10023,8 +10023,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Condividi il portale" @@ -10328,7 +10328,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Stop" @@ -11483,7 +11483,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Tip" @@ -12283,7 +12283,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12391,7 +12391,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "View your responses" @@ -12596,7 +12596,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Welcome" @@ -13128,7 +13128,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index 5af8b017c..61136fce4 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -1976,7 +1976,7 @@ msgstr "Terug naar microfoon" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Terug" @@ -3964,7 +3964,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4702,7 +4702,7 @@ msgid "participant.button.finish.text.mode" msgstr "Voltooien" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Voltooien" @@ -8092,7 +8092,7 @@ msgstr "Voer een geldig e-mailadres in." msgid "Please log in to continue." msgstr "Log in om door te gaan." -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8102,7 +8102,7 @@ msgstr "" "**Houd dit scherm verlicht**\n" "(zwart scherm = niet aan het opnemen)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8672,7 +8672,7 @@ msgid "Reconnecting" msgstr "Opnieuw verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Opname starten" @@ -9988,8 +9988,8 @@ msgstr "Instellen" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Instellingen" @@ -10021,8 +10021,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Portal delen" @@ -10326,7 +10326,7 @@ msgstr "Er is iets misgegaan bij het genereren van het geheim." msgid "Something went wrong while transcribing. Try again." msgstr "Er ging iets mis tijdens het transcriberen. Probeer het opnieuw." -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" @@ -10501,7 +10501,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Stop" @@ -11481,7 +11481,7 @@ msgstr "Tijdstempel" msgid "Timestamps and duration" msgstr "Tijdstempels en duur" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Tip" @@ -12279,7 +12279,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Herinnering om te verifiëren" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verificatie vereist" @@ -12387,7 +12387,7 @@ msgstr "Voorbeeld payload bekijken" msgid "View invite" msgstr "Uitnodiging bekijken" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "Bekijk je reacties" @@ -12592,7 +12592,7 @@ msgid "Webhooks come with a paid plan." msgstr "Webhooks zijn beschikbaar met een betaald abonnement." #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Welkom" @@ -13124,7 +13124,7 @@ msgstr "Je moet inloggen met dezelfde provider die u gebruikte om u aan te melde msgid "You need an invitation from a colleague" msgstr "Je hebt een uitnodiging van een collega nodig" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "Je lijkt offline te zijn, controleer je internetverbinding" @@ -13444,7 +13444,7 @@ msgstr "Je aanvraag is binnen." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Je reacties" diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 22df8b825..6a6cda651 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -1978,7 +1978,7 @@ msgstr "Back" #. js-lingui-explicit-id #: src/components/participant/ParticipantOnboardingCards.tsx:552 -#: src/components/layout/ParticipantHeader.tsx:85 +#: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1075 +#: src/components/participant/ParticipantConversationAudio.tsx:1076 msgid "participant.button.echo" msgstr "ECHO" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1043 +#: src/components/participant/ParticipantConversationAudio.tsx:1044 msgid "participant.button.finish" msgstr "Finish" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:200 +#: src/components/participant/ParticipantBody.tsx:199 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:196 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1018 +#: src/components/participant/ParticipantConversationAudio.tsx:1019 msgid "participant.button.record" msgstr "Record" @@ -9990,8 +9990,8 @@ msgstr "" #: src/features/sidebar/views/org/OrgSettingsView.tsx:31 #: src/features/sidebar/views/org/OrgHomeView.tsx:130 #: src/features/sidebar/blocks/SettingsBlock.tsx:12 -#: src/components/layout/ParticipantHeader.tsx:111 -#: src/components/layout/ParticipantHeader.tsx:112 +#: src/components/layout/ParticipantHeader.tsx:121 +#: src/components/layout/ParticipantHeader.tsx:122 msgid "Settings" msgstr "Settings" @@ -10023,8 +10023,8 @@ msgid "Share link" msgstr "" #: src/components/participant/ParticipantShareModal.tsx:77 -#: src/components/layout/ParticipantHeader.tsx:121 -#: src/components/layout/ParticipantHeader.tsx:122 +#: src/components/layout/ParticipantHeader.tsx:111 +#: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" msgstr "Поділитися порталом" @@ -10328,7 +10328,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:157 +#: src/components/participant/ParticipantBody.tsx:159 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1095 +#: src/components/participant/ParticipantConversationAudio.tsx:1096 msgid "participant.button.stop" msgstr "Stop" @@ -11483,7 +11483,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:149 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Tip" msgstr "Tip" @@ -12283,7 +12283,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:171 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12391,7 +12391,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:257 +#: src/components/participant/ParticipantBody.tsx:256 msgid "View your responses" msgstr "View your responses" @@ -12596,7 +12596,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:130 +#: src/components/participant/ParticipantBody.tsx:132 msgid "Welcome" msgstr "Welcome" @@ -13128,7 +13128,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:150 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися." -#: src/components/participant/ParticipantBody.tsx:267 +#: src/components/participant/ParticipantBody.tsx:266 msgid "Your responses" msgstr "Your responses" From 2747a763fe50cdcac9bdc3143a4d9632baea8dd0 Mon Sep 17 00:00:00 2001 From: Jorim Theuns <jorim@dembrane.com> Date: Fri, 11 Sep 2026 14:26:16 +0200 Subject: [PATCH 05/17] feat(portal): the logo stays put when the share view opens The full screen share view replaced the header with the words "Share portal", so opening it swapped the one fixed thing on the screen for a label describing what the participant had just tapped. The logo takes that slot instead, in the same place and at the same size as the header's, which leaves the QR code as the only thing that changes. Whitelabelled portals keep their own logo here, same as in the header. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --- .../participant/ParticipantShareModal.tsx | 7 ++----- echo/frontend/src/locales/cs-CZ.po | 21 +++++++++---------- echo/frontend/src/locales/de-DE.po | 21 +++++++++---------- echo/frontend/src/locales/en-US.po | 21 +++++++++---------- echo/frontend/src/locales/es-ES.po | 21 +++++++++---------- echo/frontend/src/locales/fr-FR.po | 21 +++++++++---------- echo/frontend/src/locales/it-IT.po | 21 +++++++++---------- echo/frontend/src/locales/nl-NL.po | 21 +++++++++---------- echo/frontend/src/locales/uk-UA.po | 21 +++++++++---------- 9 files changed, 82 insertions(+), 93 deletions(-) diff --git a/echo/frontend/src/components/participant/ParticipantShareModal.tsx b/echo/frontend/src/components/participant/ParticipantShareModal.tsx index 6633c3755..e0671f7de 100644 --- a/echo/frontend/src/components/participant/ParticipantShareModal.tsx +++ b/echo/frontend/src/components/participant/ParticipantShareModal.tsx @@ -11,6 +11,7 @@ import { import posthog from "posthog-js"; import { useMemo } from "react"; import { useSearchParams } from "react-router"; +import { Logo } from "@/components/common/Logo"; import { QRCode } from "@/components/common/QRCode"; import { useProjectSharingLink } from "@/components/project/ProjectQRCode"; import { buildPortalSessionSharingLink } from "@/lib/portalSharing"; @@ -72,11 +73,7 @@ export const ParticipantShareModal = ({ onClose={onClose} fullScreen padding="xl" - title={ - <Text size="xl" fw={600}> - <Trans>Share portal</Trans> - </Text> - } + title={<Logo h="36px" />} {...testId("portal-share-modal")} > <Stack align="center" justify="center" gap="lg" mih="calc(100dvh - 7rem)"> diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index f8aa2d952..528140340 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5647,9 +5647,9 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "Join this organisation to discover workspaces and collaborate with your team." -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Připojit se k této relaci portálu" @@ -6484,7 +6484,7 @@ msgstr "Monitor" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Další" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Naskenujte a zahajte novou relaci portálu" @@ -10022,7 +10022,6 @@ msgstr "Sdílet" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11278,7 +11277,7 @@ msgstr "This part of the page failed to load. Reloading usually fixes it. If it msgid "this person" msgstr "this person" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Tento portál nyní nepřijímá nové relace." @@ -12711,7 +12710,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 9a59fa969..4a7ace2ce 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -2899,7 +2899,7 @@ msgstr "Abkühlung läuft. Verfügbar in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2946,7 +2946,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Link kopieren" @@ -4033,7 +4033,7 @@ msgstr "Webhook bearbeiten" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5648,9 +5648,9 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "An dieser Portal-Sitzung teilnehmen" @@ -6485,7 +6485,7 @@ msgstr "" msgid "more" msgstr "weitere" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Mehr" @@ -9480,7 +9480,7 @@ msgstr "Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Scannen, um eine neue Portal-Sitzung zu starten" @@ -10023,7 +10023,6 @@ msgstr "Teilen" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11279,7 +11278,7 @@ msgstr "Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Dieses Portal nimmt derzeit keine neuen Sitzungen an." @@ -12710,7 +12709,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index b54acba3b..bdf332a18 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "Copy invite link" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5647,9 +5647,9 @@ msgstr "Join our Slack community" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "Join this organisation to discover workspaces and collaborate with your team." -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Join this portal session" @@ -6484,7 +6484,7 @@ msgstr "Monitor" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "More" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "Scan to join this project" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Scan to start a new portal session" @@ -10022,7 +10022,6 @@ msgstr "Share" msgid "Share link" msgstr "Share link" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11278,7 +11277,7 @@ msgstr "This part of the page failed to load. Reloading usually fixes it. If it msgid "this person" msgstr "this person" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "This portal is not accepting new sessions right now." @@ -12716,7 +12715,7 @@ msgstr "What's new" msgid "What's the main reason?" msgstr "What's the main reason?" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 69e8c5c92..9850c26cc 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -2899,7 +2899,7 @@ msgstr "Enfriándose. Disponible en {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2946,7 +2946,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Copiar enlace" @@ -4033,7 +4033,7 @@ msgstr "Editar Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5648,9 +5648,9 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Unirse a esta sesión del portal" @@ -6485,7 +6485,7 @@ msgstr "" msgid "more" msgstr "más" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Más" @@ -9480,7 +9480,7 @@ msgstr "Escanea el código QR o copia el secreto en tu aplicación." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Escanea para iniciar una nueva sesión del portal" @@ -10023,7 +10023,6 @@ msgstr "Compartir" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11279,7 +11278,7 @@ msgstr "Esta parte de la página no se ha cargado. Recargarla suele solucionarlo msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Este portal no acepta nuevas sesiones en este momento." @@ -12712,7 +12711,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index 5e3188650..9479274f6 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -2899,7 +2899,7 @@ msgstr "Période de repos. Disponible dans {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2946,7 +2946,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Copier le lien" @@ -4033,7 +4033,7 @@ msgstr "Modifier le webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5648,9 +5648,9 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Rejoindre cette session du portail" @@ -6485,7 +6485,7 @@ msgstr "Suivi" msgid "more" msgstr "autres" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Plus" @@ -9480,7 +9480,7 @@ msgstr "Scannez le code QR ou copiez le secret dans votre application." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Scannez pour démarrer une nouvelle session du portail" @@ -10023,7 +10023,6 @@ msgstr "Partager" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11279,7 +11278,7 @@ msgstr "Cette partie de la page n'a pas pu se charger. Recharger la page règle msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Ce portail n’accepte pas de nouvelles sessions pour le moment." @@ -12709,7 +12708,7 @@ msgstr "Nouveautés" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index 5a76cdf92..06f3f0018 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5647,9 +5647,9 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Partecipa a questa sessione del portale" @@ -6484,7 +6484,7 @@ msgstr "" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Altro" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Scansiona per iniziare una nuova sessione del portale" @@ -10022,7 +10022,6 @@ msgstr "Condividi" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11278,7 +11277,7 @@ msgstr "Questa parte della pagina non si è caricata. Di solito basta ricaricare msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Questo portale non accetta nuove sessioni al momento." @@ -12711,7 +12710,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index 61136fce4..e37f9bcbe 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -2896,7 +2896,7 @@ msgstr "Even afkoelen. Beschikbaar over {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2943,7 +2943,7 @@ msgstr "Uitnodigingslink kopiëren" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Kopieer link" @@ -4030,7 +4030,7 @@ msgstr "Webhook bewerken" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5645,9 +5645,9 @@ msgstr "Word lid van onze Slack-community" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "Word lid van deze organisatie om werkruimtes te ontdekken en samen te werken met je team." -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Doe mee aan deze portalsessie" @@ -6482,7 +6482,7 @@ msgstr "Monitoren" msgid "more" msgstr "meer" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Meer" @@ -9477,7 +9477,7 @@ msgstr "Scan de QR-code of kopieer het geheim naar je app." msgid "Scan to join this project" msgstr "Scan om deel te nemen aan dit project" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Scan om een nieuwe portalsessie te starten" @@ -10020,7 +10020,6 @@ msgstr "Delen" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11276,7 +11275,7 @@ msgstr "Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op msgid "this person" msgstr "deze persoon" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Deze portal accepteert nu geen nieuwe sessies." @@ -12707,7 +12706,7 @@ msgstr "Wat is er nieuw" msgid "What's the main reason?" msgstr "Wat is de belangrijkste reden?" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 6a6cda651..bc4b0b536 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:108 +#: src/components/participant/ParticipantShareModal.tsx:105 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:134 +#: src/components/participant/ParticipantShareModal.tsx:131 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5647,9 +5647,9 @@ msgstr "" msgid "Join this organisation to discover workspaces and collaborate with your team." msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:56 -#: src/components/participant/ParticipantShareModal.tsx:66 -#: src/components/participant/ParticipantShareModal.tsx:129 +#: src/components/participant/ParticipantShareModal.tsx:57 +#: src/components/participant/ParticipantShareModal.tsx:67 +#: src/components/participant/ParticipantShareModal.tsx:126 msgid "Join this portal session" msgstr "Приєднатися до цієї сесії порталу" @@ -6484,7 +6484,7 @@ msgstr "" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:144 +#: src/components/participant/ParticipantShareModal.tsx:141 msgid "More" msgstr "Більше" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:84 +#: src/components/participant/ParticipantShareModal.tsx:81 msgid "Scan to start a new portal session" msgstr "Відскануйте, щоб почати нову сесію порталу" @@ -10022,7 +10022,6 @@ msgstr "Поділитися" msgid "Share link" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:77 #: src/components/layout/ParticipantHeader.tsx:111 #: src/components/layout/ParticipantHeader.tsx:112 msgid "Share portal" @@ -11278,7 +11277,7 @@ msgstr "Ця частина сторінки не завантажилася. З msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:151 +#: src/components/participant/ParticipantShareModal.tsx:148 msgid "This portal is not accepting new sessions right now." msgstr "Цей портал зараз не приймає нові сесії." @@ -12711,7 +12710,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:123 +#: src/components/participant/ParticipantShareModal.tsx:120 msgid "WhatsApp" msgstr "WhatsApp" From 16c41fcf82e6ce145b491caa8aa6db02ccb7c58d Mon Sep 17 00:00:00 2001 From: Jorim Theuns <jorim@dembrane.com> Date: Fri, 11 Sep 2026 14:34:07 +0200 Subject: [PATCH 06/17] feat(portal): tighten the welcome screen and clean up the share view The welcome heading sat closer to the header than to the text it introduces, which read as if it belonged to the chrome rather than to the page. More air above it, less below, so the heading groups with the card it heads. An empty conversation title no longer reserves a line when a project has not set one. The share view drops its title entirely. It had the logo in it, and the logo is already in the middle of the QR code, so the header was saying the same thing twice. The close button takes the settings icon's size, so the top of the screen does not shrink when the share view opens. The switch to text mode is Phosphor's article-ny-times, which reads as a written response rather than as a caption track. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --- .../participant/ParticipantBody.tsx | 12 ++++++---- .../ParticipantConversationAudio.tsx | 4 ++-- .../participant/ParticipantShareModal.tsx | 9 +++++-- echo/frontend/src/locales/cs-CZ.po | 24 +++++++++---------- echo/frontend/src/locales/de-DE.po | 24 +++++++++---------- echo/frontend/src/locales/en-US.po | 24 +++++++++---------- echo/frontend/src/locales/es-ES.po | 24 +++++++++---------- echo/frontend/src/locales/fr-FR.po | 24 +++++++++---------- echo/frontend/src/locales/it-IT.po | 24 +++++++++---------- echo/frontend/src/locales/nl-NL.po | 24 +++++++++---------- echo/frontend/src/locales/uk-UA.po | 24 +++++++++---------- 11 files changed, 112 insertions(+), 105 deletions(-) diff --git a/echo/frontend/src/components/participant/ParticipantBody.tsx b/echo/frontend/src/components/participant/ParticipantBody.tsx index 4804d0b95..372b4abca 100644 --- a/echo/frontend/src/components/participant/ParticipantBody.tsx +++ b/echo/frontend/src/components/participant/ParticipantBody.tsx @@ -126,7 +126,7 @@ export const ParticipantBody = ({ {!isRecording && ( <h2 - className="text-left text-3xl transition-opacity duration-500 ease-in-out" + className="mt-3 text-left text-3xl transition-opacity duration-500 ease-in-out" {...testId("portal-welcome-heading")} > <Trans>Welcome</Trans> @@ -174,10 +174,12 @@ export const ParticipantBody = ({ <ParticipantRecordingWaveform peekAudioLevel={peekAudioLevel} /> )} {projectQuery.data && ( - <Stack ref={chatRef} py="md" pb={9}> - <Title order={3} {...testId("portal-conversation-title")}> - {projectQuery.data.default_conversation_title} - + + {projectQuery.data.default_conversation_title && ( + + {projectQuery.data.default_conversation_title} + + )} {projectQuery.data.default_conversation_description && (
diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx index 93db6cb0d..6f07660ba 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx @@ -11,13 +11,13 @@ import { Text, } from "@mantine/core"; import { useDisclosure, useLocalStorage, useWindowEvent } from "@mantine/hooks"; +import { ArticleNyTimesIcon } from "@phosphor-icons/react"; import { IconAlertTriangle, IconCheck, IconMicrophone, IconPlayerPause, IconPlayerStopFilled, - IconTextCaption, } from "@tabler/icons-react"; import clsx from "clsx"; import Cookies from "js-cookie"; @@ -1026,7 +1026,7 @@ export const ParticipantConversationAudio = () => { px="lg" {...testId("portal-audio-switch-to-text-button")} > - + diff --git a/echo/frontend/src/components/participant/ParticipantShareModal.tsx b/echo/frontend/src/components/participant/ParticipantShareModal.tsx index e0671f7de..b6d523889 100644 --- a/echo/frontend/src/components/participant/ParticipantShareModal.tsx +++ b/echo/frontend/src/components/participant/ParticipantShareModal.tsx @@ -1,6 +1,7 @@ import { t } from "@lingui/core/macro"; import { Trans } from "@lingui/react/macro"; import { Button, CopyButton, Group, Modal, Stack, Text } from "@mantine/core"; +import { XIcon } from "@phosphor-icons/react"; import { IconBrandWhatsapp, IconCheck, @@ -11,7 +12,6 @@ import { import posthog from "posthog-js"; import { useMemo } from "react"; import { useSearchParams } from "react-router"; -import { Logo } from "@/components/common/Logo"; import { QRCode } from "@/components/common/QRCode"; import { useProjectSharingLink } from "@/components/project/ProjectQRCode"; import { buildPortalSessionSharingLink } from "@/lib/portalSharing"; @@ -73,7 +73,12 @@ export const ParticipantShareModal = ({ onClose={onClose} fullScreen padding="xl" - title={} + closeButtonProps={{ + // Matches the settings icon it replaces, so the header does not + // shrink the moment the share view opens. + icon: , + size: "xl", + }} {...testId("portal-share-modal")} > diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 528140340..3575abc38 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5649,7 +5649,7 @@ msgstr "Join this organisation to discover workspaces and collaborate with your #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Připojit se k této relaci portálu" @@ -6484,7 +6484,7 @@ msgstr "Monitor" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Další" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Naskenujte a zahajte novou relaci portálu" @@ -11277,7 +11277,7 @@ msgstr "This part of the page failed to load. Reloading usually fixes it. If it msgid "this person" msgstr "this person" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Tento portál nyní nepřijímá nové relace." @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "View your responses" @@ -12710,7 +12710,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 4a7ace2ce..e8f0579fe 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -2899,7 +2899,7 @@ msgstr "Abkühlung läuft. Verfügbar in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2946,7 +2946,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Link kopieren" @@ -4033,7 +4033,7 @@ msgstr "Webhook bearbeiten" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5650,7 +5650,7 @@ msgstr "" #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "An dieser Portal-Sitzung teilnehmen" @@ -6485,7 +6485,7 @@ msgstr "" msgid "more" msgstr "weitere" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Mehr" @@ -8095,7 +8095,7 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Bitte lassen Sie diesen Bildschirm eingeschaltet**\n" "(schwarzer Bildschirm = keine Aufnahme)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9480,7 +9480,7 @@ msgstr "Scannen Sie den QR-Code oder kopieren Sie das Geheimnis in Ihre App." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Scannen, um eine neue Portal-Sitzung zu starten" @@ -11278,7 +11278,7 @@ msgstr "Dieser Teil der Seite konnte nicht geladen werden. Neu laden behebt das msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Dieses Portal nimmt derzeit keine neuen Sitzungen an." @@ -12389,7 +12389,7 @@ msgstr "Beispiel-Payload anzeigen" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "Ihre Antworten anzeigen" @@ -12709,7 +12709,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13446,7 +13446,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Ihre Antworten" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index bdf332a18..a882ada77 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "Copy invite link" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5649,7 +5649,7 @@ msgstr "Join this organisation to discover workspaces and collaborate with your #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Join this portal session" @@ -6484,7 +6484,7 @@ msgstr "Monitor" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "More" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "Scan to join this project" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Scan to start a new portal session" @@ -11277,7 +11277,7 @@ msgstr "This part of the page failed to load. Reloading usually fixes it. If it msgid "this person" msgstr "this person" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "This portal is not accepting new sessions right now." @@ -12395,7 +12395,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "View your responses" @@ -12715,7 +12715,7 @@ msgstr "What's new" msgid "What's the main reason?" msgstr "What's the main reason?" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13452,7 +13452,7 @@ msgstr "Your request is in." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 9850c26cc..49be7077b 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -2899,7 +2899,7 @@ msgstr "Enfriándose. Disponible en {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2946,7 +2946,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Copiar enlace" @@ -4033,7 +4033,7 @@ msgstr "Editar Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5650,7 +5650,7 @@ msgstr "" #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Unirse a esta sesión del portal" @@ -6485,7 +6485,7 @@ msgstr "" msgid "more" msgstr "más" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Más" @@ -8095,7 +8095,7 @@ msgstr "Por favor, ingrese un correo electrónico válido." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Mantenga esta pantalla encendida**\n" "(pantalla negra = no está grabando)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9480,7 +9480,7 @@ msgstr "Escanea el código QR o copia el secreto en tu aplicación." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Escanea para iniciar una nueva sesión del portal" @@ -11278,7 +11278,7 @@ msgstr "Esta parte de la página no se ha cargado. Recargarla suele solucionarlo msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Este portal no acepta nuevas sesiones en este momento." @@ -12391,7 +12391,7 @@ msgstr "Ver ejemplo de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "Ver tus respuestas" @@ -12711,7 +12711,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Tus respuestas" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index 9479274f6..5b4dcfc50 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -2899,7 +2899,7 @@ msgstr "Période de repos. Disponible dans {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2946,7 +2946,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Copier le lien" @@ -4033,7 +4033,7 @@ msgstr "Modifier le webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5650,7 +5650,7 @@ msgstr "" #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Rejoindre cette session du portail" @@ -6485,7 +6485,7 @@ msgstr "Suivi" msgid "more" msgstr "autres" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Plus" @@ -8095,7 +8095,7 @@ msgstr "Veuillez entrer une adresse e-mail valide." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Veuillez garder cet écran allumé**\n" "(écran noir = pas d'enregistrement)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9480,7 +9480,7 @@ msgstr "Scannez le code QR ou copiez le secret dans votre application." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Scannez pour démarrer une nouvelle session du portail" @@ -11278,7 +11278,7 @@ msgstr "Cette partie de la page n'a pas pu se charger. Recharger la page règle msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Ce portail n’accepte pas de nouvelles sessions pour le moment." @@ -12388,7 +12388,7 @@ msgstr "Voir un exemple de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "Voir vos réponses" @@ -12708,7 +12708,7 @@ msgstr "Nouveautés" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13445,7 +13445,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Vos réponses" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index 06f3f0018..e876407c1 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5649,7 +5649,7 @@ msgstr "" #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Partecipa a questa sessione del portale" @@ -6484,7 +6484,7 @@ msgstr "" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Altro" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Scansiona per iniziare una nuova sessione del portale" @@ -11277,7 +11277,7 @@ msgstr "Questa parte della pagina non si è caricata. Di solito basta ricaricare msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Questo portale non accetta nuove sessioni al momento." @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "View your responses" @@ -12710,7 +12710,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index e37f9bcbe..c3f5a73fe 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -2896,7 +2896,7 @@ msgstr "Even afkoelen. Beschikbaar over {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2943,7 +2943,7 @@ msgstr "Uitnodigingslink kopiëren" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Kopieer link" @@ -4030,7 +4030,7 @@ msgstr "Webhook bewerken" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5647,7 +5647,7 @@ msgstr "Word lid van deze organisatie om werkruimtes te ontdekken en samen te we #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Doe mee aan deze portalsessie" @@ -6482,7 +6482,7 @@ msgstr "Monitoren" msgid "more" msgstr "meer" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Meer" @@ -8092,7 +8092,7 @@ msgstr "Voer een geldig e-mailadres in." msgid "Please log in to continue." msgstr "Log in om door te gaan." -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8102,7 +8102,7 @@ msgstr "" "**Houd dit scherm verlicht**\n" "(zwart scherm = niet aan het opnemen)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9477,7 +9477,7 @@ msgstr "Scan de QR-code of kopieer het geheim naar je app." msgid "Scan to join this project" msgstr "Scan om deel te nemen aan dit project" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Scan om een nieuwe portalsessie te starten" @@ -11275,7 +11275,7 @@ msgstr "Dit deel van de pagina kon niet laden. Opnieuw laden lost het meestal op msgid "this person" msgstr "deze persoon" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Deze portal accepteert nu geen nieuwe sessies." @@ -12386,7 +12386,7 @@ msgstr "Voorbeeld payload bekijken" msgid "View invite" msgstr "Uitnodiging bekijken" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "Bekijk je reacties" @@ -12706,7 +12706,7 @@ msgstr "Wat is er nieuw" msgid "What's the main reason?" msgstr "Wat is de belangrijkste reden?" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13443,7 +13443,7 @@ msgstr "Je aanvraag is binnen." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Je reacties" diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index bc4b0b536..7246e8de4 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -2898,7 +2898,7 @@ msgstr "Cooling down. Available in {0}" #: src/components/settings/TwoFactorSettingsCard.tsx:431 #: src/components/project/ProjectQRCode.tsx:157 #: src/components/popcorn/PopcornShare.tsx:124 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 #: src/components/conversation/CopyConversationTranscript.tsx:44 #: src/components/conversation/ConversationEdit.tsx:51 #: src/components/common/CopyRichTextIconButton.tsx:37 @@ -2945,7 +2945,7 @@ msgstr "" #: src/routes/project/report/ProjectReportRoute.tsx:1164 #: src/components/project/ProjectQRCode.tsx:157 -#: src/components/participant/ParticipantShareModal.tsx:105 +#: src/components/participant/ParticipantShareModal.tsx:110 msgid "Copy link" msgstr "Copy link" @@ -4032,7 +4032,7 @@ msgstr "Edit Webhook" #: src/routes/auth/Login.tsx:318 #: src/routes/auth/Login.tsx:322 #: src/components/settings/AccountSettingsCard.tsx:186 -#: src/components/participant/ParticipantShareModal.tsx:131 +#: src/components/participant/ParticipantShareModal.tsx:136 #: src/components/feedback/AdminResponseFeedbackPanel.tsx:365 #: src/components/common/RedactedText.tsx:38 msgid "Email" @@ -5649,7 +5649,7 @@ msgstr "" #: src/components/participant/ParticipantShareModal.tsx:57 #: src/components/participant/ParticipantShareModal.tsx:67 -#: src/components/participant/ParticipantShareModal.tsx:126 +#: src/components/participant/ParticipantShareModal.tsx:131 msgid "Join this portal session" msgstr "Приєднатися до цієї сесії порталу" @@ -6484,7 +6484,7 @@ msgstr "" msgid "more" msgstr "more" -#: src/components/participant/ParticipantShareModal.tsx:141 +#: src/components/participant/ParticipantShareModal.tsx:146 msgid "More" msgstr "Більше" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:199 +#: src/components/participant/ParticipantBody.tsx:201 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:197 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -9479,7 +9479,7 @@ msgstr "Scan the QR code or copy the secret into your app." msgid "Scan to join this project" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:81 +#: src/components/participant/ParticipantShareModal.tsx:86 msgid "Scan to start a new portal session" msgstr "Відскануйте, щоб почати нову сесію порталу" @@ -11277,7 +11277,7 @@ msgstr "Ця частина сторінки не завантажилася. З msgid "this person" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:148 +#: src/components/participant/ParticipantShareModal.tsx:153 msgid "This portal is not accepting new sessions right now." msgstr "Цей портал зараз не приймає нові сесії." @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:256 +#: src/components/participant/ParticipantBody.tsx:258 msgid "View your responses" msgstr "View your responses" @@ -12710,7 +12710,7 @@ msgstr "" msgid "What's the main reason?" msgstr "" -#: src/components/participant/ParticipantShareModal.tsx:120 +#: src/components/participant/ParticipantShareModal.tsx:125 msgid "WhatsApp" msgstr "WhatsApp" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися." -#: src/components/participant/ParticipantBody.tsx:266 +#: src/components/participant/ParticipantBody.tsx:268 msgid "Your responses" msgstr "Your responses" From 9f515eac4df9eb68d87f5e7c15013f8600867ce0 Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Fri, 11 Sep 2026 14:49:30 +0200 Subject: [PATCH 07/17] feat(portal): skip the start screen when it has nothing to ask "Ready to Begin?" collects a session name and tags. A host who has turned both off leaves a participant looking at a heading and a single Continue button, so the mic check now hands straight over to recording. Fixing the screen exposed that the existing skipOnboarding auto-start was broken in the same place: the POST landed, a conversation was created, and the participant stayed on "Ready to Begin?" forever. The mutation lives in the component, and this component is torn down mid-request on every mount under React's StrictMode, so the result arrived at a dead observer. The auto-start now keeps its request in a module-scoped map keyed by project, so a remounted form waits on the same promise instead of firing a second one, and the entry is dropped as soon as it settles so that coming back to this screen starts a new conversation rather than re-entering the finished one. A failed auto-start puts the Continue button back with the server's own message. Co-Authored-By: Claude Opus 5 --- .../ParticipantInitiateForm.test.tsx | 146 +++++++++++++ .../participant/ParticipantInitiateForm.tsx | 199 ++++++++++++------ .../ParticipantOnboardingCards.tsx | 29 ++- echo/frontend/src/locales/cs-CZ.po | 26 +-- echo/frontend/src/locales/de-DE.po | 26 +-- echo/frontend/src/locales/en-US.po | 26 +-- echo/frontend/src/locales/es-ES.po | 26 +-- echo/frontend/src/locales/fr-FR.po | 26 +-- echo/frontend/src/locales/it-IT.po | 26 +-- echo/frontend/src/locales/nl-NL.po | 26 +-- echo/frontend/src/locales/uk-UA.po | 26 +-- 11 files changed, 409 insertions(+), 173 deletions(-) create mode 100644 echo/frontend/src/components/participant/ParticipantInitiateForm.test.tsx diff --git a/echo/frontend/src/components/participant/ParticipantInitiateForm.test.tsx b/echo/frontend/src/components/participant/ParticipantInitiateForm.test.tsx new file mode 100644 index 000000000..420d474da --- /dev/null +++ b/echo/frontend/src/components/participant/ParticipantInitiateForm.test.tsx @@ -0,0 +1,146 @@ +// @vitest-environment jsdom +import { i18n } from "@lingui/core"; +import { I18nProvider } from "@lingui/react"; +import { MantineProvider } from "@mantine/core"; +import { cleanup, render, screen, waitFor } from "@testing-library/react"; +import { MemoryRouter } from "react-router"; +import { afterEach, beforeAll, expect, it, vi } from "vitest"; +import { + ParticipantInitiateForm, + portalHasNothingToAsk, +} from "./ParticipantInitiateForm"; + +const navigate = vi.fn(); +const initiate = vi.fn(); + +vi.mock("posthog-js", () => ({ + default: { capture: () => {} }, +})); + +vi.mock("@/hooks/useI18nNavigate", () => ({ + useI18nNavigate: () => navigate, +})); + +vi.mock("@/lib/api", () => ({ + initiateConversation: (...args: unknown[]) => initiate(...args), +})); + +vi.mock("./hooks", () => ({ + useInitiateConversationMutation: () => ({ + data: undefined, + error: null, + isError: false, + isPending: false, + isSuccess: false, + mutate: () => {}, + }), +})); + +beforeAll(() => { + i18n.load("en", {}); + i18n.activate("en"); + window.matchMedia = + window.matchMedia || + ((query: string) => ({ + addEventListener: () => {}, + addListener: () => {}, + dispatchEvent: () => false, + matches: false, + media: query, + onchange: null, + removeEventListener: () => {}, + removeListener: () => {}, + })); + if (!globalThis.ResizeObserver) { + globalThis.ResizeObserver = class { + disconnect() {} + observe() {} + unobserve() {} + }; + } +}); + +afterEach(() => { + cleanup(); + navigate.mockClear(); + initiate.mockClear(); +}); + +const project = (overrides: Partial = {}) => + ({ + default_conversation_ask_for_participant_name: false, + id: "p1", + tags: [], + ...overrides, + }) as unknown as Project; + +const wrap = (p: Project) => + render( + + + + + + + , + ); + +it("knows when the screen has nothing to ask", () => { + expect(portalHasNothingToAsk(project())).toBe(true); + expect( + portalHasNothingToAsk( + project({ default_conversation_ask_for_participant_name: true }), + ), + ).toBe(false); + expect( + portalHasNothingToAsk( + project({ + tags: [{ id: "t1", text: "One" }] as unknown as Project["tags"], + }), + ), + ).toBe(false); +}); + +it("starts the conversation itself when nothing is asked", async () => { + initiate.mockResolvedValue({ id: "c1" }); + wrap(project()); + + await waitFor(() => expect(initiate).toHaveBeenCalledTimes(1)); + await waitFor(() => + expect(navigate).toHaveBeenCalledWith("/p1/conversation/c1"), + ); + // No question was asked, so no button was offered. + expect(screen.queryByTestId("portal-initiate-next-button")).toBeNull(); +}); + +it("creates one conversation even if the form is torn down mid-request", async () => { + // React's StrictMode remounts every component once in development, and a + // re-render can swap this subtree's identity in production. Either way the + // participant must not end up with two conversations, and must still be + // sent onward when the first request lands. + let resolveRequest: (value: { id: string }) => void = () => {}; + initiate.mockReturnValue( + new Promise<{ id: string }>((resolve) => { + resolveRequest = resolve; + }), + ); + + const first = wrap(project()); + await waitFor(() => expect(initiate).toHaveBeenCalledTimes(1)); + first.unmount(); + + wrap(project()); + resolveRequest({ id: "c1" }); + + await waitFor(() => + expect(navigate).toHaveBeenCalledWith("/p1/conversation/c1"), + ); + expect(initiate).toHaveBeenCalledTimes(1); +}); + +it("leaves the Continue button alone when the project asks for a name", () => { + wrap(project({ default_conversation_ask_for_participant_name: true })); + + expect(initiate).not.toHaveBeenCalled(); + expect(screen.getByTestId("portal-initiate-next-button")).toBeTruthy(); +}); diff --git a/echo/frontend/src/components/participant/ParticipantInitiateForm.tsx b/echo/frontend/src/components/participant/ParticipantInitiateForm.tsx index 7bff9eada..8dede05a9 100644 --- a/echo/frontend/src/components/participant/ParticipantInitiateForm.tsx +++ b/echo/frontend/src/components/participant/ParticipantInitiateForm.tsx @@ -5,31 +5,58 @@ import { Alert, Box, Button, + Group, + Loader, MultiSelect, Stack, - Text, TextInput, - Title, } from "@mantine/core"; import { AxiosError } from "axios"; import posthog from "posthog-js"; -import { useCallback, useEffect, useMemo, useRef } from "react"; +import { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { useForm } from "react-hook-form"; import { useSearchParams } from "react-router"; import { z } from "zod"; import { useI18nNavigate } from "@/hooks/useI18nNavigate"; +import { initiateConversation as requestConversation } from "@/lib/api"; import { testId } from "@/lib/testUtils"; import { getVisitorId } from "@/lib/visitorId"; import { useInitiateConversationMutation } from "./hooks"; const FormSchema = z.object({ - name: z.string().optional(), email: z.string().optional(), + name: z.string().optional(), tagIdList: z.array(z.string()).default([]), }); type FormValues = z.infer; +/** True when this screen has nothing to ask a participant. + * + * The only questions here are the session name and the tags, both of which a + * host turns on per project. With neither, "Ready to Begin?" is a question + * whose only answer is Continue, so the portal answers it itself and goes + * straight from the mic check to recording. */ +export const portalHasNothingToAsk = (project: Project) => + !project.default_conversation_ask_for_participant_name && + project.tags.length === 0; + +/** The detail the server sent, or a generic apology. */ +const initiateErrorMessage = (error: unknown): string => { + const detail = + error instanceof AxiosError ? error.response?.data?.detail : undefined; + return typeof detail === "string" ? detail : t`Something went wrong`; +}; + +/** In-flight (or settled) auto-started conversations, keyed by project. + * + * Module scope on purpose: it has to outlive any one mount of this form. See + * the effect that fills it. */ +const autoStartedConversations = new Map< + string, + ReturnType +>(); + export const ParticipantInitiateForm = ({ project }: { project: Project }) => { const navigate = useI18nNavigate(); const [searchParams] = useSearchParams(); @@ -40,13 +67,9 @@ export const ParticipantInitiateForm = ({ project }: { project: Project }) => { searchParams.get("name") || ""; const defaultEmail = - searchParams.get("participant_email") || - searchParams.get("email") || - ""; + searchParams.get("participant_email") || searchParams.get("email") || ""; const defaultTagsParam = - searchParams.get("tags") || - searchParams.get("tag_id_list") || - ""; + searchParams.get("tags") || searchParams.get("tag_id_list") || ""; const defaultTagIdList = useMemo(() => { if (!defaultTagsParam) return []; @@ -70,15 +93,15 @@ export const ParticipantInitiateForm = ({ project }: { project: Project }) => { reset, formState: { errors }, } = useForm({ - resolver: zodResolver(FormSchema), defaultValues: useMemo( () => ({ - name: defaultName, email: defaultEmail, + name: defaultName, tagIdList: defaultTagIdList, }), [defaultName, defaultEmail, defaultTagIdList], ), + resolver: zodResolver(FormSchema), }); const { isSuccess, isError, ...initiateConversationMutation } = @@ -101,10 +124,10 @@ export const ParticipantInitiateForm = ({ project }: { project: Project }) => { }); initiateConversation( { + email: data.email || undefined, // `??` not `||`: an empty name is intentional when the project does // not ask for one, and keeps the dashboard's auto-title fallback name: data.name ?? t`Participant`, - email: data.email || undefined, pin: "", projectId: project.id, source: "PORTAL_AUDIO", @@ -121,68 +144,105 @@ export const ParticipantInitiateForm = ({ project }: { project: Project }) => { [project.id, initiateConversation], ); - // Auto-submit if skipOnboarding is requested and we have required fields prefilled + const nothingToAsk = portalHasNothingToAsk(project); + const [autoStartError, setAutoStartError] = useState(null); + + const goToConversation = useCallback( + (conversationId: string) => { + const mode = + searchParams.get("mode") || + (searchParams.get("general_feedback") || searchParams.get("feedback") + ? "text" + : "audio"); + const pathSuffix = mode === "text" ? "/text" : ""; + const searchStr = searchParams.toString(); + const queryStr = searchStr ? `?${searchStr}` : ""; + + navigate( + `/${project.id}/conversation/${conversationId}${pathSuffix}${queryStr}`, + ); + }, + [navigate, project.id, searchParams], + ); + + // Start on arrival when the host asked to skip onboarding and the required + // fields are prefilled, or when there was never anything to ask. + // + // This deliberately bypasses the mutation hook. A component-scoped mutation + // loses its result if the component is torn down mid-flight, which happens + // on every mount under React's StrictMode and can happen in production + // whenever this subtree re-renders into a new component identity: the POST + // lands, a conversation exists, and the participant is left staring at the + // screen that was supposed to send them onward. The promise lives in the + // module instead, so a remounted form picks up the same request rather than + // firing a second one. useEffect(() => { const skipOnboarding = searchParams.get("skipOnboarding") === "1"; const hasRequiredName = !project.default_conversation_ask_for_participant_name || defaultName; - if ( - skipOnboarding && - hasRequiredName && - !initiateConversationMutation.isPending && - !isSuccess && - !isError - ) { - // startConversation owns the latch, the payload, and the analytics - startConversation({ + if (!((skipOnboarding || nothingToAsk) && hasRequiredName)) return; + + let cancelled = false; + let pending = autoStartedConversations.get(project.id); + + if (!pending) { + posthog.capture("conversation_started", { + project_id: project.id, + source: "PORTAL_AUDIO", + }); + pending = requestConversation({ + email: defaultEmail || undefined, name: defaultName || t`Participant`, - email: defaultEmail, + pin: "", + projectId: project.id, + source: "PORTAL_AUDIO", tagIdList: defaultTagIdList, + visitorId: getVisitorId(project.id), }); + autoStartedConversations.set(project.id, pending); } + + pending + .then((conversation) => { + // The entry exists to survive a remount while the request is in + // flight, nothing longer. Coming back to this screen later (via + // "Record another conversation", say) has to start a new one. + autoStartedConversations.delete(project.id); + if (cancelled || !conversation?.id) return; + goToConversation(conversation.id); + }) + .catch((error) => { + // Let the participant retry with the Continue button. + autoStartedConversations.delete(project.id); + if (!cancelled) setAutoStartError(error); + }); + + return () => { + cancelled = true; + }; }, [ project.default_conversation_ask_for_participant_name, + project.id, + nothingToAsk, defaultName, defaultEmail, defaultTagIdList, - isSuccess, - isError, searchParams, - initiateConversationMutation.isPending, - startConversation, + goToConversation, ]); useEffect(() => { if (isSuccess) { if (initiateConversationMutation.data?.id) { - const mode = - searchParams.get("mode") || - (searchParams.get("general_feedback") || searchParams.get("feedback") - ? "text" - : "audio"); - const pathSuffix = mode === "text" ? "/text" : ""; - - const searchStr = searchParams.toString(); - const queryStr = searchStr ? `?${searchStr}` : ""; - - navigate( - `/${project.id}/conversation/${initiateConversationMutation.data?.id}${pathSuffix}${queryStr}`, - ); + goToConversation(initiateConversationMutation.data.id); } else { // release the latch so Continue works again hasInitiatedRef.current = false; reset(); } } - }, [ - isSuccess, - reset, - initiateConversationMutation.data?.id, - navigate, - project.id, - searchParams, - ]); + }, [isSuccess, initiateConversationMutation.data, reset, goToConversation]); useEffect(() => { if (isError) { @@ -197,16 +257,16 @@ export const ParticipantInitiateForm = ({ project }: { project: Project }) => { {...testId("portal-initiate-form")} > - {initiateConversationMutation.error && ( + {Boolean(initiateConversationMutation.error || autoStartError) && ( - {(initiateConversationMutation.error instanceof AxiosError && - initiateConversationMutation.error.response?.data.detail) ?? - t`Something went wrong`} + {initiateErrorMessage( + initiateConversationMutation.error ?? autoStartError, + )} )} @@ -252,15 +312,30 @@ export const ParticipantInitiateForm = ({ project }: { project: Project }) => { {...testId("portal-initiate-tags-select")} /> )} - + {nothingToAsk && + !initiateConversationMutation.error && + !autoStartError ? ( + // Nothing was asked, so the conversation is already starting. The + // button would only ever be pressed by the effect above; a spinner + // is the honest version of that. + + + + ) : ( + + )} ); diff --git a/echo/frontend/src/components/participant/ParticipantOnboardingCards.tsx b/echo/frontend/src/components/participant/ParticipantOnboardingCards.tsx index 142617079..daf40acfa 100644 --- a/echo/frontend/src/components/participant/ParticipantOnboardingCards.tsx +++ b/echo/frontend/src/components/participant/ParticipantOnboardingCards.tsx @@ -13,7 +13,10 @@ import { testId } from "@/lib/testUtils"; import { cn } from "@/lib/utils"; import { useOnboardingCards } from "./hooks/useOnboardingCards"; import MicrophoneTest from "./MicrophoneTest"; -import { ParticipantInitiateForm } from "./ParticipantInitiateForm"; +import { + ParticipantInitiateForm, + portalHasNothingToAsk, +} from "./ParticipantInitiateForm"; interface Slide { type?: string; @@ -100,6 +103,12 @@ const ParticipantOnboardingCards = ({ [project], ); + // With no name and no tags to collect, the last card starts the conversation + // on its own, so it drops its heading rather than asking a question it is + // about to answer. + const nothingToAsk = portalHasNothingToAsk(project); + + // biome-ignore lint/correctness/useExhaustiveDependencies: needs to be looked at const MicrophoneTestComponent = useMemo( () => () => ( @@ -404,9 +413,11 @@ const ParticipantOnboardingCards = ({ className="w-full max-w-[400px] text-left" {...testId("portal-onboarding-skip")} > - - <Trans id="participant.ready.to.begin">Ready to Begin?</Trans> - + {!nothingToAsk && ( + + <Trans id="participant.ready.to.begin">Ready to Begin?</Trans> + + )} ) : ( @@ -448,9 +459,13 @@ const ParticipantOnboardingCards = ({
)} - - {currentCard.title} - + {!( + nothingToAsk && currentCard.component === InitiateFormComponent + ) && ( + + {currentCard.title} + + )} {currentCard.content && ( diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 3575abc38..1ce21902d 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -1076,7 +1076,7 @@ msgstr "" msgid "Add additional context (Optional)" msgstr "Add additional context (Optional)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Add all that apply" @@ -1972,12 +1972,12 @@ msgid "Back" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -2823,13 +2823,13 @@ msgid "Continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Continue" @@ -6751,7 +6751,7 @@ msgid "Next" msgstr "Next" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Next" @@ -7757,8 +7757,8 @@ msgid "partially completed" msgstr "" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Participant" @@ -8630,7 +8630,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Ready to Begin?" @@ -9917,7 +9917,7 @@ msgstr "" msgid "Separate with commas, spaces, or new lines." msgstr "Separate with commas, spaces, or new lines." -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Session Name" @@ -10227,7 +10227,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Skip" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Skip" @@ -10285,7 +10285,7 @@ msgstr "Something is blocking your connection. Your audio will not be saved unle #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10692,7 +10692,7 @@ msgid "Tag deleted" msgstr "Tag deleted" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index e8f0579fe..f83ac5788 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -1077,7 +1077,7 @@ msgstr "" msgid "Add additional context (Optional)" msgstr "Zusätzlichen Kontext hinzufügen (Optional)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Alle zutreffenden hinzufügen" @@ -1973,12 +1973,12 @@ msgid "Back" msgstr "Zurück" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Zurück" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Zurück" @@ -2824,13 +2824,13 @@ msgid "Continue" msgstr "Weiter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Weiter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Weiter" @@ -6752,7 +6752,7 @@ msgid "Next" msgstr "Weiter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Weiter" @@ -7758,8 +7758,8 @@ msgid "partially completed" msgstr "" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Teilnehmer" @@ -8631,7 +8631,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Bereit zum Beginn" @@ -9918,7 +9918,7 @@ msgstr "" msgid "Separate with commas, spaces, or new lines." msgstr "" -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Sitzungsname" @@ -10228,7 +10228,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Überspringen" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Überspringen" @@ -10286,7 +10286,7 @@ msgstr "Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solan #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10693,7 +10693,7 @@ msgid "Tag deleted" msgstr "" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index a882ada77..eb1e74faa 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -1076,7 +1076,7 @@ msgstr "add a workspace" msgid "Add additional context (Optional)" msgstr "Add additional context (Optional)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Add all that apply" @@ -1972,12 +1972,12 @@ msgid "Back" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -2823,13 +2823,13 @@ msgid "Continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Continue" @@ -6751,7 +6751,7 @@ msgid "Next" msgstr "Next" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Next" @@ -7757,8 +7757,8 @@ msgid "partially completed" msgstr "partially completed" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Participant" @@ -8630,7 +8630,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "Reads every 2 minutes. Refresh reads now." #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Ready to Begin?" @@ -9917,7 +9917,7 @@ msgstr "Separate (client)" msgid "Separate with commas, spaces, or new lines." msgstr "Separate with commas, spaces, or new lines." -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Session Name" @@ -10227,7 +10227,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Skip" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Skip" @@ -10285,7 +10285,7 @@ msgstr "Something is blocking your connection. Your audio will not be saved unle #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10692,7 +10692,7 @@ msgid "Tag deleted" msgstr "Tag deleted" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 49be7077b..f2eaf1fe9 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -1077,7 +1077,7 @@ msgstr "" msgid "Add additional context (Optional)" msgstr "Añadir contexto adicional (Opcional)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Añade todos los que correspondan" @@ -1973,12 +1973,12 @@ msgid "Back" msgstr "Atrás" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Volver" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Volver" @@ -2824,13 +2824,13 @@ msgid "Continue" msgstr "Continuar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Continuar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Continuar" @@ -6752,7 +6752,7 @@ msgid "Next" msgstr "Siguiente" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Siguiente" @@ -7758,8 +7758,8 @@ msgid "partially completed" msgstr "" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Participante" @@ -8631,7 +8631,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "¿Listo para comenzar?" @@ -9918,7 +9918,7 @@ msgstr "" msgid "Separate with commas, spaces, or new lines." msgstr "" -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Nombre de la Sesión" @@ -10228,7 +10228,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Omitir" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Omitir" @@ -10286,7 +10286,7 @@ msgstr "Algo está bloqueando tu conexión. Tu audio no se guardará a menos que #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10693,7 +10693,7 @@ msgid "Tag deleted" msgstr "" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index 5b4dcfc50..bf91b9a00 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -1077,7 +1077,7 @@ msgstr "" msgid "Add additional context (Optional)" msgstr "Ajouter un contexte supplémentaire (Optionnel)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Ajouter tout ce qui s'applique" @@ -1973,12 +1973,12 @@ msgid "Back" msgstr "Retour" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Retour" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Retour" @@ -2824,13 +2824,13 @@ msgid "Continue" msgstr "Continuer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Continuer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Continuer" @@ -6752,7 +6752,7 @@ msgid "Next" msgstr "Suivant" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Suivant" @@ -7758,8 +7758,8 @@ msgid "partially completed" msgstr "" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Participant" @@ -8631,7 +8631,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Prêt à commencer" @@ -9918,7 +9918,7 @@ msgstr "" msgid "Separate with commas, spaces, or new lines." msgstr "" -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Nom de la Séance" @@ -10228,7 +10228,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Passer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Passer" @@ -10286,7 +10286,7 @@ msgstr "Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegard #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10693,7 +10693,7 @@ msgid "Tag deleted" msgstr "" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index e876407c1..c659cf7c1 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -1076,7 +1076,7 @@ msgstr "" msgid "Add additional context (Optional)" msgstr "Add additional context (Optional)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Add all that apply" @@ -1972,12 +1972,12 @@ msgid "Back" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -2823,13 +2823,13 @@ msgid "Continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Continue" @@ -6751,7 +6751,7 @@ msgid "Next" msgstr "Next" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Next" @@ -7757,8 +7757,8 @@ msgid "partially completed" msgstr "" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Participant" @@ -8630,7 +8630,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Ready to Begin?" @@ -9917,7 +9917,7 @@ msgstr "" msgid "Separate with commas, spaces, or new lines." msgstr "" -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Session Name" @@ -10227,7 +10227,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Skip" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Skip" @@ -10285,7 +10285,7 @@ msgstr "Something is blocking your connection. Your audio will not be saved unle #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10692,7 +10692,7 @@ msgid "Tag deleted" msgstr "" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index c3f5a73fe..839a28ff0 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -1077,7 +1077,7 @@ msgstr "een werkruimte toe te voegen" msgid "Add additional context (Optional)" msgstr "Voeg extra context toe (Optioneel)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Vink aan wat van toepassing is" @@ -1970,12 +1970,12 @@ msgid "Back" msgstr "Terug" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Terug naar microfoon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Terug" @@ -2821,13 +2821,13 @@ msgid "Continue" msgstr "Doorgaan" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Doorgaan" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Doorgaan" @@ -6749,7 +6749,7 @@ msgid "Next" msgstr "Volgende" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Volgende" @@ -7755,8 +7755,8 @@ msgid "partially completed" msgstr "deels afgerond" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Deelnemer" @@ -8628,7 +8628,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Klaar om te beginnen" @@ -9915,7 +9915,7 @@ msgstr "Apart (klant)" msgid "Separate with commas, spaces, or new lines." msgstr "Scheid met komma's, spaties of nieuwe regels." -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Sessienaam" @@ -10225,7 +10225,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Overslaan" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Overslaan" @@ -10283,7 +10283,7 @@ msgstr "Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10690,7 +10690,7 @@ msgid "Tag deleted" msgstr "Tag verwijderd" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 7246e8de4..3f79cecae 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -1076,7 +1076,7 @@ msgstr "" msgid "Add additional context (Optional)" msgstr "Add additional context (Optional)" -#: src/components/participant/ParticipantInitiateForm.tsx:234 +#: src/components/participant/ParticipantInitiateForm.tsx:294 msgid "Add all that apply" msgstr "Add all that apply" @@ -1972,12 +1972,12 @@ msgid "Back" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:527 +#: src/components/participant/ParticipantOnboardingCards.tsx:542 msgid "participant.button.back.microphone" msgstr "Back" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:552 +#: src/components/participant/ParticipantOnboardingCards.tsx:567 #: src/components/layout/ParticipantHeader.tsx:87 msgid "participant.button.back" msgstr "Back" @@ -2823,13 +2823,13 @@ msgid "Continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:539 +#: src/components/participant/ParticipantOnboardingCards.tsx:554 #: src/components/participant/MicrophoneTest.tsx:414 msgid "participant.button.continue" msgstr "Continue" #. js-lingui-explicit-id -#: src/components/participant/ParticipantInitiateForm.tsx:262 +#: src/components/participant/ParticipantInitiateForm.tsx:336 msgid "participant.ready.to.begin.button.text" msgstr "Continue" @@ -6751,7 +6751,7 @@ msgid "Next" msgstr "Next" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:569 +#: src/components/participant/ParticipantOnboardingCards.tsx:584 msgid "participant.button.next" msgstr "Next" @@ -7757,8 +7757,8 @@ msgid "partially completed" msgstr "" #: src/components/report/ConversationStatusTable.tsx:56 -#: src/components/participant/ParticipantInitiateForm.tsx:106 -#: src/components/participant/ParticipantInitiateForm.tsx:139 +#: src/components/participant/ParticipantInitiateForm.tsx:130 +#: src/components/participant/ParticipantInitiateForm.tsx:196 msgid "Participant" msgstr "Participant" @@ -8630,7 +8630,7 @@ msgid "Reads every 2 minutes. Refresh reads now." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:408 +#: src/components/participant/ParticipantOnboardingCards.tsx:418 msgid "participant.ready.to.begin" msgstr "Ready to Begin?" @@ -9917,7 +9917,7 @@ msgstr "" msgid "Separate with commas, spaces, or new lines." msgstr "" -#: src/components/participant/ParticipantInitiateForm.tsx:222 +#: src/components/participant/ParticipantInitiateForm.tsx:282 msgid "Session Name" msgstr "Session Name" @@ -10227,7 +10227,7 @@ msgid "participant.button.verify_prompt.skip" msgstr "Skip" #. js-lingui-explicit-id -#: src/components/participant/ParticipantOnboardingCards.tsx:435 +#: src/components/participant/ParticipantOnboardingCards.tsx:446 msgid "participant.mic.check.button.skip" msgstr "Skip" @@ -10285,7 +10285,7 @@ msgstr "Something is blocking your connection. Your audio will not be saved unle #: src/routes/onboarding/OnboardingRoute.tsx:189 #: src/routes/auth/Login.tsx:220 #: src/components/project/ProjectAccessGuard.tsx:87 -#: src/components/participant/ParticipantInitiateForm.tsx:209 +#: src/components/participant/ParticipantInitiateForm.tsx:48 #: src/components/error/ErrorPage.tsx:55 #: src/components/error/ErrorBoundary.tsx:44 #: src/components/conversation/ConversationEdit.tsx:298 @@ -10692,7 +10692,7 @@ msgid "Tag deleted" msgstr "" #: src/components/project/ProjectTagsInput.tsx:256 -#: src/components/participant/ParticipantInitiateForm.tsx:233 +#: src/components/participant/ParticipantInitiateForm.tsx:293 #: src/components/conversation/ProjectConversationsPanel.tsx:853 #: src/components/conversation/ConversationEdit.tsx:426 #: src/components/conversation/ConversationDrilldownModal.tsx:205 From 954b5a9290ceaf21058839ea42cceca31c6599fb Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Fri, 11 Sep 2026 14:52:34 +0200 Subject: [PATCH 08/17] feat(portal): put the level meter above the timer, at twice the swing The meter belongs with the other evidence that recording is happening. It now sits at the bottom of the screen in the sticky bar, directly above the red dot and the elapsed timer, instead of up near the header where it read as decoration attached to the welcome text. Its amplitude is doubled. `waveformHeights` takes a gain, default 1, so the chat composer's meter is unchanged; the portal passes 2. The loud end clips at full height, which is the trade: a phone lying on a table an arm away needs visible movement more than it needs headroom. Silence still rests on the same floor rather than being amplified off it. The meter reads the recorder directly now that it renders in the same component, so the outlet context goes back to carrying just the recording state and the elapsed time. Co-Authored-By: Claude Opus 5 --- .../participant/ParticipantBody.tsx | 6 -- .../ParticipantConversationAudio.tsx | 8 ++- .../ParticipantConversationAudioContent.tsx | 6 +- .../ParticipantRecordingWaveform.tsx | 4 +- .../src/components/voice/VoiceWaveform.tsx | 5 +- .../src/components/voice/voiceInput.test.ts | 13 ++++ .../src/components/voice/voiceInput.ts | 5 +- echo/frontend/src/locales/cs-CZ.po | 68 +++++++++---------- echo/frontend/src/locales/de-DE.po | 68 +++++++++---------- echo/frontend/src/locales/en-US.po | 68 +++++++++---------- echo/frontend/src/locales/es-ES.po | 68 +++++++++---------- echo/frontend/src/locales/fr-FR.po | 68 +++++++++---------- echo/frontend/src/locales/it-IT.po | 68 +++++++++---------- echo/frontend/src/locales/nl-NL.po | 68 +++++++++---------- echo/frontend/src/locales/uk-UA.po | 68 +++++++++---------- 15 files changed, 304 insertions(+), 287 deletions(-) diff --git a/echo/frontend/src/components/participant/ParticipantBody.tsx b/echo/frontend/src/components/participant/ParticipantBody.tsx index 372b4abca..9e6667b89 100644 --- a/echo/frontend/src/components/participant/ParticipantBody.tsx +++ b/echo/frontend/src/components/participant/ParticipantBody.tsx @@ -20,7 +20,6 @@ import { useOnlineStatus } from "@/hooks/useOnlineStatus"; import { testId } from "@/lib/testUtils"; import { ConnectionHealthStatus } from "../common/ConnectionHealthStatus"; import { TipBanner } from "../common/TipBanner"; -import { ParticipantRecordingWaveform } from "./ParticipantRecordingWaveform"; import SpikeMessage from "./SpikeMessage"; import SystemMessage from "./SystemMessage"; import UserChunkMessage from "./UserChunkMessage"; @@ -33,7 +32,6 @@ export const ParticipantBody = ({ interleaveMessages = true, isRecording = false, isAnonymized = false, - peekAudioLevel, }: PropsWithChildren<{ projectId: string; conversationId: string; @@ -41,7 +39,6 @@ export const ParticipantBody = ({ interleaveMessages?: boolean; isRecording?: boolean; isAnonymized?: boolean; - peekAudioLevel?: () => number; }>) => { const [ref] = useAutoAnimate(); const [chatRef] = useAutoAnimate(); @@ -170,9 +167,6 @@ export const ParticipantBody = ({ /> )} - {isRecording && ( - - )} {projectQuery.data && ( {projectQuery.data.default_conversation_title && ( diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx index 6f07660ba..67a03d5c0 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx @@ -54,6 +54,7 @@ import { } from "./hooks"; import useChunkedAudioRecorder from "./hooks/useChunkedAudioRecorder"; import { useS3ConnectivityCheck } from "./hooks/useS3ConnectivityCheck"; +import { ParticipantRecordingWaveform } from "./ParticipantRecordingWaveform"; import { PermissionErrorModal } from "./PermissionErrorModal"; import { StopRecordingConfirmationModal } from "./StopRecordingConfirmationModal"; import { useConversationArtefacts } from "./verify/hooks"; @@ -923,7 +924,6 @@ export const ParticipantConversationAudio = () => { @@ -950,6 +950,12 @@ export const ParticipantConversationAudio = () => { /> + {isRecording && ( + + )} + {/* Recording time indicator - show when recording OR when stop modal is open OR when interruption modal is open OR resuming */} {(isRecording || diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx index dec416d39..1cc41cb34 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx @@ -27,8 +27,6 @@ const VERIFICATION_BANNER_THRESHOLD_SECONDS = 60; type OutletContextType = { isRecording: boolean; - /** Non-resetting read of the mic level, for the recording waveform. */ - peekAudioLevel?: () => number; recordingTime: number; }; @@ -39,8 +37,7 @@ export const ParticipantConversationAudioContent = () => { const { projectId, conversationId } = useParams(); const [searchParams, setSearchParams] = useSearchParams(); - const { isRecording, peekAudioLevel, recordingTime } = - useOutletContext(); + const { isRecording, recordingTime } = useOutletContext(); const projectQuery = useParticipantProjectById(projectId ?? ""); const conversationQuery = useConversationQuery(projectId, conversationId); const [_isRefineDisabled, _setIsRefineDisabled, removeValue] = @@ -142,7 +139,6 @@ export const ParticipantConversationAudioContent = () => { conversationId={conversationId ?? ""} isRecording={isRecording} isAnonymized={conversationQuery.data?.is_anonymized ?? false} - peekAudioLevel={peekAudioLevel} /> )} diff --git a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx index bdac555c2..f8fc94f5a 100644 --- a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx +++ b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx @@ -33,5 +33,7 @@ export const ParticipantRecordingWaveform = ({ if (!peekAudioLevel) return null; - return ; + // Twice the swing of the composer's meter. This one sits above the timer at + // arm's length on a phone on a table, not under the reader's nose. + return ; }; diff --git a/echo/frontend/src/components/voice/VoiceWaveform.tsx b/echo/frontend/src/components/voice/VoiceWaveform.tsx index 751895b33..8dc3459ca 100644 --- a/echo/frontend/src/components/voice/VoiceWaveform.tsx +++ b/echo/frontend/src/components/voice/VoiceWaveform.tsx @@ -14,15 +14,18 @@ import { VOICE_WAVEFORM_BARS, waveformHeights } from "./voiceInput"; */ export const VoiceWaveform = ({ className, + gain, levels, }: { className?: string; + /** Multiplies the drawn height; see `waveformHeights`. */ + gain?: number; levels: number[]; }) => { const reduceMotion = useReducedMotion(); const heights = reduceMotion ? Array(VOICE_WAVEFORM_BARS).fill(30) - : waveformHeights(levels); + : waveformHeights(levels, VOICE_WAVEFORM_BARS, gain); return (
{ expect(Math.max(...heights)).toBeLessThanOrEqual(100); }); +it("scales the drawn height by the gain, floor and ceiling intact", () => { + const quiet = 0.09; // sqrt(0.09) * 100 = 30% + expect(waveformHeights([quiet]).at(-1)).toBeCloseTo(30, 5); + expect(waveformHeights([quiet], VOICE_WAVEFORM_BARS, 2).at(-1)).toBeCloseTo( + 60, + 5, + ); + // Silence stays on the floor rather than being amplified off it, and a loud + // sample still clips at the top. + expect(waveformHeights([0], VOICE_WAVEFORM_BARS, 2).at(-1)).toBe(8); + expect(waveformHeights([1], VOICE_WAVEFORM_BARS, 2).at(-1)).toBe(100); +}); + it("shows the newest samples, dropping the oldest", () => { const levels = [...Array(VOICE_WAVEFORM_BARS).fill(0), 1]; expect(waveformHeights(levels).at(-1)).toBe(100); diff --git a/echo/frontend/src/components/voice/voiceInput.ts b/echo/frontend/src/components/voice/voiceInput.ts index 52134d420..4eee403ef 100644 --- a/echo/frontend/src/components/voice/voiceInput.ts +++ b/echo/frontend/src/components/voice/voiceInput.ts @@ -153,11 +153,14 @@ export const isEmptyTranscript = (transcript: string): boolean => { export const waveformHeights = ( levels: number[], barCount = VOICE_WAVEFORM_BARS, + /** Multiplies the drawn height. Above 1 the loud end clips at 100%, which + * is the point: it trades headroom for visible movement on quiet input. */ + gain = 1, ): number[] => { const recent = levels.slice(-barCount); const padding = Array(Math.max(0, barCount - recent.length)).fill(0); return [...padding, ...recent].map((level) => { - const scaled = Math.sqrt(Math.max(0, Math.min(1, level))) * 100; + const scaled = Math.sqrt(Math.max(0, Math.min(1, level))) * 100 * gain; // A floor of 8% keeps the row legible as a meter during silence instead // of collapsing to an invisible line. return Math.max(8, Math.min(100, scaled)); diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 1ce21902d..93b8357a3 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgid "Connection healthy" msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "Failed to delete tag" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "Take me to {resolvedWorkspaceName}" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "View your responses" @@ -12506,7 +12506,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Welcome" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index f83ac5788..3898b0338 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr " Von Benachrichtigungen abmelden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" bald verfügbar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Erkunden\" bald verfügbar" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Überprüfen\" bald verfügbar" @@ -1864,7 +1864,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Achtung! Wir haben die letzten 60 Sekunden Ihrer Aufnahme aufgrund einer Unterbrechung verloren. Bitte drücken Sie die Schaltfläche unten, um die Verbindung wiederherzustellen." @@ -2768,7 +2768,7 @@ msgid "Connection healthy" msgstr "Verbindung gesund" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Verbindungsproblem" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4491,7 +4491,7 @@ msgstr "Fehler beim Löschen der Antwort" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Fehler beim Beenden des Gesprächs. Bitte versuchen Sie es erneut." @@ -4532,7 +4532,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Verbindung fehlgeschlagen. Bitte versuche, die Seite neu zu laden." @@ -4573,7 +4573,7 @@ msgstr "Fehler beim Hertranskribieren des Gesprächs. Bitte versuchen Sie es ern msgid "Failed to revise outcome. Please try again." msgstr "Ergebnis konnte nicht überarbeitet werden. Bitte versuchen Sie es erneut." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Fehler beim Beenden der Aufnahme bei Änderung des Mikrofons. Bitte versuchen Sie es erneut." @@ -4620,7 +4620,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Funktion bald verfügbar" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Beenden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Beenden" @@ -4916,7 +4916,7 @@ msgstr "Dein Bericht wird erstellt..." msgid "German" msgstr "Deutsch" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen." @@ -5249,7 +5249,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "Ich verstehe" @@ -8095,7 +8095,7 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Bitte lassen Sie diesen Bildschirm eingeschaltet**\n" "(schwarzer Bildschirm = keine Aufnahme)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8661,12 +8661,12 @@ msgid "Recommended apps" msgstr "Empfohlene Apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Erneut verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Erneut verbinden" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Aufnehmen" @@ -8704,7 +8704,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Aufnahme unterbrochen" @@ -10276,7 +10276,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solange dieses Problem nicht behoben ist." @@ -10328,7 +10328,7 @@ msgstr "Beim Generieren des Geheimnisses ist ein Fehler aufgetreten." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Stopp" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Beenden" @@ -10715,11 +10715,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält, oder erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält." @@ -11109,7 +11109,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "Dies kann passieren, wenn ein VPN oder eine Firewall die Verbindung blockiert. Versuchen Sie, Ihr VPN zu deaktivieren, zu einem anderen Netzwerk zu wechseln (z. B. mobiler Hotspot) oder wenden Sie sich an Ihre IT-Abteilung." @@ -11136,7 +11136,7 @@ msgid "This email is already in the list." msgstr "Diese E-Mail ist bereits in der Liste." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "Diese Funktion wird in {remainingTime} Sekunden verfügbar sein." @@ -11483,7 +11483,7 @@ msgstr "Zeitstempel" msgid "Timestamps and duration" msgstr "Zeitstempel und Dauer" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Tipp" @@ -12152,7 +12152,7 @@ msgid "participant.modal.uploading" msgstr "Audio wird hochgeladen..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Audio wird hochgeladen..." @@ -12281,7 +12281,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Erinnerung zur Verifizierung" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verifizierung erforderlich" @@ -12389,7 +12389,7 @@ msgstr "Beispiel-Payload anzeigen" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "Ihre Antworten anzeigen" @@ -12505,7 +12505,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "Wir benötigen etwas mehr Kontext, um Ihnen zu helfen, ECHO effektiv zu nutzen. Bitte setzen Sie die Aufzeichnung fort, damit wir bessere Vorschläge machen können." @@ -12594,7 +12594,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Willkommen" @@ -13126,7 +13126,7 @@ msgstr "Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich regis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung" @@ -13446,7 +13446,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Ihre Antworten" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index eb1e74faa..e8ab8aa75 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "\"made with dembrane\" stays on the screen." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "Attach verified artifacts" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgid "Connection healthy" msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "Early features you can try on this project before they are ready for everyone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "Failed to delete tag" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "Failed to move project" msgid "Failed to move projects" msgstr "Failed to move projects" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "Fair password" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "I need strict privacy guarantees" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "Reconnecting" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "Recording conversations you have in person, like street interviews." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "Something else." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "Something went wrong while transcribing. Try again." -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "Tags updated. You can fine-tune them anytime in the portal editor." msgid "Take me to {resolvedWorkspaceName}" msgstr "Take me to {resolvedWorkspaceName}" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "This browser cannot record audio. Chrome, Edge and Safari can." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12287,7 +12287,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12395,7 +12395,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "View your responses" @@ -12511,7 +12511,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "We couldn't update your payment method. Your old one is still active. Please try again." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12600,7 +12600,7 @@ msgid "Webhooks come with a paid plan." msgstr "Webhooks come with a paid plan." #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Welcome" @@ -13132,7 +13132,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13452,7 +13452,7 @@ msgstr "Your request is in." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index f2eaf1fe9..18d0a03e5 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr "Desuscribirse de Notificaciones" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" disponible pronto" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explorar\" disponible pronto" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verificar\" disponible pronto" @@ -1864,7 +1864,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "¡Atención! Perdimos los últimos 60 segundos de tu grabación debido a una interrupción. Por favor, presiona el botón de abajo para reconectar." @@ -2768,7 +2768,7 @@ msgid "Connection healthy" msgstr "Conexión saludable" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Problema de conexión" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4491,7 +4491,7 @@ msgstr "Error al eliminar la respuesta" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Error al finalizar la conversación. Por favor, inténtalo de nuevo." @@ -4532,7 +4532,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Error al reconectar. Por favor, recarga la página." @@ -4573,7 +4573,7 @@ msgstr "Error al retranscribir la conversación. Por favor, inténtalo de nuevo. msgid "Failed to revise outcome. Please try again." msgstr "Error al revisar el resultado. Por favor, inténtalo de nuevo." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo." @@ -4620,7 +4620,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Función disponible pronto" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finalizar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Finalizar" @@ -4916,7 +4916,7 @@ msgstr "Generando tu informe..." msgid "German" msgstr "Alemán" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación." @@ -5249,7 +5249,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "Entiendo" @@ -8095,7 +8095,7 @@ msgstr "Por favor, ingrese un correo electrónico válido." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Mantenga esta pantalla encendida**\n" "(pantalla negra = no está grabando)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8661,12 +8661,12 @@ msgid "Recommended apps" msgstr "Aplicaciones recomendadas" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Reconectar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Reconectar" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Grabar" @@ -8704,7 +8704,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Grabación interrumpida" @@ -10276,7 +10276,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Algo está bloqueando tu conexión. Tu audio no se guardará a menos que se resuelva este problema." @@ -10328,7 +10328,7 @@ msgstr "Algo salió mal al generar el secreto." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Detener" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Detener" @@ -10715,11 +10715,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Tómate un tiempo para crear un resultado que haga tu contribución concreta u obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Tómate un tiempo para crear un resultado que haga tu contribución concreta." @@ -11109,7 +11109,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "Esto puede ocurrir cuando una VPN o un firewall está bloqueando la conexión. Intenta desactivar tu VPN, cambiar a otra red (p. ej., punto de acceso móvil) o contacta con tu departamento de TI para obtener ayuda." @@ -11136,7 +11136,7 @@ msgid "This email is already in the list." msgstr "Este correo electrónico ya está en la lista." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "Esta función estará disponible en {remainingTime} segundos." @@ -11483,7 +11483,7 @@ msgstr "Marca de tiempo" msgid "Timestamps and duration" msgstr "Marcas de tiempo y duración" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Consejo" @@ -12154,7 +12154,7 @@ msgid "participant.modal.uploading" msgstr "Subiendo audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Subiendo audio..." @@ -12283,7 +12283,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Recordatorio de verificación" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verificación requerida" @@ -12391,7 +12391,7 @@ msgstr "Ver ejemplo de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "Ver tus respuestas" @@ -12507,7 +12507,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "Necesitamos un poco más de contexto para ayudarle a usar ECHO de manera efectiva. Por favor, continúe grabando para que podamos proporcionar mejores sugerencias." @@ -12596,7 +12596,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Bienvenido" @@ -13128,7 +13128,7 @@ msgstr "Debes iniciar sesión con el mismo proveedor con el que te registraste. msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "Pareces estar desconectado, por favor verifica tu conexión a internet" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Tus respuestas" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index bf91b9a00..b1a452654 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr " Se désabonner des notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" bientôt disponible" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explorer\" bientôt disponible" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Vérifier\" bientôt disponible" @@ -1864,7 +1864,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Attention ! Nous avons perdu les 60 dernières secondes de votre enregistrement en raison d'une interruption. Veuillez appuyer sur le bouton ci-dessous pour vous reconnecter." @@ -2768,7 +2768,7 @@ msgid "Connection healthy" msgstr "Connexion saine" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Problème de connexion" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4491,7 +4491,7 @@ msgstr "Échec de la suppression de la réponse" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Échec de la fin de la conversation. Veuillez réessayer." @@ -4532,7 +4532,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Échec de la reconnexion. Veuillez recharger la page." @@ -4573,7 +4573,7 @@ msgstr "Échec de la transcription de la conversation. Veuillez réessayer." msgid "Failed to revise outcome. Please try again." msgstr "Échec de la révision du résultat. Veuillez réessayer." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Échec de l'arrêt de l'enregistrement lors du changement de périphérique. Veuillez réessayer." @@ -4620,7 +4620,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Fonctionnalité bientôt disponible" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Terminer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Terminer" @@ -4916,7 +4916,7 @@ msgstr "Génération de votre rapport en cours..." msgid "German" msgstr "Allemand" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation." @@ -5249,7 +5249,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "Je comprends" @@ -8095,7 +8095,7 @@ msgstr "Veuillez entrer une adresse e-mail valide." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Veuillez garder cet écran allumé**\n" "(écran noir = pas d'enregistrement)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8661,12 +8661,12 @@ msgid "Recommended apps" msgstr "Applications recommandées" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Reconnecter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Reconnecter" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Enregistrer" @@ -8704,7 +8704,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Enregistrement interrompu" @@ -10276,7 +10276,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegardé tant que ce problème ne sera pas résolu." @@ -10328,7 +10328,7 @@ msgstr "Une erreur s'est produite lors de la génération du secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Arrêter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Arrêter" @@ -10715,11 +10715,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11109,7 +11109,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "Cela peut se produire lorsqu'un VPN ou un pare-feu bloque la connexion. Essayez de désactiver votre VPN, de passer à un autre réseau (par ex. partage de connexion mobile) ou contactez votre service informatique pour obtenir de l'aide." @@ -11136,7 +11136,7 @@ msgid "This email is already in the list." msgstr "Cette e-mail est déjà dans la liste." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "Cette fonctionnalité sera disponible dans {remainingTime} secondes." @@ -11483,7 +11483,7 @@ msgstr "Horodatage" msgid "Timestamps and duration" msgstr "Horodatages et durée" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Conseil" @@ -12151,7 +12151,7 @@ msgid "participant.modal.uploading" msgstr "Envoi de l'audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Envoi de l'audio..." @@ -12280,7 +12280,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Rappel de vérification" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Vérification requise" @@ -12388,7 +12388,7 @@ msgstr "Voir un exemple de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "Voir vos réponses" @@ -12504,7 +12504,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "Nous avons besoin d'un peu plus de contexte pour vous aider à utiliser ECHO efficacement. Veuillez continuer à enregistrer afin que nous puissions fournir de meilleures suggestions." @@ -12593,7 +12593,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Bienvenue" @@ -13125,7 +13125,7 @@ msgstr "Vous devez vous connecter avec le même fournisseur que vous avez utilis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "Vous semblez être hors ligne, veuillez vérifier votre connexion internet" @@ -13445,7 +13445,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Vos réponses" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index c659cf7c1..cbfbb25b2 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgid "Connection healthy" msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "View your responses" @@ -12506,7 +12506,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Welcome" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index 839a28ff0..b8936f5c6 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr " Afmelden voor meldingen" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" binnenkort beschikbaar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Verkennen\" binnenkort beschikbaar" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verifiëren\" binnenkort beschikbaar" @@ -1861,7 +1861,7 @@ msgid "Attach verified artifacts" msgstr "Geverifieerde artefacten toevoegen" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Let op! We hebben de laatste 60 seconden van je opname verloren door een onderbreking. Druk op de knop hieronder om opnieuw verbinding te maken." @@ -2765,7 +2765,7 @@ msgid "Connection healthy" msgstr "Verbinding gezond" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Verbindingsprobleem" @@ -3964,7 +3964,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4488,7 +4488,7 @@ msgstr "Fout bij het verwijderen van de reactie" msgid "Failed to delete tag" msgstr "Verwijderen van tag mislukt" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Fout bij het voltooien van het gesprek. Probeer het opnieuw." @@ -4529,7 +4529,7 @@ msgstr "Verplaatsen van project mislukt" msgid "Failed to move projects" msgstr "Verplaatsen van projecten mislukt" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Opnieuw verbinden mislukt. Probeer de pagina opnieuw te laden." @@ -4570,7 +4570,7 @@ msgstr "Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw." msgid "Failed to revise outcome. Please try again." msgstr "Fout bij het herzien van het resultaat. Probeer het opnieuw." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw." @@ -4617,7 +4617,7 @@ msgid "Fair password" msgstr "Redelijk wachtwoord" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Functie binnenkort beschikbaar" @@ -4702,7 +4702,7 @@ msgid "participant.button.finish.text.mode" msgstr "Voltooien" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Voltooien" @@ -4913,7 +4913,7 @@ msgstr "Je rapport wordt gegenereerd..." msgid "German" msgstr "Duits" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Krijg direct een reactie van dembrane om het gesprek te verdiepen." @@ -5246,7 +5246,7 @@ msgid "I need strict privacy guarantees" msgstr "Ik heb strikte privacygaranties nodig" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "Ik begrijp het" @@ -8092,7 +8092,7 @@ msgstr "Voer een geldig e-mailadres in." msgid "Please log in to continue." msgstr "Log in om door te gaan." -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8102,7 +8102,7 @@ msgstr "" "**Houd dit scherm verlicht**\n" "(zwart scherm = niet aan het opnemen)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8658,12 +8658,12 @@ msgid "Recommended apps" msgstr "Aanbevolen apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Opnieuw verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Opnieuw verbinden" @@ -8672,7 +8672,7 @@ msgid "Reconnecting" msgstr "Opnieuw verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Opname starten" @@ -8701,7 +8701,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "Gesprekken opnemen waar je zelf bij bent, zoals straatinterviews." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Opname onderbroken" @@ -10273,7 +10273,7 @@ msgid "Something else." msgstr "Iets anders." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit wordt opgelost." @@ -10325,7 +10325,7 @@ msgstr "Er is iets misgegaan bij het genereren van het geheim." msgid "Something went wrong while transcribing. Try again." msgstr "Er ging iets mis tijdens het transcriberen. Probeer het opnieuw." -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" @@ -10500,7 +10500,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Stop" @@ -10712,11 +10712,11 @@ msgstr "Tags bijgewerkt. Je kunt ze altijd bijstellen in de portaleditor." msgid "Take me to {resolvedWorkspaceName}" msgstr "Breng me naar {resolvedWorkspaceName}" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Kijk of de uitkomst klopt, en pas aan waar nodig of krijg direct een reactie van dembrane om het gesprek te verdiepen." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Kijk of de uitkomst klopt, en pas aan waar nodig." @@ -11106,7 +11106,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "Deze browser kan geen audio opnemen. Chrome, Edge en Safari wel." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "Dit kan gebeuren wanneer een VPN of firewall de verbinding blokkeert. Probeer je VPN uit te schakelen, over te schakelen naar een ander netwerk (bijv. mobiele hotspot) of neem contact op met je IT-afdeling voor hulp." @@ -11133,7 +11133,7 @@ msgid "This email is already in the list." msgstr "Deze e-mail is al in de lijst." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "Deze functie is beschikbaar over {remainingTime} seconden." @@ -11480,7 +11480,7 @@ msgstr "Tijdstempel" msgid "Timestamps and duration" msgstr "Tijdstempels en duur" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Tip" @@ -12149,7 +12149,7 @@ msgid "participant.modal.uploading" msgstr "Audio uploaden..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Audio uploaden..." @@ -12278,7 +12278,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Herinnering om te verifiëren" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verificatie vereist" @@ -12386,7 +12386,7 @@ msgstr "Voorbeeld payload bekijken" msgid "View invite" msgstr "Uitnodiging bekijken" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "Bekijk je reacties" @@ -12502,7 +12502,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "We konden je betaalmethode niet bijwerken. Je oude methode is nog actief. Probeer het opnieuw." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "We hebben iets meer context nodig om u te helpen ECHO effectief te gebruiken. Ga door met opnemen zodat we betere suggesties kunnen geven." @@ -12591,7 +12591,7 @@ msgid "Webhooks come with a paid plan." msgstr "Webhooks zijn beschikbaar met een betaald abonnement." #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Welkom" @@ -13123,7 +13123,7 @@ msgstr "Je moet inloggen met dezelfde provider die u gebruikte om u aan te melde msgid "You need an invitation from a colleague" msgstr "Je hebt een uitnodiging van een collega nodig" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "Je lijkt offline te zijn, controleer je internetverbinding" @@ -13443,7 +13443,7 @@ msgstr "Je aanvraag is binnen." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Je reacties" diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 3f79cecae..82b9907fe 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:706 +#: src/components/participant/ParticipantConversationAudio.tsx:707 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:720 +#: src/components/participant/ParticipantConversationAudio.tsx:721 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:713 +#: src/components/participant/ParticipantConversationAudio.tsx:714 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:888 +#: src/components/participant/ParticipantConversationAudio.tsx:889 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgid "Connection healthy" msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:774 +#: src/components/participant/ParticipantConversationAudio.tsx:775 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1076 +#: src/components/participant/ParticipantConversationAudio.tsx:1082 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:523 +#: src/components/participant/ParticipantConversationAudio.tsx:524 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:632 +#: src/components/participant/ParticipantConversationAudio.tsx:633 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:207 +#: src/components/participant/ParticipantConversationAudio.tsx:208 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:726 +#: src/components/participant/ParticipantConversationAudio.tsx:727 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1044 +#: src/components/participant/ParticipantConversationAudio.tsx:1050 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:698 +#: src/components/participant/ParticipantConversationAudio.tsx:699 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:853 +#: src/components/participant/ParticipantConversationAudio.tsx:854 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:201 +#: src/components/participant/ParticipantBody.tsx:195 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:197 +#: src/components/participant/ParticipantBody.tsx:191 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:802 +#: src/components/participant/ParticipantConversationAudio.tsx:803 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:915 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1019 +#: src/components/participant/ParticipantConversationAudio.tsx:1025 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:881 +#: src/components/participant/ParticipantConversationAudio.tsx:882 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:781 +#: src/components/participant/ParticipantConversationAudio.tsx:782 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:159 +#: src/components/participant/ParticipantBody.tsx:156 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1096 +#: src/components/participant/ParticipantConversationAudio.tsx:1102 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:692 +#: src/components/participant/ParticipantConversationAudio.tsx:693 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:695 +#: src/components/participant/ParticipantConversationAudio.tsx:696 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:787 +#: src/components/participant/ParticipantConversationAudio.tsx:788 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:842 +#: src/components/participant/ParticipantConversationAudio.tsx:843 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:151 +#: src/components/participant/ParticipantBody.tsx:148 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:899 +#: src/components/participant/ParticipantConversationAudio.tsx:900 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:171 +#: src/components/participant/ParticipantConversationAudioContent.tsx:167 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:258 +#: src/components/participant/ParticipantBody.tsx:252 msgid "View your responses" msgstr "View your responses" @@ -12506,7 +12506,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:734 +#: src/components/participant/ParticipantConversationAudio.tsx:735 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:132 +#: src/components/participant/ParticipantBody.tsx:129 msgid "Welcome" msgstr "Welcome" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:150 +#: src/components/participant/ParticipantBody.tsx:147 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися." -#: src/components/participant/ParticipantBody.tsx:268 +#: src/components/participant/ParticipantBody.tsx:262 msgid "Your responses" msgstr "Your responses" From c9b6955422c6b6edd863d18ce0027a56f1a5ce12 Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Fri, 11 Sep 2026 15:04:28 +0200 Subject: [PATCH 09/17] feat(portal): only mention the connection when something is wrong "Connection healthy" told a participant, in green, that nothing was happening. It is the expected case and carries nothing they can act on, so the indicator now renders nothing at all when the connection is fine, and the row it sits in collapses with it rather than holding a reserved gap open. The unhealthy state is unchanged: a yellow dot and "Connection unhealthy", still there for the case that actually needs a participant to notice. Co-Authored-By: Claude Opus 5 --- .../common/ConnectionHealthStatus.test.tsx | 54 +++++++++++++++++++ .../common/ConnectionHealthStatus.tsx | 16 +++--- .../participant/ParticipantBody.tsx | 16 +++--- echo/frontend/src/locales/cs-CZ.po | 20 +++---- echo/frontend/src/locales/de-DE.po | 20 +++---- echo/frontend/src/locales/en-US.po | 20 +++---- echo/frontend/src/locales/es-ES.po | 20 +++---- echo/frontend/src/locales/fr-FR.po | 20 +++---- echo/frontend/src/locales/it-IT.po | 20 +++---- echo/frontend/src/locales/nl-NL.po | 20 +++---- echo/frontend/src/locales/uk-UA.po | 20 +++---- 11 files changed, 148 insertions(+), 98 deletions(-) create mode 100644 echo/frontend/src/components/common/ConnectionHealthStatus.test.tsx diff --git a/echo/frontend/src/components/common/ConnectionHealthStatus.test.tsx b/echo/frontend/src/components/common/ConnectionHealthStatus.test.tsx new file mode 100644 index 000000000..af84eda72 --- /dev/null +++ b/echo/frontend/src/components/common/ConnectionHealthStatus.test.tsx @@ -0,0 +1,54 @@ +// @vitest-environment jsdom +import { i18n } from "@lingui/core"; +import { I18nProvider } from "@lingui/react"; +import { MantineProvider } from "@mantine/core"; +import { cleanup, render, screen } from "@testing-library/react"; +import { afterEach, beforeAll, expect, it } from "vitest"; +import { ConnectionHealthStatus } from "./ConnectionHealthStatus"; + +beforeAll(() => { + i18n.load("en", {}); + i18n.activate("en"); + window.matchMedia = + window.matchMedia || + ((query: string) => ({ + addEventListener: () => {}, + addListener: () => {}, + dispatchEvent: () => false, + matches: false, + media: query, + onchange: null, + removeEventListener: () => {}, + removeListener: () => {}, + })); +}); + +afterEach(cleanup); + +const wrap = (props: Parameters[0]) => + render( + + + + + , + ); + +it("says nothing while the connection is fine", () => { + wrap({ isOnline: true, sseConnectionHealthy: true }); + + // Not "Connection healthy" in a quieter colour: nothing at all. + expect(screen.queryByText(/Connection/)).toBeNull(); +}); + +it("speaks up when the stream is unhealthy", () => { + wrap({ isOnline: true, sseConnectionHealthy: false }); + + expect(screen.getByText("Connection unhealthy")).toBeTruthy(); +}); + +it("speaks up when the device is offline", () => { + wrap({ isOnline: false, sseConnectionHealthy: true }); + + expect(screen.getByText("Connection unhealthy")).toBeTruthy(); +}); diff --git a/echo/frontend/src/components/common/ConnectionHealthStatus.tsx b/echo/frontend/src/components/common/ConnectionHealthStatus.tsx index 8d392d736..8b765dd32 100644 --- a/echo/frontend/src/components/common/ConnectionHealthStatus.tsx +++ b/echo/frontend/src/components/common/ConnectionHealthStatus.tsx @@ -1,6 +1,5 @@ import { t } from "@lingui/core/macro"; import { Group, Text } from "@mantine/core"; -import clsx from "clsx"; type Props = { isOnline: boolean; @@ -13,21 +12,20 @@ export const ConnectionHealthStatus = ({ }: Props) => { const isHealthy = isOnline && sseConnectionHealthy; + // A healthy connection is the expected case and says nothing a participant + // can act on. Only trouble earns a line on the screen. + if (isHealthy) return null; + return ( -
+
- {isHealthy ? t`Connection healthy` : t`Connection unhealthy`} + {t`Connection unhealthy`} diff --git a/echo/frontend/src/components/participant/ParticipantBody.tsx b/echo/frontend/src/components/participant/ParticipantBody.tsx index 9e6667b89..6f5a1dcd6 100644 --- a/echo/frontend/src/components/participant/ParticipantBody.tsx +++ b/echo/frontend/src/components/participant/ParticipantBody.tsx @@ -1,7 +1,7 @@ import { useAutoAnimate } from "@formkit/auto-animate/react"; import { t } from "@lingui/core/macro"; import { Trans } from "@lingui/react/macro"; -import { Button, Modal, Stack, Text, Title } from "@mantine/core"; +import { Button, Modal, Stack, Title } from "@mantine/core"; import { useDisclosure } from "@mantine/hooks"; import { IconExclamationCircle, IconWifiOff } from "@tabler/icons-react"; @@ -130,14 +130,12 @@ export const ParticipantBody = ({

)} - {isRecording && ( -
- {ENABLE_CONVERSATION_HEALTH && ( - - )} + {isRecording && ENABLE_CONVERSATION_HEALTH && ( +
+
)} diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 93b8357a3..88189252f 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -2763,8 +2763,8 @@ msgid "Connecting to report services..." msgstr "Connecting to report services..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Connection healthy" +#~ msgid "Connection healthy" +#~ msgstr "Connection healthy" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Tip" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "View your responses" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 3898b0338..621de20da 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -2764,8 +2764,8 @@ msgid "Connecting to report services..." msgstr "Verbindung zu den Berichtsdiensten wird hergestellt..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Verbindung gesund" +#~ msgid "Connection healthy" +#~ msgstr "Verbindung gesund" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2776,7 +2776,7 @@ msgstr "Verbindungsproblem" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Verbindung ungesund" @@ -8095,7 +8095,7 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Bitte lassen Sie diesen Bildschirm eingeschaltet**\n" "(schwarzer Bildschirm = keine Aufnahme)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10328,7 +10328,7 @@ msgstr "Beim Generieren des Geheimnisses ist ein Fehler aufgetreten." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht" @@ -11483,7 +11483,7 @@ msgstr "Zeitstempel" msgid "Timestamps and duration" msgstr "Zeitstempel und Dauer" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Tipp" @@ -12389,7 +12389,7 @@ msgstr "Beispiel-Payload anzeigen" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "Ihre Antworten anzeigen" @@ -13126,7 +13126,7 @@ msgstr "Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich regis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung" @@ -13446,7 +13446,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Ihre Antworten" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index e8ab8aa75..2464daf88 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -2763,8 +2763,8 @@ msgid "Connecting to report services..." msgstr "Connecting to report services..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Connection healthy" +#~ msgid "Connection healthy" +#~ msgstr "Connection healthy" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "Connection revoked" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "Something went wrong while transcribing. Try again." -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Tip" @@ -12395,7 +12395,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "View your responses" @@ -13132,7 +13132,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13452,7 +13452,7 @@ msgstr "Your request is in." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 18d0a03e5..7593dd984 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -2764,8 +2764,8 @@ msgid "Connecting to report services..." msgstr "Conectando a los servicios de informes..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Conexión saludable" +#~ msgid "Connection healthy" +#~ msgstr "Conexión saludable" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2776,7 +2776,7 @@ msgstr "Problema de conexión" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Conexión no saludable" @@ -8095,7 +8095,7 @@ msgstr "Por favor, ingrese un correo electrónico válido." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Mantenga esta pantalla encendida**\n" "(pantalla negra = no está grabando)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10328,7 +10328,7 @@ msgstr "Algo salió mal al generar el secreto." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" @@ -11483,7 +11483,7 @@ msgstr "Marca de tiempo" msgid "Timestamps and duration" msgstr "Marcas de tiempo y duración" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Consejo" @@ -12391,7 +12391,7 @@ msgstr "Ver ejemplo de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "Ver tus respuestas" @@ -13128,7 +13128,7 @@ msgstr "Debes iniciar sesión con el mismo proveedor con el que te registraste. msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "Pareces estar desconectado, por favor verifica tu conexión a internet" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Tus respuestas" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index b1a452654..904e549c7 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -2764,8 +2764,8 @@ msgid "Connecting to report services..." msgstr "Connexion aux services de création de rapports..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Connexion saine" +#~ msgid "Connection healthy" +#~ msgstr "Connexion saine" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2776,7 +2776,7 @@ msgstr "Problème de connexion" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Connexion défectueuse" @@ -8095,7 +8095,7 @@ msgstr "Veuillez entrer une adresse e-mail valide." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Veuillez garder cet écran allumé**\n" "(écran noir = pas d'enregistrement)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10328,7 +10328,7 @@ msgstr "Une erreur s'est produite lors de la génération du secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste" @@ -11483,7 +11483,7 @@ msgstr "Horodatage" msgid "Timestamps and duration" msgstr "Horodatages et durée" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Conseil" @@ -12388,7 +12388,7 @@ msgstr "Voir un exemple de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "Voir vos réponses" @@ -13125,7 +13125,7 @@ msgstr "Vous devez vous connecter avec le même fournisseur que vous avez utilis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "Vous semblez être hors ligne, veuillez vérifier votre connexion internet" @@ -13445,7 +13445,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Vos réponses" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index cbfbb25b2..ffc39525b 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -2763,8 +2763,8 @@ msgid "Connecting to report services..." msgstr "Connecting to report services..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Connection healthy" +#~ msgid "Connection healthy" +#~ msgstr "Connection healthy" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Tip" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "View your responses" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index b8936f5c6..fef4b6ba5 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -2761,8 +2761,8 @@ msgid "Connecting to report services..." msgstr "Verbinding maken met rapportservices..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Verbinding gezond" +#~ msgid "Connection healthy" +#~ msgstr "Verbinding gezond" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2773,7 +2773,7 @@ msgstr "Verbindingsprobleem" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Verbinding ongezond" @@ -8092,7 +8092,7 @@ msgstr "Voer een geldig e-mailadres in." msgid "Please log in to continue." msgstr "Log in om door te gaan." -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8102,7 +8102,7 @@ msgstr "" "**Houd dit scherm verlicht**\n" "(zwart scherm = niet aan het opnemen)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10325,7 +10325,7 @@ msgstr "Er is iets misgegaan bij het genereren van het geheim." msgid "Something went wrong while transcribing. Try again." msgstr "Er ging iets mis tijdens het transcriberen. Probeer het opnieuw." -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" @@ -11480,7 +11480,7 @@ msgstr "Tijdstempel" msgid "Timestamps and duration" msgstr "Tijdstempels en duur" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Tip" @@ -12386,7 +12386,7 @@ msgstr "Voorbeeld payload bekijken" msgid "View invite" msgstr "Uitnodiging bekijken" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "Bekijk je reacties" @@ -13123,7 +13123,7 @@ msgstr "Je moet inloggen met dezelfde provider die u gebruikte om u aan te melde msgid "You need an invitation from a colleague" msgstr "Je hebt een uitnodiging van een collega nodig" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "Je lijkt offline te zijn, controleer je internetverbinding" @@ -13443,7 +13443,7 @@ msgstr "Je aanvraag is binnen." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Je reacties" diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 82b9907fe..6cdd48aac 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -2763,8 +2763,8 @@ msgid "Connecting to report services..." msgstr "Connecting to report services..." #: src/components/common/ConnectionHealthStatus.tsx:30 -msgid "Connection healthy" -msgstr "Connection healthy" +#~ msgid "Connection healthy" +#~ msgstr "Connection healthy" #. js-lingui-explicit-id #: src/components/participant/ParticipantConversationAudio.tsx:775 @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:30 +#: src/components/common/ConnectionHealthStatus.tsx:28 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:195 +#: src/components/participant/ParticipantBody.tsx:193 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:191 +#: src/components/participant/ParticipantBody.tsx:189 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:156 +#: src/components/participant/ParticipantBody.tsx:154 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:148 +#: src/components/participant/ParticipantBody.tsx:146 msgid "Tip" msgstr "Tip" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:252 +#: src/components/participant/ParticipantBody.tsx:250 msgid "View your responses" msgstr "View your responses" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:147 +#: src/components/participant/ParticipantBody.tsx:145 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися." -#: src/components/participant/ParticipantBody.tsx:262 +#: src/components/participant/ParticipantBody.tsx:260 msgid "Your responses" msgstr "Your responses" From 84a5a2543a510447104d9e6563267961db8c12f9 Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Fri, 11 Sep 2026 15:16:54 +0200 Subject: [PATCH 10/17] feat(portal): colour the meter by what is actually wrong Blue while everything is working, yellow when the connection is unhealthy, red when the recording itself is in trouble. The meter is the thing a participant is already looking at, so it carries the state rather than making them read for it. Red means one of two things: a run that was interrupted, or no sound arriving at all. The second is worth catching properly. A live microphone in a silent room still returns room tone; a muted, unplugged or taken-over microphone returns a flat signal. Eight seconds of that is not a pause in the conversation, it is somebody talking into nothing, so the meter turns red and the settings modal opens itself with the microphone test inside. It fires again only after sound has returned, so closing it is final for as long as the microphone stays dead. Both colours and the pill now read one health stream. It was opened in the body, below the bar the meter lives in, so the recording screen takes ownership and passes the verdict down through the outlet context instead of a second EventSource being opened alongside it. The unhealthy notice is larger, since it only ever appears when something is wrong. Co-Authored-By: Claude Opus 5 --- .../common/ConnectionHealthStatus.tsx | 5 +- .../participant/ParticipantBody.tsx | 13 ++- .../ParticipantConversationAudio.tsx | 40 ++++++++- .../ParticipantConversationAudioContent.tsx | 12 ++- .../ParticipantRecordingWaveform.test.tsx | 89 ++++++++++++++++++- .../ParticipantRecordingWaveform.tsx | 71 +++++++++++++-- .../src/components/voice/VoiceWaveform.tsx | 9 +- echo/frontend/src/locales/cs-CZ.po | 70 +++++++-------- echo/frontend/src/locales/de-DE.po | 70 +++++++-------- echo/frontend/src/locales/en-US.po | 70 +++++++-------- echo/frontend/src/locales/es-ES.po | 70 +++++++-------- echo/frontend/src/locales/fr-FR.po | 70 +++++++-------- echo/frontend/src/locales/it-IT.po | 70 +++++++-------- echo/frontend/src/locales/nl-NL.po | 70 +++++++-------- echo/frontend/src/locales/uk-UA.po | 70 +++++++-------- 15 files changed, 497 insertions(+), 302 deletions(-) diff --git a/echo/frontend/src/components/common/ConnectionHealthStatus.tsx b/echo/frontend/src/components/common/ConnectionHealthStatus.tsx index 8b765dd32..03c2ef054 100644 --- a/echo/frontend/src/components/common/ConnectionHealthStatus.tsx +++ b/echo/frontend/src/components/common/ConnectionHealthStatus.tsx @@ -19,9 +19,10 @@ export const ConnectionHealthStatus = ({ return ( -
+
diff --git a/echo/frontend/src/components/participant/ParticipantBody.tsx b/echo/frontend/src/components/participant/ParticipantBody.tsx index 6f5a1dcd6..a9b4b9848 100644 --- a/echo/frontend/src/components/participant/ParticipantBody.tsx +++ b/echo/frontend/src/components/participant/ParticipantBody.tsx @@ -14,7 +14,6 @@ import { useParticipantProjectById, } from "@/components/participant/hooks"; import { useConversationIssueBanner } from "@/components/participant/hooks/useConversationIssueBanner"; -import { useConversationsHealthStream } from "@/components/participant/hooks/useConversationsHealthStream"; import { ENABLE_CONVERSATION_HEALTH } from "@/config"; import { useOnlineStatus } from "@/hooks/useOnlineStatus"; import { testId } from "@/lib/testUtils"; @@ -32,6 +31,8 @@ export const ParticipantBody = ({ interleaveMessages = true, isRecording = false, isAnonymized = false, + conversationIssue, + sseConnectionHealthy = true, }: PropsWithChildren<{ projectId: string; conversationId: string; @@ -39,6 +40,9 @@ export const ParticipantBody = ({ interleaveMessages?: boolean; isRecording?: boolean; isAnonymized?: boolean; + /** From the one health stream, owned by the recording screen above. */ + conversationIssue?: string | null; + sseConnectionHealthy?: boolean; }>) => { const [ref] = useAutoAnimate(); const [chatRef] = useAutoAnimate(); @@ -48,13 +52,6 @@ export const ParticipantBody = ({ const chunksQuery = useConversationChunksQuery(projectId, conversationId); const repliesQuery = useConversationRepliesQuery(conversationId); const isOnline = useOnlineStatus(); - const { - sseConnectionHealthy, - - conversationIssue, - } = useConversationsHealthStream( - ENABLE_CONVERSATION_HEALTH ? [conversationId] : undefined, - ); const combinedMessages = useMemo(() => { const userChunks = (chunksQuery.data ?? []).map((chunk) => ({ diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx index 67a03d5c0..d04601cd9 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudio.tsx @@ -24,9 +24,10 @@ import Cookies from "js-cookie"; import posthog from "posthog-js"; import { useEffect, useRef, useState } from "react"; import { Outlet, useLocation, useParams } from "react-router"; -import { ENABLE_MONITOR } from "@/config"; +import { ENABLE_CONVERSATION_HEALTH, ENABLE_MONITOR } from "@/config"; import { useElementOnScreen } from "@/hooks/useElementOnScreen"; import { useI18nNavigate } from "@/hooks/useI18nNavigate"; +import { useOnlineStatus } from "@/hooks/useOnlineStatus"; import { useVideoWakeLockFallback } from "@/hooks/useVideoWakeLockFallback"; import { useWakeLock } from "@/hooks/useWakeLock"; import { @@ -53,8 +54,11 @@ import { useUploadConversationChunk, } from "./hooks"; import useChunkedAudioRecorder from "./hooks/useChunkedAudioRecorder"; +import { useConversationsHealthStream } from "./hooks/useConversationsHealthStream"; import { useS3ConnectivityCheck } from "./hooks/useS3ConnectivityCheck"; +import type { RecordingMeterStatus } from "./ParticipantRecordingWaveform"; import { ParticipantRecordingWaveform } from "./ParticipantRecordingWaveform"; +import { ParticipantSettingsModal } from "./ParticipantSettingsModal"; import { PermissionErrorModal } from "./PermissionErrorModal"; import { StopRecordingConfirmationModal } from "./StopRecordingConfirmationModal"; import { useConversationArtefacts } from "./verify/hooks"; @@ -128,6 +132,22 @@ export const ParticipantConversationAudio = () => { { open: openRefineInfoModal, close: closeRefineInfoModal }, ] = useDisclosure(false); + // One health stream for this screen. The meter reads it here, and the body + // below reads it through the outlet context rather than opening a second + // EventSource of its own. + const isOnline = useOnlineStatus(); + const { conversationIssue, sseConnectionHealthy } = + useConversationsHealthStream( + ENABLE_CONVERSATION_HEALTH && conversationId + ? [conversationId] + : undefined, + ); + + const [ + forcedSettingsOpened, + { close: closeForcedSettings, open: openForcedSettings }, + ] = useDisclosure(false); + const [interruptionModalOpened, { open: openInterruptionModal }] = useDisclosure(false); const [isReconnecting, setIsReconnecting] = useState(false); @@ -189,6 +209,15 @@ export const ParticipantConversationAudio = () => { permissionError, } = audioRecorder; + // What colour the meter runs in. A run that was interrupted is the recording + // itself failing, so it outranks a connection that has merely gone quiet. + // The meter escalates to `problem` on its own when no sound arrives at all. + const meterStatus: RecordingMeterStatus = audioRecorder.hadInterruption + ? "problem" + : !isOnline || (ENABLE_CONVERSATION_HEALTH && !sseConnectionHealthy) + ? "unhealthy" + : "healthy"; + // Keep the latest audio-level reader in a ref so the (state-scoped) beacon // effect can sample it each tick without re-subscribing every render. const getAudioLevelRef = useRef(audioRecorder.getAudioLevel); @@ -806,6 +835,11 @@ export const ParticipantConversationAudio = () => { {/* modal for stop recording confirmation */} + + {
@@ -952,7 +988,9 @@ export const ParticipantConversationAudio = () => { {isRecording && ( )} diff --git a/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx b/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx index 1cc41cb34..e731ca3e7 100644 --- a/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx +++ b/echo/frontend/src/components/participant/ParticipantConversationAudioContent.tsx @@ -26,8 +26,11 @@ import { VerifiedArtefactsList } from "./verify/VerifiedArtefactsList"; const VERIFICATION_BANNER_THRESHOLD_SECONDS = 60; type OutletContextType = { + /** The one health stream, owned by the recording screen above. */ + conversationIssue?: string | null; isRecording: boolean; recordingTime: number; + sseConnectionHealthy?: boolean; }; export const ParticipantConversationAudioContent = () => { @@ -37,7 +40,12 @@ export const ParticipantConversationAudioContent = () => { const { projectId, conversationId } = useParams(); const [searchParams, setSearchParams] = useSearchParams(); - const { isRecording, recordingTime } = useOutletContext(); + const { + conversationIssue, + isRecording, + recordingTime, + sseConnectionHealthy, + } = useOutletContext(); const projectQuery = useParticipantProjectById(projectId ?? ""); const conversationQuery = useConversationQuery(projectId, conversationId); const [_isRefineDisabled, _setIsRefineDisabled, removeValue] = @@ -139,6 +147,8 @@ export const ParticipantConversationAudioContent = () => { conversationId={conversationId ?? ""} isRecording={isRecording} isAnonymized={conversationQuery.data?.is_anonymized ?? false} + conversationIssue={conversationIssue} + sseConnectionHealthy={sseConnectionHealthy} /> )} diff --git a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx index 42f93d63c..01ad2305f 100644 --- a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx +++ b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.test.tsx @@ -3,7 +3,10 @@ import { MantineProvider } from "@mantine/core"; import { act, cleanup, render, screen } from "@testing-library/react"; import { afterEach, beforeEach, expect, it, vi } from "vitest"; import { VOICE_WAVEFORM_BARS } from "@/components/voice/voiceInput"; -import { ParticipantRecordingWaveform } from "./ParticipantRecordingWaveform"; +import { + ParticipantRecordingWaveform, + type RecordingMeterStatus, +} from "./ParticipantRecordingWaveform"; beforeEach(() => { vi.useFakeTimers(); @@ -26,13 +29,26 @@ afterEach(() => { vi.unstubAllGlobals(); }); -const renderWaveform = (peekAudioLevel?: () => number) => +const renderWaveform = ( + peekAudioLevel?: () => number, + props: { + onSilence?: () => void; + status?: RecordingMeterStatus; + } = {}, +) => render( - + , ); +const barColor = () => + (screen.getByTestId("chat-voice-waveform").firstElementChild as HTMLElement) + .style.backgroundColor; + it("draws a bar per sample slot once the meter is running", () => { renderWaveform(() => 0.5); @@ -63,3 +79,70 @@ it("renders nothing when no meter is available", () => { expect(screen.queryByTestId("chat-voice-waveform")).toBeNull(); }); + +it("runs blue while everything is fine and yellow when the connection is not", () => { + const { unmount } = renderWaveform(() => 0.5, { status: "healthy" }); + act(() => { + vi.advanceTimersByTime(500); + }); + expect(barColor()).toContain("primary-6"); + unmount(); + + renderWaveform(() => 0.5, { status: "unhealthy" }); + act(() => { + vi.advanceTimersByTime(500); + }); + expect(barColor()).toContain("yellow"); +}); + +it("turns red and asks for help when no sound arrives at all", () => { + const onSilence = vi.fn(); + renderWaveform(() => 0, { onSilence, status: "healthy" }); + + // A pause in the conversation is not a dead microphone. + act(() => { + vi.advanceTimersByTime(4000); + }); + expect(onSilence).not.toHaveBeenCalled(); + expect(barColor()).toContain("primary-6"); + + act(() => { + vi.advanceTimersByTime(5000); + }); + expect(onSilence).toHaveBeenCalledTimes(1); + expect(barColor()).toContain("red"); +}); + +it("asks only once until sound comes back", () => { + const onSilence = vi.fn(); + let level = 0; + renderWaveform(() => level, { onSilence }); + + act(() => { + vi.advanceTimersByTime(20000); + }); + expect(onSilence).toHaveBeenCalledTimes(1); + + // Somebody dismisses it and the microphone recovers, then dies again. + level = 0.5; + act(() => { + vi.advanceTimersByTime(1000); + }); + expect(barColor()).toContain("primary-6"); + + level = 0; + act(() => { + vi.advanceTimersByTime(9000); + }); + expect(onSilence).toHaveBeenCalledTimes(2); +}); + +it("keeps a red recording problem even while the connection is only unhealthy", () => { + renderWaveform(() => 0, { status: "unhealthy" }); + + act(() => { + vi.advanceTimersByTime(9000); + }); + + expect(barColor()).toContain("red"); +}); diff --git a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx index f8fc94f5a..abb643d30 100644 --- a/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx +++ b/echo/frontend/src/components/participant/ParticipantRecordingWaveform.tsx @@ -1,10 +1,35 @@ -import { useEffect, useState } from "react"; +import { useEffect, useRef, useState } from "react"; import { VoiceWaveform } from "@/components/voice/VoiceWaveform"; import { VOICE_LEVEL_SAMPLE_MS, VOICE_WAVEFORM_BARS, } from "@/components/voice/voiceInput"; +/** What the meter is reporting, worst case first. + * + * `problem` is the recording itself failing: nothing reaching the microphone, + * or a run that was interrupted. `unhealthy` is the connection: the recording + * is fine, getting it to dembrane is not. */ +export type RecordingMeterStatus = "healthy" | "unhealthy" | "problem"; + +const METER_COLORS: Record = { + healthy: "var(--mantine-color-primary-6)", + problem: "var(--mantine-color-red-6)", + unhealthy: "var(--mantine-color-yellow-6)", +}; + +/** Below this the microphone is producing nothing at all. + * + * Not "nobody is talking": a live microphone in a silent room still returns + * room tone well above this. A muted, unplugged, or stolen-by-another-app + * microphone returns a flat signal, which is what this catches. */ +const SILENT_LEVEL = 0.002; + +/** How long that has to hold before we say so. Long enough to sit through a + * pause in the conversation, short enough that somebody who is talking into a + * dead microphone finds out while they still remember what they said. */ +const SILENCE_MS = 8000; + /** The live level meter, on the portal's recording screen. * * The chat composer's waveform, fed by the portal's own recorder. It polls @@ -15,19 +40,48 @@ import { * destructive one, and drawing the meter cannot take a sample away from it. */ export const ParticipantRecordingWaveform = ({ + onSilence, peekAudioLevel, + status = "healthy", }: { + /** Called once when the microphone goes quiet and stays quiet. Fires again + * only after sound has returned, so it cannot pester somebody who has + * already dismissed whatever it opened. */ + onSilence?: () => void; peekAudioLevel?: () => number; + status?: RecordingMeterStatus; }) => { const [levels, setLevels] = useState([]); + const [isSilent, setIsSilent] = useState(false); + + const silentSinceRef = useRef(null); + const reportedRef = useRef(false); + const onSilenceRef = useRef(onSilence); + onSilenceRef.current = onSilence; useEffect(() => { if (!peekAudioLevel) return; + const id = setInterval(() => { - setLevels((previous) => - [...previous, peekAudioLevel()].slice(-VOICE_WAVEFORM_BARS), - ); + const level = peekAudioLevel(); + setLevels((previous) => [...previous, level].slice(-VOICE_WAVEFORM_BARS)); + + if (level > SILENT_LEVEL) { + silentSinceRef.current = null; + reportedRef.current = false; + setIsSilent(false); + return; + } + + silentSinceRef.current ??= Date.now(); + if (Date.now() - silentSinceRef.current < SILENCE_MS) return; + + setIsSilent(true); + if (reportedRef.current) return; + reportedRef.current = true; + onSilenceRef.current?.(); }, VOICE_LEVEL_SAMPLE_MS); + return () => clearInterval(id); }, [peekAudioLevel]); @@ -35,5 +89,12 @@ export const ParticipantRecordingWaveform = ({ // Twice the swing of the composer's meter. This one sits above the timer at // arm's length on a phone on a table, not under the reader's nose. - return ; + return ( + + ); }; diff --git a/echo/frontend/src/components/voice/VoiceWaveform.tsx b/echo/frontend/src/components/voice/VoiceWaveform.tsx index 8dc3459ca..e8787c44f 100644 --- a/echo/frontend/src/components/voice/VoiceWaveform.tsx +++ b/echo/frontend/src/components/voice/VoiceWaveform.tsx @@ -14,10 +14,13 @@ import { VOICE_WAVEFORM_BARS, waveformHeights } from "./voiceInput"; */ export const VoiceWaveform = ({ className, + color = "var(--mantine-color-primary-6)", gain, levels, }: { className?: string; + /** Bar colour, as any CSS colour. */ + color?: string; /** Multiplies the drawn height; see `waveformHeights`. */ gain?: number; levels: number[]; @@ -39,10 +42,12 @@ export const VoiceWaveform = ({ // biome-ignore lint/suspicious/noArrayIndexKey: bars are positions in a fixed-length meter, not data key={index} style={{ - backgroundColor: "var(--mantine-color-primary-6)", + backgroundColor: color, height: `${height}%`, minHeight: "2px", - transition: reduceMotion ? undefined : "height 90ms linear", + transition: reduceMotion + ? undefined + : "background-color 300ms ease, height 90ms linear", }} /> ))} diff --git a/echo/frontend/src/locales/cs-CZ.po b/echo/frontend/src/locales/cs-CZ.po index 88189252f..05386f555 100644 --- a/echo/frontend/src/locales/cs-CZ.po +++ b/echo/frontend/src/locales/cs-CZ.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgstr "Connecting to report services..." #~ msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "Failed to delete tag" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "Take me to {resolvedWorkspaceName}" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "View your responses" @@ -12506,7 +12506,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Welcome" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Vaše odpověď byla zaznamenána. Tuto kartu můžete zavřít. Můžete také nahrát další rozhovor nebo sdílet QR kód, aby mohli přispět i ostatní." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/de-DE.po b/echo/frontend/src/locales/de-DE.po index 621de20da..49b56f1b8 100644 --- a/echo/frontend/src/locales/de-DE.po +++ b/echo/frontend/src/locales/de-DE.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr " Von Benachrichtigungen abmelden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" bald verfügbar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Erkunden\" bald verfügbar" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Überprüfen\" bald verfügbar" @@ -1864,7 +1864,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Achtung! Wir haben die letzten 60 Sekunden Ihrer Aufnahme aufgrund einer Unterbrechung verloren. Bitte drücken Sie die Schaltfläche unten, um die Verbindung wiederherzustellen." @@ -2768,7 +2768,7 @@ msgstr "Verbindung zu den Berichtsdiensten wird hergestellt..." #~ msgstr "Verbindung gesund" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Verbindungsproblem" @@ -2776,7 +2776,7 @@ msgstr "Verbindungsproblem" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Verbindung ungesund" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4491,7 +4491,7 @@ msgstr "Fehler beim Löschen der Antwort" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Fehler beim Beenden des Gesprächs. Bitte versuchen Sie es erneut." @@ -4532,7 +4532,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Verbindung fehlgeschlagen. Bitte versuche, die Seite neu zu laden." @@ -4573,7 +4573,7 @@ msgstr "Fehler beim Hertranskribieren des Gesprächs. Bitte versuchen Sie es ern msgid "Failed to revise outcome. Please try again." msgstr "Ergebnis konnte nicht überarbeitet werden. Bitte versuchen Sie es erneut." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Fehler beim Beenden der Aufnahme bei Änderung des Mikrofons. Bitte versuchen Sie es erneut." @@ -4620,7 +4620,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Funktion bald verfügbar" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Beenden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Beenden" @@ -4916,7 +4916,7 @@ msgstr "Dein Bericht wird erstellt..." msgid "German" msgstr "Deutsch" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen." @@ -5249,7 +5249,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "Ich verstehe" @@ -8095,7 +8095,7 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Bitte lassen Sie diesen Bildschirm eingeschaltet**\n" "(schwarzer Bildschirm = keine Aufnahme)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8661,12 +8661,12 @@ msgid "Recommended apps" msgstr "Empfohlene Apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Erneut verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Erneut verbinden" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Aufnehmen" @@ -8704,7 +8704,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Aufnahme unterbrochen" @@ -10276,7 +10276,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Etwas blockiert Ihre Verbindung. Ihr Audio wird nicht gespeichert, solange dieses Problem nicht behoben ist." @@ -10328,7 +10328,7 @@ msgstr "Beim Generieren des Geheimnisses ist ein Fehler aufgetreten." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Beim Gespräch ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Stopp" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Beenden" @@ -10715,11 +10715,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält, oder erhalte eine sofortige Antwort von dembrane, um das Gespräch zu vertiefen." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Nimm dir Zeit, ein konkretes Ergebnis zu erstellen, das deinen Beitrag festhält." @@ -11109,7 +11109,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "Dies kann passieren, wenn ein VPN oder eine Firewall die Verbindung blockiert. Versuchen Sie, Ihr VPN zu deaktivieren, zu einem anderen Netzwerk zu wechseln (z. B. mobiler Hotspot) oder wenden Sie sich an Ihre IT-Abteilung." @@ -11136,7 +11136,7 @@ msgid "This email is already in the list." msgstr "Diese E-Mail ist bereits in der Liste." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "Diese Funktion wird in {remainingTime} Sekunden verfügbar sein." @@ -11483,7 +11483,7 @@ msgstr "Zeitstempel" msgid "Timestamps and duration" msgstr "Zeitstempel und Dauer" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Tipp" @@ -12152,7 +12152,7 @@ msgid "participant.modal.uploading" msgstr "Audio wird hochgeladen..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Audio wird hochgeladen..." @@ -12281,7 +12281,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Erinnerung zur Verifizierung" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verifizierung erforderlich" @@ -12389,7 +12389,7 @@ msgstr "Beispiel-Payload anzeigen" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "Ihre Antworten anzeigen" @@ -12505,7 +12505,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "Wir benötigen etwas mehr Kontext, um Ihnen zu helfen, ECHO effektiv zu nutzen. Bitte setzen Sie die Aufzeichnung fort, damit wir bessere Vorschläge machen können." @@ -12594,7 +12594,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Willkommen" @@ -13126,7 +13126,7 @@ msgstr "Sie müssen sich mit demselben Anbieter anmelden, mit dem Sie sich regis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "Sie scheinen offline zu sein. Bitte überprüfen Sie Ihre Internetverbindung" @@ -13446,7 +13446,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Ihre Antwort wurde aufgezeichnet. Sie können diesen Tab jetzt schließen. Sie können auch ein weiteres Gespräch aufnehmen oder den QR-Code teilen, damit andere beitragen können." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Ihre Antworten" diff --git a/echo/frontend/src/locales/en-US.po b/echo/frontend/src/locales/en-US.po index 2464daf88..a4f07db01 100644 --- a/echo/frontend/src/locales/en-US.po +++ b/echo/frontend/src/locales/en-US.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "\"made with dembrane\" stays on the screen." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "Attach verified artifacts" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgstr "Connecting to report services..." #~ msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "Connection revoked" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "Early features you can try on this project before they are ready for everyone." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "Failed to delete tag" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "Failed to move project" msgid "Failed to move projects" msgstr "Failed to move projects" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "Fair password" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "I need strict privacy guarantees" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "Please log in to continue." -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "Reconnecting" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "Recording conversations you have in person, like street interviews." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "Something else." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "Something went wrong while transcribing. Try again." -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "Tags updated. You can fine-tune them anytime in the portal editor." msgid "Take me to {resolvedWorkspaceName}" msgstr "Take me to {resolvedWorkspaceName}" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "This browser cannot record audio. Chrome, Edge and Safari can." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12287,7 +12287,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12395,7 +12395,7 @@ msgstr "View example payload" msgid "View invite" msgstr "View invite" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "View your responses" @@ -12511,7 +12511,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "We couldn't update your payment method. Your old one is still active. Please try again." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12600,7 +12600,7 @@ msgid "Webhooks come with a paid plan." msgstr "Webhooks come with a paid plan." #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Welcome" @@ -13132,7 +13132,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "You need an invitation from a colleague" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13452,7 +13452,7 @@ msgstr "Your request is in." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/es-ES.po b/echo/frontend/src/locales/es-ES.po index 7593dd984..8c3053650 100644 --- a/echo/frontend/src/locales/es-ES.po +++ b/echo/frontend/src/locales/es-ES.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr "Desuscribirse de Notificaciones" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" disponible pronto" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explorar\" disponible pronto" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verificar\" disponible pronto" @@ -1864,7 +1864,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "¡Atención! Perdimos los últimos 60 segundos de tu grabación debido a una interrupción. Por favor, presiona el botón de abajo para reconectar." @@ -2768,7 +2768,7 @@ msgstr "Conectando a los servicios de informes..." #~ msgstr "Conexión saludable" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Problema de conexión" @@ -2776,7 +2776,7 @@ msgstr "Problema de conexión" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Conexión no saludable" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4491,7 +4491,7 @@ msgstr "Error al eliminar la respuesta" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Error al finalizar la conversación. Por favor, inténtalo de nuevo." @@ -4532,7 +4532,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Error al reconectar. Por favor, recarga la página." @@ -4573,7 +4573,7 @@ msgstr "Error al retranscribir la conversación. Por favor, inténtalo de nuevo. msgid "Failed to revise outcome. Please try again." msgstr "Error al revisar el resultado. Por favor, inténtalo de nuevo." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Error al detener la grabación al cambiar el dispositivo. Por favor, inténtalo de nuevo." @@ -4620,7 +4620,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Función disponible pronto" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finalizar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Finalizar" @@ -4916,7 +4916,7 @@ msgstr "Generando tu informe..." msgid "German" msgstr "Alemán" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación." @@ -5249,7 +5249,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "Entiendo" @@ -8095,7 +8095,7 @@ msgstr "Por favor, ingrese un correo electrónico válido." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Mantenga esta pantalla encendida**\n" "(pantalla negra = no está grabando)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8661,12 +8661,12 @@ msgid "Recommended apps" msgstr "Aplicaciones recomendadas" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Reconectar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Reconectar" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Grabar" @@ -8704,7 +8704,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Grabación interrumpida" @@ -10276,7 +10276,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Algo está bloqueando tu conexión. Tu audio no se guardará a menos que se resuelva este problema." @@ -10328,7 +10328,7 @@ msgstr "Algo salió mal al generar el secreto." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Algo salió mal con la conversación. Por favor, inténtalo de nuevo o contacta al soporte si el problema persiste" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Detener" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Detener" @@ -10715,11 +10715,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Tómate un tiempo para crear un resultado que haga tu contribución concreta u obtén una respuesta inmediata de dembrane para ayudarte a profundizar en la conversación." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Tómate un tiempo para crear un resultado que haga tu contribución concreta." @@ -11109,7 +11109,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "Esto puede ocurrir cuando una VPN o un firewall está bloqueando la conexión. Intenta desactivar tu VPN, cambiar a otra red (p. ej., punto de acceso móvil) o contacta con tu departamento de TI para obtener ayuda." @@ -11136,7 +11136,7 @@ msgid "This email is already in the list." msgstr "Este correo electrónico ya está en la lista." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "Esta función estará disponible en {remainingTime} segundos." @@ -11483,7 +11483,7 @@ msgstr "Marca de tiempo" msgid "Timestamps and duration" msgstr "Marcas de tiempo y duración" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Consejo" @@ -12154,7 +12154,7 @@ msgid "participant.modal.uploading" msgstr "Subiendo audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Subiendo audio..." @@ -12283,7 +12283,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Recordatorio de verificación" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verificación requerida" @@ -12391,7 +12391,7 @@ msgstr "Ver ejemplo de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "Ver tus respuestas" @@ -12507,7 +12507,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "Necesitamos un poco más de contexto para ayudarle a usar ECHO de manera efectiva. Por favor, continúe grabando para que podamos proporcionar mejores sugerencias." @@ -12596,7 +12596,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Bienvenido" @@ -13128,7 +13128,7 @@ msgstr "Debes iniciar sesión con el mismo proveedor con el que te registraste. msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "Pareces estar desconectado, por favor verifica tu conexión a internet" @@ -13448,7 +13448,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Tu respuesta ha sido registrada. Puedes cerrar esta pestaña ahora. También puedes registrar otra conversación o compartir el código QR para que otras personas puedan contribuir." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Tus respuestas" diff --git a/echo/frontend/src/locales/fr-FR.po b/echo/frontend/src/locales/fr-FR.po index 904e549c7..84c4ff6d3 100644 --- a/echo/frontend/src/locales/fr-FR.po +++ b/echo/frontend/src/locales/fr-FR.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr " Se désabonner des notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" bientôt disponible" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explorer\" bientôt disponible" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Vérifier\" bientôt disponible" @@ -1864,7 +1864,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Attention ! Nous avons perdu les 60 dernières secondes de votre enregistrement en raison d'une interruption. Veuillez appuyer sur le bouton ci-dessous pour vous reconnecter." @@ -2768,7 +2768,7 @@ msgstr "Connexion aux services de création de rapports..." #~ msgstr "Connexion saine" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Problème de connexion" @@ -2776,7 +2776,7 @@ msgstr "Problème de connexion" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Connexion défectueuse" @@ -3967,7 +3967,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4491,7 +4491,7 @@ msgstr "Échec de la suppression de la réponse" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Échec de la fin de la conversation. Veuillez réessayer." @@ -4532,7 +4532,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Échec de la reconnexion. Veuillez recharger la page." @@ -4573,7 +4573,7 @@ msgstr "Échec de la transcription de la conversation. Veuillez réessayer." msgid "Failed to revise outcome. Please try again." msgstr "Échec de la révision du résultat. Veuillez réessayer." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Échec de l'arrêt de l'enregistrement lors du changement de périphérique. Veuillez réessayer." @@ -4620,7 +4620,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Fonctionnalité bientôt disponible" @@ -4705,7 +4705,7 @@ msgid "participant.button.finish.text.mode" msgstr "Terminer" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Terminer" @@ -4916,7 +4916,7 @@ msgstr "Génération de votre rapport en cours..." msgid "German" msgstr "Allemand" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Obtenez une réponse immédiate de dembrane pour vous aider à approfondir la conversation." @@ -5249,7 +5249,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "Je comprends" @@ -8095,7 +8095,7 @@ msgstr "Veuillez entrer une adresse e-mail valide." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8105,7 +8105,7 @@ msgstr "" "**Veuillez garder cet écran allumé**\n" "(écran noir = pas d'enregistrement)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8661,12 +8661,12 @@ msgid "Recommended apps" msgstr "Applications recommandées" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Reconnecter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Reconnecter" @@ -8675,7 +8675,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Enregistrer" @@ -8704,7 +8704,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Enregistrement interrompu" @@ -10276,7 +10276,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Quelque chose bloque votre connexion. Votre audio ne sera pas sauvegardé tant que ce problème ne sera pas résolu." @@ -10328,7 +10328,7 @@ msgstr "Une erreur s'est produite lors de la génération du secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Une erreur s'est produite avec la conversation. Veuillez réessayer ou contacter le support si le problème persiste" @@ -10503,7 +10503,7 @@ msgid "Stop" msgstr "Arrêter" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Arrêter" @@ -10715,11 +10715,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11109,7 +11109,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "Cela peut se produire lorsqu'un VPN ou un pare-feu bloque la connexion. Essayez de désactiver votre VPN, de passer à un autre réseau (par ex. partage de connexion mobile) ou contactez votre service informatique pour obtenir de l'aide." @@ -11136,7 +11136,7 @@ msgid "This email is already in the list." msgstr "Cette e-mail est déjà dans la liste." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "Cette fonctionnalité sera disponible dans {remainingTime} secondes." @@ -11483,7 +11483,7 @@ msgstr "Horodatage" msgid "Timestamps and duration" msgstr "Horodatages et durée" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Conseil" @@ -12151,7 +12151,7 @@ msgid "participant.modal.uploading" msgstr "Envoi de l'audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Envoi de l'audio..." @@ -12280,7 +12280,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Rappel de vérification" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Vérification requise" @@ -12388,7 +12388,7 @@ msgstr "Voir un exemple de payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "Voir vos réponses" @@ -12504,7 +12504,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "Nous avons besoin d'un peu plus de contexte pour vous aider à utiliser ECHO efficacement. Veuillez continuer à enregistrer afin que nous puissions fournir de meilleures suggestions." @@ -12593,7 +12593,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Bienvenue" @@ -13125,7 +13125,7 @@ msgstr "Vous devez vous connecter avec le même fournisseur que vous avez utilis msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "Vous semblez être hors ligne, veuillez vérifier votre connexion internet" @@ -13445,7 +13445,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Votre réponse a été enregistrée. Vous pouvez maintenant fermer cette page. Vous pouvez également enregistrer une autre conversation ou partager le code QR pour que d'autres puissent contribuer." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Vos réponses" diff --git a/echo/frontend/src/locales/it-IT.po b/echo/frontend/src/locales/it-IT.po index ffc39525b..e56f580c5 100644 --- a/echo/frontend/src/locales/it-IT.po +++ b/echo/frontend/src/locales/it-IT.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgstr "Connecting to report services..." #~ msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "View your responses" @@ -12506,7 +12506,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Welcome" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "La tua risposta è stata registrata. Ora puoi chiudere questa scheda. Puoi anche registrare un'altra conversazione o condividere il codice QR così che altri possano contribuire." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Your responses" diff --git a/echo/frontend/src/locales/nl-NL.po b/echo/frontend/src/locales/nl-NL.po index fef4b6ba5..b1e29e62a 100644 --- a/echo/frontend/src/locales/nl-NL.po +++ b/echo/frontend/src/locales/nl-NL.po @@ -76,12 +76,12 @@ msgid " Unsubscribe from Notifications" msgstr " Afmelden voor meldingen" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" binnenkort beschikbaar" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Verkennen\" binnenkort beschikbaar" @@ -90,7 +90,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verifiëren\" binnenkort beschikbaar" @@ -1861,7 +1861,7 @@ msgid "Attach verified artifacts" msgstr "Geverifieerde artefacten toevoegen" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Let op! We hebben de laatste 60 seconden van je opname verloren door een onderbreking. Druk op de knop hieronder om opnieuw verbinding te maken." @@ -2765,7 +2765,7 @@ msgstr "Verbinding maken met rapportservices..." #~ msgstr "Verbinding gezond" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Verbindingsprobleem" @@ -2773,7 +2773,7 @@ msgstr "Verbindingsprobleem" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Verbinding ongezond" @@ -3964,7 +3964,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "Nieuwe functies die je in dit project kunt proberen voordat ze klaar zijn voor iedereen." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4488,7 +4488,7 @@ msgstr "Fout bij het verwijderen van de reactie" msgid "Failed to delete tag" msgstr "Verwijderen van tag mislukt" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Fout bij het voltooien van het gesprek. Probeer het opnieuw." @@ -4529,7 +4529,7 @@ msgstr "Verplaatsen van project mislukt" msgid "Failed to move projects" msgstr "Verplaatsen van projecten mislukt" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Opnieuw verbinden mislukt. Probeer de pagina opnieuw te laden." @@ -4570,7 +4570,7 @@ msgstr "Fout bij het hertranscriptie van het gesprek. Probeer het opnieuw." msgid "Failed to revise outcome. Please try again." msgstr "Fout bij het herzien van het resultaat. Probeer het opnieuw." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Fout bij het stoppen van de opname bij wijziging van het apparaat. Probeer het opnieuw." @@ -4617,7 +4617,7 @@ msgid "Fair password" msgstr "Redelijk wachtwoord" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Functie binnenkort beschikbaar" @@ -4702,7 +4702,7 @@ msgid "participant.button.finish.text.mode" msgstr "Voltooien" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Voltooien" @@ -4913,7 +4913,7 @@ msgstr "Je rapport wordt gegenereerd..." msgid "German" msgstr "Duits" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Krijg direct een reactie van dembrane om het gesprek te verdiepen." @@ -5246,7 +5246,7 @@ msgid "I need strict privacy guarantees" msgstr "Ik heb strikte privacygaranties nodig" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "Ik begrijp het" @@ -8092,7 +8092,7 @@ msgstr "Voer een geldig e-mailadres in." msgid "Please log in to continue." msgstr "Log in om door te gaan." -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8102,7 +8102,7 @@ msgstr "" "**Houd dit scherm verlicht**\n" "(zwart scherm = niet aan het opnemen)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8658,12 +8658,12 @@ msgid "Recommended apps" msgstr "Aanbevolen apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Opnieuw verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Opnieuw verbinden" @@ -8672,7 +8672,7 @@ msgid "Reconnecting" msgstr "Opnieuw verbinden" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Opname starten" @@ -8701,7 +8701,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "Gesprekken opnemen waar je zelf bij bent, zoals straatinterviews." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Opname onderbroken" @@ -10273,7 +10273,7 @@ msgid "Something else." msgstr "Iets anders." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Iets blokkeert je verbinding. Je audio wordt niet opgeslagen tenzij dit wordt opgelost." @@ -10325,7 +10325,7 @@ msgstr "Er is iets misgegaan bij het genereren van het geheim." msgid "Something went wrong while transcribing. Try again." msgstr "Er ging iets mis tijdens het transcriberen. Probeer het opnieuw." -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Er ging iets mis met het gesprek. Probeer het alstublieft opnieuw of neem contact op met de ondersteuning als het probleem blijft bestaan" @@ -10500,7 +10500,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Stop" @@ -10712,11 +10712,11 @@ msgstr "Tags bijgewerkt. Je kunt ze altijd bijstellen in de portaleditor." msgid "Take me to {resolvedWorkspaceName}" msgstr "Breng me naar {resolvedWorkspaceName}" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Kijk of de uitkomst klopt, en pas aan waar nodig of krijg direct een reactie van dembrane om het gesprek te verdiepen." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Kijk of de uitkomst klopt, en pas aan waar nodig." @@ -11106,7 +11106,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "Deze browser kan geen audio opnemen. Chrome, Edge en Safari wel." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "Dit kan gebeuren wanneer een VPN of firewall de verbinding blokkeert. Probeer je VPN uit te schakelen, over te schakelen naar een ander netwerk (bijv. mobiele hotspot) of neem contact op met je IT-afdeling voor hulp." @@ -11133,7 +11133,7 @@ msgid "This email is already in the list." msgstr "Deze e-mail is al in de lijst." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "Deze functie is beschikbaar over {remainingTime} seconden." @@ -11480,7 +11480,7 @@ msgstr "Tijdstempel" msgid "Timestamps and duration" msgstr "Tijdstempels en duur" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Tip" @@ -12149,7 +12149,7 @@ msgid "participant.modal.uploading" msgstr "Audio uploaden..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Audio uploaden..." @@ -12278,7 +12278,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Herinnering om te verifiëren" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verificatie vereist" @@ -12386,7 +12386,7 @@ msgstr "Voorbeeld payload bekijken" msgid "View invite" msgstr "Uitnodiging bekijken" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "Bekijk je reacties" @@ -12502,7 +12502,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "We konden je betaalmethode niet bijwerken. Je oude methode is nog actief. Probeer het opnieuw." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "We hebben iets meer context nodig om u te helpen ECHO effectief te gebruiken. Ga door met opnemen zodat we betere suggesties kunnen geven." @@ -12591,7 +12591,7 @@ msgid "Webhooks come with a paid plan." msgstr "Webhooks zijn beschikbaar met een betaald abonnement." #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Welkom" @@ -13123,7 +13123,7 @@ msgstr "Je moet inloggen met dezelfde provider die u gebruikte om u aan te melde msgid "You need an invitation from a colleague" msgstr "Je hebt een uitnodiging van een collega nodig" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "Je lijkt offline te zijn, controleer je internetverbinding" @@ -13443,7 +13443,7 @@ msgstr "Je aanvraag is binnen." msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Je antwoord is opgeslagen. Je kunt dit tabblad sluiten. Je kunt ook nog een gesprek opnemen of de QR-code delen zodat anderen kunnen bijdragen." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Je reacties" diff --git a/echo/frontend/src/locales/uk-UA.po b/echo/frontend/src/locales/uk-UA.po index 6cdd48aac..9af0a024d 100644 --- a/echo/frontend/src/locales/uk-UA.po +++ b/echo/frontend/src/locales/uk-UA.po @@ -75,12 +75,12 @@ msgid " Unsubscribe from Notifications" msgstr " Unsubscribe from Notifications" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:707 +#: src/components/participant/ParticipantConversationAudio.tsx:736 msgid "participant.modal.echo.info.title.generic" msgstr "\"ECHO\" available soon" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:721 +#: src/components/participant/ParticipantConversationAudio.tsx:750 msgid "participant.modal.echo.info.title.go.deeper" msgstr "\"Explore\" available soon" @@ -89,7 +89,7 @@ msgid "\"made with dembrane\" stays on the screen." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:714 +#: src/components/participant/ParticipantConversationAudio.tsx:743 msgid "participant.modal.echo.info.title.concrete" msgstr "\"Verify\" available soon" @@ -1863,7 +1863,7 @@ msgid "Attach verified artifacts" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:889 +#: src/components/participant/ParticipantConversationAudio.tsx:923 msgid "participant.modal.interruption.issue.message" msgstr "Attention! We lost the last 60 seconds or so of your recording due to some interruption. Please press the button below to reconnect." @@ -2767,7 +2767,7 @@ msgstr "Connecting to report services..." #~ msgstr "Connection healthy" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:775 +#: src/components/participant/ParticipantConversationAudio.tsx:804 msgid "participant.modal.s3check.title" msgstr "Connection issue" @@ -2775,7 +2775,7 @@ msgstr "Connection issue" msgid "Connection revoked" msgstr "" -#: src/components/common/ConnectionHealthStatus.tsx:28 +#: src/components/common/ConnectionHealthStatus.tsx:29 msgid "Connection unhealthy" msgstr "Connection unhealthy" @@ -3966,7 +3966,7 @@ msgid "Early features you can try on this project before they are ready for ever msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1082 +#: src/components/participant/ParticipantConversationAudio.tsx:1120 msgid "participant.button.echo" msgstr "ECHO" @@ -4490,7 +4490,7 @@ msgstr "Failed to delete response" msgid "Failed to delete tag" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:524 +#: src/components/participant/ParticipantConversationAudio.tsx:553 msgid "Failed to finish conversation. Please try again." msgstr "Failed to finish conversation. Please try again." @@ -4531,7 +4531,7 @@ msgstr "" msgid "Failed to move projects" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:633 +#: src/components/participant/ParticipantConversationAudio.tsx:662 msgid "Failed to reconnect. Please try reloading the page." msgstr "Failed to reconnect. Please try reloading the page." @@ -4572,7 +4572,7 @@ msgstr "Failed to retranscribe conversation. Please try again." msgid "Failed to revise outcome. Please try again." msgstr "Failed to revise outcome. Please try again." -#: src/components/participant/ParticipantConversationAudio.tsx:208 +#: src/components/participant/ParticipantConversationAudio.tsx:237 msgid "Failed to stop recording on device change. Please try again." msgstr "Failed to stop recording on device change. Please try again." @@ -4619,7 +4619,7 @@ msgid "Fair password" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:727 +#: src/components/participant/ParticipantConversationAudio.tsx:756 msgid "participant.modal.echo.info.title" msgstr "Feature available soon" @@ -4704,7 +4704,7 @@ msgid "participant.button.finish.text.mode" msgstr "Finish" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1050 +#: src/components/participant/ParticipantConversationAudio.tsx:1088 msgid "participant.button.finish" msgstr "Finish" @@ -4915,7 +4915,7 @@ msgstr "Generating your report..." msgid "German" msgstr "German" -#: src/components/participant/ParticipantConversationAudio.tsx:699 +#: src/components/participant/ParticipantConversationAudio.tsx:728 msgid "Get an immediate reply from dembrane to help you deepen the conversation." msgstr "Get an immediate reply from dembrane to help you deepen the conversation." @@ -5248,7 +5248,7 @@ msgid "I need strict privacy guarantees" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:854 +#: src/components/participant/ParticipantConversationAudio.tsx:888 msgid "participant.button.i.understand" msgstr "I understand" @@ -8094,7 +8094,7 @@ msgstr "Please enter a valid email." msgid "Please log in to continue." msgstr "" -#: src/components/participant/ParticipantBody.tsx:193 +#: src/components/participant/ParticipantBody.tsx:190 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8104,7 +8104,7 @@ msgstr "" "**Please keep this screen lit up**\n" "(black screen = not recording)" -#: src/components/participant/ParticipantBody.tsx:189 +#: src/components/participant/ParticipantBody.tsx:186 msgid "" "Please record your response by clicking the \"Record\" button below. You may also choose to respond in text by clicking the text icon.\n" "**Please keep this screen lit up**\n" @@ -8660,12 +8660,12 @@ msgid "Recommended apps" msgstr "Recommended apps" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:803 +#: src/components/participant/ParticipantConversationAudio.tsx:832 msgid "participant.button.s3check.reconnect" msgstr "Reconnect" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:916 +#: src/components/participant/ParticipantConversationAudio.tsx:950 msgid "participant.button.interruption.reconnect" msgstr "Reconnect" @@ -8674,7 +8674,7 @@ msgid "Reconnecting" msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1025 +#: src/components/participant/ParticipantConversationAudio.tsx:1063 msgid "participant.button.record" msgstr "Record" @@ -8703,7 +8703,7 @@ msgid "Recording conversations you have in person, like street interviews." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:882 +#: src/components/participant/ParticipantConversationAudio.tsx:916 msgid "participant.modal.interruption.title" msgstr "Recording interrupted" @@ -10275,7 +10275,7 @@ msgid "Something else." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:782 +#: src/components/participant/ParticipantConversationAudio.tsx:811 msgid "participant.modal.s3check.message" msgstr "Something is blocking your connection. Your audio will not be saved unless this is resolved." @@ -10327,7 +10327,7 @@ msgstr "Something went wrong while generating the secret." msgid "Something went wrong while transcribing. Try again." msgstr "" -#: src/components/participant/ParticipantBody.tsx:154 +#: src/components/participant/ParticipantBody.tsx:151 msgid "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" msgstr "Something went wrong with the conversation. Please try refreshing the page or contact support if the issue persists" @@ -10502,7 +10502,7 @@ msgid "Stop" msgstr "Stop" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:1102 +#: src/components/participant/ParticipantConversationAudio.tsx:1140 msgid "participant.button.stop" msgstr "Stop" @@ -10714,11 +10714,11 @@ msgstr "" msgid "Take me to {resolvedWorkspaceName}" msgstr "" -#: src/components/participant/ParticipantConversationAudio.tsx:693 +#: src/components/participant/ParticipantConversationAudio.tsx:722 msgid "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." msgstr "Take some time to create an outcome that makes your contribution concrete or get an immediate reply from dembrane to help you deepen the conversation." -#: src/components/participant/ParticipantConversationAudio.tsx:696 +#: src/components/participant/ParticipantConversationAudio.tsx:725 msgid "Take some time to create an outcome that makes your contribution concrete." msgstr "Take some time to create an outcome that makes your contribution concrete." @@ -11108,7 +11108,7 @@ msgid "This browser cannot record audio. Chrome, Edge and Safari can." msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:788 +#: src/components/participant/ParticipantConversationAudio.tsx:817 msgid "participant.modal.s3check.suggestions" msgstr "This can happen when a VPN or firewall is blocking the connection. Try disabling your VPN, switching to a different network (e.g. mobile hotspot), or contact your IT department for help." @@ -11135,7 +11135,7 @@ msgid "This email is already in the list." msgstr "This email is already in the list." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:843 +#: src/components/participant/ParticipantConversationAudio.tsx:877 msgid "participant.modal.refine.info.available.in" msgstr "This feature will be available in {remainingTime} seconds." @@ -11482,7 +11482,7 @@ msgstr "Timestamp" msgid "Timestamps and duration" msgstr "Timestamps and duration" -#: src/components/participant/ParticipantBody.tsx:146 +#: src/components/participant/ParticipantBody.tsx:143 msgid "Tip" msgstr "Tip" @@ -12153,7 +12153,7 @@ msgid "participant.modal.uploading" msgstr "Uploading audio..." #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:900 +#: src/components/participant/ParticipantConversationAudio.tsx:934 msgid "participant.modal.interruption.uploading" msgstr "Uploading audio..." @@ -12282,7 +12282,7 @@ msgid "participant.modal.verify_prompt.title" msgstr "Verification reminder" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudioContent.tsx:167 +#: src/components/participant/ParticipantConversationAudioContent.tsx:177 msgid "participant.banner.verification_required" msgstr "Verification required" @@ -12390,7 +12390,7 @@ msgstr "View example payload" msgid "View invite" msgstr "" -#: src/components/participant/ParticipantBody.tsx:250 +#: src/components/participant/ParticipantBody.tsx:247 msgid "View your responses" msgstr "View your responses" @@ -12506,7 +12506,7 @@ msgid "We couldn't update your payment method. Your old one is still active. Ple msgstr "" #. js-lingui-explicit-id -#: src/components/participant/ParticipantConversationAudio.tsx:735 +#: src/components/participant/ParticipantConversationAudio.tsx:764 msgid "participant.modal.echo.info.reason" msgstr "We need a bit more context to help you use ECHO effectively. Please continue recording so we can provide better suggestions." @@ -12595,7 +12595,7 @@ msgid "Webhooks come with a paid plan." msgstr "" #: src/routes/onboarding/OnboardingRoute.tsx:121 -#: src/components/participant/ParticipantBody.tsx:129 +#: src/components/participant/ParticipantBody.tsx:126 msgid "Welcome" msgstr "Welcome" @@ -13127,7 +13127,7 @@ msgstr "You must login with the same provider you used to sign up. If you face a msgid "You need an invitation from a colleague" msgstr "" -#: src/components/participant/ParticipantBody.tsx:145 +#: src/components/participant/ParticipantBody.tsx:142 msgid "You seem to be offline, please check your internet connection" msgstr "You seem to be offline, please check your internet connection" @@ -13447,7 +13447,7 @@ msgstr "" msgid "Your response has been recorded. You may now close this tab. You may also choose to record another conversation or share the QR code so others can contribute." msgstr "Вашу відповідь записано. Тепер ви можете закрити цю вкладку. Ви також можете записати ще одну розмову або поділитися QR-кодом, щоб інші могли долучитися." -#: src/components/participant/ParticipantBody.tsx:260 +#: src/components/participant/ParticipantBody.tsx:257 msgid "Your responses" msgstr "Your responses" From 22efd65293f0ddc091d6e722adc3b56630a13877 Mon Sep 17 00:00:00 2001 From: Jorim Theuns Date: Fri, 11 Sep 2026 15:24:03 +0200 Subject: [PATCH 11/17] feat(portal): the event card asks its question on the button The thank you page's last card loses its heading. It was asking "Want to run an event with dembrane?" and then offering "Get in touch" a picture later, which is the question and its answer split across the card. Now the illustration sits alone and the button carries the question: "Want to use dembrane at your next event?" A question is longer than "Get in touch", and in Dutch or German it runs to two lines on a phone, so the button wraps rather than clipping its own label. Translated in all seven locales. Co-Authored-By: Claude Fable 5.1 --- .../participant/DembraneEventCta.test.tsx | 11 ++++++----- .../src/components/participant/DembraneEventCta.tsx | 13 ++++++++----- echo/frontend/src/locales/cs-CZ.po | 12 ++++++++---- echo/frontend/src/locales/cs-CZ.ts | 2 +- echo/frontend/src/locales/de-DE.po | 12 ++++++++---- echo/frontend/src/locales/de-DE.ts | 2 +- echo/frontend/src/locales/en-US.po | 12 ++++++++---- echo/frontend/src/locales/en-US.ts | 2 +- echo/frontend/src/locales/es-ES.po | 12 ++++++++---- echo/frontend/src/locales/es-ES.ts | 2 +- echo/frontend/src/locales/fr-FR.po | 12 ++++++++---- echo/frontend/src/locales/fr-FR.ts | 2 +- echo/frontend/src/locales/it-IT.po | 12 ++++++++---- echo/frontend/src/locales/it-IT.ts | 2 +- echo/frontend/src/locales/nl-NL.po | 12 ++++++++---- echo/frontend/src/locales/nl-NL.ts | 2 +- echo/frontend/src/locales/uk-UA.po | 12 ++++++++---- echo/frontend/src/locales/uk-UA.ts | 2 +- 18 files changed, 86 insertions(+), 50 deletions(-) diff --git a/echo/frontend/src/components/participant/DembraneEventCta.test.tsx b/echo/frontend/src/components/participant/DembraneEventCta.test.tsx index 13dea0ad9..5975b22b4 100644 --- a/echo/frontend/src/components/participant/DembraneEventCta.test.tsx +++ b/echo/frontend/src/components/participant/DembraneEventCta.test.tsx @@ -63,17 +63,18 @@ const wrap = (node: React.ReactNode) => , ); -it("shows the heading, illustration and one button, and asks nothing yet", () => { +it("shows the illustration and one button, and asks nothing yet", () => { wrap(); - expect(screen.getByTestId("portal-finish-event-cta").textContent).toContain( - "Want to run an event with dembrane?", - ); + // The question is the button. No heading above it, no reasons below. expect(screen.getByTestId("portal-finish-event-cta-art")).toBeTruthy(); expect(screen.queryByTestId("portal-finish-event-cta-reasons")).toBeNull(); expect(screen.getByTestId("portal-finish-event-cta-button").textContent).toBe( - "Get in touch", + "Want to use dembrane at your next event?", ); + expect( + screen.getByTestId("portal-finish-event-cta").textContent, + ).not.toContain("run an event"); // The form waits for the click: no opening step, nothing reported. expect(screen.queryByTestId("pricing-configurator-opening")).toBeNull(); expect(capture).not.toHaveBeenCalled(); diff --git a/echo/frontend/src/components/participant/DembraneEventCta.tsx b/echo/frontend/src/components/participant/DembraneEventCta.tsx index 9c3f77f36..312e0b875 100644 --- a/echo/frontend/src/components/participant/DembraneEventCta.tsx +++ b/echo/frontend/src/components/participant/DembraneEventCta.tsx @@ -1,5 +1,5 @@ import { Trans } from "@lingui/react/macro"; -import { Button, Stack, Title } from "@mantine/core"; +import { Button, Stack } from "@mantine/core"; import { IconArrowRight } from "@tabler/icons-react"; import posthog from "posthog-js"; import { useCallback } from "react"; @@ -54,9 +54,6 @@ export const DembraneEventCta = ({ projectId }: { projectId: string }) => { className="mt-16 md:mt-24" {...testId("portal-finish-event-cta")} > - - <Trans>Want to run an event with dembrane?</Trans> - {

n~@_Xhc-@LTn)u$IYAb4w3I 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